body{
    background-image: url('/assets/img/Top.svg');
    background-size: cover;
    background-position: center;
  }

  .screen {
    background-color: #ffffff;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
    min-height: 100vh;
  }

  /* Banner Container */
  .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* Reduced mobile banner height and margin for better mobile experience */
  .banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-top: 108px;
  }

  /* Optimized text overlay for mobile with smaller padding and better positioning */
  .text-banner {
    position: absolute;
    top: 50%;
    color: #0b0b1e;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    max-width: 732px;
    z-index: 10;
    margin-top: -5%;
    padding: 36px 0px 0px 54px;
    margin-left: 7.18%;
    height: 180px;
  }

  /* Scaled down bracket for mobile screens */
  .bracket {
    width: 20px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: transparent;
  }

  .bracket::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border: 4px solid transparent;
    border-right: none;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  /* Reduced font sizes for better mobile readability */
  .main-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  /* Sub English Text */
  .sub-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
  }

  /* Extra small mobile breakpoint for screens smaller than 390px */
  @media (max-width: 389px) {
    .text-banner {
      padding: 10px 0px 0px 24px;
      border-radius: 10px;
      height: 65px;
      margin-left: 8%;
    }

    .bracket {
      width: 18px;
      height: 50px;
      left: 10px;
      margin-top: 0;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 2px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }

    .main-text {
      font-size: 18px;
      margin-bottom: 4px;
    }

    .sub-text {
      font-size: 11px;
      margin: 0;
    }
  }

  /* Added extra small mobile breakpoint for very small screens */
  @media (min-width: 390px) {
    .text-banner {
      padding: 15px 0px 0px 28px;
      border-radius: 13px;
      height: 75px;
    }

    .bracket {
      width: 21px;
      height: 65px;
      left: 13px;
      margin-top: 1px;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 2px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }



    .main-text {
      font-size: 21px;
      margin-bottom: 7px;
    }

    .sub-text {
      font-size: 12.5px;
      margin-top: -5px;
    }
    .bracket::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        border: 2px solid transparent ;
        border-right: none;
        border-radius: 10px 0 0 10px;
        background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
        -webkit-mask:
          linear-gradient(#fff 0 0) padding-box,
          linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask:
          linear-gradient(#fff 0 0) padding-box,
          linear-gradient(#fff 0 0);
        mask-composite: exclude;
    }
  }

  /* Extra small mobile breakpoint for 480px screens */
  @media (min-width: 480px) {
    .text-banner {
      padding: 12px 0px 0px 30px;
      border-radius: 14px;
      height: 80px;

    }

    .bracket {
      width: 22px;
      height: 70px;
      left: 14px;
      margin-top: 2px;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 2px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }

    .main-text {
      font-size: 22px;
      margin-bottom: 8px;
    }

    .sub-text {
      font-size: 13px;
    }
  }

  /* Tablet Styles (768px and up) */
  @media (min-width: 768px) {
    /* Positioned text box to left side on larger screens */
    .text-banner {
      top: 57%;
      transform: translateY(-50%);
      width: 600px;
      width: auto;
      padding: 17px 0px 0px 40px;
      border-radius: 16px;
      height: 110px;
    }

    .bracket {
      width: 32px;
      height: 80px;
      left: 20px;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 3px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }

    .main-text {
      font-size: 32px;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .sub-text {
      font-size: 18px;
      line-height: 1.6;
      margin-top: -15px;
    }
  }

  /* Desktop Styles (1024px and up) */
  @media (min-width: 1024px) {
    .text-banner {

     width: 700px;
      padding: 20px 0px 0px 54px;
      height: 140px;
    }

    .bracket {
      width: 41px;
      height: 110px;
      left: 24px;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 4px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }

    .main-text {
      font-size: 42px;
      line-height: 56px;
      margin-bottom: 16px;
    }

    .sub-text {
      font-size: 24px;
      line-height: 36px;
      margin-top: -20px;
    }
  }

  /* Large Desktop Styles (1280px and up) */
  @media (min-width: 1280px) {
    .text-banner {
      width: 723px;
      height: 180px;
      padding: 36px 0px 0px 54px;
    }

    .bracket {
      width: 41px;
      height: 132px;
      left: 24px;
    }

    .bracket::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      border: 4px solid transparent;
      border-right: none;
      border-radius: 10px 0 0 10px;
      background: linear-gradient(to top, #00dd00 0%, #009a55 3%, #009a55 95%, #00dd00 100%);
      -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
    }

    .main-text {
      font-size: 48px;
    }

    .sub-text {
      font-size: 28px;
      margin-top: 16px;
    }
  }
  .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px; /* Add padding for small screens */
  }

  .content p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .content h2 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: 24px;
  }

  /* Responsive content-1 container */
  .content-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1248px;
    height: auto; /* Allow height to adjust */
    background: linear-gradient(to bottom, #ffffff 0%, #edfff0 100%);
    margin: 0 auto;
    border-radius: 64px;
    margin-top: 64px;
    margin-bottom:  54px;
    flex-direction: column; /* Stack vertically on mobile */
    box-shadow: 0 0 56.5px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;

  }

  .content-1 .img {
    width: 100%;
    max-width: 436px;
    height: auto;
    line-height: normal;
    margin: 0 0 30px 0; /* Center and add bottom margin */
    text-align: center;
  }
  .content-1 img {
    width: 100%;
    max-width: 374px;
    height: auto;
  }

  .content-1 .text {
    width: 100%;
    max-width: 510px;
    height: auto;
    line-height: normal;
    text-align: left;
    position: relative; /* Needed for bracket positioning */


  }

  .content-1 .text .bracket {
    margin-top: 0;
    background: linear-gradient(to bottom, #009a55 0%, #00dd00 100%);
    width: 4px;
    height: 26px;
    position: absolute;
    top: 70px;
    left: 0;
  }

  .content-1 .text .title-section-1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .content-1 .text .title-section-1::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    background: linear-gradient(to bottom, #009a55 0%, #00dd00 100%);
    border-radius: 360px;
    margin-right: 8px;
  }

  .content-1 .text p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    color: #3F3E4E;
  }

  .content-1 .text span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 24px;
  }

  /* Tablet and up: side-by-side layout */
  @media (min-width: 768px) {
    .content-1 {
      flex-direction: row;
      height: 500px;

    }

    .content-1 .img {
      margin-right: 40px;
      margin-left: 58px;
      margin-bottom: 0;
    }

    .content-1 .text {
      margin-left: 0;
    }
  }

  /* Large desktop: keep original spacing */
  @media (min-width: 1024px) {
    .content-1 .img {
      margin-right: 120px;
    }
  }

  /* Responsive h2 sizes for content section */
  @media (max-width: 389px) {
    .content h2 { font-size: 32px; }
  }

  @media (min-width: 390px) and (max-width: 479px) {
    .content h2 { font-size: 34px; }
  }

  @media (min-width: 480px) and (max-width: 767px) {
    .content h2 { font-size: 38px; }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .content h2 { font-size: 42px; }
  }

  @media (min-width: 1024px) and (max-width: 1279px) {
    .content h2 { font-size: 46px; }
  }

  @media (min-width: 1280px) {
    .content h2 { font-size: 48px; }
  }

  /* Responsive h2 sizes for content-1 section */
  @media (max-width: 389px) {
    .content-1 .text h2 { font-size: 24px; }
  }

  @media (min-width: 390px) and (max-width: 479px) {
    .content-1 .text h2 { font-size: 26px; }
  }

  @media (min-width: 480px) and (max-width: 767px) {
    .content-1 .text h2 { font-size: 28px; }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .content-1 .text h2 { font-size: 30px; }
  }

  @media (min-width: 1024px) and (max-width: 1279px) {
    .content-1 .text h2 { font-size: 32px; }
  }

  @media (min-width: 1280px) {
    .content-1 .text h2 { font-size: 32px; }
  }
  /* News List Section */
  .list {
    width: 100%;
    height: auto; /* Allow height to adjust based on content */
    box-sizing: border-box;
  }

  .list .list-content {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    border-radius: 64px;
    background: linear-gradient(to bottom, #ffffff 0%, #edfff0 100%);
    box-shadow: 0 0 56.5px 0 rgba(0, 0, 0, 0.05);
    padding-bottom: 36px;
  }

  .list .title {
    text-align: center;
    position: relative;
  }

  .list .title h2 {
    font-size: 32px; /* Smaller font size for mobile */
    margin-bottom: 48px; /* Reduce margin for mobile */
    padding-top: 36px; /* Reduce margin for mobile */
  }

  .list .title h2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    background: linear-gradient(to right, #009a55 0%, #00dd00 100%);
    border-radius: 360px;
    margin-right: 8px;
  }

  .list .news-list {
    width: 100%;
    max-width: 1248px;
    padding: 32px 120px;
  }

  /* Individual news item */
  .list .view {
    position: relative;
    max-width: 1008px;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for mobile */
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    transition: background-color 0.2s ease;
    margin: 0 auto; /* Reset margin-left for mobile */
    padding: 32px 0;
  }

  .list .view:last-child {
    border-bottom: none;
  }

  /* Date styling */
  .list .text-wrapper-6 {
    width: auto; /* Auto width for mobile */
    font-weight: 400;
    color: #3F3E4E;
    font-size: 16px; /* Smaller font size for mobile */
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Category tag */
  .list .group-3 {
    position: relative;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }

  .list .overlap-group-2 {
    width: auto; /* Auto width for mobile */
    height: auto;
    padding: 6px 17px; /* Add padding for mobile */
    position: relative;
    background-color: #00BD68;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 0; /* Remove negative margin */
  }

  .list .text-wrapper-7 {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
  }

  /* Title styling */
  .list .text-wrapper-5 {
    flex: 1 1 90%; /* Full width for mobile, allow wrapping */
    font-weight: 600;
    color: #3F3E4E;
    font-size: 16px; /* Smaller font size for mobile */
    line-height: 1.5;
    letter-spacing: 0;
    margin-right: 0; /* Remove right margin for mobile */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-align: left;
    margin-bottom: 8px; /* Add bottom margin for mobile */
  }

  /* Arrow icon using Font Awesome */
  .list .view .fa-solid {
    width: 16px; /* Smaller size for mobile */
    height: 16px; /* Smaller size for mobile */
    color: #00BD68;
    font-size: 14px; /* Smaller font size for mobile */
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.2s ease;
    position: relative;
    margin-left: auto; /* Keep it always on the right */
  }

  .list .view .fa-solid:hover {
    color: #5a9e2a;
  }

  .btn-view-more-wrapper {
    margin-top: 55px;

  }

  .list .btn-view-more {
    background-color: #009A55;
    border: none;
    border-radius: 24px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 54px;
  }
  .list .btn-view-more ion-icon {
    width: 35px;
    height: 24px;
    transform: translateY(6px);
  }

  @media (min-width: 480px) {
    .list button {
      width: 200px;
      height: 52px;
      font-size: 15px;
    }

  }

  @media (min-width: 768px) {
    .list button {
      width: 220px;
      height: 54px;
      font-size: 16px;
    }
  }

  @media (min-width: 1024px) {
    .list button {
      width: 242px;
      height: 56px;
      font-size: 16px;
    }
  }
  /* Arrow icon */
  .list .img,
  .list ion-icon.img {
    width: 16px; /* Smaller size for mobile */
    height: 16px; /* Smaller size for mobile */
    color: #68b82f;
    font-size: 16px; /* Smaller font size for mobile */
    font-weight: bold;
    --ionicon-stroke-width: 64px;
    flex-shrink: 0;
  }

  /* Remove NEW tag for cleaner design */
  .list .text-wrapper-8 {
    display: none;
  }

  /* Remove line class as we use border-bottom */
  .list .line {
    display: none;
  }

  /* Remove overlap-2 positioning */
  .list .overlap-2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  /* Bracket centering for all breakpoints */
  /* Base mobile: smallest screens */


  /* 390px and up: slightly larger mobile */
  @media (min-width: 390px) {
    .list-content .title .brackets {
      left: 27%;
      top: 4px;
    }
  }

  /* 480px and up: large mobile / small tablet */
  @media (min-width: 480px) {
    .list-content .title .brackets {
      left: 35%;
      top: 4px;
    }
  }

  /* 768px and up: tablet */
  @media (min-width: 768px) {
    .list-content .title .brackets {
      left: 39%;
      top: 7px;
    }
  }

  /* 1024px and up: desktop */
  @media (min-width: 1024px) {
    .list-content .title .brackets {
      left: 42%;
      top: 10px;
    }
  }

  /* 1280px and up: large desktop */
  @media (min-width: 1280px) {
    .list-content .title .brackets {
      left: 44%;
      top: 10px;
    }
  }

  /* Tablet and up */
  @media (min-width: 768px) {
    .list .view { flex-wrap: nowrap;}
    .list .group-3 { margin: 0; }
    .list .text-wrapper-5 { flex: 1; font-size: 16px; margin: 0 20px 0 0; }
    .list .view .fa-solid,
    .list .img,
    .list ion-icon.img { width: 20px; height: 20px; font-size: 16px; }
  }

  .guide {
    width: 100%;
    max-width: 1244px;
    height: 467px;
    margin: 0 auto;
    background: linear-gradient(180deg, #05f792 0%, #007139 100%);
    margin-top: 61px;
    border-radius: 60px 0px 60px 0px;
    margin-bottom: 120px;
  }
  .guide-content {
    width: 100%;
    max-width: 1244px;
    margin: 0 auto;
    display: flex;
  }
  .guide h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    margin-left: 57px;
    padding-top: 38px;
  }
  .guide .card {
    width: 100%;
    max-width: 603px;
    height: 327px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    margin-left: 57px;
    margin-top: 24px;
    text-align: left;
    z-index: 3;
  }
  .guide .card ul {
    font-size: 16px;
    font-weight: 500;
    color: #0B0B1E;
    line-height: 24px;
    letter-spacing: 0;
    margin-left: 36px;
    list-style: none;
    padding-top: 36px;
  }
  .guide .card ul li {
    margin-bottom: 24px;
    display: flex;
  }
  .guide .card ul li .li-title {
    white-space: nowrap;
  }
  .guide .map iframe {
    width: 643px;
    height: 467px;
    margin-top: -70px;
    margin-left: -59px;
    border-radius: 0 0 60px 0px;
    border: none;
  }

  /* Enhanced tablet responsiveness (768px - 1023px) */
  @media (max-width: 1023px) {
    .guide {
      height: auto;
      min-height: 467px;
      padding-bottom: 0px;
    }
    .guide-content {
      flex-direction: column;
      align-items: center;
      height: auto;

    }
    .guide h3 {
      margin-left: 24px;
      padding-top: 24px;
      font-size: 28px;
    }
    .guide .card {
      margin-left: 24px;
      margin-right: 24px;
      max-width: 95%;
      height: auto;
      min-height: 327px;
    }
    .guide .map {
      width: 100%;
      max-width: calc(100% - 48px);
      margin: 24px auto 0;
    }
    .guide .map iframe {
      width: 100%;
      height: 100%;
      min-height: 287px;
      margin: 0;
      border-radius: 0 0 60px 0px;
      aspect-ratio: 643 / 467;
      margin-bottom: 24px;
    }
  }

  /* Mobile optimization (481px - 767px) */
  @media (max-width: 767px) {
    .guide {
      border-radius: 0 24px 24px 0;
      margin-top: 40px;
    }
    .guide h3 {
      font-size: 24px;
      margin-left: 20px;
    }
    .guide .card {
      margin-left: 20px;
      margin-right: 20px;
    }
    .guide .card ul {
      font-size: 13px;
      margin-left: 24px;
      padding-top: 24px;
    }
    .guide .card ul li {
      margin-bottom: 20px;
    }
    .guide .map {
      max-width: calc(100% - 40px);
    }

    .list .text-wrapper-5 {
      margin-top: 10px;
    }

    .list .list-content {
      padding-bottom: 36px;
    }

    .list .news-list {
      padding: 32px 30px;
    }

    .guide .map iframe {
      border-radius: 24px;
    }
  }

  /* Small mobile optimization (max 480px) */
  @media (max-width: 480px) {
    .guide {
      border-radius: 0 24px 24px 0;
      margin-top: 32px;
    }

    .guide h3 {
      font-size: 22px;
      margin-left: 16px;
      padding-top: 20px;
    }
    .guide .card {
      margin-left: 16px;
      margin-right: 16px;
      padding: 20px 16px;
    }
    .guide .card ul {
      font-size: 12px;
      margin-left: 20px;
      padding-top: 20px;
    }
    .guide .card ul li {
      margin-bottom: 16px;
    }
    .guide .map {
      max-width: calc(100% - 20px);
      margin-bottom: 12px;
    }
  }

  .redirect-link::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 8px;
    background-image: url('/assets/img/redirect-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -5px;
  }

  .separator {
    width: 1px;
    height: 21px;
    background-color: #E6E6E6;
    margin-left: 8px;
    margin-right: 8px;
  }

   #company {
      scroll-margin-top: 150px;
    }
    
  @media (max-width: 767px) {
   .banner-image {
      margin-top: 68px;
    }
    #company {
      scroll-margin-top: 80px;
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
   .banner-image {
      margin-top: 96px;
    }
  }
 

