/* Main */
.breadcrumb {
  padding: 1.6rem 1rem;
  background: var(--bgPrimary);
  color: #fff;
  font-size: 1.6rem;
}
.breadcrumb a {
  color: #c8102e;
  font-weight: 500;
}
.breadcrumb a:hover {
  border-bottom: 1px solid #c8102e;
}
.breadcrumb i {
  margin: 0 0.8rem;
}
.cont_section {
  padding: 1.6rem;
}
h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--bgPrimary);
  margin-bottom: 1.6rem;
  line-height: 3.5rem;
}
.heroContent h1,
.heroContent_Center h1 {
  margin: 0;
  color: white;
}
.main {
  border-top: 0.5rem solid var(--bgPrimary);
}
.page_content {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.page_content h2,
.page_content h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.clr_heading {
  color: var(--bgPrimary);
}
.clr_heading em {
  font-style: normal;
  color: var(--accentCol);
}
.page_content span {
  font-size: 1.7rem;
  font-weight: 500;
}
.page_content a {
  color: var(--bgPrimary);
}
.page_content a:hover {
  border-bottom: 1px solid var(--bgPrimary);
}
.page_content p,
.page_content ul {
  margin-bottom: 1.6rem;
}
.page_content ol {
  margin: 0 0 3rem 3rem;
  list-style-type: decimal;
}
.page_content ol li {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1rem;
}
.page_content ol li ul li {
  list-style: none;
}
.page_content ol li ol li {
  list-style-type: lower-roman;
}
.page_content ol ::marker {
  color: var(--accentCol);
  font-weight: 600;
  font-size: 2rem;
}

.sub_heading {
  margin-bottom: 20px;
  color: var(--bgPrimary);
  border-left: 5px solid var(--bgPrimary);
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: 600;
}
.sub__heading {
  margin-bottom: 10px;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}
.highlight {
  color: #18a9d6;
}
.pc_table {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 3rem;
}
.pc_table table {
  border-collapse: collapse;
  width: 96rem;
  line-height: 3rem;
}
.pc_table table th,
.pc_table table td {
  border-collapse: collapse;
  border: 1px solid #d0d2d7;
  padding: 1rem;
}
.pc_table table th {
  background: #f7f7f7;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.6rem 1rem;
}
.pc_table table tr.first-level th {
  background-color: #123b6d;
  color: #fff;
}
.pc_table table tr.second-level th {
  background-color: #c8102e;
}
.pc_table table td p,
.pc_table table td ul,
.pc_table table td ol {
  margin-bottom: 0;
}
.pc_table table td {
  text-align: center;
}
.pc_table table td:nth-child(2) {
  text-align: left;
}
.pc_table table td img {
  width: 5rem;
  margin: auto;
}
.primaryCol table {
  text-align: center;
}
.primaryCol table th {
  background: #123b6d;
  color: #fff;
}
.other-fees {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pc_list {
  margin-bottom: 3rem;
}
.pc_list ul {
  margin: 0 1rem;
}
.pc_list ul li {
  position: relative;
  padding-left: 3.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}
.pc_list ul li:last-child {
  border: none;
  margin: 0;
}
.pc_list ul li a {
  color: #000;
  font-weight: 500;
}
.pc_list ul li a:hover {
  color: #555;
}
.pc_list ul li i {
  position: absolute;
  top: 0.4rem;
  left: 0;
  color: var(--bgSecondary);
  font-size: 2rem;
  font-weight: 600;
}
.pc_list:last-child {
  border-bottom: none;
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  padding: 0.5rem;
  gap: 0;
  background: #123b6d;
  text-align: center;
  color: #fff;
}
.card img {
  height: auto;
  width: 100%;
  margin: 0 auto 1rem;
}
.card_title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--bgSecondary);
}
.card_title a {
  color: #fff !important;
}
.card_txt {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2rem;
}
.card_bdr {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 1rem;
}

.dark_card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.dark_card_title {
  font-size: 1.8rem;
  font-weight: 600;
}

.img_card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.img_card em {
  font-style: normal;
}
.img_card img {
  height: 20rem;
  max-height: 20rem;
  width: auto;
  max-width: 30rem;
  margin: 0 auto 1rem;
}

.grid_img_box {
  background: #123b6d;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.grid_img_box img {
  width: 100%;
}
.grid_img_box .card_title,
.grid_img_box .card_title a,
.grid_img__box .card_title,
.grid_img__box .card_title a {
  color: #fff !important;
}

.query_form {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 6px #999;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.txt_box,
.txtarea_box {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 0.5rem;
  height: 3rem;
}
.txtarea_box {
  height: 8rem;
}
.form_submit {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.submit_btn {
  background: black;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  text-align: center;
  width: max-content;
}

.page_heading {
  text-align: center;
  margin-bottom: 1.6rem;
}
.page_subheading {
  font-size: 1.8rem;
  text-align: center;
}
.info {
  text-align: left;
  margin: 3rem 0;
}
.info h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--bgPrimary);
}
.cta-button {
  display: block;
  margin: auto;
  padding: 12px 25px;
  background-color: var(--bgPrimary);
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  width: max-content;
}
.cta-button:hover {
  background-color: #082a4a;
}
.top_divider {
  border-top: 3px groove #123b6d;
  padding: 3rem 0 !important;
}

.thank-box {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
}
.thank-box p,
.thank-box h1 {
  margin-bottom: 1.6rem;
}
.thank-box a {
  display: inline-block;
  padding: 10px 20px;
  background: #123b6d;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
}
.thank-box a:hover {
  background: #082a4a;
}

.online_app_form {
  padding: 1rem;
  height: 58rem;
  font-size: 1.6rem;
  background: #18a9d6;
}
.online_app_form input {
  width: fit-content;
}
.online_app_form span {
  line-height: 2.5rem;
}

.recog_wrapper {
  display: grid;
  gap: 2rem;
}
.recog_box {
  border: 1px solid;
  padding: 1rem;
  display: grid;
  gap: 1rem;
}
.recog_img {
  width: 20rem;
  margin: auto;
}
.recog_txt span {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  margin-bottom: 1rem;
}

/* Announcement CSS */
.announcement-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.announcement-item {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px #0000001a;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.aitem_img {
  width: 28rem;
  margin: auto;
}
.aitem_img img {
  border-radius: 1rem;
}
.aitem_content h2 {
  color: #a60e28;
}
.aitem_content a {
  color: #123b6d;
  font-weight: 700;
  text-decoration: none;
}
.aitem_content a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 420px) {
  .heroContent,
  .heroContent_Center {
    font-size: 3rem;
    font-weight: 600;
  }
  .heroContent a {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {
  .grid_1_4 {
    grid-template-columns: 1fr 2fr;
  }
  .grid_img_box {
    border-radius: 2rem;
    align-self: stretch;
  }
  .grid_img_box img {
    height: 25rem;
  }
  .card_txt {
    font-size: 1.1rem;
  }

  .aitem_img {
    width: 40rem;
  }
}

@media only screen and (min-width: 1024px) {
  .pc_table table {
    width: 100%;
  }
  .grid_1_4 {
    grid-template-columns: 1fr 3fr;
  }
  .card img {
    height: auto;
  }
  .card_txt {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .recog_box {
    grid-template-columns: 12rem 1fr;
    gap: 4rem;
    padding: 2rem;
  }
  .recog_img {
    width: 12rem;
    margin: 0;
  }
  .recog_txt span {
    font-size: 2rem;
    text-align: left;
  }

  /* Announcement CSS */
  .announcement-item {
    flex-direction: row;
    gap: 5rem;
  }
  .aitem_img {
    order: 2;
    width: 30rem;
  }
  .aitem_content {
    order: 1;
    flex: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .cont_section,
  .gen_section,
  .top_divider {
    padding: 5rem 0;
  }
  h1 {
    font-size: 2.7rem;
    line-height: 4rem;
  }
  .heroContent h1,
  .heroContent_Center h1 {
    margin: 0;
    font-size: 4rem;
  }
  .page_content {
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: justify;
  }
  .page_content h1 {
    margin-bottom: 2rem;
    text-align: left;
  }
  .page_content h2,
  .page_content h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-align: left;
  }
  .page_content ul,
  .page_content ol {
    text-align: left;
  }
  .page_content span {
    font-size: 2rem;
  }
  .grid_1_4 {
    grid-template-columns: 1.4fr 3.6fr;
  }
  .pc_table table th {
    position: sticky;
    top: 0;
    z-index: 2;
    text-align: center;
  }
  .pc_table table th,
  .pc_table table td {
    white-space: wrap;
  }
  .custom-cell2 table td:nth-child(2) {
    white-space: wrap;
  }
  .mbd-3 {
    margin-bottom: 3rem;
  }

  .sub_heading {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .sub__heading {
    font-weight: 500;
  }

  .thank-box {
    text-align: center;
    font-size: 2rem;
    line-height: 3.5rem;
    display: grid;
    place-content: center;
    place-items: center;
    height: 35rem;
  }

  .online_app_form {
    width: 80rem;
    padding: 2rem;
    height: 52rem;
    margin: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .thank-box {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}

/* Accordion Section */
.accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 auto 3rem;
}
.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a {
  font-size: 1.6rem;
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  background: #f6f8fb;
  border: 1px solid #555;
  border-collapse: collapse;
  transition: all 0.2s linear;
}
.set > a i {
  margin-right: 1rem;
}
.set > a.active {
  color: var(--bgPrimary);
}
.content {
  background-color: #fff;
  border: 1px solid #555;
  border-collapse: collapse;
  border-top: none;
  display: none;
  text-align: justify;
  padding: 1rem 1.5rem 2rem;
}
.content p {
  padding: 0 1rem 1rem;
  margin: 0;
  color: #333;
  margin: 0 !important;
}
.content a {
  color: var(--bgPrimary) !important;
}
.content p img {
  width: max-content;
}
.content ul {
  padding: 0 1rem 1rem;
  color: #333;
  margin: 0 !important;
}
.content ul li {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1rem;
}
.content ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "➤";
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--bgPrimary);
}

/* Video Gallery */
.yt-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.yt-video {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.yt-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.yt-video.loaded img {
  opacity: 1;
}
.yt-video::after {
  content: "";
  width: 70px;
  height: 70px;
  background: #fffc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px #0006;
  background-image: url('data:image/svg+xml;utf8,<svg width="70" height="70" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><polygon points="40,30 70,50 40,70" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.yt-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Lightbox CSS */
.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: #000000d9;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.img-modal .modal-inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 0.35s ease-out;
}
@keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.img-modal img.modal-content {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 30px #0009;
}
.img-modal .modal-caption {
  margin-top: 12px;
  font-size: 16px;
  color: #f8f8f8;
  text-align: center;
  max-width: 90%;
}
.img-modal .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #082a4a;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  border: 2px solid #ffffff1f;
}
.img-modal .close-btn:hover {
  transform: scale(1.06);
}
.aitem_img img {
  cursor: zoom-in;
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

