body, html {
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #212427;
    background-color: #fff;
    }
  header {
    position: sticky; 
    top: 0px; 
    margin-bottom:0px; 
    z-index:1000;
    }
  nav a:js-active {
    color: #212427;
    }
  input[type='text']
    {
    resize:vertical;
    border:solid 1px lightgray;
    }
  li {list-style: none;}
  a {text-decoration: none;}
  a:link { color:#212427; text-decoration: none; }
  a:visited { color:#212427; text-decoration: none; }
  a:hover { color:#BF3143; }
  
  
  footer {
    background-color: #212427;
    color: white;
    padding: 25px 0;
    width: 100%;
    box-sizing: border-box; /* Ensures padding is included in the width */
    position: relative;
  }
  
  html:has(dialog[open]:modal) {overflow: hidden;}
  
  /* Nav secion END*/
  
  /* Join/Overlay related START*/
  .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1100;
  }
  .overlay-join {}
  .area-alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  max-width: 330px;
  height: auto;
  padding: 1rem;
  color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  border-radius: 7px;
  font-weight: 300;
  background-color: white;
  border: 1px solid lightgray;
  color: #212427;
  font-size: .9rem;
  z-index: 1200;
  align-items: center;
  }
  .button-close-overlay {
  margin-left: 15px;
  color: #808080;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  }
  .button-close-overlay:hover {
  color: #212427;
  }
  .alert-msg1 {
  display: block;
  font-size: 1rem;
  padding: 5px;
  }
  .alert-msg1 a{color:#333; font-weight: 500; text-decoration: underline;
  }
  .alert-msg1 a:hover{color:#BF3143; font-weight: 500;
  }
  .button-join-overlay {
  display: block;
  border: 1px solid rgba(27, 31, 35, 0.15);
  cursor:pointer;
  font-weight:400;
  color: #212427;
  background-color: #ededed;
  font-size: 1rem;
  text-align: center;
  padding: 7px;
  margin: 0.5rem 0rem;
  border-radius: 5px;
  z-index:2000;
  width: 12rem;
  }
  .button-join-overlay:hover {
  background-color: #F3F4F6;
  transition-duration: 0.1s;
  }
  .button-join-overlay:focus {
  outline: 1px transparent;
  }
  .link-login-overlay {
  display: block;
  font-size: 0.8rem;
  }
  .link-login-overlay a {color:gray; font-weight: 400;text-decoration-line: underline;}
  .alert-msg2 {
  display: block;
  font-size: 0.7rem;
  padding: 3px;
  }
  .alert-msg2 a {color:gray; font-weight: 400;text-decoration-line: underline;}
  /* Join/Overlay related END*/
  
  
  /* Info pages - General START*/
  
  .info-title {border:0px solid orange; font-weight: 700; font-size: 2.5rem; line-height: 1.1; margin-bottom: 1rem; }
  .info-subtitle {border:0px solid yellow; line-height: 1.2; font-size: 2.2rem; margin-bottom: 1rem;}
  .info-text {border:0px solid green; font-size: 1.5rem; line-height: 1.2; }
  .text-color-red {color:#BF3143;}
  .text-bold {font-weight: 600;}
  
  
  
  .image-home {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  }
  
  
  .section-typeF {height:fit-content; border:0px solid purple; padding-top: 4rem;} 
  .section-typeF-inner {border:0px solid green; display: flex; justify-content:space-around; flex-wrap: wrap; justify-content: center; padding: 0rem; display: flex; max-width: 1000px; margin:auto; flex-wrap: wrap;  margin-bottom: 5rem; }
  .section-typeF-inner .info-1 {min-width: 275px; height: 250px; border:.5px solid lightgray; border-radius: 15px; background-color: #fff; box-shadow: 0 .7961918735236395px 2.3885756205709185px -.625px #0000000d, 0 2.414506143104518px 7.2435184293135535px -1.25px #0000000d, 0 6.382653521484461px 19.147960564453385px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;box-sizing: border-box; padding:1.8rem; justify-content: center; text-align: left; border-radius: 10px;line-height: 1.3rem; margin: .8rem; box-sizing: border-box;  max-width: 40%;  
  }
  
  
  
  /* Ã¬â€”Â¬ÃªÂ¸Â°Ã«Â¶â‚¬Ã­â€žÂ° */
  
  /* Text Only */
  .info-1, .info-2, .info-3 {margin: 1rem; }
  
  
  /* A: Only Text ex. mission  */
  .section-type-A {border:0px solid red; padding: 5rem 0rem;}
  .section-type-A-inner {border:0px solid orange; max-width: 800px; margin: auto; min-height: 400px; padding-right: 15%;}
  
  .section-type-A-inner .info-title {border:0px solid green; text-align: left; font-size: 3rem; margin-bottom: 3rem;}
  .section-type-A-inner .info-subtitle {border:0px solid green; text-align: left;}
  .section-type-A-inner .info-text {border:0px solid green; text-align: left;}
  
  
  /* Image left white */
  
  .section-type-B {border:0px solid blue; padding: 5rem 0rem; background-color: #fff;}
  .section-type-B-inner {border:0px solid blue; display: flex; max-width: 1200px; margin:auto; min-height: 400px; gap: 1rem;}
  
  .section-type-B-inner .info-1 {flex: 1 1 50%;border:0px solid red; min-height: 350px; display: flex; justify-content: center; align-items: center; flex: 1 1 50%;}
  .section-type-B-inner .info-2 {display: flex; flex: 1 1 50%;
  flex-direction: column; 
  justify-content: center; 
  border: 0px solid green; padding-right: 2rem; max-width:430px;}
  
  .section-type-B-inner .info-title {
    border: 0px solid green; font-size: 3rem; }
  .section-type-B-inner .info-text {
      border: 0px solid green; font-size: 1.6rem; }
  
  
  /* Image right color */
  
  .section-type-C {border:0px solid blue; padding: 5rem 0rem; background-color: #f5f7fa;}
  .section-type-C-inner {border:0px solid blue; display: flex; max-width: 1200px; margin:auto; min-height: 400px; gap: 1rem;}
  
  .section-type-C-inner .info-1 {flex: 1 1 50%;border:0px solid red; min-height: 350px; display: flex; justify-content: center; align-items: center; flex: 1 1 50%;}
  .section-type-C-inner .info-2 {display: flex; flex: 1 1 50%;
  flex-direction: column; 
  justify-content: center; 
  border: 0px solid green; padding-right: 2rem;}
  
  
  /* D: Image right white */
  
  .section-type-D {border:0px solid blue; padding: 5rem 0rem; background-color: #fff;}
  .section-type-D-inner {border:0px solid blue; display: flex; max-width: 1200px; margin:auto; min-height: 400px; gap: 1rem;}
  
  .section-type-D-inner .info-1 {flex: 1 1 50%;border:0px solid red; min-height: 350px; display: flex; justify-content: center; align-items: center; flex: 1 1 50%;}
  .section-type-D-inner .info-2 {display: flex; flex: 1 1 50%;
  flex-direction: column; 
  justify-content: center; 
  border: 0px solid green; padding-right: 2rem;}
  
  
  
  /* E: three child */
  
  .section-type-E {border:0px solid red; padding: 5rem 0rem; background-color: #fff;}
  
  
  .section-type-E .info-title {border:0px solid green; text-align: center;}
  .section-type-E .info-subtitle {border:0px solid green; text-align: center; font-size: 1.5rem;}
  
  .section-type-E-inner {border:0px solid blue; display: flex; max-width: 1000px; margin:auto; min-height: 380px; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center;}
  
  .section-type-E-inner-plans {border:0px solid blue; display: flex; max-width: 1000px; margin:auto; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center; margin-top: 5rem; margin-bottom: 5rem;}
  
  .section-type-E-inner .info-1 {width: 300px; height: 300px; border: 0.5px solid lightgray;border-radius: 15px; background-color: #fff;
  box-shadow: 0 0.8px 2.4px -0.6px #0000000d, 0 2.4px 7.2px -1.25px #0000000d, 0 6.4px 19.1px -1.9px #0000000d, 0 20px 60px -2.5px #0000000d;
  border-radius: 10px; line-height: 1.3rem; margin: 0.8rem; max-width: 40%;
  text-align: left;box-sizing: border-box; padding: 1.5rem; }
  
  .section-type-E-inner .info-1 .title {font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.2; font-weight: 500;}
  .section-type-E-inner .info-1 .text {font-size: 1.1rem; line-height: 1.5; color: #606060;}
  

.section-sub {margin-top: 4rem; margin-bottom: 4rem; border:0px solid red;}

  /* Plans related START */
  
  .threeplans {display: flex; justify-content: space-between; border:0px solid red; margin-top: 2rem; flex-wrap: wrap; justify-content: center; margin-bottom: 5rem;}
  .plan {
    width: 290px;
    height: 390px;
    text-align: left;
    line-height: 1.3rem;
    border: 0px solid lightgray; border-radius: 10px; margin: 12px; background-color: #fff;
    box-shadow: 0 .7961918735236395px 2.3885756205709185px -.625px #0000000d, 0 2.414506143104518px 7.2435184293135535px -1.25px #0000000d, 0 6.382653521484461px 19.147960564453385px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;
  box-sizing: border-box; padding:10px 24px; margin-bottom: ;
  }
  .plan-title {font-weight: 450; font-size:30px; margin: 1.8rem 0rem 1.8rem 0rem; color: #666666;border:0px solid blue;}
  .plan-bullets {border:0px solid blue; 
    list-style-type: none;
    padding-left: 0;
  }
  .plan-bullets li { background-image: url('images/plan-li.png'); background-repeat: no-repeat; background-position: 0 center;background-size: 20px 20px; padding-left: 30px; margin-bottom: 10px; font-size: 16px; font-weight: 500;color: #666;}
  
  .extra-item {
    visibility: hidden; /* This hides the item without affecting the layout */
  }
  
  .plan-price {font-weight: 700; font-size: 43px; margin: 1.4rem 0rem 1.4rem 0rem; display: flex; align-items:first baseline; line-height: 1;}
  .plan-price-end {font-weight: 300; font-size: 18px; display:block;}
  .plan-button {border:0px solid purple; padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #212427; color: white; text-align: center; border:none; border-radius: 8px; cursor: pointer; outline: none; width: 9rem; box-shadow:0 .7065919983928324px .7065919983928324px -.625px #00000026, 0 1.8065619053231785px 1.8065619053231785px -1.25px #00000025, 0 3.6217592146567767px 3.6217592146567767px -1.875px #00000023, 0 6.8655999097303715px 6.8655999097303715px -2.5px #00000020, 0 13.646761411524492px 13.646761411524492px -3.125px #0000001b, 0 30px 30px -3.75px #0000000d;display: flex; align-items: center; justify-content: center;}
  
  .plan-button:hover {background-color: #33363A; }
  
  
  .plan-button-gray {border:0px solid purple; padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #f2f2f2; color: #111; text-align: center; border:none; border-radius: 8px; cursor: pointer; outline: none; width: 9rem; display: flex; align-items: center; justify-content: center;}
  .plan-button-gray a {color:#111;}
  
  .plan-button-gray:hover {background-color: #e0e0e0;}
  /* Plans related END */
  
  
  /* F: three child - profile */
  
  .section-type-F {border:0px solid red; padding: 5rem 0rem; background-color: #f5f7fa; padding: 5rem 0rem; }
  .section-type-F .info-title {border:0px solid green; text-align: center;}
  .section-type-F .info-subtitle {border:0px solid green; text-align: center; font-size: 1.5rem;}
  
  
  
  .section-type-F-inner {border:0px solid blue; display: flex; max-width: 1000px; margin:auto; min-height: 380px; height:fit-content; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center;}
  .section-type-F-inner .info-1 { width: 300px;
  height: 300px;
  border: 0.5px solid lightgray;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0.8px 2.4px -0.6px #0000000d, 0 2.4px 7.2px -1.25px #0000000d, 0 6.4px 19.1px -1.9px #0000000d, 0 20px 60px -2.5px #0000000d;
  border-radius: 10px;
  line-height: 1.3rem;
  margin: 0.8rem;
  max-width: 40%;
  text-align: left;
  box-sizing: border-box; padding: 1rem;}
  
  
  .section-type-F-inner .text {border: 0px solid green; flex: 1; display: flex; flex-direction: column; justify-content: center;}
  .section-type-F-inner p {margin: 0.4rem; }
  .profile {
  border: 0px solid red; 
  width: 275px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start; 
  }
  .profile-icon {width: 40px; margin:8px ;}
  .profile-text {flex: 1; display: flex; flex-direction: column; justify-content: center; border:0px solid green; }
  
  
  /* G: three child - profile */
  
  .section-type-G {border:0px solid blue; padding: 5rem 0rem; background-color: #fff;}
  .section-type-G-inner {border:0px solid blue; margin-bottom: 5rem; display: flex; max-width: 1200px; margin:auto; min-height: 400px;}
  .section-type-G-inner .info-1 {flex:1; border:0px solid red;}
  .section-type-G-inner .info-2 {flex:1; border:0px solid red;}
  
  
  /* H: simple : video */
  
  .section-type-H {border: 0px solid red; display: flex;flex-direction: column;align-items: center; padding-top:5rem; width: 100%; padding-bottom: 2rem;}
  .section-type-H .info-video {border:0px solid blue; width: 100%; max-width: 900px; padding-bottom: 3rem;}
  .section-type-H .info-title {border:0px solid red; margin-bottom: 3rem; text-align: center; }
  .video-container {
    border: 0px solid red;
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    height: 0;
    overflow: hidden;
    margin: 0 auto; 
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  /* I: simple : app download */
  
  .section-type-I {border:0px solid blue; padding-top: 5rem; padding-bottom: 7rem; max-width: 1200px; margin:auto; text-align: center; }
  .section-type-I-inner {display: flex;justify-content:center; align-items: center; flex-wrap: wrap; }
  .section-type-I-inner img {max-width: 200px; margin: 1rem; cursor: pointer;} 
  
  
  /* J: simple : why tabbi */
  
  
  .section-type-J {text-align: center; border:0px solid blue; padding: 5rem 0rem;background-color: #e6e7eb;}
  .section-type-J-inner {border:0px solid orange; max-width: 1200px; margin: auto; min-height: 400px; gap: 1rem; display: flex; justify-content:center; align-items: center; flex-wrap: wrap; max-width: 1000px;}
  .section-type-J-inner .info-text {border: 0px solid red; margin-bottom: 1rem; text-align: left; font-size: 1.8rem; line-height: 1.5}
  
  
  /* K: terms/privacy */
  
  .section-type-K {border:1px solid blue; padding: 1rem 0rem; background-color: #fff;}
  
  
  .section-type-K-inner .info-1 {flex: 1 1 50%;border:1px solid red; min-height: 350px; display: flex; justify-content: center; align-items: center; flex: 1 1 50%;}
  
  
  .section-type-K-inner .info-2 {display: flex; flex-direction: column; }
  .founder-info {border:0px solid blue; display: flex; align-items: center;}
  .section-type-K-inner .info-title {margin-right: 1rem; }
  .founder-social {border:0px solid green; display: flex; justify-content: flex-start;}
  .founder-info .social-media {
  background-color: #fff; border:0px solid red;
  }
  

  /* Type L: How It Works page */

  .space {padding-bottom: 2rem; border:0px solid red;}

  .section-type-L {border:0px solid red; padding: 4rem 0rem; background-color: #fff; padding:1rem;}
  .section-type-L-inner1 {border:0px solid orange; padding: 4rem 0rem; background-color: #fff; max-width: 1000px; margin:auto;}

  .section-type-L-inner1 .info-title {border:0px solid green; text-align: left;}
  .section-type-L-inner1 .info-text {border:0px solid green; text-align: left; font-size: 1.4rem; line-height: 1.3;}
    
  .section-type-L-inner2 {border:0px solid yellow; display: flex; min-height: 300px; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center; margin-top: 1.5rem; margin-bottom: 1.5rem;}
  
  
  /* info-1Ã«Å â€ Ã«â€˜Â ÃªÂ°Å“ Ã«â€žâ€œÃ¬ÂÂ´ Ã¬ÂÂ´Ã«Â¯Â¸Ã¬Â§â‚¬ */
  
  .section-type-L-inner2 .info-1 {border:0px solid red; flex: 1; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; }
  
  /* info-2Ã«Å â€ Ã¬â€žÂ¸ÃªÂ°Å“ - Ã­â€¢Å“ ÃªÂ°Å“ Ã«â€žâ€œÃ¬ÂÂ´ Ã¬ÂÂ´Ã«Â¯Â¸Ã¬Â§â‚¬ */
  .section-type-L-inner2 .info-2 {border:0px solid orange; flex: 1; text-align: left; font-size: 1.4rem; line-height: 1.3; min-width: 200px; flex: 0 1 280px; }
  .section-type-L-inner2 .info-2 p {border: 0px solid red; margin:8px 0px; }
  .image-text {border: 0px solid red; }
  
  .section-type-L-sub {border: 0px solid pink; margin-top: 2rem; margin-bottom: 6rem;}
  
  
  .section-type-L-inner2 .info-title {border:0px solid pink; font-size: 1.4rem; line-height: 1.3; margin:1rem 0rem; }
  .section-type-L-inner2 .info-text {border:0px solid purple; font-size: 1.4rem; line-height: 1.3; height: 13rem;}
  .section-type-L-inner2 .info-text p {margin:0; border:0px solid purple;}
  
  /* info-3Ã«Å â€ Ã¬â€žÂ¸ÃªÂ°Å“ Ã¬Â¤â€˜ Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ */
  
  .section-type-L-inner2 .info-3 {border:0px solid purple; flex: 1; text-align: left; font-size: 1.4rem; line-height: 1.3; min-width: 250px; }
  .section-type-L-inner2 .info-3 p {border: 0px solid red; margin:25px 0px; }
  
  
  
  .image-hiw-1 {border: 0px solid red; max-width: 250px; height: auto;}
  .image-hiw-2 {border: 0px solid red; max-width: 500px; height: auto;}
  


.hiw-two-columns {display: flex;  
margin-top: 10px; border:0px solid blue; font-size: 1.2rem; font-weight: 400; flex-wrap: wrap; line-height: 1.3;}


.hiw-two-columns ul {padding: 0rem 1rem 0rem 2rem; border: 0px solid red; list-style-type: disc; }
.hiw-two-column li {list-style-type: disc; border: 1px solid red; }

.hiw-two-columns ul li {
  margin-bottom: .5rem; border: 0px solid red;  
}

/* .info-text ul li {
  margin-bottom: .5rem; border: 1px solid red; line-height: 1.1;} */


.hiw-two-column ul li::marker {
  font-size: 1.3em; /* Makes the bullet bigger */
}


.hiw-two-column {  flex: 1; padding: 10px; box-sizing: border-box;
  flex-direction: column;
  align-items: center; /* Centers image and text horizontally */
  border:0px solid green;
}
  
.hiw-two-column img {
  max-width: 100%; 
  border:0px solid purple; 
}
.hiw-two-column p {
  font-size: 1.5rem;  font-weight: 600; margin: 1rem 1rem 0rem 1rem;}
  
.hiw-image-text {margin: 1rem;}  

.hiw-talk {border:.1px solid lightgray; }

.italic {border: 1px solid red; font-style: italic;}

  /* Type M: FAQs */
  
  .section-type-M {border:0px solid red; padding: 5rem 0rem; background-color: #fff; padding: 2rem 0rem; margin:1rem;}
  .section-type-M .info-title {border:0px solid green; text-align: center;}
  .section-type-M-inner {border:0px solid green; padding: 5rem 0rem; background-color: #fff; max-width: 1000px; margin:auto;}
  
  
  
  
  
  .faq-container {border:1px solid #ddd;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  }
  
  .faq-item {
  margin-bottom: 0px;
  }
  
  .faq-question {
  background-color: #f2f2f2;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding-left: 1.2rem;
  }
  
  .faq-answer {
  display: none;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  }
  .icon {
  position: absolute;
  right: 15px;
  transition: transform 0.3s;
  }
  
  
  
  /* Type N: About Us START same as Type B but image smaller image*/
  
  
  .section-type-N {border:0px solid blue; padding: 5rem 0rem; background-color: #fff;}
  .section-type-N-inner {border:0px solid blue; display: flex; max-width: 1200px; margin:auto; min-height: 400px; gap: 1rem;}
  
  .section-type-N-inner .info-1 {flex: 1 1 50%; border:0px solid red; display: flex; justify-content: center; align-items: center; flex: 1 1 50%; }
  .section-type-N-inner .info-2 {display: flex; flex: 1 1 50%;
  flex-direction: column; 
  justify-content: center; 
  border: 0px solid green; padding-right: 2rem; max-width:430px;}
  
  .section-type-N-inner .info-title {
    border: 0px solid green; font-size: 3rem; }
  .section-type-N-inner .info-text {
      border: 0px solid green; font-size: 1.6rem; }
  .section-type-N  .info-1 img {border:0px solid red; max-width: 20rem;}       
  
  /* Type N: About Us END */
  
  
  
  
  /* Additional css for Privacy/Terms page */
  .section-type-K {text-align: left; border:0px solid blue; margin:3rem;}
  .content-title {font-size: 2.5rem; font-weight: 500; line-height: 1.2; margin-top: 3rem; margin-bottom: 1rem;}
  .content-subtitle {font-size: 1.5rem; font-weight: 400; line-height: 1.2; margin-top: 2rem; margin-bottom: 1rem;}
  .content-update {font-size: 1rem; font-weight: 300; margin-bottom: 3rem; font-style: italic; color: #606060;}
  .content-main {font-size: 1rem; font-weight: 300; line-height: 1.2; margin-bottom: 0.5rem;}
  .bullet-circle {list-style-type: circle; margin-bottom: 0.3rem;}
  .main-box-content {margin-left:1.5rem;margin-right:1.5rem; overflow:auto;}
  
  
  /* footer */
  .footer-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px;
  }
  .footer-title {font-weight: 500; font-size: 1.1rem;}
  .column {
    flex: 1;
    border:0px solid green; margin-top: 1rem;
  }
  .column ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    border:0px solid red;
    margin:0.5rem 0rem 3rem 0rem;
  }
  .column ul li {
    margin: 5px 0;
    font-size: .95rem;
  }
  .column ul li a {
    color: #999999;
    text-decoration: none;
  }
  .column ul li a:hover {
    color: #BF3143;
  }
  hr {
    border: .5px solid #999999;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-inner {
    max-width: 1200px; /* Adjust this value as needed */
    margin: 0 auto; /* Center the content */
    padding: 0 20px; /* Optional: Add padding on the sides */
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: .8rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer-bottom p {
    margin: 0;
  }
  .social-media {
    display: flex;
  }
  .social-media a {
    margin-left: 10px;
  }
  .social-media a:hover {
    text-decoration: underline;
  }
  .social-media img {width: 20px;}
  .invisible-space {
    height: 2rem; /* Adjust height as needed */
  }
  
  
  
  
  @media only screen and (max-width: 750px) {
  
  html, body {
    overflow-x: hidden; /* Hide horizontal overflow */
  }
  
  
  /* .nav-menu {display: none;}
  .nav-menu.js-active {width: 8rem;}
  
  
  .nav-item {margin: .7rem; border:0px solid red; text-align: center;}
  .hamburger {display: block;cursor: pointer; margin-right:.5rem;}
  .hamburger.js-active .bar:nth-child(2) {opacity: 0;}
  .hamburger.js-active .bar:nth-child(1) {transform: translateY(8px) rotate(45deg);}
  .hamburger.js-active .bar:nth-child(3) {transform: translateY(-8px) rotate(-45deg);} */
  
  .section-type-A-inner, .section-type-B-inner, .section-type-C-inner, .section-type-D-inner, .section-type-G-inner, .section-type-H-inner, .section-type-I-inner, .section-type-J-inner, .section-type-K-inner, .section-type-N-inner
  {display:flex; flex-direction: column; margin-left: 1rem; margin-right: 1rem;}
  
  .section-type-E-inner {border: 0px solid red; }
  .section-type-E-inner .info-1 { min-width: 300px;}
  .section-type-F-inner {border: 0px solid red; }
  .section-type-F-inner .info-1 { min-width: 300px;}
  
  .image-hiw-1 {border: 0px solid red; width: 200px;}
  .image-hiw-2 {border: 0px solid red; width: 400px;}
  
.hiw-two-column .image-hiw-1 {border: 0px solid red; width: 100%;}


  
  .footer-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
  .footer-bottom {
        flex-direction: row;
        text-align: center;
  }
  
  /* .section-type-L .info-1, .section-type-L .info-2 {margin: 1rem 0rem; } */
  
  
  .image-hiw-1 {border: 0px solid red; max-width: 300px;}
  .image-hiw-2 {border: 0px solid red; max-width: 600px;}
  
  }
  
  
  @media only screen and (max-width: 630px) {
  
  .plan {
    height:auto;
  }  
  .hiw-two-column {
    flex: 100%; /* Make each column take full width */
  }
}
  
  @media only screen and (max-width: 430px) {
  
  
  .section-type-A-inner {padding-right: 0rem;}
  .section-type-B-inner .info-title {font-size: 2.4rem; padding-right: 1rem;}
  .section-type-B-inner .info-text {padding-right: 0rem;}
  .section-type-E-inner, .section-type-F-inner {display:flex; flex-direction: column; margin-left: 1rem; margin-right: 1rem;}
  .section-type-E .info-title, .section-type-F .info-title , .section-type-G .info-title, .section-type-I .info-title {margin: 1rem; border:0px solid pink;}
  .section-type-E .info-subtitle, .section-type-F .info-subtitle , .section-type-G .info-subtitle, .section-type-H .info-subtitle, .section-type-I .info-subtitle {margin: 1rem; border:0px solid pink;}
  .section-type-H {border:0px solid green; }
  .section-type-J-inner .info-text {text-align: left;}
  .section-type-K {margin:1rem;}
  .section-type-N-inner .info-title {font-size: 2.4rem; padding-right: 1rem;}
  .section-type-N-inner .info-text {padding-right: 0rem;}
  
  
  .image-home { border: 0px solid purple;
  width:100%;
  }
  
  .image-hiw-1 {border: 0px solid red; width: 400px; }
  .image-hiw-2 {border: 0px solid green; width: 350px;}
  
  .section-type-L {border:0px solid red; padding: 5rem 0rem; background-color: #fff; padding:.7rem;}
  .section-type-L .info-2 {border:1px solid pink; }
  
  
  .section-type-L-inner1 .info-title {border:0px solid green; text-align: left;}
  .section-type-L-inner1 .info-text {border:0px solid green; text-align: left; font-size: 1.4rem; line-height: 1.3;}
  
  
  .section-type-L-inner2 {border:0px solid yellow; display: flex; min-height: 300px; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center; margin-top: 3rem;}
  
  
  /* info-1Ã«Å â€ Ã«â€˜Â ÃªÂ°Å“ Ã«â€žâ€œÃ¬ÂÂ´ Ã¬ÂÂ´Ã«Â¯Â¸Ã¬Â§â‚¬ */
  
  .section-type-L-inner2 .info-1 {border:0px solid red; flex: 1; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; }
  
  /* info-2Ã«Å â€ Ã¬â€žÂ¸ÃªÂ°Å“ - Ã­â€¢Å“ ÃªÂ°Å“ Ã«â€žâ€œÃ¬ÂÂ´ Ã¬ÂÂ´Ã«Â¯Â¸Ã¬Â§â‚¬ */
  .section-type-L-inner2 .info-2 {border:0px solid orange; flex: 1; text-align: left; font-size: 1.4rem; line-height: 1.3; min-width: 200px; flex: 0 1 300px; }
  .section-type-L-inner2 .info-2 p {border: 0px solid red; margin:8px 0px; }
  .image-text {border: 2px solid red; }
  .section-type-L-inner2 .info-text {border:0px solid purple; height: 13rem;}
  /* info-3Ã«Å â€ Ã¬â€žÂ¸ÃªÂ°Å“ Ã¬Â¤â€˜ Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ */
  .section-type-L-inner2 .info-3 {border:0px solid purple; flex: 1; text-align: left; font-size: 1.4rem; line-height: 1.3; min-width: 250px; margin:0rem;}
  .section-type-L-inner2 .info-3 p {border: 0px solid red; margin:25px 0px; }
  .image-hiw-1 {border: 0px solid red; width: 100%;}
  .image-hiw-2 {border: 0px solid red; width: 350px;}
  .section-type-M .info-title {border:0px solid green; text-align: center;}
  /* #langDialog {border-radius: 5px; min-width: 250px; margin:0;} */
  
  .plan {
    height:auto;
  }
  }
  
  
  
  
  /* #langDialog {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fefefe;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  } */
  
  
  
  /* #langDialog {
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  max-width: 400px; 
  z-index: 1000; 
  background-color: #f8eeee; 
  padding: 10px 18px; 
  border: 2px solid gray; 
  border-radius: 5px;
  box-sizing: border-box; 
  text-align: center; 
  } */
  #langDialog {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 400px ;
  z-index: 1000; background-color:#f8eeee; padding: 10px 18px ; border: 2px solid gray; border-radius: 5px;}
  
  /* 
  
  .langRedirMessage {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 1.2;
  margin-bottom: .2rem;
  margin-top: 1rem;
  border:0px solid red;
  } */
  
  .langRedirMessage {border:0px solid blue ; display: inline-block; line-height: 1.2; margin-bottom:.5rem; margin-top:.3rem;}
  .lang-redir-dialog-left {border:1.5px solid gray; border-radius: 5px; background-color: white; width: 8.5rem; height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; color:#212427; cursor: pointer;}
  .lang-redir-dialog-right {border:1.5px solid #333; border-radius: 5px; background-color: #333; color: #fff; width: 8.5rem;height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; cursor: pointer;}
  
  
  
  .popup-message-button-right {border:1.5px solid #333; border-radius: 5px; background-color: #333; color: #fff; width: 8.5rem;height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; cursor: pointer;}
  
  
  /* Flexbox container for buttons */
  .button-container {
  display: flex;
  justify-content: center; /* Center the buttons horizontally */
  gap: 10px; /* Space between the buttons */
  }
  
  .lang-redir-dialog {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
  min-width: 90px;
  }
  
  .lang-redir-dialog:first-of-type {
  background-color: white;
  color: #808080;
  border: 1.5px solid gray;
  }
  
  .lang-redir-dialog:last-of-type {
  background-color: #BF3143;
  border: 1.5px solid #BF3143;
  color: white;
  }
  
  .lang-redir-dialog:last-of-type:hover {
  background-color: #992635;
  border: 1.5px solid #992635;
  }
  
  .lang-redir-dialog:first-of-type:hover {
  border: 1.5px solid #808080;
  }
  
  .popup-message {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 400px ;}
  
  /* 
  .popup-message {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 400px ;
  z-index: 1000; background-color:#f8eeee; padding: 10px 18px ; border: 2px solid red; border-radius: 5px;
  } */
  .popup-message-text {border:0px solid blue ; display: inline-block; line-height: 1.2; margin-bottom:.5rem; margin-top:.3rem;}
  .popup-message-button-area {border: 0px solid red; display: flex;  justify-content: center; align-items: center; flex-direction: row; margin-top: .8rem; margin-bottom: .5rem; }
  .popup-message-button-left {border:1.5px solid gray; border-radius: 5px; background-color: white; width: 8.5rem; height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; color:#212427; cursor: pointer;}
  .popup-message-button-right {border:1.5px solid #333; border-radius: 5px; background-color: #333; color: #fff; width: 8.5rem;height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; cursor: pointer;}
  
  .popupOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  }
  
  
  
  .new {
    background-color: #E3E4E5;
    color: #BF3143;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: .8rem;
    font-weight: 700;
    font-style: italic;
  }
  
  
  
  /* Always stay at the END */
  .invisible {display: none;}
  /* .hide {color:#212427;} */
  
  