:root {
  /* Override semua font family Figma token */
  --text-sm-semibold-font-family: 'Exo 2', sans-serif;
  --text-sm-bold-font-family: 'Exo 2', sans-serif;
  --text-xl-semibold-font-family: 'Exo 2', sans-serif;
  --text-xl-medium-font-family: 'Exo 2', sans-serif;
  --text-md-bold-font-family: 'Exo 2', sans-serif;
  --text-md-normal-font-family: 'Exo 2', sans-serif;
  --display-lg-bold-font-family: 'Exo 2', sans-serif;
  --display-sm-bold-font-family: 'Exo 2', sans-serif;
  --display-xs-bold-font-family: 'Exo 2', sans-serif;
  --text-exs-bold-font-family: 'Exo 2', sans-serif;
  --text-exs-regular-font-family: 'Exo 2', sans-serif;
  --text-md-semibold-font-family: 'Exo 2', sans-serif;

}

.home-page-desktop,
.home-page-desktop * { 
  box-sizing: border-box;
}
.home-page-desktop {
  background: #ffffff;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow-x: hidden;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.news {
  background: var(--background-background-fair, #114e77);
  padding: var(--spacing-spacing-lg, 12px) var(--gap-ga-4, 16px)
    var(--spacing-spacing-lg, 12px) var(--gap-ga-4, 16px);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-lg, 12px);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.news-headline {
  color: var(--white-massive, #ffffff);
  text-align: left;
  font-family: var(--text-sm-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-sm-semibold-font-size, 14px);
  line-height: var(--text-sm-semibold-line-height, 20px);
  font-weight: var(--text-sm-semibold-font-weight, 600);
  position: relative;
}
.button-link {
  border-radius: 56px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.button {
  color: #feee50;
  text-align: left;
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-sm-bold-font-size, 14px);
  line-height: var(--text-sm-bold-line-height, 20px);
  font-weight: var(--text-sm-bold-font-weight, 700);
  text-decoration: underline;
  position: relative;
}
.close-button {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 12px;
  overflow: visible;
}
.header {
  background: var(--background-background-light, #ffffff);
  padding: var(--spacing-spacing-xl, 16px) 120px var(--spacing-spacing-xl, 16px)
    120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 8px 24px -12px rgba(16, 24, 40, 0.06);
}
.navigation {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-6xl, 48px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.logo-itaf-final-itaf-main-logo-1 {
  flex-shrink: 0;
  width: 114.38px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.menu-items {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-4xl, 32px);
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.nav-item {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-1, 4px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-sm-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-sm-semibold-font-size, 14px);
  line-height: var(--text-sm-semibold-line-height, 20px);
  font-weight: var(--text-sm-semibold-font-weight, 600);
  position: relative;
}
.keyboard-arrow-down {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.contact-button {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-5, 20px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.buttons {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-full, 9999px);
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label {
  color: #ffffff;
  text-align: left;
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-sm-bold-font-size, 14px);
  line-height: var(--text-sm-bold-line-height, 20px);
  font-weight: var(--text-sm-bold-font-weight, 700);
  position: relative;
}
.divider {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--white-fair, #e0e0e0);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 24px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
}
.keyboard-arrow-down2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.frame-19 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: absolute;
  right: -9px;
  left: 0px;
  bottom: 0px;
  overflow: visible;
}
.ellipse-1 {
  background: var(--background-background-light, #ffffff);
  border-radius: 50%;
  width: 1591.55px;
  height: 710.81px;
  position: absolute;
  left: calc(50% - 668.95px);
  top: -149.56px;
  transform-origin: 0 0;
  transform: rotate(12.391deg) scale(1, 1);
  filter: blur(100px);
}
.title {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--text-xl-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-xl-semibold-font-size, 20px);
  line-height: var(--text-xl-semibold-line-height, 28px);
  font-weight: var(--text-xl-semibold-font-weight, 600);
  position: relative;
}
.subtitle {
  color: #000000;
  text-align: left;
  font-family: var(--display-lg-bold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--display-lg-bold-font-size, 48px);
  line-height: var(--display-lg-bold-line-height, 60px);
  letter-spacing: var(--display-lg-bold-letter-spacing, -0.02em);
  font-weight: var(--display-lg-bold-font-weight, 600);
  position: relative;
  width: 519px;
}
.description {
  color: #000000;
  text-align: left;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.buttons2 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.buttons3 {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-full, 9999px);
  padding: 12px 24px 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label2 {
  color: #ffffff;
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.buttons4 {
  background: #ffffff;
  border-radius: var(--radius-radius-full, 9999px);
  border-style: solid;
  border-color: var(--border-border-brand-primary, #114e77);
  border-width: 1px;
  padding: 12px 24px 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label3 {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.arrow-downward {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.container3 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  width: 207px;
  position: absolute;
  right: 414px;
  top: -144px;
}
.container4 {
  background: var(--background-background-gold, #d9a441);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-1 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143px;
  overflow: visible;
}
.container5 {
  padding: var(--spacing-spacing-xl, 16px) var(--spacing-spacing-xl, 16px) 0px
    var(--spacing-spacing-xl, 16px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.name {
  color: var(--text-text-light, #ffffff);
  text-align: center;
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-sm-bold-font-size, 14px);
  line-height: var(--text-sm-bold-line-height, 20px);
  font-weight: var(--text-sm-bold-font-weight, 700);
  position: relative;
}
.info {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-lg, 12px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.icon {
  border-radius: var(--radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 25px;
  height: 24px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 25/24;
}
.info-container {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.college {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-exs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-exs-bold-font-size, 10px);
  line-height: var(--text-exs-bold-line-height, 14px);
  font-weight: var(--text-exs-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.major {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-exs-regular-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-exs-regular-font-size, 10px);
  line-height: var(--text-exs-regular-line-height, 14px);
  font-weight: var(--text-exs-regular-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.itaf-lak-2 {
  flex-shrink: 0;
  width: 144px;
  height: 218.67px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
  aspect-ratio: 144/218.67;
}
.container6 {
  background: var(--background-background-massive, #0a2a43);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-12 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.14px;
  overflow: visible;
}
.info2 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-lg, 12px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.logo {
  border-radius: var(--radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
}
.itaf-lak-22 {
  flex-shrink: 0;
  width: 144px;
  height: 218.67px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 144/218.67;
}
.container7 {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.image-1 {
  background: linear-gradient(to left, #ffffff, #ffffff);
  border-radius: var(--radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
}
.rectangle {
  align-self: stretch;
  flex-shrink: 0;
  height: 220.86px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 207/220.86;
}
.container8 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  width: 207px;
  position: absolute;
  right: 191px;
  top: -274px;
}
.container9 {
  background: var(--background-background-massive, #0a2a43);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.container10 {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-13 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.14px;
  overflow: visible;
}
.logo2 {
  border-radius: var(--radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.itaf-per-1 {
  flex-shrink: 0;
  width: 163px;
  height: 220px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 163/220;
}
.container11 {
  background: #d94144;
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-14 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.28px;
  overflow: visible;
}
.logo3 {
  background: linear-gradient(to left, #ffffff, #ffffff);
  border-radius: var(--radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
}
.shade {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 446px;
  height: 56px;
  position: absolute;
  right: 183px;
  top: 0px;
}
.shade2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 446px;
  height: 56px;
  position: absolute;
  right: 183px;
  bottom: 0px;
}
.container12 {
  background: var(--background-background-fair, #114e77);
  padding: var(--spacing-spacing-7xl, 64px) 0px var(--spacing-spacing-7xl, 64px)
    0px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container13 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 328px;
  position: relative;
}
.graduation-cap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.container14 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xs, 4px);
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.title2 {
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.title-2-span {
  color: var(--text-text-light, #ffffff);
}
.title-2-span2 {
  color: var(--text-text-gold, #d9a441);
}
.divider2 {
  margin-top: -2px;
  border-style: solid;
  border-color: #1e455f;
  border-width: 2px 0 0 0;
  flex-shrink: 0;
  width: 59px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
}
.book-open-text {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.title-2-span {
  color: var(--text-text-light, #ffffff);
}
.title-2-span2 {
  color: var(--text-text-gold, #d9a441);
}
.laptop {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.title3 {
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
}
.title-3-span {
  color: var(--text-text-light, #ffffff);
}
.title-3-span2 {
  color: var(--text-text-gold, #d9a441);
}
.container15 {
  border-style: dashed;
  border-color: rgba(17, 78, 119, 0.16);
  border-width: 0px 0px 1px 0px;
  padding: var(--spacing-spacing-8xl, 80px) 120px
    var(--spacing-spacing-8xl, 80px) 120px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-7xl, 64px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 1512px;
  position: relative;
}
.container16 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 728px;
  position: relative;
}
.title4 {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
}
.description2 {
  color: var(--text-text-base, #101010);
  text-align: center;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.container17 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.buttons5 {
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label4 {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-sm-bold-font-size, 14px);
  line-height: var(--text-sm-bold-line-height, 20px);
  font-weight: var(--text-sm-bold-font-weight, 700);
  position: relative;
}
.arrow-forward {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.main-container {
  border-style: dashed;
  border-color: rgba(17, 78, 119, 0.16);
  border-width: 0px 0px 1px 0px;
  padding: var(--spacing-spacing-10xl, 128px) 120px
    var(--spacing-spacing-10xl, 128px) 120px;
  display: flex;
  flex-direction: row;
  gap: 149px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1512px;
  position: relative;
}
.image-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.image {
  border-radius: var(--radius-radius-4xl, 20px);
  align-self: stretch;
  flex: 1;
  position: relative;
  object-fit: cover;
}
.image-container2 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.rounded-rectangle {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-4xl, 20px);
  align-self: stretch;
  flex: 1;
  position: relative;
}
.text-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 587px;
  position: relative;
}
.logo-itaf-final-itaf-main-logo-12 {
  flex-shrink: 0;
  width: 152.5px;
  height: 64px;
  position: relative;
  overflow: visible;
}
.title5 {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.description3 {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.arrow-forward2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.main-container2 {
  padding: var(--spacing-spacing-10xl, 128px) 120px
    var(--spacing-spacing-10xl, 128px) 120px;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-8xl, 80px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1512px;
  position: relative;
}
.left-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-5xl, 40px);
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.introduction {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title6 {
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.title-6-span {
  color: var(--text-text-base, #101010);
}
.title-6-span2 {
  color: var(--text-text-fair, #114e77);
}
.description4 {
  color: var(--text-text-base-fair, #4f4f4f);
  text-align: left;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.programs {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  row-gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.program {
  border-width: 0px 1px 0px 1px;
  border-style: dashed;
  border-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(17, 78, 119, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
  padding: var(--spacing-spacing-none, 0px) var(--spacing-spacing-5xl, 40px)
    var(--spacing-spacing-none, 0px) var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 336px;
  position: relative;
}
.program-image {
  flex-shrink: 0;
  width: 160px;
  height: 120px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.program-title {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.program-description {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.program2 {
  border-width: 0px 1px 0px 1px;
  border-style: dashed;
  border-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(17, 78, 119, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
  padding: var(--spacing-spacing-none, 0px) var(--spacing-spacing-5xl, 40px)
    var(--spacing-spacing-none, 0px) var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 336px;
  height: 312px;
  position: relative;
  overflow: hidden;
}
.right-section {
  flex-shrink: 0;
  width: 504px;
  height: 504px;
  position: relative;
}
.statistic-image {
  border-radius: var(--radius-radius-4xl, 20px);
  width: 504px;
  height: 504px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}
.statistic {
  background: var(--background-background-light, #ffffff);
  border-radius: var(--radius-radius-xl, 12px);
  padding: var(--spacing-spacing-lg, 12px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xs, 4px);
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.statistic-title {
  color: var(--text-text-gold, #d9a441);
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
}
.statistic-description {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.main-container3 {
  background: var(--background-background-root, #f6f6f6);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.content-container {
  padding: var(--spacing-spacing-10xl, 128px) 120px
    var(--spacing-spacing-10xl, 128px) 120px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-8xl, 80px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1512px;
  position: relative;
}
.header-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header-title {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
}
.header-description {
  color: var(--text-text-base-fair, #4f4f4f);
  text-align: left;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  width: 584px;
}
.features-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.feature-item {
  border-width: 0px 1px 0px 1px;
  border-style: dashed;
  border-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(17, 78, 119, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
  padding: var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.feature-image {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.feature-title {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.feature-description {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.feature-item2 {
  border-width: 0px 1px 0px 1px;
  border-style: dashed;
  border-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(17, 78, 119, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  border-image-slice: 1;
  padding: var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.feature-image2 {
  flex-shrink: 0;
  width: 209px;
  height: 160px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 209/160;
}
.container18 {
  padding: var(--spacing-spacing-9xl, 96px) 120px
    var(--spacing-spacing-9xl, 0px) 120px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-8xl, 80px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1512px;
  position: relative;
}
.title7 {
  color: #000000;
  text-align: center;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.container19 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.container20 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container21 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.container22 {
  border-radius: var(--radius-radius-4xl, 20px);
  border-style: dashed;
  border-color: var(--border-border-gray-soft, #eaecf0);
  border-width: 1px;
  padding: var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px)
    var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 400px;
  position: relative;
}
.quotes {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quote {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "-", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.quote-span {
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
}
.quote-span2 {
  font-family: var(--text-md-normal-font-family, "Exo2-Bold", sans-serif);
  font-weight: var(--text-md-normal-font-weight, 700);
}
.container23 {
  background: var(--background-background-massive, #0a2a43);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 207px;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-15 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.14px;
  overflow: visible;
}
.quotes2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quote-span {
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
}
.quote-span2 {
  font-family: var(--text-md-normal-font-family, "Exo2-Bold", sans-serif);
  font-weight: var(--text-md-normal-font-weight, 700);
}
.container24 {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 207px;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-16 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.14px;
  overflow: visible;
}
.container25 {
  background: var(--background-background-gold, #d9a441);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 207px;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-17 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143px;
  overflow: visible;
}
.quotes3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quote2 {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.container26 {
  background: #d94144;
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 207px;
  position: relative;
  overflow: hidden;
}
.logo-itaf-final-white-icon-18 {
  flex-shrink: 0;
  width: 253.86px;
  height: 261.92px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 143.28px;
  overflow: visible;
}
.quotes4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quote-span {
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
}
.quote-span2 {
  font-family: var(--text-md-normal-font-family, "Exo2-Bold", sans-serif);
  font-weight: var(--text-md-normal-font-weight, 700);
}
.frame-55 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 1416px;
  top: 214px;
}
.frame-25 {
  background: var(--background-background-root, #f6f6f6);
  border-radius: var(--radius-radius-4xl, 20px);
  border-style: dashed;
  border-color: var(--border-border-gray-soft, #eaecf0);
  border-width: 1px;
  padding: var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px)
    var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 400px;
  height: 303.86px;
  position: relative;
}
.frame-14 {
  background: var(--background-background-gold-root, #fbf7eb);
  border-radius: var(--radius-radius-5xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 207px;
  height: 303.86px;
  position: relative;
  overflow: hidden;
}
.frame-63 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 1416px;
  top: 542px;
}
.frame-62 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: -527px;
  top: 214px;
}
.frame-64 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: -527px;
  top: 542px;
}
.container27 {
  padding: var(--spacing-spacing-9xl, 96px) 0px var(--spacing-spacing-9xl, 96px)
    0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-7xl, 64px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.title8 {
  color: #000000;
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.testimonials-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.testimonial {
  background: linear-gradient(
    -90deg,
    rgba(17, 78, 119, 0.08) 0%,
    rgba(217, 164, 65, 0.08) 100%
  );
  border-radius: var(--radius-radius-4xl, 20px);
  border-style: solid;
  border-color: var(--border-border-brand-primary, transparent);
  border-width: 1px;
  padding: var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px)
    var(--spacing-spacing-4xl, 32px) var(--spacing-spacing-5xl, 40px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-2xl, 20px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 480px;
  position: relative;
}
.quotes5 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.author {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.quotes6 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quotes7 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.quotes8 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.testimonial-navigation {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-4, 16px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.button2 {
  border-radius: var(--border-radius-radius-full, 9999px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-2, 8px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.button3 {
  border-radius: var(--border-radius-radius-full, 9999px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-2, 8px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.container28 {
  padding: var(--spacing-spacing-8xl, 80px) 0px var(--spacing-spacing-8xl, 80px)
    0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.container29 {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--radius-radius-4xl, 20px);
  padding: var(--spacing-spacing-7xl, 64px) 0px var(--spacing-spacing-7xl, 64px)
    0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-6xl, 48px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
  overflow: hidden;
}
.frame-192 {
  opacity: 0.04;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 340px;
  position: absolute;
  right: 7px;
  left: 0px;
  top: 0.28px;
  overflow: visible;
}
.container30 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.title9 {
  color: var(--text-text-light, #ffffff);
  text-align: center;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  width: 436px;
}
.subtitle2 {
  color: var(--text-text-light, #ffffff);
  text-align: center;
  font-family: var(--text-xl-medium-font-family, "Exo2-Medium", sans-serif);
  font-size: var(--text-xl-medium-font-size, 20px);
  line-height: var(--text-xl-medium-line-height, 28px);
  font-weight: var(--text-xl-medium-font-weight, 500);
  position: relative;
  width: 538px;
}
.button-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.buttons6 {
  background: var(--background-background-massive, #0a2a43);
  border-radius: var(--radius-radius-full, 9999px);
  padding: 12px 24px 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.arrow-outward {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.container31 {
  padding: var(--spacing-spacing-10xl, 128px) 0px
    var(--spacing-spacing-10xl, 128px) 0px;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-11xl, 160px);
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.container32 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 704px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 704px;
  transform: translate(0px, -704px);
  overflow: visible;
}
.ellipse-12 {
  background: var(--background-background-light, #ffffff);
  border-radius: 50%;
  flex-shrink: 0;
  width: 1591.55px;
  height: 710.81px;
  position: absolute;
  left: calc(50% - 632.48px);
  top: -252px;
  transform-origin: 0 0;
  transform: rotate(12.391deg) scale(1, 1);
  filter: blur(100px);
}
.title10 {
  color: var(--text-text-fair, #114e77);
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  width: 290px;
}
.faq-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 607px;
  position: relative;
}
.accordion {
  background: var(--background-background-gold-root, #fbf7eb);
  border-radius: var(--radius-radius-4xl, 20px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-none, 0px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.header2 {
  padding: var(--spacing-spacing-xl, 16px) var(--spacing-spacing-3xl, 24px)
    var(--spacing-spacing-xl, 16px) var(--spacing-spacing-3xl, 24px);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-2xl, 20px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title11 {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-xl-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-xl-semibold-font-size, 20px);
  line-height: var(--text-xl-semibold-line-height, 28px);
  font-weight: var(--text-xl-semibold-font-weight, 600);
  position: relative;
  flex: 1;
}
.caret-down {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.content2 {
  background: var(--background-background-root, #f6f6f6);
  border-style: dashed;
  border-color: var(--border-border-root, #d1d1d1);
  border-width: 0;
  
  padding: 0 24px;

  max-height: 0;
  overflow: hidden;

  transition: max-height 0.4s ease, padding 0.3s ease;
}

.description5 {
  color: var(--text-text-base-fair, #4f4f4f);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  flex: 1;
}
.caret-down2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.caret-down3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.caret-down4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.caret-down5 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.blog {
  background: var(--white-massive, #ffffff);
  padding: 104px 0px 104px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-10, 40px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.section-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.container33 {
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-4, 16px);
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 672px;
  position: relative;
}
.title12 {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--display-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-sm-bold-font-size, 32px);
  line-height: var(--display-sm-bold-line-height, 38px);
  font-weight: var(--display-sm-bold-font-weight, 700);
  position: relative;
  width: 402px;
}
.navigation2 {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-4, 16px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.button4 {
  border-radius: var(--border-radius-radius-full, 9999px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-2, 8px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.button5 {
  border-radius: var(--border-radius-radius-full, 9999px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-2, 8px);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.div {
  padding: 0px 120px 0px 120px;
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-10, 40px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div2 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.card-blog {
  border-radius: var(--border-radius-radius-3xl, 16px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-5, 20px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 408px;
  position: relative;
  overflow: hidden;
}
.image-container3 {
  border-radius: var(--border-radius-radius-3xl, 16px);
  align-self: stretch;
  flex-shrink: 0;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.image2 {
  border-radius: var(--border-radius-radius-3xl, 16px);
  height: 200px;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 408/200;
}
.container34 {
  padding: var(--gap-ga-0, 0px) var(--gap-ga-8, 32px) var(--gap-ga-0, 0px)
    var(--gap-ga-4, 16px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container35 {
  display: flex;
  flex-direction: column;
  gap: var(--gap-ga-4, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.auto-layout-vertical {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-lg, 12px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.article-title {
  color: var(--text-text-base, #101010);
  text-align: left;
  font-family: var(--text-xl-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-xl-semibold-font-size, 20px);
  line-height: var(--text-xl-semibold-line-height, 28px);
  font-weight: var(--text-xl-semibold-font-weight, 600);
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-description {
  color: var(--text-text-base-fair, #4f4f4f);
  text-align: left;
  font-family: var(--text-md-normal-font-family, "Exo2-Regular", sans-serif);
  font-size: var(--text-md-normal-font-size, 16px);
  line-height: var(--text-md-normal-line-height, 24px);
  font-weight: var(--text-md-normal-font-weight, 400);
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button6 {
  border-radius: 56px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.text2 {
  color: var(--background-background-fair, #114e77);
  text-align: left;
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-sm-bold-font-size, 14px);
  line-height: var(--text-sm-bold-line-height, 20px);
  font-weight: var(--text-sm-bold-font-weight, 700);
  position: relative;
}
.chevron-forward {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.chevron-forward2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.chevron-forward3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.pagination {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-2, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ind {
  background: var(--background-background-fair, #114e77);
  border-radius: var(--border-radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 4px;
  position: relative;
}
.ind2 {
  background: var(--white-soft, #d5d5d5);
  border-radius: var(--border-radius-radius-full, 9999px);
  flex-shrink: 0;
  width: 24px;
  height: 4px;
  position: relative;
}
.container36 {
  background: #052a42;
  padding: var(--spacing-spacing-8xl, 80px) 120px
    var(--spacing-spacing-8xl, 80px) 120px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-7xl, 64px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container37 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.container38 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-4xl, 32px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 272px;
  position: relative;
}
.container39 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-2xl, 20px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.logo-itaf-final-itaf-main-logo-2 {
  flex-shrink: 0;
  width: 152.5px;
  height: 64px;
  position: relative;
  overflow: visible;
}
.tagline {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--display-xs-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--display-xs-bold-font-size, 24px);
  line-height: var(--display-xs-bold-line-height, 32px);
  font-weight: var(--display-xs-bold-font-weight, 700);
  position: relative;
  align-self: stretch;
}
.container40 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.address-title {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.address {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-md-semibold-font-size, 16px);
  line-height: var(--text-md-semibold-line-height, 24px);
  font-weight: var(--text-md-semibold-font-weight, 600);
  position: relative;
  align-self: stretch;
}
.container41 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-title {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.container42 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-lg, 12px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.container43 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-spacing-2xl, 20px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.envelope {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.text3 {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-md-semibold-font-size, 16px);
  line-height: var(--text-md-semibold-line-height, 24px);
  font-weight: var(--text-md-semibold-font-weight, 600);
  position: relative;
}
.whatsapp-logo {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.container44 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-spacing-3xl, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.admission-title {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.nav-item2 {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-1, 4px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.itaf-gis-title {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.container45 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 246px;
  position: relative;
}
.program-title2 {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: var(--text-md-bold-font-size, 16px);
  line-height: var(--text-md-bold-line-height, 24px);
  font-weight: var(--text-md-bold-font-weight, 700);
  position: relative;
}
.container46 {
  border-style: solid;
  border-color: #0e4061;
  border-width: 1px 0px 0px 0px;
  padding: var(--spacing-spacing-7xl, 64px) 0px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1272px;
  position: relative;
}
.copyright-text {
  color: var(--text-text-light, #ffffff);
  text-align: left;
  font-family: var(--text-md-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: var(--text-md-semibold-font-size, 16px);
  line-height: var(--text-md-semibold-line-height, 24px);
  font-weight: var(--text-md-semibold-font-weight, 600);
  position: relative;
}
.social-media-links {
  display: flex;
  flex-direction: row;
  gap: var(--gap-ga-4, 16px);
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.icon-sosmed {
  border-radius: var(--border-radius-radius-full, 9999px);
  border-style: solid;
  border-color: var(--black-root, #aaaaaa);
  border-width: 2px;
  padding: var(--gap-ga-3, 12px);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  position: relative;
  overflow: hidden;
}
.vector {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.vector2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.vector3 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

/* ==================================================================== */
/* ==================================================================== */
/* ==================================================================== */
/* MÇUSTOM */
/* ==================================================================== */
/* ==================================================================== */
/* ==================================================================== */

/* ========================= */
/* NEWS */
/* ========================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.news {
  background: #114e77;
  color: white;
  padding: 12px 60px 12px 20px;
  width: 100%;
  position: relative;
}

.news-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.news-headline {
  font-weight: 600;
}

.news-cta {
  font-family: var(--text-sm-bold-font-family, "Exo2-Bold", sans-serif);
  font-size: 14px;
  line-height: 20px;
  color: #feee50;
  font-weight: 700;
  text-decoration: underline;
}

.close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%);
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}


/* Mobile behavior */
@media (max-width: 768px) {
  .news-content {
    flex-direction: column;
    text-align: center;
  }
}

/* ========================= */
/* HEADER */
/* ========================= */
.header {
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  transition: top 0.3s ease;
}

.header.no-news {
  top: 0;
}

/* ================= TABLET ================= */
  @media (max-width: 1365px) {

  .header {
    padding: 16px 40px;
  }

  .navigation {
    width: 100%;
  }

}
/* ================= MOBILE ================= */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* Mobile */
.mobile-menu {
  display: none;
}

@media (max-width: 768px) {

  .menu-items,
  .contact-button {
    display: none;
  }

  .hamburger {
    display: block;
    margin-left: auto;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    padding: 20px;

    flex-direction: column;
    gap: 16px;

    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.25s ease;
  }

  .mobile-menu a {
    font-family: var(--text-sm-semibold-font-family, "Exo2-SemiBold", sans-serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-text-base, #101010);
    text-decoration: none;
  }

  .mobile-contact {
    font-weight: 700;
    color: var(--text-text-fair, #114e77);
  }

  .mobile-menu.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: white;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 12px;
  display: none;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

.dropdown-menu a {
  font-family: var(--text-sm-semibold-font-family, "Exo2-SemiBold", sans-serif);
  font-size: 14px;
  line-height: 20px;
  color: var(--text-text-base, #101010);
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: flex;
}

/* ================= HOVER ================= */
.menu-items a {
  text-decoration: none;
  transition: transform 0.2s ease;
}

.menu-items a .text {
  transition: color 0.25s ease;
}

.menu-items a:hover {
  transform: translateY(-2px);
}

.menu-items a:hover .text {
  color: #d9a441;
}

/* ================= MOBILE ================= */
.mobile-menu a {
  transition: 
    color 0.25s ease,
    transform 0.2s ease;
}

.mobile-menu a:hover {
  color: #d9a441;
  transform: translateY(-2px);
}

/* ===== CONTACT BUTTON HOVER ===== */
.contact-button a {
  text-decoration: none;
}

.contact-button .buttons {
  transition: 
    background 0.25s ease, 
    transform 0.2s ease;
}

.contact-button a:hover .buttons {
  background: #d9a441;
  transform: translateY(-2px);
}

.contact-button a:hover .label {
  color: #ffffff;
}

.contact-button a:active .buttons {
  transform: scale(0.97);
}

.mobile-menu .buttons {
  transition: 
    background 0.25s ease, 
    transform 0.2s ease, 
    box-shadow 0.25s ease;
}

.mobile-menu a:hover .buttons {
  background: #d9a441;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 164, 65, 0.35);
}

.mobile-menu a:hover .label {
  color: #ffffff;
}

.mobile-menu a:active .buttons {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* ========================= */
/* MAIN CONTAINER */
/* ========================= */
#heroSection {
  background-image: url("../img/main-container-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 110px 120px 0px 120px;
  position: relative;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {
  #heroSection {
    background-image: url("../img/main-container-bg-alt.png");
    padding: 175px 40px 80px 40px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  #heroSection {
    background-image: url("../img/main-container-bg-alt.png");
    padding: 200px 24px 0px 24px;
  }
}

#heroSection.no-news {
  padding-top: 69px;
}

.container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1272px;
  margin: 0 auto;
}

/* LEFT SIDE */
.container2 {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 32px;

  transform: translateY(-10px);
}

/* RIGHT SIDE */
.hero-image-wrapper {
  flex: 0 0 40%; 
  max-width: 40%;
  display: flex;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  #heroSection {
    padding: 175px 40px 0px 40px;
  }

  .container-inner {
    flex-direction: column;
    text-align: left;
  }

  .container2,
  .hero-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-image-wrapper {
    margin-top: 40px;
  }
}

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

  #heroSection {
    padding: 200px 24px 0px 24px;
  }

  .subtitle {
    font-size: 34px;
    line-height: 44px;
    width: 100%;
  }

  .description {
    font-size: 16px;
    line-height: 24px;
  }

  /* Buttons full width */
  .buttons2 {
    flex-direction: column;
    width: 100%;
  }

  .buttons3,
  .buttons4 {
    width: 100%;
    justify-content: center;
  }
}

/* ================= BUTTONS ================= */
.buttons3:hover {
  background: #d9a441;
  transform: translateY(-5px);
}

.buttons3:hover .label2 {
  color: #ffffff;
}

.buttons3:active {
  transform: scale(0.97);
}

.buttons3:hover {
  box-shadow: 0 8px 20px rgba(217, 164, 65, 0.35);
}

.buttons4 {
  background: #ffffff;
  border-radius: var(--radius-radius-full, 9999px);
  border: 1px solid #114e77;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;

  transition: 
    background 0.25s ease, 
    transform 0.2s ease, 
    box-shadow 0.25s ease;
}

/* Hover */
.buttons4:hover {
  background: #114e77;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(17, 78, 119, 0.35);
}

/* Text & icon change */
.buttons4:hover .label3 {
  color: #ffffff;
}

.buttons4:hover .arrow-downward {
  filter: brightness(0) invert(1);
}

/* Active press effect */
.buttons4:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .buttons2 {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .buttons3,
  .buttons4 {
    width: 100%;
  }
}

/* ========================= */
/* FEATURE CONTAINER  */
/* ========================= */
.container12 {
  padding: 64px 120px;
  gap: 80px;
  align-items: center;
}

.container13 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.divider2 {
  margin: 0;
  align-self: center;
  height: 60px;      /* tinggi garis */
  width: 2px;
  border: none;
  background: #1e455f;
  transform: none;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container12 {
    padding: 64px 40px;
    gap: 40px;
  }

  .container13 {
    flex-direction: column; /* logo atas tulisan */
    text-align: center;
    gap: 16px;
  }

  .container14 {
    align-items: center;
  }

  .divider2 {
    height: 50px;
    width: 2px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 1150px) {

  .container12 {
    flex-direction: column;
    padding: 48px 24px;
    gap: 32px;
  }

  .container13 {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .divider2 {
    width: 100%;
    height: 2px;
  }
}

/* ================= TEXT ALIGN ================= */
.container13 .title2,
.container13 .title3 {
  text-align: left;
}

/* Tablet & Mobile center */
@media (max-width: 1365px) {
  .container13 .title2,
  .container13 .title3 {
    text-align: center;
  }
}

/* ========================= */
/* UNIVERSITY CONTAINER  */
/* ========================= */
.container15 {
  min-width: unset;
  width: 100%;
  padding: 80px 120px;
}

/* Judul container */
.container16 {
  max-width: 720px;
  width: 100%;
  text-align: center;
}

.title4 {
  text-align: center;
}

.description2 {
  text-align: center;
}

/* ================= LOGO WRAPPER ================= */
.container17 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1272px;
}

/* Semua logo fleksibel */
.container17 img {
  max-height: 72px;
  width: auto;
  height: auto;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container15 {
    padding: 80px 40px;
  }

  .container17 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 48px;
  }

  .container17 img {
    flex: 0 0 calc(20% - 48px);
  }

  .title4 {
    font-size: 28px;
    line-height: 34px;
  }

  .description2 {
    font-size: 18px;
    line-height: 26px;
  }
}

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

  .container15 {
    padding: 64px 24px;
    gap: 48px;
  }

  .container17 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  /* 3 kolom mobile */
  .container17 img {
    flex: 0 0 calc(33.333% - 24px);
    max-height: 60px;
  }

  .title4 {
    font-size: 24px;
    line-height: 30px;
  }

  .description2 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ================= RATIO FIX ================= */
.container17 img {
  max-height: 72px;   /* tinggi maksimal */
  height: auto;       /* jangan dipaksa */
  width: auto;        /* jangan dipaksa */
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
@media (max-width: 1365px) {
  .container17 img {
    max-height: 64px;
  }
}

@media (max-width: 768px) {
  .container17 img {
    max-height: 56px;
  }
}

/* ================= HOVER ================= */
.buttons5 {
  transition: 
    color 0.25s ease,
    transform 0.2s ease;
}

.buttons5 .label4 {
  transition: color 0.25s ease;
}

/* Saat hover link */
a:hover .buttons5 {
  transform: translateY(-3px);
}

a:hover .buttons5 .label4 {
  color: #d9a441;
}

/* Optional: panah ikut berubah */
a:hover .buttons5 .arrow-forward {
  filter: brightness(0) saturate(100%) invert(70%) sepia(39%) saturate(527%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

/* Active press */
a:active .buttons5 {
  transform: scale(0.97);
}

/* ========================= */
/* ABOUT ITAF CONTAINER  */
/* ========================= */
.main-container {
  padding: 128px 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 120px;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

.image-container {
  flex: 1;
  display: flex;
  gap: 24px;
}

.image-container img.image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.image-container2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.rounded-rectangle {
  flex: 1;
  border-radius: 20px;
}

.text-container {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.title5 {
  font-size: 32px;
  line-height: 40px;
  width: 100%;
}

.description3 {
  font-size: 18px;
  line-height: 28px;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .main-container {
    padding: 100px 40px;
    gap: 60px;
    flex-direction: column; /* text turun ke bawah */
  }

  .image-container {
    width: 100%;
  }

  .text-container {
    width: 100%;
    max-width: 100%;
  }

  .title5 {
    font-size: 28px;
    line-height: 36px;
  }

  .description3 {
    font-size: 17px;
    line-height: 26px;
  }
}

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

  .main-container {
    padding: 80px 24px;
    gap: 48px;
  }

  /* tetap row layout */
  .image-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }

  /* gambar kiri besar */
  .image-container > .image {
    flex: 0 0 48%;
    max-width: 48%;
    height: auto;
  }

  /* container kanan */
  .image-container2 {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .image-container2 .image {
    width: 100%;
    height: auto;
  }

  .rounded-rectangle {
    width: 100%;
  }

  /* text responsive */
  .title5 {
    font-size: 24px;
    line-height: 32px;
  }

  .description3 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ================= HOVER ================= */
.text-container a {
  text-decoration: none;
}

.text-container .buttons5 {
  transition: transform 0.2s ease;
}

.text-container a:hover .label4 {
  color: #d9a441;
}

.text-container a:hover .arrow-forward2 {
  filter: invert(65%) sepia(35%) saturate(600%) hue-rotate(5deg);
}

.text-container a:hover .buttons5 {
  transform: translateY(-3px);
}

.text-container a:active .buttons5 {
  transform: scale(0.97);
}

/* ========================= */
/* CURRICULUM CONTAINER  */
/* ========================= */
.main-container2 {
  padding: 128px 120px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

/* ================= LEFT ================= */
.left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.title6 {
  font-size: 32px;
  line-height: 40px;
}

.description4 {
  font-size: 18px;
  line-height: 28px;
}

/* ================= PROGRAM GRID ================= */
.programs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

.program,
.program2 {
  flex: 0 0 calc(50% - 12px); /* 2 per row */
  width: auto;
}

/* ================= RIGHT ================= */
.right-section {
  flex: 0 0 400px;
  max-width: 480px;
  height: auto;
  position: relative;
}

@media (max-width: 768px) {

  .right-section {
  flex: 0 0 200px;
  max-width: 480px;
  height: auto;
  position: relative;
  }
}

.statistic-image {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 20px;
}

.statistic {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .main-container2 {
    flex-direction: column;
    padding: 100px 40px;
    gap: 60px;
  }

  .left-section,
  .right-section {
    width: 100%;
    max-width: 100%;
  }

  .right-section {
    margin-top: 20px;
  }

  /* tetap 2 program per row */
  .program,
  .program2 {
    flex: 0 0 calc(50% - 12px);
  }

  .title6 {
    font-size: 28px;
    line-height: 36px;
  }

  .description4 {
    font-size: 17px;
    line-height: 26px;
  }
}

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

  .main-container2 {
    padding: 80px 24px;
    gap: 48px;
  }

  /* programs jadi 1 kolom */
  .program,
  .program2 {
    flex: 0 0 100%;
  }

  .title6 {
    font-size: 24px;
    line-height: 32px;
  }

  .description4 {
    font-size: 16px;
    line-height: 24px;
  }

  .program-title {
    font-size: 20px;
    line-height: 28px;
  }

  .program-description {
    font-size: 15px;
    line-height: 22px;
  }

  .right-section {
    margin-top: 10px;
  }
}

/* ========================= */
/* WHY ITAF CONTAINER  */
/* ========================= */
/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .content-container {
    padding: 100px 40px;
    width: 100%;
  }

  .header-container {
    flex-direction: column;
    gap: 24px;
  }

  .header-title {
    width: 100%;
  }

  .header-description {
    width: 100%;
    max-width: 100%;
  }

  .features-container {
    flex-wrap: wrap;
    gap: 32px 24px;
  }

  .feature-item,
  .feature-item2 {
    flex: 0 0 calc(50% - 12px);
  }

  /* Text scaling */
  .header-title {
    font-size: 28px;
    line-height: 36px;
  }

  .header-description {
    font-size: 18px;
    line-height: 26px;
  }

}

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

  .content-container {
    padding: 80px 24px;
    gap: 48px;
  }

  .header-container {
    flex-direction: column;
    gap: 20px;
  }

  .header-title {
    font-size: 24px;
    line-height: 32px;
  }

  .header-description {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  /* Features jadi 1 kolom */
  .features-container {
    flex-direction: column;
    gap: 32px;
  }

  .feature-item,
  .feature-item2 {
    flex: 0 0 100%;
    width: 100%;
  }

  .feature-image,
  .feature-image2 {
    width: 140px;
    height: auto;
  }

  .feature-title {
    font-size: 20px;
    line-height: 28px;
  }

  .feature-description {
    font-size: 15px;
    line-height: 22px;
  }
}

/* ========================= */
/* ALUMNI TESTIMONY CONTAINER  */
/* ========================= */
.container23 {
  background: none;
  border-radius: 24px;
  width: 207px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.container23 .alumni-card {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ================= SLIDER ================= */
.testimonial-navigation {
  display: none;
}

@media (max-width: 1365px) {
  .frame-55,
  .frame-62,
  .frame-63,
  .frame-64 {
    display: none !important;
  }
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container18 {
    width: 100%;
    padding: 96px 40px 0 40px;
  }

  .container19 {
    width: 100%;
    max-width: 100%;

    display: flex;
    flex-direction: row;
    gap: 24px;

    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .container20 {
    flex: 0 0 calc(50% - 12px);  /* 🔥 2 per view */
  }

  .testimonial-navigation {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
}

@media (max-width: 1365px) {

  .container18 {
    width: 100%;
    padding: 96px 40px 0 40px;
  }

  .container19 {
    width: 100%;
    max-width: 100%;

    display: flex;
    flex-direction: row;
    gap: 24px;

    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .container20 {
    flex: 0 0 calc(50% - 12px);  /* 🔥 2 per view */
  }

  .testimonial-navigation {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {

  .container18 {
    padding: 80px 24px 0 24px;
  }

  .container19 {
    gap: 16px;
  }

  .container20 {
    flex: 0 0 100%;   /* 🔥 1 per view */
  }
}

/* ================= MOBILE ================= */
@media (max-width: 650px) {

  /* Container overall lebih compact */
  .container18 {
    padding: 60px 20px 0 20px;
  }

  /* Card wrapper lebih kecil */
  .container23 {
    width: 100px; /* dari 207px → lebih kecil */
    border-radius: 18px;
  }

  /* Alumni image ikut mengecil */
  .container23 .alumni-card {
    width: 100%;
    height: auto;
  }

  /* Row spacing lebih rapat */
  .container21 {
    gap: 16px;
  }

  /* Quote text lebih kecil */
  .quote,
  .quote2 {
    font-size: 14px;
    line-height: 20px;
  }

  /* Nama & info kalau ada */
  .name {
    font-size: 14px;
  }

  .info-container .college {
    font-size: 13px;
  }

  /* Icon quote lebih kecil */
  .quotes,
  .quotes2,
  .quotes3,
  .quotes4 {
    width: 24px;
    height: auto;
  }

  /* Title section lebih kecil */
  .title7 {
    font-size: 22px;
  }

  /* Slider gap lebih kecil */
  .container19 {
    gap: 16px;
  }
}

@media (max-width: 650px) {

  /* Row jadi vertical */
  .container21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  /* Quote diperkecil & dibatasi */
  .container22 {
    width: 275px;
    max-width: 100%;
  }

  /* Image jadi row terpisah */
  .container23 {
    width: 180px;
    display: flex;
    justify-content: center;
  }

  .container23 .alumni-card {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ================= NAV ================= */
.testimonial-navigation img {
  cursor: pointer;
  transition: 
    transform 0.2s ease,
    filter 0.2s ease,
    opacity 0.2s ease;
}

/* Hover effect */
.testimonial-navigation img:hover {
  transform: translateY(-2px);
  filter: brightness(0) saturate(100%) invert(70%) sepia(39%) saturate(527%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

/* Disabled state */
.testimonial-navigation img.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
  filter: grayscale(100%);
  pointer-events: none;
}

/* Enable horizontal drag feel */
.container19 {
  cursor: grab;
}

.container19:active {
  cursor: grabbing;
}

/* Smooth momentum for mobile */
.container19 {
  -webkit-overflow-scrolling: touch;
}

/* Hilangkan horizontal scrollbar tapi tetap bisa scroll */
.container19 {
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE & Edge lama */
}

.container19::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari */
}

.quote-span2 {
  font-weight: 700 !important;
}

/* ========================= */
/* PARENTS TESTIMONY CONTAINER  */
/* ========================= */
.container27 {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  padding: 96px 0px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.title8 {
  font-size: 32px;
  font-weight: 700;
}

/* ===== SLIDER TRACK ===== */
.testimonials-container {
  display: flex;
  flex-direction: row;
  gap: 24px;

  overflow-x: auto;
  scroll-behavior: smooth;

  scrollbar-width: none;
}

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

/* ===== CARD ===== */
.testimonial {
  flex: 0 0 480px;   /* ukuran tetap desktop */
  border-radius: 20px;
}

/* ===== NAVIGATION ===== */
#parents-testimony {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 0px;
}

#parents-testimony img {
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

#parents-testimony img:hover {
  transform: translateY(-2px);
  filter: brightness(0) saturate(100%) invert(70%) sepia(39%) saturate(527%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

#parents-testimony img.disabled {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%);
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container27 {
    padding: 80px 40px;
  }

  .testimonial {
    flex: 0 0 420px; /* sedikit mengecil */
  }
}

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

  .container27 {
    padding: 60px 24px;
  }

  .title8 {
    font-size: 24px;
  }

  .testimonial {
    flex: 0 0 280px; /* lebih kecil mobile */
    padding: 24px;
  }
}

/* ========================= */
/* CTA CONTAINER */
/* ========================= */
.container28 {
  width: 100%;
  padding: 80px 40px;              
  display: flex;
  justify-content: center;     
}

.container29 {
  width: 100%;
  max-width: 1512px;         
  margin: 0 auto;              
  border-radius: 20px;

  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;

  background-image: url("cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container30 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

/* Remove fixed width bawaan figma */
.title9,
.subtitle2 {
  width: 100%;
}

.button-container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container28 {
    padding: 80px 40px;
  }

  .container29 {
    padding: 64px 40px;
  }

  .title9 {
    font-size: 28px;
    line-height: 36px;
  }

  .subtitle2 {
    font-size: 18px;
    line-height: 26px;
  }
}

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

  .container28 {
    padding: 60px 24px;
  }

  .container29 {
    padding: 48px 24px;
    gap: 32px;
  }

  .title9 {
    font-size: 22px;
    line-height: 30px;
  }

  .subtitle2 {
    font-size: 16px;
    line-height: 24px;
  }

  /* tombol jadi 2 row full width */
  .button-container {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .buttons6,
  .buttons4 {
    width: 100%;
    justify-content: center;
  }
}

/* ================= HOVER ================= */
.buttons6,
.buttons4 {
  transition: 
    background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.button-container a:hover .buttons6,
.button-container a:hover .buttons4 {
  background: #d9a441;
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(217, 164, 65, 0.35);
}

.button-container a:hover .buttons4 .label3 {
  color: #ffffff;
}

.button-container a:hover .buttons4 .arrow-outward {
  filter: brightness(0) invert(1);
}

.button-container a:active .buttons6,
.button-container a:active .buttons4 {
  transform: scale(0.97);
}

/* ========================= */
/* FAQ CONTAINER */
/* ========================= */
.container31 {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;

  padding: 128px 120px;

  display: flex;
  flex-direction: row;
  gap: 160px;
  align-items: flex-start;
  justify-content: center;

  background-image: url("../img/main-container-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container31 {
    flex-direction: column;
    gap: 48px;
    padding: 100px 40px;

    background-image: url("../img/main-container-bg-alt.png");
  }

  .title10 {
    width: 100%;
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }

  .faq-container {
    width: 100%;
  }
}

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

  .container31 {
    padding: 80px 24px;
    gap: 40px;
  }

  .title10 {
    font-size: 24px;
    line-height: 32px;
  }

  .title11 {
    font-size: 18px;
    line-height: 26px;
  }

  .description5 {
    font-size: 15px;
    line-height: 22px;
  }
}

/* ================= SCALE ================= */
.title10 {
  font-size: 32px;
  line-height: 38px;
}

.title11 {
  font-size: 20px;
  line-height: 28px;
}

.description5 {
  font-size: 16px;
  line-height: 24px;
}

/* ================= ACCORDION ================= */
.header2 {
  cursor: pointer;
}

.content2 {
  max-height: 0;
  overflow: hidden;

  padding: 0 24px;   /* hanya horizontal */
  border-width: 0;   /* hilangkan border saat close */

  transition: max-height 0.35s ease, padding 0.3s ease;
}

.accordion.active .content2 {
  max-height: 500px;
  padding: 16px 24px;
  border-top: 1px dashed #d1d1d1;
}

/* ================= CARET ================= */
.header2 img {
  transition: transform 0.3s ease;
}

.accordion.active .header2 img {
  transform: rotate(180deg);
}

/* ========================= */
/* BLOG CONTAINER */
/* ========================= */
.navigation2 img {
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.navigation2 img:hover {
  transform: translateY(-2px);
  filter: brightness(0) saturate(100%) invert(70%) sepia(39%) saturate(527%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

.navigation2 img.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
  filter: grayscale(100%);
  pointer-events: none;
}

.pagination div {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.pagination div:hover {
  transform: scale(1.1);
}

.image-container3 {
  overflow: hidden;
}

.image-container3 img {
  transition: transform 0.4s ease;
}

.image-container3:hover img {
  transform: scale(1.08);
}

.image-container3 {
  overflow: hidden;
}

.image-container3 img {
  transition: transform 0.4s ease;
}

.image-container3:hover img {
  transform: scale(1.08);
}

.article-title {
  transition: color 0.25s ease, transform 0.2s ease;
}

.article-title:hover {
  color: #d9a441;
  transform: translateY(-3px);
}

.button6 {
  transition: color 0.25s ease, transform 0.2s ease;
}

.button6:hover {
  transform: translateY(-2px);
}

.button6:hover .text2 {
  color: #d9a441;
}

.button6:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(39%) saturate(527%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

/* ================= RESPONSIVE ================= */
.section-header,
.div2 {
  width: 100%;
  max-width: 1272px;
}

.card-blog {
  width: 100%;
  max-width: 408px;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .section-header {
    width: 100%;
    padding: 0 40px;
    gap : 17px;
  }

  .div {
    padding: 0 40px;
  }

  .div2 {
    width: 100%;
    gap: 20px;
  }

  .card-blog {
    max-width: none;
    flex: 1;
  }

  .image-container3 {
    height: 170px;
  }

  .image2 {
    height: 170px;
  }

  .article-title {
    font-size: 18px;
    line-height: 26px;
  }

  .article-description {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1365px) {

  .image-container3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image2 {
    position: relative;
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 870px) {

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 24px;
  }

  .container33 {
    width: 100%;
  }

  .title12 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .description4 {
    font-size: 16px;
    line-height: 24px;
  }

  .div {
    padding: 0 24px;
  }

  /* 🔥 INI PENTING */
  .div2 {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .card-blog {
    width: 100%;
    max-width: 100%;
  }

  .image-container3 {
    height: 190px;
  }

  .image2 {
    height: 190px;
  }

  .container34 {
    padding: 0 16px;
  }

  .article-title {
    font-size: 18px;
    line-height: 26px;
  }

  .article-description {
    font-size: 15px;
    line-height: 22px;
  }

  .pagination {
    justify-content: center;
  }

}

@media (max-width: 870px) {

  .image-container3 {
    height: 220px;
  }

  .image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

/* ================= TRANSITION ANIMATION ================= */
.div2 {
  opacity: 0;
  transform: translateY(20px);
  transition: 
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Active row */
.div2.active-row {
  opacity: 1;
  transform: translateY(0);
}

/* ================= BLOG PAGE ================= */
#blogFull .div2 {
  display: flex !important;
  opacity: 1 !important;
  transform: none !important;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagination {
  display: flex;
  gap: 10px;
}

.nav-btn img {
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* tombol aktif */
.nav-btn:not(.disabled-link):hover img {
  transform: translateY(-2px);
  cursor: pointer;

  filter: brightness(0) saturate(100%) 
          invert(65%) sepia(34%) saturate(521%) 
          hue-rotate(356deg) brightness(92%) contrast(88%);
  /* mendekati #d9a441 */
}

/* tombol disabled */
.disabled {
  opacity: 0.35;
  filter: grayscale(100%);
}

/* link disabled */
.disabled-link {
  pointer-events: none;
  cursor: default !important;
}

/* ================= BLOG DETAIL PAGE ================= */
.featured-image-wrapper {
  padding-top: 50px;
  padding-bottom: 0;
  width: 100%;
}

/* Divider */
.featured-divider {
  width: 100%;
  height: 1px;
  background: #E5E7EB;
  margin: 50px 0;
}

.featured-image-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.featured-image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.author-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;      /* 🔥 WAJIB */
  gap: 8px 10px;        /* jarak baris & kolom */
  width: 100%;
  margin-bottom: 20px;
}

.author-row .author {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 3px;
  font-size: 12px;
  color: #9CA3AF;
}

.author-row .author {
  font-size: 12px;
  color: #9CA3AF;
  margin: 0;
}

/* item kanan */
.author-row .author:last-child {
  margin-left: auto;
  text-align: right;
}

.main-container2 {
  padding-top: 0 !important;
}

.description4 {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.description4 p {
  margin-bottom: 18px;
}

.description4 h2 {
  margin-top: 32px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
}

.description4 h3 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.description4 ul,
.description4 ol {
  padding-left: 24px;
  margin: 16px 0;
}

.description4 ul {
  list-style-type: disc;
}

.description4 ol {
  list-style-type: decimal;
}

.description4 li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ================= TAGS ================= */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.tag-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #114e77;
  color: #9CA3AF;

  font-family: var(--text-sm-semibold-font-family, 'Exo 2', sans-serif);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;

  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;

  transition: 
    background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.tag-btn i {
  font-size: 12px;
}

.tag-btn:hover {
  background: #d9a441;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(217, 164, 65, 0.35);
}

.tag-btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* ================= COMMENT ================= */
.comments-section {
margin-top: 50px;
width: 100%;
font-family: 'Exo 2', sans-serif;
}

.comments-title {
font-family: 'Exo 2', sans-serif;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
color: #114e77;
}

/* FORM */
.comment-form {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 35px;
width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #d9a441;
    outline: none;
    box-shadow: 0 0 0 2px rgba(217, 164, 65, 0.15);
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 12px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.comment-form textarea {
resize: vertical;
min-height: 120px;
}

.comment-submit {
align-self: flex-start;
background: #114e77;
color: white;
border: none;
padding: 10px 18px;
border-radius: 6px;
cursor: pointer;
font-family: 'Exo 2', sans-serif;
font-size: 14px;
transition: all 0.25s ease;
}

.comment-submit:hover {
background: #d9a441;
transform: translateY(-2px);
}

/* COMMENT LIST */
.comment-list {
width: 100%;
}

.comment-item {
border-bottom: 1px solid #E5E7EB;
padding-bottom: 18px;
margin-bottom: 18px;
}

.comment-header {
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 6px;
flex-wrap: wrap;
}

.comment-name {
font-size: 14px;
font-weight: 600;
color: #114e77;
font-family: 'Exo 2', sans-serif;
}

.comment-date {
font-size: 12px;
color: #9CA3AF;
font-family: 'Exo 2', sans-serif;
}

.comment-text {
font-size: 14px;
color: #374151;
line-height: 1.6;
margin-bottom: 8px;
font-family: 'Exo 2', sans-serif;
}

.comment-actions {
font-size: 12px;
color: #114e77;
cursor: pointer;
font-family: 'Exo 2', sans-serif;
}

.comment-actions:hover {
text-decoration: underline;
}

/* REPLY */
.comment-reply {
margin-top: 15px;
padding-left: 20px;
border-left: 2px solid #E5E7EB;
}

/* MOBILE */
@media (max-width: 768px) {
.comment-submit {
  width: 100%;
  text-align: center;
}
}

.comment-divider{
    border: none;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        #d3d3d3,
        transparent
    );
    margin: 20px 0;
    opacity: 0.7;
}
.description2{
    color:#9e9e9e;
    text-align:center;
    font-family: 'Exo 2', sans-serif;
    font-size:18px;
    padding:10px 0;
}

/* ================= REVIEW ================= */
.review-section {
margin-top: 50px;
width: 100%;
font-family: 'Exo 2', sans-serif;
text-align: center; /* supaya center */
}

.review-title {
font-size: 20px;
font-weight: 600;
color: #114e77;
margin-bottom: 15px;
}

.rating {
display: flex;
flex-direction: row-reverse;
justify-content: center; /* center horizontal */
gap: 6px;
margin-bottom: 20px;
}

.rating input {
display: none;
}

.rating label {
font-size: 36px;
color: #e0e0e0;
cursor: pointer;
transition: all 0.2s ease;
}

/* hover */
.rating label:hover,
.rating label:hover ~ label {
color: #d9a441;
transform: translateY(-2px);
}

/* selected */
.rating input:checked ~ label {
color: #d9a441;
}

.review-submit {
background: #114e77;
color: white;
border: none;
padding: 10px 22px;
border-radius: 6px;
cursor: pointer;
font-family: 'Exo 2', sans-serif;
font-size: 14px;
transition: all 0.25s ease;
}

.review-submit:hover {
background: #d9a441;
transform: translateY(-2px);
}

.review-submit:active {
transform: scale(0.96);
}

.rating-summary {
margin-top: 20px;
}

.rating-summary-stars {
font-size: 26px;
color: #d9a441;
letter-spacing: 4px;
}

.rating-summary-text {
font-size: 14px;
color: #6b7280;
margin-top: 4px;
}

/* ================= SEARCH ================= */
.blog-search-wrapper {
  width: 100%;
  margin: 20px 0 30px 0;
}

.blog-search-form {
  position: relative;
  width: 100%;
}

.blog-search-input {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0 55px 0 18px;
  font-size: 15px;
  outline: none;
  background: #ffffff;
  transition: all 0.25s ease;
}

.blog-search-input:focus {
  border-color: #d9a441;
  box-shadow: 0 0 0 2px rgba(217,164,65,0.15);
}

.blog-search-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  color: #888;
  font-size: 18px;
}

.blog-search-btn:hover {
  color: #d9a441;
}

.search-image-link {
  display: block;
  overflow: hidden; /* supaya zoom tidak keluar */
  border-radius: 12px; /* optional biar cantik */
}

/* gambar */
.search-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* tablet & mobile full width */
@media (max-width: 1365px) {
  .search-image {
    max-width: 100%;
  }
}

/* hover zoom */
.search-image-link:hover .search-image {
  transform: scale(1.08);
}

.title-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.title-link .title6 {
  transition: all 0.25s ease;
}

/* hover effect */
.title-link:hover .title6 {
  color: #d9a441;
  transform: translateY(-3px);
}

.search-image-link:hover .search-image {
  transform: scale(1.08) rotate(0.3deg);
}

.search-image-link {
  display: block;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 12px;
}

.search-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* tablet & mobile full width */
@media (max-width: 1365px) {

  .search-image-link {
    max-width: 100%;
    width: 100%;
  }

  .search-image {
    width: 100%;
    max-width: 100%;
  }
}

/* hover zoom */
.search-image-link:hover .search-image {
  transform: scale(1.08);
}

.title-link {
  text-decoration: none;
  display: inline-block;
}

/* animasi */
.title-link .title6 {
  transition: transform 0.25s ease;
}

.title-link .title-6-span2 {
  transition: color 0.25s ease;
}

/* hover */
.title-link:hover .title6 {
  transform: translateY(-3px);
}

.title-link:hover .title-6-span2 {
  color: #d9a441;
}

.search-image-link {
  flex-shrink: 0;
}

/* ================= FLASH DATA ================= */
.popup-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    animation: fadeIn 0.3s ease;
    font-family: 'Exo 2', sans-serif;
}

.popup-box{
    background:#ffffff;
    width:90%;
    max-width:420px;
    border-radius:14px;
    padding:30px 25px;
    text-align:center;
    position:relative;
    animation: scaleIn 0.3s ease;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    font-family: 'Exo 2', sans-serif;
}

.popup-close{
    position:absolute;
    top:12px;
    right:12px;
    border:none;
    background:none;
    font-size:18px;
    cursor:pointer;
    color:#999;
    font-family: 'Exo 2', sans-serif;
}

.popup-close:hover{
    color:#000;
}

.popup-icon{
    width:60px;
    height:60px;
    background:#d9a441;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin:0 auto 15px auto;
    font-family: 'Exo 2', sans-serif;
}

.popup-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    font-family: 'Exo 2', sans-serif;
}

.popup-message{
    font-size:14px;
    color:#555;
    line-height:1.6;
    margin-bottom:20px;
    font-family: 'Exo 2', sans-serif;
}

.popup-button{
    background:#d9a441;
    color:white;
    border:none;
    padding:10px 22px;
    border-radius:8px;
    cursor:pointer;
    font-size:14px;
    transition:0.2s;
    font-family: 'Exo 2', sans-serif;
}

.popup-button:hover{
    background:#c39234;
}

/* Animations */

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

@keyframes scaleIn{
    from{
        transform:scale(0.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

/* Mobile */

@media(max-width:480px){
    .popup-box{
        padding:25px 18px;
    }
}

/* ========================= */
/* FOOTER */
/* ========================= */
.container37 {
  display: flex;
  gap: 48px;
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
}

.container40,
.container41,
.container44,
.container45 {
  flex: 1;
}

.container46 {
  width: 100%;
  max-width: 1272px;
  margin: 64px auto 0 auto;
}

/* ================= TABLET ================= */
@media (max-width: 1365px) {

  .container37 {
    flex-wrap: wrap;
    gap: 40px 32px;
  }

  .container40,
  .container41,
  .container44,
  .container45 {
    flex: 0 0 calc(50% - 16px); /* 2 kolom */
  }

}

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

  .container36 {
    padding: 64px 24px;
  }

  .container37 {
    flex-direction: column;
    gap: 40px;
  }

  .container40,
  .container41,
  .container44,
  .container45 {
    flex: 0 0 100%; /* 1 kolom */
  }

  /* Text scaling */
  .tagline,
  .program-title2,
  .admission-title,
  .contact-title,
  .address-title {
    font-size: 16px;
  }

  .address,
  .text3 {
    font-size: 14px;
  }

  .copyright-text {
    font-size: 14px;
  }

}

/* ================= HOVER ================= */
.icon-sosmed {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-sosmed img {
  transition: transform 0.3s ease;
}

.icon-sosmed:hover img {
  transform: scale(1.15);
}

.container36 a {
  transition: color 0.25s ease;
}

.container36 a:hover .text3,
.container36 a:hover .nav-item,
.container36 a:hover .nav-item2,
.container36 a:hover .address {
  color: #d9a441;
}

.container36 a {
  transition: color 0.25s ease, transform 0.2s ease;
  display: inline-block; /* penting supaya transform jalan rapi */
}

.container36 a:hover {
  color: #d9a441;
  transform: translateY(-2px);
}

.container43 img {
  transition: filter 0.25s ease, transform 0.2s ease;
}

.container41 a:hover .container43 img {
  filter: brightness(0) saturate(100%) 
          invert(70%) sepia(39%) saturate(527%) 
          hue-rotate(3deg) brightness(95%) contrast(90%);
}

/* ================= FOOTER BOTTOM ================= */
.container46 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* Social icons horizontal */
.social-media-links {
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {

  .container46 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .social-media-links {
    width: 100%;
    justify-content: center;
  }
}

/* Floating WhatsApp */
.floating-wa{
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
}

.wa-circle{
    width: 70px;
    height: 70px;
    background: #114e77;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.whatsapp-logo{
    width: 38px;
    height: 38px;
}

.wa-text{
    margin-top: 6px;
    font-size: 13px;
    font-family: 'Exo 2';
    font-weight: 600;
    color: #ffffff;
    background: #114e77;
    padding: 3px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.floating-wa:hover .wa-circle{
    transform: scale(1.1);
    background: #1ebe5d;
}

/* Mobile */
@media (max-width:576px){

    .wa-circle{
        width: 60px;
        height: 60px;
    }

    .whatsapp-logo{
        width: 32px;
        height: 32px;
    }

    .wa-text{
        font-size: 12px;
    }
}