h1, h2, h3 {
  margin: 0;
  padding: 0;
  text-align: left; }

p {
  margin: 0;
  padding: 0;
  text-align: justify; }

body {
  background: url(/assets/images/background-original.png) -0.045px 0px/100.006%;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: multiply;
  margin: 0; }

.no-scroll {
  overflow: hidden; }

br {
  display: block; }

input:focus {
  outline: none;
  border: 2px solid #0000AA; }

select:focus {
  outline: none;
  border: 2px solid #0000AA; }

textarea:focus {
  outline: none;
  border: 2px solid #0000AA; }

.fade-in-text {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.6s ease; }

.fade-in-text--visible {
  opacity: 1;
  transform: translateY(0); }

.reveal .word {
  display: inline-block;
  white-space: nowrap; }

/* Characters can still animate individually */
.reveal .char {
  display: inline;
  /* inline is enough for opacity */
  opacity: 0;
  transition: opacity 0.1s linear;
  will-change: opacity; }

.pop-up-content {
  background: url(/assets/images/background-original.png) -0.045px 0px/100.006%;
  border-radius: 30px; }

.footer-nav-bar-list {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease, text-decoration-line 0.3s ease; }

.footer-nav-bar-list .ch-txt {
  font-family: "Noto Sans SC"; }

.footer-nav-bar-list .en-txt {
  font-family: "Plus Jakarta Sans"; }

.footer-contact-list {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.3s ease; }

.footer-contact-list div svg path {
  fill: #FFFFFF;
  transition: fill 0.3s ease; }

.chinese-txt {
  font-family: "Noto Sans SC"; }

.english-txt {
  font-family: "Plus Jakarta Sans"; }

.check-now-btn {
  cursor: pointer;
  background-color: transparent;
  border-width: 1px;
  border-radius: 8px;
  border-color: #A38543;
  color: #A38543;
  display: flex;
  column-gap: 10px;
  transition: color 0.8s ease-out; }
  .check-now-btn div svg path {
    transition: stroke 0.8s ease-out; }

.book-now-btn {
  cursor: pointer;
  background-color: transparent;
  border-width: 1px;
  border-radius: 8px;
  border-color: #FFFFFF;
  color: #FFFFFF;
  display: flex;
  column-gap: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -3%;
  transition: background-color 0.5s ease, border-color 0.5s ease; }

.main-page-practice-card {
  background-color: transparent;
  border-width: 0px;
  text-align: left; }
  .main-page-practice-card .main-page-practice-banner {
    border-radius: 20px;
    overflow: hidden; }
    .main-page-practice-card .main-page-practice-banner img {
      transition: transform 0.3s ease; }
  .main-page-practice-card .practice-card-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 20px;
    padding-bottom: 16px;
    transition: color 0.3s ease; }
  .main-page-practice-card .practice-card-subtitle {
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: color 0.3s ease; }
  .main-page-practice-card .practice-card-desc {
    color: rgba(0, 0, 0, 0.5);
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: color 0.3s ease; }

.footer-contact-text {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%; }

.contact-page-item-list {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 140%; }

.main-page-section-header .ch-txt {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: -0.48px; }
.main-page-section-header .en-txt {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px; }

.practice-area-card {
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .practice-area-card .practice-area-card-top {
    position: absolute; }
  .practice-area-card .heading-ch {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 53.2px */
    opacity: 1;
    transition: opacity 0.5s ease; }
  .practice-area-card .heading-en {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 1;
    transition: opacity 0.5s ease; }
  .practice-area-card .detail-list {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    box-sizing: border-box;
    padding: 2rem;
    width: 100%;
    height: 100%; }
    .practice-area-card .detail-list ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 5px; }
    .practice-area-card .detail-list ul li {
      width: 50%; }
    .practice-area-card .detail-list ul li::marker {
      color: #FFFFFF; }
    .practice-area-card .detail-list ul li div.desc-ch {
      color: #FFF;
      font-family: "Noto Sans SC";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; }
    .practice-area-card .detail-list ul li div.desc-en {
      color: #FFF;
      font-family: "Plus Jakarta Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; }
  .practice-area-card ul {
    margin: 0px; }

.practice-area-container:nth-child(7) {
  grid-column: span 2; }

.form-submit-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px; }
  .form-submit-title .title-ch {
    color: #000;
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .form-submit-title .title-en {
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

.card {
  cursor: pointer; }
  .card div img {
    transition: transform 0.3s ease; }
  .card div.info-section {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: clip;
    transition: background-color 0.3s ease; }

.swap-transition-out {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.swap-transition-out.offscreen {
  opacity: 0; }

.swap-transition-in {
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }

.swap-transition-in.offscreen {
  opacity: 1; }

.popup-qualification-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px; }
  .popup-qualification-list .icon {
    background-color: #A38543;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }

.popup {
  box-sizing: border-box;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  justify-content: center;
  align-items: center; }

.popup.active {
  display: flex; }

#page-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  #page-content .content-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box; }
    #page-content .content-layout .content-box {
      padding-left: 5vh;
      padding-right: 5vh; }

#content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.book-consultation-banner {
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(/assets/images/footer1.jpg) lightgray 50%/cover no-repeat; }

#banner {
  margin-top: 1vh; }
  #banner div img {
    width: 100%; }
  #banner .container {
    overflow: hidden;
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center; }

.contact-us-section {
  display: flex;
  flex-direction: column;
  row-gap: 20px; }

.top-nav-bar nav {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  border-radius: 100px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }

#footer {
  display: flex;
  flex-direction: column;
  row-gap: 1vh;
  align-items: center; }

@media (min-width: 769px) {
  .fake-scrollbar-track {
    background-color: #0000001A;
    width: 2px;
    position: absolute;
    z-index: 6;
    height: 70%;
    right: 3%;
    top: 15%;
    display: flex;
    justify-content: center; }
    .fake-scrollbar-track .fake-scrollbar-thumb {
      background-color: #A38543;
      width: 4px;
      border-radius: 20px;
      position: absolute;
      top: 0;
      height: 130px; }

  .flex-desktop {
    display: flex; }

  .book-now-btn:hover {
    background-color: #A38543;
    border-color: transparent; }

  .main-page-practice-card:hover .main-page-practice-banner img {
    transform: scale(1.05); }
  .main-page-practice-card:hover .practice-card-title {
    color: #A38543; }
  .main-page-practice-card:hover .practice-card-subtitle {
    color: #A38543; }
  .main-page-practice-card:hover .practice-card-desc {
    color: #A38543; }

  .footer-nav-bar-list:hover {
    color: #A38543;
    text-decoration-line: underline;
    text-underline-offset: 10px; }

  .footer-contact-list:hover {
    color: #A38543; }
    .footer-contact-list:hover div svg path {
      fill: #A38543; }

  .check-now-btn:hover {
    background-color: #A38543;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .check-now-btn:hover div svg path {
      stroke: #FFFFFF; }

  .nav-bar-list:hover {
    background-color: #DDDDDD; }

  .practice-area-card:hover .heading-ch {
    opacity: 0; }
  .practice-area-card:hover .heading-en {
    opacity: 0; }
  .practice-area-card:hover .detail-list {
    box-sizing: border-box;
    padding: 2rem;
    opacity: 1;
    width: 100%;
    height: 100%; }
    .practice-area-card:hover .detail-list ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 5px; }
    .practice-area-card:hover .detail-list ul li {
      width: 50%; }
    .practice-area-card:hover .detail-list ul li::marker {
      color: #FFFFFF; }
    .practice-area-card:hover .detail-list ul li div.desc-ch {
      color: #FFF;
      font-family: "Noto Sans SC";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; }
    .practice-area-card:hover .detail-list ul li div.desc-en {
      color: #FFF;
      font-family: "Plus Jakarta Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; }

  .card:hover div img {
    transform: scale(1.05); }
  .card:hover div.info-section {
    background-color: #00000040; }

  .card div.info-section .info-padding {
    padding: 40px; }

  .nav-popup {
    display: none; }

  .book-consultation-banner {
    border-radius: 30px; }

  .check-now-btn {
    padding: 12px 20px 12px 20px; }

  .nav-bar-list {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    padding: 15px 20px 15px 20px;
    color: #000000;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.3s ease-out; }
    .nav-bar-list .ch-txt {
      font-family: "Noto Sans SC"; }
    .nav-bar-list .en-txt {
      font-family: "Plus Jakarta Sans"; }

  .why-choose-us-badge {
    padding: 25px;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border-radius: 12px;
    column-gap: 20px; }

  .book-consultation-banner .inner-container {
    width: 100%;
    height: 100%;
    padding: 5vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .top-nav-bar nav {
    margin-left: 5vh;
    margin-right: 5vh; }

  .contact-page-item-list {
    font-size: 20px; }

  #page-content .content-layout {
    row-gap: 20vh; }
    #page-content .content-layout .content-box-flex {
      padding-left: 5vh;
      padding-right: 5vh; }

  .popup {
    padding: 3% 5%; }

  .hidden-desktop {
    display: none; }

  .popup-section1 {
    width: 45%;
    height: 100vh; }
    .popup-section1 .image-filler {
      height: 50vh;
      display: none; }

  .popup-section2 {
    width: 55%;
    overflow: auto;
    scrollbar-width: none; }

  .popup-section2::-webkit-scrollbar {
    display: none; }

  .contact-page-info-card {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    height: 55vh; }
    .contact-page-info-card .section-1 {
      width: 30%;
      border-radius: 30px;
      overflow: clip;
      display: flex;
      justify-content: center; }
      .contact-page-info-card .section-1 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .contact-page-info-card .section-2 {
      width: 70%;
      background-color: #FFFFFF;
      border-radius: 30px;
      overflow: clip;
      box-sizing: border-box;
      padding: 5vh; }

  .practice-area-card {
    height: 48vh; }
    .practice-area-card .heading-ch {
      font-size: 38px; }
    .practice-area-card .heading-en {
      font-size: 28px; }

  .subpage-banner {
    width: 100%;
    height: 50vh;
    border-radius: 30px; }
    .subpage-banner .subpage-banner-content {
      display: flex;
      flex-direction: column;
      color: #FFFFFF;
      row-gap: 30px;
      align-items: center;
      padding: 15vh;
      justify-content: end;
      width: 100%; }

  .book-consultation-banner {
    width: 100%;
    height: 45%; }

  .main-page-section2-title-ch {
    color: #000;
    text-align: left;
    font-family: "Noto Sans SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  .main-page-section2-title-en {
    color: #000;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  #banner .container {
    height: 98vh;
    border-radius: 30px; }

  .main-banner-content {
    color: #FFFFFF;
    background: linear-gradient(to bottom, #00000000, #000000B2);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 4.0vh;
    box-sizing: border-box;
    justify-content: space-between; }

  .practice-area-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    gap: 30px; }

  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px; }
    .contact-form label {
      width: 100%; }
      .contact-form label .input-field {
        font-family: "Plus Jakarta Sans";
        width: 100%;
        padding: 20px;
        border-radius: 12px;
        border: none;
        background-color: #FFFFFF;
        box-sizing: border-box; }
      .contact-form label .input-field-dropdown {
        font-family: "Plus Jakarta Sans";
        appearance: none;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        width: 100%;
        padding: 20px;
        border-radius: 12px;
        border: none;
        background-color: #FFFFFF;
        box-sizing: border-box; }

  .why-choose-us-banner {
    height: 467px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px; }

  .footer-banner-title-en {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF; }

  .footer-banner-title-ch {
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF; }

  .banner-title-ch {
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center; }

  .banner-title-en {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center; }

  .pop-up-content {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative; }

  .about-us-page-section {
    display: flex;
    flex-direction: row; }
    .about-us-page-section .title {
      width: 35%;
      display: flex;
      flex-direction: column;
      row-gap: 15px; }
    .about-us-page-section .desc {
      width: 65%;
      text-align: justify; }

  .our-team-section {
    display: flex;
    flex-direction: row;
    column-gap: 100px;
    column-gap: 115px;
    justify-content: space-between;
    box-sizing: border-box; }
    .our-team-section .section-desc {
      display: flex;
      flex-direction: column;
      width: 33%;
      row-gap: 30px; }
    .our-team-section .card {
      display: flex;
      flex-direction: column;
      width: 50%;
      row-gap: 15px; }

  .why-choose-us-section {
    display: flex;
    flex-direction: row; }
    .why-choose-us-section .title {
      display: flex;
      flex-direction: column;
      width: 33%; }
    .why-choose-us-section .why-choose-us-grid {
      display: grid;
      width: 67%;
      row-gap: 20px;
      column-gap: 20px;
      grid-template-rows: repeat(3, minmax(0, 1fr));
      grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .lawyer-selection {
    display: flex;
    flex-direction: row;
    width: 67%;
    justify-content: space-between;
    column-gap: 25px; }

  .main-page-practice-section {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    width: 100%; }

  .main-page-practice-card {
    width: 50%; }

  .logo-container-footer {
    width: 240px; }

  #banner {
    margin-top: 1vh; }
    #banner div img {
      width: 100%; }
    #banner .container {
      width: 99vw; }

  #content {
    row-gap: 20vh; }

  #top-bar-logo img {
    height: 48px; }

  .main-page-about-us-ch {
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  .main-page-about-us-en {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center; }

  .hero-title-chinese {
    font-family: "Noto Sans SC";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }

  .hero-title-english {
    font-family: "Plus Jakarta Sans";
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; }

  #footer {
    height: 98vh;
    width: 99vw;
    margin-bottom: 1vh; }
    #footer .detail-container {
      display: flex;
      justify-content: center;
      height: 55%; }
      #footer .detail-container .inner-container {
        background-color: #252525;
        border-radius: 30px;
        position: relative;
        width: 100%;
        padding: 5vh;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-content: space-between;
        box-sizing: border-box; }
      #footer .detail-container .inner-container div:nth-child(1) {
        grid-column: span 2; }

  .book-now-btn {
    font-size: 18px;
    padding: 12px 20px; }

  .footer-first-element {
    width: 60%; }

  .top-nav-bar nav {
    padding: 10px 43px 10px 43px; } }
.popup-scroll-box {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 90px;
  align-items: center;
  scrollbar-width: none;
  /* Firefox */ }

.popup-scroll-box::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */ }

@media (max-width: 768px) {
  #banner div img {
    height: 100%;
    width: auto; }

  #banner .container {
    aspect-ratio: 9/16;
    border-radius: 20px; }

  #page-content .content-layout {
    row-gap: 8vh; }
    #page-content .content-layout .content-box-flex {
      padding-left: 2vw;
      padding-right: 2vw; }

  #hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center; }

  .detail-list {
    display: none; }

  .practice-area-container {
    max-height: 25vh;
    overflow: clip;
    transition: max-height 0.4s linear;
    border-radius: 20px;
    background-color: #FFFFFF; }
    .practice-area-container div.hidden-desktop ul.mobile-detail-list {
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
      .practice-area-container div.hidden-desktop ul.mobile-detail-list li span.desc-ch {
        font-size: 16px;
        font-family: "Noto Sans SC"; }
      .practice-area-container div.hidden-desktop ul.mobile-detail-list li span.desc-en {
        font-size: 16px;
        font-family: "Plus Jakarta Sans"; }
    .practice-area-container .mobile-detail-list {
      display: flex;
      flex-direction: column; }

  .practice-area-container.open {
    max-height: max(100vh, 890px); }

  .nav-popup {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: fixed;
    z-index: 4;
    padding: 4.5vw;
    box-sizing: border-box;
    display: none; }
    .nav-popup .nav-popup-content {
      background: url(/assets/images/background-original.png) lightgray -0.018px 0px/100.006% no-repeat;
      flex-shrink: 0;
      width: 100%;
      border-radius: 20px;
      height: fit-content;
      padding: 50px 45px;
      box-sizing: border-box;
      margin-top: 20%;
      row-gap: 50px; }

  .nav-bar-list {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.3s ease-out; }
    .nav-bar-list .ch-txt {
      font-family: "Noto Sans SC"; }
    .nav-bar-list .en-txt {
      font-family: "Plus Jakarta Sans"; }

  .book-consultation-banner {
    border-radius: 20px; }

  .card div.info-section .info-padding {
    padding: 12px; }

  .why-choose-us-badge {
    padding: 10px;
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border-radius: 12px;
    column-gap: 20px; }

  .book-consultation-banner .inner-container {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 20px; }

  .check-now-btn {
    padding: 9px 12px; }

  .contact-page-item-list {
    font-size: 14px; }

  .lawyer-selection {
    display: flex;
    flex-direction: column;
    row-gap: 40px; }

  .popup {
    padding-left: 2vw;
    padding-right: 2vw; }

  .hidden-mobile {
    display: none; }

  .popup-section1 {
    height: 100%; }
    .popup-section1 .image-filler {
      height: 50vh; }

  .popup-section2 {
    width: 100%; }

  .practice-area-card {
    height: 25vh; }
    .practice-area-card .heading-ch {
      font-size: 24px; }
    .practice-area-card .heading-en {
      font-size: 18px; }

  .subpage-banner {
    width: 96vw;
    aspect-ratio: 4/3;
    border-radius: 20px; }
    .subpage-banner .subpage-banner-content {
      display: flex;
      flex-direction: column;
      color: #FFFFFF;
      row-gap: 30px;
      align-items: center;
      padding: 18vw;
      justify-content: end;
      width: 100%; }

  .book-consultation-banner {
    width: 95%;
    aspect-ratio: 1; }

  .main-page-section2-title-ch {
    color: #000;
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  .main-page-section2-title-en {
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  .main-banner-content {
    color: #FFFFFF;
    background: linear-gradient(to bottom, #00000000, #000000B2);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 1.5rem;
    box-sizing: border-box;
    justify-content: end; }

  .footer-banner-title-en {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF; }
    .footer-banner-title-en span {
      display: block; }

  .footer-banner-title-ch {
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF; }
    .footer-banner-title-ch span {
      display: block; }

  .practice-area-grid {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    row-gap: 30px; }

  .contact-form {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 20px; }
    .contact-form label {
      width: 100%; }
      .contact-form label .input-field {
        font-family: "Plus Jakarta Sans";
        width: 100%;
        padding: 20px;
        border-radius: 12px;
        border: none;
        background-color: #FFFFFF;
        box-sizing: border-box; }
      .contact-form label .input-field-dropdown {
        font-family: "Plus Jakarta Sans";
        appearance: none;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        width: 100%;
        padding: 20px;
        border-radius: 12px;
        border: none;
        background-color: #FFFFFF;
        box-sizing: border-box; }

  .contact-page-info-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 30px; }
    .contact-page-info-card .section-1 {
      border-radius: 20px;
      overflow: clip;
      display: flex;
      justify-content: center; }
      .contact-page-info-card .section-1 img {
        width: 100%; }
    .contact-page-info-card .section-2 {
      background-color: #FFFFFF;
      border-radius: 20px;
      overflow: clip;
      box-sizing: border-box;
      padding: 5vw; }

  .about-us-page-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px; }
    .about-us-page-section .title {
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      align-items: center;
      text-align: center; }
    .about-us-page-section .desc {
      text-align: justify; }

  .banner-title-ch {
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center; }

  .banner-title-en {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center; }

  .pop-up-content {
    background-color: #FFFFFF;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column; }

  .our-team-section {
    display: flex;
    flex-direction: column;
    column-gap: 100px;
    column-gap: 115px;
    justify-content: space-between;
    box-sizing: border-box;
    row-gap: 35px; }
    .our-team-section .section-desc {
      display: flex;
      flex-direction: column;
      row-gap: 30px;
      align-items: center;
      text-align: center; }
    .our-team-section .card {
      display: flex;
      flex-direction: column;
      row-gap: 15px; }

  .why-choose-us-section {
    display: flex;
    flex-direction: column;
    row-gap: 35px; }
    .why-choose-us-section .title {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .why-choose-us-section .why-choose-us-grid {
      display: grid;
      row-gap: 20px;
      column-gap: 20px; }

  .why-choose-us-banner {
    height: 208px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px; }

  .main-page-practice-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    row-gap: 50px; }

  .main-page-practice-card {
    width: 100%; }

  .main-page-about-us-ch {
    text-align: center;
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

  .main-page-about-us-en {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center; }

  .logo-container-footer {
    width: 150px; }

  .container {
    width: 96vw; }

  #nav-bar-items {
    display: none; }

  #top-bar-logo img {
    height: 25px; }

  #footer {
    width: 100vw;
    margin-bottom: 0; }
    #footer .detail-container {
      display: flex;
      justify-content: center;
      height: min(130dvh, 900px); }
      #footer .detail-container .inner-container {
        background-color: #252525;
        position: relative;
        width: 100%;
        padding: 1.5rem;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        justify-content: space-between;
        row-gap: 3vh;
        box-sizing: border-box; }

  #content {
    row-gap: 8vh; }

  .hero-title-chinese {
    font-family: "Noto Sans SC";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }
    .hero-title-chinese span {
      display: block;
      margin: 10px; }

  .hero-title-english {
    font-family: "Plus Jakarta Sans";
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; }
    .hero-title-english span {
      display: block;
      margin: 10px; }

  .top-nav-bar nav {
    padding: 7px 16px 7px 16px;
    margin-left: 2vh;
    margin-right: 2vh; }

  .book-now-btn {
    font-size: 16px;
    padding: 8px 12px; } }

/*# sourceMappingURL=style.css.map */
