/* Footer copied from ../gcc-asia/index.html and its stylesheet. */
:root {
  --gold: #a87b22;
  --gold-light: #b07c2c;
  --ink: #000000;
}

.site-footer {
  background: #000000;
  color: #ffffff;
  padding: 56px 0 0;
}

.site-footer > .shell,
.footer-bottom > .shell {
  width: min(1600px, calc(100vw - 32px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 40px;
  margin-bottom: 40px;
}

.footer-col { border-left: 1px solid #8d8e90; padding-left: 40px; }
.footer-col:first-child { border-left: none; padding-left: 0; }
.footer-col strong { display: block; color: var(--gold-light); text-transform: uppercase; margin-bottom: 14px; font-family: "Ainslie", "Segoe UI", Arial, sans-serif; font-size: 1.1rem; }
.footer-col a { display: block; color: #ffffff; text-decoration: none; font-size: 1.05rem; padding: 5px 0; }
.footer-col a:hover { color: var(--gold-light); }

.footer-subscribe { display: flex; align-items: center; justify-content: center; gap: 54px; flex-wrap: wrap; padding: 24px 0; }
.subscribe-form { min-width: 100px; width: 38%; }
.subscribe-form strong { display: block; color: #ffffff; margin-bottom: 14px; text-transform: uppercase; font-size: 1.1rem; }
.input-wrapper { display: flex; align-items: center; gap: 12px; max-width: 900px; }
.input-wrapper i { color: #ffffff; flex: none; }
.input-wrapper input { flex: 1; min-width: 0; height: 46px; border-radius: 4px; border: none; background: #c7c7c7; padding: 0 14px; }
.input-wrapper button { height: 46px; padding: 0 26px; background: var(--gold); color: var(--ink); border: none; border-radius: 4px; font-family: "Ainslie", "Segoe UI", Arial, sans-serif; font-weight: 700; cursor: pointer; white-space: nowrap; }

.footer-bottom { border-top: 1px solid #333; text-align: center; padding: 22px 0 26px; }
.footer-bottom p { color: rgba(255, 255, 255, 0.86); font-size: 0.92rem; max-width: 980px; margin: 0 auto; }
.footer-institute { position: relative; padding: 4px 0 2px; }
.footer-institute__lockup { display: block; width: min(720px, 66vw); height: auto; margin: 0 auto; }
.footer-institute__years { position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: clamp(58px, 7.8vw, 124px); width: auto; }
.footer-institute__intro { max-width: 1360px !important; margin: 14px auto 0 !important; font-size: 1.2rem !important; line-height: 1.7 !important; color: #ffffff !important; }
.footer-bottom .copyright { color: var(--gold) !important; font-size: clamp(0.85rem, 0.95vw, 1.05rem) !important; margin-top: 12px !important; font-weight: 700; }

.social-icons li { list-style: none; }
.social-icons li a { display: inline-flex; text-decoration: none; }
.social-icons li a i { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff !important; font-size: 18px; transition: transform 0.3s ease; }
.social-icons li a i:hover { transform: scale(1.1); }
.social-icons-facebook i { background-color: #3b5998 !important; }
.social-icons-instagram i { background-color: #e4405f !important; }
.social-icons-twitter i { background-color: #000 !important; }
.social-icons-linkedin i { background-color: #0077b5 !important; }
.social-icons-youtube i { background-color: #cd201f !important; }
.subscribe-row .social-icons { font-size: 16px; display: flex; list-style: none; padding: 0 80px 0 0; margin: 35px 0 0; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; }
.subscribe-row .social-icons span { padding-right: 15px; font-weight: bold; color: #fff; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .footer-col:nth-child(2n + 1) { border-left: none; padding-left: 0; }
}

@media (max-width: 767px) {
  .footer-institute__lockup { width: min(520px, 86vw); }
  .footer-institute__years { position: static; transform: none; height: 88px; margin: 16px auto 0; }
}

@media (max-width: 640px) {
  .site-footer { padding-top: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; margin-bottom: 20px; }
  .footer-col, .footer-col:first-child { border-left: none; border-top: 1px solid #555; padding: 20px 0 0; margin-top: 20px; }
  .footer-grid:first-child .footer-col:first-child { border-top: none; margin-top: 0; padding-top: 0; }
  .footer-subscribe { display: block; padding: 20px 0; }
  .subscribe-form { min-width: 0; width: 100%; }
  .input-wrapper { align-items: stretch; flex-wrap: wrap; }
  .input-wrapper input, .input-wrapper button { width: 100%; }
  .subscribe-row .social-icons { padding-right: 0; }
}

/* Final isolation layer: prevent Bootstrap and legacy inner-page footer rules
   from changing the shared homepage footer. This file loads last everywhere. */
body .site-footer {
  margin: 0 !important;
  border: 0 !important;
  background: #000000 !important;
  color: #ffffff !important;
  padding: 56px 0 0 !important;
  font-size: 16px !important;
  line-height: normal !important;
}

body .site-footer > .shell,
body .site-footer .footer-bottom > .shell {
  width: min(1600px, calc(100vw - 32px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px 40px !important;
  margin: 0 0 40px !important;
  padding: 0 !important;
}

body .site-footer .footer-col {
  border: 0 !important;
  border-left: 1px solid #8d8e90 !important;
  margin: 0 !important;
  padding: 0 0 0 40px !important;
  text-align: left !important;
}

body .site-footer .footer-col:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

body .site-footer .footer-col strong {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #b07c2c !important;
  font-family: "BruumFY-Bold", "BruumFY", Arial, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}

body .site-footer .footer-col a {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "BruumFY-Light", "BruumFY", Arial, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: left !important;
  text-decoration: none !important;
}

body .site-footer .footer-col a:hover {
  color: #b07c2c !important;
}

body .site-footer .footer-subscribe {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 54px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 24px 0 !important;
}

body .site-footer .subscribe-form {
  min-width: 100px !important;
  width: 38% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .site-footer .subscribe-form strong {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "BruumFY-Bold", "BruumFY", Arial, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

body .site-footer .input-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  max-width: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .site-footer .input-wrapper i {
  color: #ffffff !important;
  flex: none !important;
}

body .site-footer .input-wrapper input {
  flex: 1 !important;
  min-width: 0 !important;
  width: auto !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #c7c7c7 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-family: "BruumFY-Light", "BruumFY", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: normal !important;
}

body .site-footer .input-wrapper button {
  width: auto !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #a87b22 !important;
  color: #000000 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-family: "BruumFY-Bold", "BruumFY", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body .site-footer .subscribe-row .social-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: auto !important;
  margin: 35px 0 0 !important;
  padding: 0 80px 0 0 !important;
  gap: 8px !important;
  list-style: none !important;
  font-size: 16px !important;
  line-height: normal !important;
}

body .site-footer .subscribe-row .social-icons span {
  width: auto !important;
  margin: 0 !important;
  padding: 0 15px 0 0 !important;
  color: #ffffff !important;
  font-family: "BruumFY-Bold", "BruumFY", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-align: left !important;
}

body .site-footer .social-icons li {
  display: list-item !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  list-style: none !important;
}

body .site-footer .social-icons li a {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: normal !important;
  text-decoration: none !important;
}

body .site-footer .social-icons li a i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: normal !important;
}

body .site-footer .footer-bottom {
  margin: 0 !important;
  padding: 22px 0 26px !important;
  border: 0 !important;
  border-top: 1px solid #333333 !important;
  background: #000000 !important;
  color: #ffffff !important;
  text-align: center !important;
}

body .site-footer .footer-institute {
  position: relative !important;
  margin: 0 !important;
  padding: 4px 0 2px !important;
}

body .site-footer .footer-institute__lockup {
  display: block !important;
  width: min(720px, 66vw) !important;
  height: auto !important;
  margin: 0 auto !important;
}

body .site-footer .footer-institute__years {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  height: clamp(58px, 7.8vw, 124px) !important;
  margin: 0 !important;
}

body .site-footer .footer-institute__intro {
  max-width: 1360px !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "BruumFY-Light", "BruumFY", Arial, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

body .site-footer .footer-bottom .copyright {
  max-width: 980px !important;
  margin: 12px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  color: #a87b22 !important;
  font-family: "BruumFY-Light", "BruumFY", Arial, sans-serif !important;
  font-size: clamp(.85rem, .95vw, 1.05rem) !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-align: center !important;
}

body .site-footer .footer-bottom .copyright::before,
body .site-footer .footer-bottom .copyright::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  body .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 40px !important;
  }

  body .site-footer .footer-col:nth-child(2n + 1) {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  body .site-footer .footer-institute__lockup {
    width: min(520px, 86vw) !important;
  }

  body .site-footer .footer-institute__years {
    position: static !important;
    transform: none !important;
    height: 88px !important;
    margin: 16px auto 0 !important;
  }
}

@media (max-width: 640px) {
  body .site-footer {
    padding-top: 36px !important;
  }

  body .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 20px !important;
  }

  body .site-footer .footer-col,
  body .site-footer .footer-col:nth-child(2n + 1),
  body .site-footer .footer-col:first-child {
    border-left: 0 !important;
    border-top: 1px solid #555555 !important;
    margin-top: 20px !important;
    padding: 20px 0 0 !important;
  }

  body .site-footer .footer-grid:first-child .footer-col:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body .site-footer .footer-subscribe {
    display: block !important;
    padding: 20px 0 !important;
  }

  body .site-footer .subscribe-form {
    min-width: 0 !important;
    width: 100% !important;
  }

  body .site-footer .input-wrapper {
    align-items: stretch !important;
    flex-wrap: wrap !important;
  }

  body .site-footer .input-wrapper input,
  body .site-footer .input-wrapper button {
    width: 100% !important;
  }

  body .site-footer .subscribe-row .social-icons {
    width: 100% !important;
    margin-top: 24px !important;
    padding-right: 0 !important;
  }

  body .site-footer .subscribe-row .social-icons span {
    width: 100% !important;
    margin-bottom: 8px !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
