/* Font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

/* HOME PAGE CSS */

.h1 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.h2 {
  align-self: stretch;
  height: 960px;
  position: relative;
  background: white;
  overflow: hidden;
  background-image: url(/img/home-banner.png);
}

.h2-img1 {
  width: 100%;
  height: 1092px;
  top: -6px;
  position: absolute;
  background: linear-gradient(
    218deg,
    rgba(181, 41, 49, 0.9) 0%,
    rgba(29, 33, 78, 0.9) 100%
  );
}

.navitem {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #2b2b2b;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  display: flex;
}

.navcontact {
  text-align: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}

.footcontact {
  text-align: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 100;
  line-height: 40px;
  word-wrap: break-word;
}

.circle-text {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}
.circle-text span {
  display: inline-block;
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* Home Page extracted inline styles */

.h-header-bar {
  width: 1664px;
  padding: 30px;
  left: 120px;
  top: 0px;
  position: absolute;
  background: white;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.35);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  outline: 3px rgba(204, 204, 204, 0.9) solid;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  z-index: 1000;
}

.h-header-logo {
  width: 138px;
  height: 36px;
}

.h-contact-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1f2350;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.h-main-content {
  left: 120px;
  top: 224px;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.h-main-col {
  width: 994px;
  align-self: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 130px;
  display: inline-flex;
}

.h-main-col-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 62px;
  display: flex;
}

.h-main-title-wrap {
  width: 994px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h-main-title {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}

.h-main-heading {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 54px;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 110px;
  word-wrap: break-word;
}

.h-main-badges {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.h-main-badge-orange {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #cf7c00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.h-main-badge-orange-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
  word-wrap: break-word;
}

.h-main-badge-blue {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1f2350;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.uct-main-badge-blue {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #8b8b8b3b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.uct-main-badge-orange {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #8b8b8b3b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-main-badge-blue-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
  word-wrap: break-word;
}

.h-badge-circle-wrap {
  width: 158px;
  height: 158px;
  position: relative;
}

.h-badge-circle-inner {
  left: 0px;
  top: 0px;
  position: absolute;
}

.h-badge-svg-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.h-badge-svg {
  position: absolute;
  width: 160px;
  height: 160px;
  overflow: visible;
  animation: rotate 10s linear infinite;
}

.h-badge-grey-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #6b7280;
  opacity: 0.5;
  z-index: 0;
}

.h-badge-center-text {
  position: absolute;
  color: white;
  font-size: 3rem; /* text-5xl */
  font-weight: bold;
  z-index: 10;
}

.h-badge-center-plus {
  font-size: large;
  vertical-align: top;
}

/* Example: Hero section button */
.h-hero-btn {
  padding: 16px 40px;
  background: #b52931;
  border-radius: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
}
.h-hero-btn:hover {
  background: #a02028;
}

/* Example: Feature card */
.h-feature-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.h-feature-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.h-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2350;
}

.h-feature-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Example: Section heading */
.h-section-heading {
  font-size: 40px;
  font-weight: 800;
  color: #1f2350;
  margin-bottom: 24px;
}

/* Example: Section wrapper */
.h-section {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Example: Card grid */
.h-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

/* Example: Testimonial */
.h-testimonial {
  background: #f7f7fa;
  border-radius: 20px;
  padding: 32px;
  font-size: 18px;
  color: #222;
  margin-bottom: 24px;
}

/* --- Future Ready Section --- */
.h-future-ready-wrap {
  width: 945px;
  height: 705px;
  position: relative;
}
.h-future-ready-bg {
  width: 825.81px;
  height: 825.81px;
  left: 480.65px;
  top: -120px;
  position: absolute;
  transform: rotate(37deg);
  transform-origin: top left;
  /* background: white; */
  box-shadow: 10px 24px 34px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  border-radius: 180px;
  border: 9px #1d214e solid;
}
.uct-future-ready-bg {
  width: 825.81px;
  height: 825.81px;
  left: 480.65px;
  top: -200px;
  position: absolute;
  transform: rotate(37deg);
  transform-origin: top left;
  /* background: white; */
  box-shadow: 10px 24px 34px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  border-radius: 500px;
  border: 7px #cf7c00 solid;
}

.ucp-future-ready-bg {
  width: 825.81px;
  height: 825.81px;
  left: 480.65px;
  top: -200px;
  position: absolute;
  transform: rotate(37deg);
  transform-origin: top left;
  /* background: white; */
  box-shadow: 10px 24px 34px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  border-radius: 500px;
  border: 7px #cf7c00 solid;
}

.h-future-ready-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/home-bg-img.jpg);
  background-size: cover;
  background-position: center;
  transform: rotate(-37deg);
  width: 130%;
  height: 110%;
  top: 45px;
  left: -325px;
  z-index: 0;
}

.uct-future-ready-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/home-bg-img.jpg);
  background-size: cover;
  background-position: center;
  transform: rotate(-37deg);
  width: 130%;
  height: 110%;
  top: 45px;
  left: -325px;
  z-index: 0;
}

.ucp-future-ready-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/image\ 10.png);
  background-size: cover;
  background-position: center;
  transform: rotate(-37deg);
  width: 100%;
  height: 110%;
  top: 45px;
  left: -125px;
  z-index: 0;
}

.h-future-ready-card {
  width: 477px;
  padding: 20px;
  left: -100px;
  top: 498px;
  position: absolute;
  background: #9d2624;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  display: inline-flex;
}
.h-future-ready-title {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-future-ready-today-wrap {
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.h-future-ready-today {
  flex: 1 1 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #9d2624;
  font-size: 57px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
  word-wrap: break-word;
}

/* --- Philippines Section --- */
.h-philippines-section {
  width: 100%;
  height: 1100px;
  position: relative;
  background: white;
  overflow: hidden;
  padding-bottom: 30px;
}
.h-philippines-inner {
  width: 1680px;
  left: 120px;
  top: 116px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 54px;
  display: inline-flex;
}
.h-philippines-title-wrap {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  display: flex;
}
.h-philippines-title {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #1f2350;
  font-size: 38px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-philippines-desc {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.h-philippines-desc-main {
  color: #1f2350;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}

.h-philippines-desc-main a {
  color: #1f2350;
  text-decoration: underline;
}
.h-philippines-cards-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  display: inline-flex;
}
.h-philippines-card {
  width: 829px;
  padding: 30px;
  background: white;
  border-radius: 40px;
  outline: 1px #9d2624 solid;
  outline-offset: -1px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  display: inline-flex;
}
.h-philippines-card-2 {
  justify-content: center;
  align-items: flex-end;
}
.h-philippines-card-header {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}
.h-philippines-card-img-wrap {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 300px;
}
.h-philippines-card-img {
  width: 61px;
  height: 60px;
  left: -1px;
  top: 0px;
  position: relative;
}
.h-philippines-card-img1 {
  width: 61px;
  height: 60px;
  left: -10px;
  top: 0px;
  position: relative;
}
.h-philippines-card-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #1f2350;
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-philippines-card-point-row {
  align-self: stretch;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.h-philippines-card-dot {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-philippines-card-dot::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #1f2350;
  border-radius: 9999px;
}
.h-philippines-card-point {
  flex: 1 1 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #2b2b2b;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-philippines-card-btn-row {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
.h-philippines-card-btn-outline {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 80px;
  outline: 1px #1d214e solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-philippines-card-btn-outline-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #1d214e;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}
.h-philippines-card-btn-fill {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1d214e;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-philippines-card-btn-fill-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}

/* --- Footer Section --- */
.h-footer-section {
  width: 100%;
  align-self: stretch;
  height: 624px;
  position: relative;
  background: radial-gradient(
    ellipse 50% 50% at 50% 50%,
    #222222 0%,
    #0f0f0f 100%
  );
  overflow-x: hidden;
}
.h-footer-inner {
  width: 1678px;
  left: 122px;
  top: 95px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}
.h-footer-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 220px;
  display: inline-flex;
}
.h-footer-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.h-footer-col-1 {
  width: 463px;
  gap: 26px;
}
.h-footer-logo {
  width: 249px;
  height: 86px;
}
.h-footer-col-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.h-footer-title {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 36px;
  font-family: Montserrat;
  font-weight: 800;
  word-wrap: break-word;
}
.h-footer-desc {
  align-self: stretch;
  opacity: 0.8;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-col-2 {
  width: 404px;
  gap: 20px;
}
.h-footer-links-title {
  width: 253px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-links {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  display: flex;
}
.h-footer-link {
  align-self: stretch;
  opacity: 0.8;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-col-3 {
  width: 322px;
  gap: 20px;
}
.h-footer-contact-title {
  width: 253px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-contact-list {
  width: 253px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  display: flex;
}
.h-footer-contact-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.h-footer-contact-icon {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  outline: 0.8px white solid;
  outline-offset: -0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-footer-contact-dot {
  width: 10px;
  height: 10px;
  left: 7px;
  top: 7px;
  position: absolute;
  background: white;
  border-radius: 50%;
}
.h-footer-contact-text {
  opacity: 0.8;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-bottom {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.h-footer-bottom-row {
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}
.h-footer-bottom-text {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-bottom-support {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

/* --- Benefits Section --- */
.h-benefits-section {
  align-self: stretch;
  height: 830px;
  position: relative;
  background: #fbfcff;
  overflow: hidden;
}
.h-benefits-inner {
  width: 1679px;
  left: 120px;
  top: 95px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}
.h-benefits-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  display: inline-flex;
}
.h-benefits-card {
  width: 545px;
  padding: 20px;
  background: white;
  border-radius: 30px;
  outline: 1px #eceeff solid;
  outline-offset: -1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  display: inline-flex;
}
.h-benefits-card-header {
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  display: inline-flex;
}
.h-benefits-card-num {
  width: 92px;
  height: 92px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  outline: 0.6px rgba(157, 38, 36, 0.1) solid;
  outline-offset: -0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-benefits-card-num-1 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  padding-right: 10px;
}
.h-benefits-card-num-2 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.h-benefits-card-num-3 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.h-benefits-card-num-4 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.h-benefits-card-num-5 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.h-benefits-card-num-6 {
  left: 4px;
  top: 10px;
  color: #9d2624;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.h-benefits-card-title {
  width: 214px;
  left: 10px;
  top: 10px;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #1d214e;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
}
.h-benefits-card-title-long {
  width: 309px;
}
.h-benefits-card-desc {
  align-self: stretch;
  justify-content: top;
  display: flex;
  flex-direction: column;
  color: #4b4b4b;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
}

/* --- Form Section --- */
.h-form-section {
  width: 100%;
  height: 735px;
  position: relative;
  background: white;
  overflow: hidden;
}
.h-form-bg {
  width: 100%;
  height: 750px;
  top: -12px;
  position: absolute;
}
.h-form-inner {
  width: 1680px;
  left: 120px;
  top: 79px;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.h-form-col {
  width: 585px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  display: inline-flex;
}
.h-form-col-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 46px;
  display: flex;
}
.h-form-logo {
  width: 249px;
  height: 86px;
}
.h-form-desc {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-form-worth-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.h-form-worth-outline {
  flex: 1 1 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: 1px #cf7c00 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-form-worth-outline-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-form-worth-fill {
  flex: 1 1 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #cf7c00;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-form-worth-fill-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-form-card {
  width: 776px;
  padding: 30px;
  background: white;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
  display: inline-flex;
}
.h-form-card-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
}
.h-form-card-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #2b2b2b;
  font-size: 36px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
  word-wrap: break-word;
}
.h-form-fields {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.h-form-field {
  width: 100%;
  margin-bottom: 20px;
}
.h-form-field-label {
  color: #1d214e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.h-form-field-input {
  width: 100%;
  padding: 15px 20px;
  background: #f7f8ff;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-form-field-input select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  color: #7b7b7b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.h-form-btn {
  width: 25%;
  padding: 15px;
  background: #1d214e;
  border-radius: 80px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.h-form-btn:hover {
  background: #282d5e;
}
.h-form-btn-text {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

/* --- Right Place Section --- */
.h-rightplace-section {
  width: 100%;
  height: 544px;
  position: relative;
  background: #9d2624;
  overflow: hidden;
}
.h-rightplace-bg {
  width: 100%;
  height: 604px;
  top: -30px;
  position: absolute;
}
.h-rightplace-inner {
  width: 1682px;
  left: 119px;
  top: 124px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  display: inline-flex;
}
.h-rightplace-title {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 38px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-rightplace-cards-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  display: inline-flex;
}
.h-rightplace-card {
  flex: 1 1 0;
  height: 210px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 26px;
  backdrop-filter: blur(7px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}
.h-rightplace-card-main {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 64px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-rightplace-card-desc {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 26px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-rightplace-card-desc-long {
  align-self: stretch;
}

/* --- Global Opportunities Section --- */
.h-globalop-section {
  align-self: stretch;
  height: 759px;
  position: relative;
  background: radial-gradient(
    ellipse 61.62% 156.77% at 29.9% 50%,
    white 0%,
    #f6f6f6 100%
  );
  overflow: hidden;
}
.h-globalop-inner {
  left: 120px;
  top: 95px;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  display: inline-flex;
}
.h-globalop-col {
  width: 505px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 44px;
  display: inline-flex;
}
.h-globalop-col-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}
.h-globalop-title {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #2b2b2b;
  font-size: 38px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-globalop-desc {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #4b4b4b;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.h-globalop-btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1f2350;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.h-globalop-btn-text {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}
.h-globalop-imgs-row {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}
.h-globalop-img-wrap {
  width: 346px;
  height: 569px;
  position: relative;
  background: #a23835;
  overflow: hidden;
  border-radius: 400px;
}
.h-globalop-img {
  width: 440.25px;
  height: 587px;
  left: -0.12px;
  top: -9px;
  position: absolute;
}

/* --- Right Place 2 Section --- */
.h-rightplace2-section {
  width: 100%;
  height: 420px;
  position: relative;
  background: #9d2624;
  overflow: hidden;
}
.h-rightplace2-bg {
  width: 1934px;
  height: 604px;
  top: -92px;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(29, 33, 78, 0.9) 0%,
    rgba(29, 33, 78, 0.9) 100%
  );
}
.h-rightplace2-inner {
  width: 1682px;
  left: 119px;
  top: 97px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  display: inline-flex;
}
.h-rightplace2-row {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}
.h-rightplace2-title {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 38px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}
.h-rightplace2-switcher {
  width: 279px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.h-rightplace2-switcher-education,
.h-rightplace2-switcher-future,
.h-rightplace2-switcher-grow {
  align-self: stretch;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  color: white;
  font-size: 46px;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 40px;
  word-wrap: break-word;
}
.h-rightplace2-switcher-education {
  background: #1d214e;
}
.h-rightplace2-switcher-future {
  background: #9d2624;
}
.h-rightplace2-switcher-grow {
  background: #cf7c00;
}
.h-rightplace2-cards-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  display: inline-flex;
}
.h-rightplace2-card {
  flex: 1 1 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(7px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h-rightplace2-card-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 40px;
  word-wrap: break-word;
}

/* Add more as you encounter new inline styles in your HTML */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-text {
  animation: rotate 10s linear infinite;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  /* Header */
  .h-header-bar {
    width: 100%;
    left: 0;
    padding: 15px;
    border-radius: 0px 0px 25px 25px;
  }

  .navbar {
    display: none; /* Will need JavaScript for mobile menu */
  }

  .h-header-logo {
    width: 100px;
    height: auto;
  }

  .h-main-title-wrap {
    top: -100px;
  }

  /* Main Content */
  .h-main-content {
    left: 20px;
    right: 20px;
  }

  .h-main-col {
    width: 100%;
  }

  .h-main-heading {
    bottom: 280px;
    position: relative;
    font-size: 26px;
    line-height: 46px;
  }

  .h-main-title {
    bottom: 280px;
    position: relative;
    font-size: 14px;
    line-height: 32px;
  }

  .h-main-badge-orange {
    bottom: 300px;
    position: relative;
    width: 180px;
    height: 30px;
    padding: 5px 10px;
    font-size: 8px;
  }
  .h-main-badge-blue {
    bottom: 300px;
    position: relative;
    width: 199px;
    height: 30px;
    padding: 5px 10px;
    font-size: 8px;
  }

  .h-main-badge-orange-text {
    font-size: 11px !important;
  }
  .h-main-badge-blue-text {
    font-size: 11px !important;
  }

  .rotating-text {
    position: relative;
    font-size: 25px;
  }

  .h-badge-grey-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #6b7280;
    opacity: 0.5;
    z-index: 0;
  }

  .h-badge-center-text {
    position: absolute;
    color: white;
    font-size: 1.5rem; /* text-5xl */
    font-weight: bold;
    z-index: 10;
  }
  .h-badge-svg {
    position: absolute;
    width: 80px;
    height: 110px;
    overflow: visible;
    animation: rotate 10s linear infinite;
  }

  .h-badge-svg-wrap {
    position: relative;
    width: 80px;
    height: 100px;
    display: flex;
    bottom: 330px;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  /* --- Future Ready Section --- */
  .h-future-ready-wrap {
    width: 945px;
    height: 705px;
    position: relative;
    right: 630px;
  }
  .h-future-ready-bg {
    width: 380.81px;
    height: 380.81px;
    left: 480.65px;
    top: 120px;
    position: absolute;
    transform: rotate(37deg);
    transform-origin: top left;
    /* background: white; */
    box-shadow: 10px 24px 34px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border-radius: 80px;
    border: 5px #1d214e solid;
  }
  .h-future-ready-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/img/home-bg-img.jpg);
    background-size: cover;
    background-position: center;
    transform: rotate(-37deg);
    width: 130%;
    height: 130%;
    top: 0px;
    left: -150px;
    z-index: 0;
  }

  .h-future-ready-card {
    width: 280px;
    height: 80px;
    padding: 20px;
    left: 250px;
    top: 498px;
    position: absolute;
    background: #9d2624;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    display: inline-flex;
  }
  .h-future-ready-title {
    align-self: stretch;
    text-align: top;
    justify-content: top;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -20px;
    color: white;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
  }
  .h-future-ready-today-wrap {
    align-self: stretch;
    width: 260px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: white;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    position: relative;
    top: -40px;
    left: -10px;
  }
  .h-future-ready-today {
    flex: 1 1 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #9d2624;
    font-size: 37px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
  }

  /* Sections */
  .h-section {
    padding: 40px 20px;
  }

  .h-philippines-section {
    height: auto;
    padding: 40px 0;
  }

  .h-philippines-inner {
    width: 100%;
    left: 0;
    position: relative;
    padding: 0 20px;
    top: 0;
  }

  .h-philippines-cards-row {
    flex-direction: column;
  }

  .h-philippines-card {
    width: 100%;
  }

  .h-philippines-title-wrap {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
    display: flex;
  }
  .h-philippines-title {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #1f2350;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
  }
  .h-philippines-desc {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .h-philippines-desc-main {
    color: #1f2350;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
  }

  .h-philippines-desc-main a {
    color: #1f2350;
    text-decoration: underline;
  }
  .h-philippines-cards-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    display: inline-flex;
  }
  .h-philippines-card {
    width: 390px;
    height: 480px;
    padding: 30px;
    background: white;
    border-radius: 40px;
    outline: 1px #9d2624 solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 24px;
    display: inline-flex;
  }
  .h-philippines-card-2 {
    justify-content: center;
    align-items: flex-end;
  }
  .h-philippines-card-header {
    align-self: stretch;
    justify-content: flex-start;
    align-items: bottom;
    display: flex;
    position: relative;
    top: 50px;
    left: -10px;
  }
  .h-philippines-card-header1 {
    align-self: stretch;
    justify-content: flex-start;
    align-items: bottom;
    display: flex;
    position: relative;
    top: 10px !important;
    left: 0px;
  }
  .h-philippines-card-img-wrap {
    width: 40px;
    height: 150px;
    position: relative;
  }
  .h-philippines-card-img {
    width: 41px;
    height: 40px;
    left: -1px;
    top: 55px;
    position: relative;
  }
  .h-philippines-card-img1 {
    width: 41px;
    height: 40px;
    left: -10px;
    top: 0px;
    position: relative;
  }
  .h-philippines-card-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #1f2350;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
  }
  .h-philippines-card-point-row {
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
  }
  .h-philippines-card-dot {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    display: flex;
  }
  .h-philippines-card-dot::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #1f2350;
    border-radius: 9999px;
  }
  .h-philippines-card-point {
    flex: 1 1 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #2b2b2b;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
  }
  .h-philippines-card-btn-row {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
  }
  .h-philippines-card-btn-outline {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    width: 150px;
    height: 40px;
    padding-bottom: 10px;
    border-radius: 40px;
    outline: 1px #1d214e solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
  }
  .h-philippines-card-btn-outline-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #1d214e;
    font-size: 11px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 10px;
  }
  .h-philippines-card-btn-fill {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1d214e;
    width: 150px;
    height: 40px;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
  }
  .h-philippines-card-btn-fill-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 10px;
    word-wrap: break-word;
  }

  /* --- Right Place Section --- */
  .h-rightplace-section {
    width: 100%;
    height: 444px;
    position: relative;
    background: #9d2624;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h-rightplace-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 2.25;
    background-image: url(/img/rightplace-bg.jpg);
    z-index: 1;
  }

  .h-rightplace-inner {
    position: relative;
    z-index: 2;
    top: -100px;
    width: 100%;
    height: 50%;
    padding: 20px;
    left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }

  .h-rightplace-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 700;
    position: relative;
    left: -10px;
    line-height: 40px;
  }

  .h-rightplace-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .h-rightplace-card {
    border-radius: 20px;
    height: 120px;
    text-align: left;
  }

  .h-rightplace-card-main {
    color: white;
    font-size: 34px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 10px;
  }

  .h-rightplace-card-desc {
    color: white;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 24px;
  }

  /* --- Global Opportunities Section --- */
  .h-globalop-section {
    width: 100%;
    padding: 60px 20px;
    background: radial-gradient(
      ellipse 61.62% 156.77% at 29.9% 50%,
      white 0%,
      #f6f6f6 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h-globalop-inner {
    max-width: 800px;
    width: 100%;
    left: 0px;
    top: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
  }

  .h-globalop-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

  .h-globalop-title {
    color: #2b2b2b;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 36px;
  }

  .h-globalop-desc {
    color: #4b4b4b;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 30px;
    max-width: 600px;
  }

  .h-globalop-btn {
    padding: 10px 30px;
    background: #1f2350;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .h-globalop-btn-text {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 30px;
  }

  .h-globalop-imgs-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .h-globalop-img-wrap {
    width: 160px;
    height: 280px;
    overflow: hidden;
    border-radius: 100px;
    position: relative;
    background: #ccc;
  }

  .h-globalop-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* --- Right Place 2 Section --- */
  .h-rightplace2-section {
    width: 100%;
    height: auto;
    position: relative;
    background: #1d214e;
    overflow: hidden;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h-rightplace2-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 2.25;
    background-image: url(/img/rightplace-bg.jpg);
    z-index: 1;
  }

  .h-rightplace2-inner {
    position: relative;
    z-index: 1;
    left: 0px;
    width: 100%;
    max-width: 700px;
    right: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .h-rightplace2-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: left;
  }

  .h-rightplace2-switcher-education {
    position: relative;
    bottom: 60px;
    height: 150px;
    font-size: 24px;
  }

  .h-rightplace2-title {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 700;
    position: relative;
    bottom: 50px;
    left: 8px;
    line-height: 38px;
  }

  .h-rightplace2-switcher {
    color: #1d214e;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 20px;
    height: 50px;
    left: 150px;
    bottom: 100px;
    border-radius: 12px;
    font-family: Montserrat;
  }

  .h-rightplace2-cards-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
    bottom: 100px;
  }

  .h-rightplace2-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }

  .h-rightplace2-card-text {
    color: white;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }

  /* Benefits Section */
  .h-benefits-section {
    height: auto;
  }

  .h-benefits-inner {
    width: 100%;
    left: 0;
    bottom: 50px;
    position: relative;
    padding: 40px 20px;
    height: 1900px;
  }

  .h-benefits-row {
    flex-direction: column;
  }

  .h-benefits-card {
    width: 100%;
  }

  /* --- Form Section --- */
  .h-form-section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(180deg, #9d2624 0%, #1d214e 100%);
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 60px 20px;
  }

  .h-form-bg {
    display: none; /* Hidden or not required anymore */
  }

  .h-form-inner {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 1;
    position: relative;
    text-align: center;
  }

  .h-form-col-inner {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  .h-form-col {
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .h-form-logo {
    width: 200px;
    height: auto;
    top: -30px;
    position: relative;
  }

  .h-form-desc {
    color: white;
    font-size: 15px;
    line-height: 28px;
    font-weight: 200;
    font-family: Montserrat;
    text-align: left;
    top: -30px;
    width: 350px;
    position: relative;
    word-wrap: normal;
  }

  .h-form-worth-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    bottom: 70px;
    left: 0px;
    width: 60%;
  }

  .h-form-worth-outline {
    padding: 15px 30px;
    background: transparent;
    border: 1px solid white;
    color: white;
    font-size: 10px !important;
    font-weight: 400;
    font-family: Montserrat;
    height: 50%;
    width: 50%;
  }

  .h-form-worth-fill {
    padding: 15px 30px;
    background: #cf7c00;
    color: white;
    font-size: 10px !important;
    font-weight: 700;
    font-family: Montserrat;
    height: 50%;
    width: 50%;
  }

  .h-form-worth-fill-text {
    font-size: 15px;
  }
  .h-form-worth-outline-text {
    font-size: 15px;
  }

  .h-form-card-inner {
    padding-top: 10px;
  }

  .h-form-card {
    background: white;
    padding: 50px 40px;
    border-radius: 30px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: left;
    position: relative;
    right: 120px;
    height: 500px;
    bottom: 90px;
  }

  .h-form-card-title {
    font-size: 28px;
    font-weight: 600;
    color: #2b2b2b;
    font-family: Montserrat;
  }

  .h-form-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .h-form-field-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #1d214e;
    text-align: left;
  }

  .h-form-field-input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    background: #f7f8ff;
    font-size: 16px;
    color: #1d214e;
    display: flex;
    align-items: center;
    border: none;
  }

  .h-form-field-input input,
  .h-form-field-input select {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #1d214e;
  }

  .h-form-btn {
    width: 100%;
    padding: 14px;
    background: #1d214e;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }

  .h-form-btn:hover {
    background: #282d5e;
  }

  /* Footer */
  .h-footer-section {
    height: auto;
    padding: 40px 0;
    overflow: hidden;
  }

  .h-footer-inner {
    width: 100%;
    left: 0;
    position: relative;
    padding: 0 20px;
  }

  .h-footer-row {
    flex-direction: column;
    gap: 40px;
  }

  .h-footer-col {
    width: 100% !important;
  }

  .h-footer-bottom-text {
    font-size: 10px;
  }

  .h-footer-bottom-support {
    font-size: 10px;
  }
}

/* Tablet Responsive */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .h-header-bar {
    width: 90%;
    left: 5%;
  }

  .h-main-content {
    left: 60px;
  }

  .h-main-col {
    width: 80%;
  }

  .h-philippines-inner,
  .h-benefits-inner,
  .h-form-inner,
  .h-footer-inner {
    width: 90%;
    left: 5%;
  }
}

/* Small Desktop */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .h-header-bar {
    width: 90%;
    left: 5%;
  }

  .h-main-content {
    left: 80px;
  }

  .h-philippines-inner,
  .h-benefits-inner,
  .h-form-inner,
  .h-footer-inner {
    width: 90%;
    left: 5%;
  }
}

/* Handle Font Sizes Responsively */
@media screen and (max-width: 480px) {
  .h-section-heading {
    font-size: 28px;
  }

  .h-main-badge-orange-text,
  .h-main-badge-blue-text {
    font-size: 11px;
  }

  .h-benefits-card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .h-benefits-card-desc {
    font-size: 16px;
    line-height: 28px;
  }

  .h-form-card-title {
    font-size: 28px;
  }

  .footcontact,
  .navcontact {
    font-size: 16px;
    line-height: 28px;
  }
}

/* UCP & UCT CSS */

.img-9250-1-icon {
  position: absolute;
  top: calc(50% - 380px);
  left: calc(50% - 960px);
  width: 1920px;
  height: 760px;
  object-fit: cover;
}
.limra-1-icon {
  width: 145px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.home {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 500;
}
.home-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.material-symbols-lightcall-icon {
  width: 24px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.call-cta {
  border-radius: 40px;
  background-color: #1f2350;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  gap: 10px;
  color: #fff;
}
.limra-1-parent {
  position: absolute;
  top: -3px;
  left: calc(50% - 843px);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.35);
  border-radius: 0px 0px 50px 50px;
  background-color: #fff;
  border: 3px solid rgba(204, 204, 204, 0.9);
  box-sizing: border-box;
  width: 1686px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  gap: 0px;
}
.future-ready-learning {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
}
.universidade-catlica-timorens1 {
  position: relative;
  font-size: 64px;
  letter-spacing: -0.03em;
  line-height: 110px;
  font-weight: 800;
}
.future-ready-learning-today-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home-wrapper {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.frame-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 20px;
}
.frame-parent {
  position: absolute;
  top: calc(50% - 53px);
  left: 120px;
  width: 994px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 96px;
  text-align: left;
  font-size: 32px;
  color: #fff;
}
.d2a0127-1-icon {
  position: absolute;
  top: -106px;
  left: -22px;
  width: 642px;
  height: 943px;
  object-fit: cover;
}
.d2a0127-1-wrapper {
  position: absolute;
  top: 185px;
  right: -131px;
  box-shadow: 10px 24px 34px rgba(0, 0, 0, 0.45);
  border-radius: 400px;
  background-color: #fff;
  border: 5px solid #cf7c00;
  box-sizing: border-box;
  width: 700px;
  height: 700px;
  overflow: hidden;
}
.hero {
  align-self: stretch;
  position: relative;
  background-color: #fff;
  height: 760px;
  overflow: hidden;
  flex-shrink: 0;
  text-align: center;
  font-size: 20px;
  color: #2b2b2b;
}
.why-choose-uct-parent {
  width: 799px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0px;
  box-sizing: border-box;
  gap: 45px;
}
.frame-child {
  width: 827px;
  position: relative;
  border-radius: 60px;
  height: 417px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 54px;
}
.advanced-labs-simulation {
  align-self: stretch;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 40px;
}
.div1 {
  width: 545.3px;
  border-radius: 20px;
  background-color: #fff;
  border: 0.8px solid rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  gap: 12px;
}
.parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.div4 {
  width: 545.3px;
  border-radius: 20px;
  background-color: #fff;
  border: 0.8px solid rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  height: 192px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  gap: 12px;
}
.group {
  align-self: stretch;
  height: 192px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.frame-div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  font-size: 26px;
}
.content {
  position: absolute;
  top: calc(50% - 444.5px);
  left: calc(50% - 840px);
  width: 1680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 65px;
}
.why-uct {
  align-self: stretch;
  position: relative;
  background-color: #fbfbff;
  height: 1085px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
}

.why-ucp {
  width: 100%;
  height: 600px;
  position: relative;
  background-color: #fbfbff;
}
.title {
  width: 799px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.first-year {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 600;
}
.first-year-wrapper {
  width: 340px;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
}
.year {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
}
.year-wrapper {
  width: 340px;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  color: #4b4b4b;
}
.frame-parent3 {
  align-self: stretch;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.final-sem {
  margin: 0;
}
.frame-parent2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.frame-parent1 {
  width: 829px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 42px;
}
.fee-details-child {
  width: 0.8px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 536px;
}
.st-payment-100000-at-the-wrapper {
  align-self: stretch;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.total-cost-with-everything-inc-parent {
  align-self: stretch;
  background-color: #cf7c00;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  gap: 16px;
  color: #fff;
}
.conversion-will-be {
  flex: 1;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
}
.frame-parent16 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  color: #2b2b2b;
}
.frame-parent14 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.apply-now-cta {
  border-radius: 80px;
  background-color: #1d214e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  color: #fff;
}
.frame-parent13 {
  width: 736px;
  height: 692px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0px;
  color: #1f2350;
}
.fee-details {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: 35px 0px;
  font-size: 20px;
  color: #2b2b2b;
}
.content1 {
  position: absolute;
  top: calc(50% - 411.5px);
  left: calc(50% - 840px);
  width: 1680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
.fees-structure {
  align-self: stretch;
  position: relative;
  background-color: #fff;
  height: 1013px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
}
.img-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 949px;
  height: 560px;
  object-fit: cover;
}
.img-6303-1-1 {
  position: absolute;
  top: calc(50% - 299px);
  left: calc(50% - 506.5px);
  width: 1012px;
  height: 597px;
  object-fit: cover;
  color: #9d2624f2;
}
.mdistar-four-points-circle-icon {
  width: 24px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}
.nmc-compliant-medical-programs {
  width: 314px;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mdistar-four-points-circle-parent {
  flex: 1;
  backdrop-filter: blur(14px);
  border-radius: 26px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  gap: 8px;
}
.frame-item {
  width: 1px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 110px;
}
.frame-inner {
  width: 620px;
  position: relative;
  height: 0px;
  object-fit: contain;
  opacity: 0.5;
}
.mdistar-four-points-circle-container {
  align-self: stretch;
  flex: 1;
  backdrop-filter: blur(14px);
  border-radius: 26px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  gap: 8px;
}
.frame-parent17 {
  position: absolute;
  top: calc(50% - 142px);
  left: calc(50% - 451.5px);
  width: 902px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.content2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 971px;
  height: 560px;
  overflow: hidden;
  background-image: url(/img/img1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #9d2624f2;
}
.specification {
  width: 1920px;
  position: relative;
  background-color: #9d2624;
  height: 560px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
  font-size: 26px;
  color: #fff;
}
.content3 {
  position: absolute;
  top: 123.5px;
  left: 120px;
  border-radius: 20px;
  width: 799px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0px;
  box-sizing: border-box;
  gap: 20px;
}
.img-icon1 {
  position: absolute;
  top: 0px;
  left: 949px;
  width: 971px;
  height: 572px;
  overflow: hidden;
  object-fit: cover;
}
.why-timor-leste {
  align-self: stretch;
  position: relative;
  background-color: #fbfbff;
  height: 572px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
}

.trpoverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(157, 38, 36, 0.95); /* #9D2624F2 */
  z-index: 1;
}

.ucptrpoverlay {
  position: absolute;
  inset: 0;
  background-color: #1d214ee5; /* #9D2624F2 */
  z-index: 1;
}
.abtoverlay {
  position: absolute;
  inset: 0;
  background-color: #1d214ee5; /* #9D2624F2 */
  z-index: 1;
}

.gfoverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #b52931, #1d214e);
  z-index: 1;
}
.bg-icon {
  position: absolute;
  top: calc(50% - 379.5px);
  left: calc(50% - 960px);
  width: 1920px;
  height: 758px;
  object-fit: cover;
}
.education {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 800;
}
.education-wrapper {
  align-self: stretch;
  background-color: #1d214e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.future-wrapper {
  align-self: stretch;
  background-color: #9d2624;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.grow-wrapper {
  align-self: stretch;
  background-color: #cf7c00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.frame-parent20 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 279px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.show {
  width: 279px;
  position: relative;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 46px;
}
.the-right-place-to-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.affordable-education-parent {
  flex: 1;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  gap: 12px;
}
.no-licensure-exam-required-parent {
  align-self: stretch;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  gap: 12px;
}
.frame-parent21 {
  width: 1680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  text-align: left;
  font-size: 26px;
}
.content4 {
  position: absolute;
  top: calc(50% - 285.5px);
  left: calc(50% - 841px);
  width: 1682px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  z-index: 2;
}
.the-right-place {
  width: 1920px;
  position: relative;
  background-color: #fff;
  height: 759px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
  text-align: center;
  color: #fff;
}
.img-1-icon {
  width: 404px;
  position: relative;
  border-radius: 40px;
  height: 450px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.images1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.images {
  position: absolute;
  top: calc(50% - 267.5px);
  left: calc(50% - 840px);
  width: 1680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
}
.gallery {
  width: 1920px;
  position: relative;
  background-color: #fff;
  height: 747px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
  text-align: center;
}
.bg-icon1 {
  position: absolute;
  top: calc(50% - 369.5px);
  left: calc(50% - 960px);
  width: 1920px;
  height: 738px;
  object-fit: cover;
}
.logo-white-1 {
  width: 249px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.logo-white-1-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 46px;
}
.worth-wrapper {
  flex: 1;
  border: 1px solid #cf7c00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
}
.wrapper3 {
  flex: 1;
  background-color: #cf7c00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
}
.frame-parent25 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 32px;
}
.frame-parent24 {
  width: 585px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
.content-child {
  width: 1px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 374px;
}
.form {
  position: relative;
  letter-spacing: -0.05em;
  line-height: 40px;
  font-weight: 600;
}
.frame-child1 {
  width: 449px;
  position: relative;
  max-height: 100%;
  object-fit: contain;
}
.name {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 600;
}
.enter-your-name {
  width: 505px;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.enter-your-name-wrapper {
  align-self: stretch;
  border-radius: 10px;
  background-color: #f7f8ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  color: #7b7b7b;
}
.name-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.enter-your-mobile {
  flex: 1;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 500;
}
.enter-your-mobile-number-wrapper {
  align-self: stretch;
  border-radius: 10px;
  background-color: #f7f8ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #7b7b7b;
}
.uiwdown-icon {
  width: 20px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.enter-your-university-parent {
  align-self: stretch;
  border-radius: 10px;
  background-color: #f7f8ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  gap: 10px;
  color: #7b7b7b;
}
.frame-parent27 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-size: 18px;
  color: #4b4b4b;
}
.form-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.apply-now-cta1 {
  border-radius: 80px;
  background-color: #1d214e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  font-size: 20px;
  color: #fff;
}
.frame-parent26 {
  width: 776px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  gap: 45px;
  font-size: 36px;
  color: #2b2b2b;
}
.content5 {
  position: absolute;
  width: calc(100% - 240px);
  top: calc(50% - 288.5px);
  right: 120px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: 35px 0px;
  z-index: 2;
}
.greating-form {
  align-self: stretch;
  position: relative;
  background-color: #fff;
  height: 735px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
  font-size: 22px;
  color: #fff;
}
.admissions-open-for {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.no177-royapettah-high {
  align-self: stretch;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 40px;
  opacity: 0.8;
}
.admissions-open-for-2025-202-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.details {
  width: 463px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  font-size: 36px;
}
.useful-links1 {
  width: 253px;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.brokenshire-school-of {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  opacity: 0.8;
}
.home-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}
.useful-links {
  width: 404px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.material-symbols-lightcall-icon1 {
  width: 24px;
  position: relative;
  border-radius: 40px;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.div12 {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  opacity: 0.8;
}
.material-symbols-lightcall-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.frame-parent28 {
  width: 253px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}
.contact-information {
  width: 322px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.footer-content {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 244px;
}
.line-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  opacity: 0.8;
}
.limra-overseas-education-all-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
}
.foot {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.content6 {
  position: absolute;
  width: calc(100% - 240px);
  top: calc(50% - 213px);
  right: 120px;
  left: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.footer {
  align-self: stretch;
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #222, #0f0f0f);
  height: 616px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -1px;
  font-size: 20px;
  color: #fff;
}
.universidade-catlica-timorens {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 38px;
  color: #1f2350;
  font-family: Montserrat;
}

.navcontact {
  text-align: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 40px;
  word-wrap: break-word;
}

.h-contact-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1f2350;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.img-4432-1-icon {
  position: absolute;
  width: 440.3px;
  height: 587px;
  object-fit: cover;
}
.show-1 {
  width: 346px;
  position: relative;
  border-radius: 400px;
  background-color: #a23835;
  height: 569px;
  overflow: hidden;
  flex-shrink: 0;
}
.img-6303-1-2 {
  position: absolute;
  width: 371px;
  height: 599px;
  object-fit: cover;
}
.show-1-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.the-right-future1 {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  color: black;
}
.unpaz-acknowledges-the {
  margin: 0;
}
.unpaz-acknowledges-the-container {
  width: 100%;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 40px;
  color: #4b4b4b;
}
.the-right-future-parent {
  width: 946px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.visit-now {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 40px;
  font-weight: 500;
}
.visit-now-cta {
  border-radius: 40px;
  background-color: #1f2350;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.frame-group {
  width: 918px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 44px;
}
.frame-parent {
  position: absolute;
  top: 95px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.the-right-future {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 759px;
  overflow: hidden;
  flex-shrink: 0;
  text-align: left;
  font-size: 38px;
  color: #2b2b2b;
  font-family: Montserrat;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
  .limra-1-parent {
    width: 90%;
    left: 5%;
    padding: 20px;
  }

  .frame-parent {
    left: 5%;
    width: 90%;
  }

  .content,
  .content1,
  .content4,
  .content5,
  .content6 {
    width: 90%;
    left: 5%;
  }

  .d2a0127-1-wrapper {
    right: -50px;
    width: 500px;
    height: 500px;
  }
}

@media screen and (max-width: 992px) {
  .home-parent {
    gap: 30px;
  }

  .universidade-catlica-timorens1 {
    font-size: 48px;
    line-height: 70px;
  }

  .d2a0127-1-wrapper {
    display: none;
  }

  .fee-details {
    flex-direction: column;
  }

  .frame-parent1,
  .frame-parent13 {
    width: 100%;
  }

  .footer-content {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .limra-1-parent {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .home-parent {
    flex-direction: column;
    gap: 20px;
  }

  .frame-container {
    flex-direction: column;
  }

  .parent,
  .group {
    flex-direction: column;
    gap: 20px;
  }

  .div1,
  .div4 {
    width: 100%;
  }

  .images1 {
    flex-direction: column;
    gap: 20px;
  }

  .img-1-icon {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .universidade-catlica-timorens1 {
    font-size: 36px;
    line-height: 50px;
  }

  .frame-parent25 {
    flex-direction: column;
  }

  .wrapper3,
  .worth-wrapper {
    padding: 15px 30px;
  }

  .useful-links,
  .contact-information {
    width: 100%;
  }

  .details {
    width: 100%;
  }
}

/* Core responsive fixes */
img {
  max-width: 100%;
  height: auto;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

/* Utility classes for spacing */
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Container width constraints */
.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Fix for overflow issues */
body {
  overflow-x: hidden;
  width: 100%;
}

/* Responsive font sizes */
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: calc(1.5rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1.3rem + 1vw);
  }

  p,
  .p {
    font-size: calc(0.9rem + 0.3vw);
  }
}


.auniversidade-catolica-timorens {
  	width: 263px;
  	position: relative;
  	max-height: 100%;
  	object-fit: cover;
}
.alimra-provides-students {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.03em;
  	line-height: 40px;
}
.auniversidade-catolica-timorens-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 46px;
}
.aworth {
  	position: relative;
  	letter-spacing: -0.03em;
  	line-height: 40px;
}
.aworth-wrapper {
  	flex: 1;
  	border: 1px solid #cf7c00;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	padding: 20px 50px;
}
.awrapper {
  	flex: 1;
  	background-color: #cf7c00;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	padding: 20px 50px;
  	color: #fff;
}
.aframe-div {
  	align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	font-size: 32px;
}
.aadmissions-open-for {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.03em;
  	font-weight: 800;
}
.ano177-royapettah-high {
  	align-self: stretch;
  	position: relative;
  	font-size: 20px;
  	letter-spacing: -0.03em;
  	line-height: 40px;
  	opacity: 0.8;
}
.aadmissions-open-for-2025-202-parent {
  	width: 463px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 16px;
  	font-size: 36px;
}
.aframe-container {
  	width: 585px;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 60px;
}
.aframe-child {
  	width: 0.8px;
  	position: relative;
  	max-width: 100%;
  	overflow: hidden;
  	height: 536px;
  	opacity: 0.5;
}
.auniversity-of-peace-logo {
  	width: 264px;
  	position: relative;
  	max-height: 100%;
  	object-fit: cover;
}
.aframe-group {
  	position: absolute;
  	top: 95px;
  	left: 120px;
  	width: 1680px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	gap: 120px;
}
.aframe-parent55 {
  	width: 100%;
  	position: relative;
  	background-color: #fbfbff;
  	height: 767px;
  	overflow: hidden;
  	flex-shrink: 0;
  	text-align: left;
  	font-size: 22px;
  	color: #2b2b2b;
  	font-family: Montserrat;
}

