/*@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;700&display=swap');*/
/* Swap to Mitr: @import url('https://fonts.googleapis.com/css2?family=Mitr:wght@400;500;700&display=swap'); */
/* Or Prompt: @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai+Looped:wght@500;600&display=swap'); 

body {
  margin: 0;
  background-color: #ffffff;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #000000;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.anchor-target {
  scroll-margin-top: 30px; /* o quanto ti serve come spazio sopra */
}


.divider-line {
  border-top: 1px solid #979797;
  width: 100%;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1024px;
  margin: 0 auto;
}

.divider-line2 {
  border-top: 1px solid #979797;
  width: 100%;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1024px;
  margin: 0 auto;
}

.divider-wrapper {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
}

.header-container {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  max-width: 980px;
  margin: auto;
  position: relative;
}

.logo {
  height: 50px;
  width: 130px;
}

.nav-menu {
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.nav-menu a {
  color: black;
  text-decoration: none;
}

/* DEFAULT (DESKTOP) */

.hamburger-wrapper {
  display: none;
}

.hamburger-dropdown {
  position: relative;
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: #e4e4e4;
  width: 153px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 100;
}

.hamburger-menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.hamburger-menu a:hover {
  background:#dcdcdc;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 55px;
}

.icon {
  height: 25px;
  cursor: pointer;
}

.lang-dropdown {
  position: relative;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #e4e4e4;
  width: 153px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 100;
}

.lang-dropdown:hover .lang-menu {
  display: block;
}

.lang-menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}

.divider-line0 {
  border-top: 1px solid #979797;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  /*box-sizing: border-box;*/
}

.divider-line {
  border-top: 1px solid #979797;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  /*box-sizing: border-box;*/
}

.divider-line2 {
  border-top: 1px solid #979797;
  width: 100%;
  max-width: 980px;
  margin: auto;
  margin-top:60px;
  padding-left: 0px;
  padding-right: 0px;
  /*box-sizing: border-box;*/
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  z-index: 1;
  overflow-x: hidden;
}

.hero-image-container {
  position: relative;
  width: 576px;
  height: auto;
  margin: 0 auto;
  margin-top: -114px; /* pull upwards under the text */
  margin-bottom: 0px;
  z-index: 0;
  pointer-events: none;
}

.logo-image-container {
  position: relative;
  width: 100%;
  height: auto;
   margin: 0 auto;
  margin-top: 40px; 
  z-index: 0;
  pointer-events: none;
}

.hero-button-container {
  position: relative;
  text-align: center;
  width: 40%;
  height: auto;
  margin: auto;
  margin-top: 46px; /* pull upwards under the text */
  z-index: 0;
}

.footer-button-container {
  position: relative;
  text-align: center;
  height: auto;
  margin: auto;
  margin-top: 40px; /* pull upwards under the text */
  z-index: 0;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.overview-image {
  width: 100%;
  height: auto;
  display: block;
}

.settings-image {
  width: 100%;
  height: auto;
  display: block;
}

.overview-mobile-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 20px;
  padding-left: 37px;
  padding-right: 37px;
}

.main-headline {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 36px;
  color: #B2B100;
  margin-bottom: 10px;
}

.main-subheadline {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 36px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 30px;
  max-width: 780px;
  margin: 0 auto
}

.content-section {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  z-index: 1;
}

.content-centered-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.content-leftaligned-copy {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.content-headline {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 46px;
  color: #B2B100;
  margin-bottom: 17px;
}

.content-tagline {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 50px;
  line-height: 54px;
  color: #B2B100;
  margin-bottom: 17px;
}

.content-pullout {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 33px;
  line-height: 43px;
  color: #B2B100;
  margin-bottom: 17px;
}

.content-subtitle {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 39px;
  line-height: 43px;
  color: #B2B100;
  margin-bottom: 17px;
}

.content-copy {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0px;
  margin:auto;
}

.content-terms {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 15px;
  line-height: 18px;
  color: #787878;
  margin-bottom: 0px;
  margin:auto;
}

.content-copyright {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 33px;
  margin:auto;
}

.content-features {
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 0px;
  margin:auto;
}

.overview-image-container {
  position: relative;
  max-width: 950px;
  height: auto;
  margin: 0 auto;
  margin-top: -22px;
  margin-bottom: -80px;
  z-index: 0;
  pointer-events: none;
}

.overview-mobile-image-container {
  display: none;
  position: relative;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 0;
  pointer-events: none;
}

.two-column-wrap {
  display: flex;
  justify-content: center;  /* spreads them nicely */
  align-items: top;              /* vertically centers the image with text */
  max-width: 950px;
  margin: auto;           /* a little more top space for breathing */
  margin-top: 40px;    
  padding: 0 0px;    
  padding-left: 30px;             /* matches your other padding */
  padding-right: 30px;
  gap: 40px;                        /* comfy but not too wide */
  flex-wrap: wrap-reverse;              /* stacks gracefully on smaller screens */
}

.two-column-wrap2 {
  display: flex;
  justify-content: left;  /* spreads them nicely */
  align-items: top;              /* vertically centers the image with text */
  max-width: 950px;
  margin: auto;           /* a little more top space for breathing */
  margin-top: 20px;    
  padding: 0 0px;    
  padding-left: 30px;             /* matches your other padding */
  padding-right: 30px;
  column-gap: 30px;                        /* comfy but not too wide */
  flex-wrap: wrap;              /* stacks gracefully on smaller screens */
}

.column-text {
  flex: 1 1 370px;                  /* grows/shrinks, min 400px */
  max-width: 443px;                 /* room to breathe */
}

.column-text2 {
  flex: 1 1 350px;                  /* grows/shrinks, min 400px */
  max-width: 415px;                 /* room to breathe */
}

.column-text3 {
  flex: 1 1 300px;                  /* grows/shrinks, min 400px */
  max-width: 445px;                 /* room to breathe */
  width:100%;
  min-width:250;
}

.column-text4a {
  flex: 1 1 300px;                  /* grows/shrinks, min 400px */
  max-width: 300px;                 /* room to breathe */
}

.column-text4b {
  flex: 1 1 480px;                  /* grows/shrinks, min 400px */
                 /* room to breathe */
}

.column-image {
  flex: 1 1 370px;                  /* image column a bit narrower */
  max-width: 430px;
  text-align: center;               /* centers the phone nicely */
}

.column-image2 {
  flex: 1 1 380px;                  /* image column a bit narrower */
  max-width: 460px;
  text-align: center;               /* centers the phone nicely */
}

.column img {
  width: 100%;                      /* responsive! */
  max-width: 430px;                 /* tweak if you want it smaller/bigger */
  height: auto;
  display: block;
  margin: 0 auto;
}

.highlight {
  color: #B2B100;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
}

.selium-logo {
  width: 115px;
  height: auto;
  margin-top: 33px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.selium-version-badge {
  width: auto;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.app-store-button {
  display: inline-block;
  width: 315px;
  height: 52px;
  background-color: #3F3F3F;
  color: #F2F100;
  border-radius: 10px;
  font-family: 'Noto Sans Thai Looped', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 60px;
}


.pricing-table-container {
  
  margin: 0px auto;
  margin-top: -60px;
  padding: 0 0px;
  text-align: center;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'MuseoSansRounded-500', sans-serif;
  font-size: 17px;
}

.pricing-table thead th {
  
  color: #000;
  padding: 14px;
  font-weight: bold;
}

/*
.light-header {
  background-color: #a6bce3;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.pro-header {
  background-color: #4978d1;
  color: #fff;
  border-radius: 6px 6px 0 0;
}*/

.pricing-table td {
  padding: 12px;
  border: 3px solid #ffffff;
  color: #000000;
  background: rgba(216,216,216,0.50);
}

.pricing-table .checkmark {
  color: #000000;
}

.pricing-note {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}



@media (max-width: 800px) {
  .nav-menu {
    gap: 40px;
  }
  
}


@media (max-width: 900px) {

    .two-column-wrap2{
        padding-left: 60px;             /* matches your other padding */
      padding-right: 60px;
    }
     .column-text {                  /* grows/shrinks, min 400px */
      max-width: 90%;                 /* room to breathe */
    }
    
    .column-text2 {                  /* grows/shrinks, min 400px */
      max-width: 90%;                 /* room to breathe */
    }
    
   .column-text3 {                  /* grows/shrinks, min 400px */
      max-width: 90%;                 /* room to breathe */
    }
    
    .column-text4a {                  /* grows/shrinks, min 400px */
      max-width: 90%;                 /* room to breathe */
    }
    
    .content-leftaligned-copy {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .pricing-table-container {
  margin-top: -30px;
  max-width: 100%;
}

}


@media (max-width: 600px) {

.two-column-wrap2{
        padding-left: 30px;             /* matches your other padding */
      padding-right: 30px;
    }
    
.content-leftaligned-copy {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .divider-line0 {
  
  padding-left: 15px;
  padding-right: 15px;
  
}

.divider-line {
  
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -20px;
  
}

.divider-line2 {
  
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  
}

.divider-wrapper {
  
  padding-left: 15px;
  padding-right: 15px;
 
}
  
  .header-container {
    height: 70px;
    padding: 0 15px;
  }

  .logo {
    width: 92px;
    height: 36px;
  }

  .nav-menu{
    display:none;
  }
  
  .hamburger-wrapper {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .hamburger-dropdown {
    position: relative;
  }

  .icon.hamburger-icon{
    height:22px;
  }

  .icon {
    height: 19px;
  }

  .main-headline {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px; 
  }

  .main-subheadline {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px; /* Much smaller now – we don’t need the huge spacer anymore */
  }
  
  .content-headline {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 13px;
  margin-top: 25px;
}

.content-tagline {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-top: 25px;
}

.content-pullout {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 13px;
  margin-top: -10px;
}

.content-subtitle {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 10px;
}

  .content-copy {
    font-size: 17px;
    line-height: 24px;
  }
  
  .content-features {
    font-size: 14px;
    line-height: 29px;
  }

  .hero-image-container {
      
    width: 355px;
    margin-top: -92px; /* This pulls the iPhone way up so it overlaps properly */
    margin-left: auto;
    margin-right: auto;
    /* Remove the top:22px if you have it – negative margin is cleaner */
  }
  	
  .hero-button-container {
	  position: relative;
	  width: 100%;
	  height: auto;
	  margin: auto;
	  margin-top: 30px;
	  margin-bottom: 0px;
	  z-index: 0;
	}
	
	.footer-button-container {
	  position: relative;
	  width: 100%;
	  height: auto;
	  margin: auto;
	  margin-top: 25px;
	  margin-bottom: -20px;
	  z-index: 0;
	}

  .hero-copy {
    padding-top: 20px; /* A little breathing room at the top */
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .overview-image-container {
    display: none;
    }
    
    .overview-mobile-image-container {
        display: block;
         margin-bottom: -20px;
    }
    
    .column-text {
         margin-top:0px;   
  margin-bottom:15px;    
  max-width:430px;   
  margin-left:8px;  
  margin-right:8px;              /* room to breathe */
}

.column-image {
  margin-bottom:0px;  
  max-width:430px; 
  margin-left:8px;  
  margin-right:8px;             /* centers the phone nicely */
}

.column-text2 {
         margin-top:0px;   
  margin-bottom:15px;   
  margin-left:8px;  
  margin-right:8px; 
  max-width:100%;                /* room to breathe */
}

.column-image2 {
margin-top:-15px; 
  margin-bottom:-15px;  
  max-width:430px;             /* centers the phone nicely */
}

  .app-store-button {
    width: 252px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
  }

  .lang-menu {
    width: 120px;
  }

  .lang-menu a {
    font-size: 13px;
  }
  
  
  .column-text4a {
  flex: 1 1 100%;                  /* grows/shrinks, min 400px */
  max-width: 100%;                 /* room to breathe */
}
  
  .pricing-table-container {
  
  margin: 0px auto;
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: center;
}

.pricing-table {
  font-size: 15px;
}
  


}