@font-face {
  font-family: "Figtree";
  src: url("../font/Figtree-Regular.woff2") format("woff2"),
    url("../font/Figtree-Regular.woff") format("woff"),
    url("../font/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* ป้องกัน text หายตอนโหลดฟอนต์ */
}
@font-face {
  font-family: "Figtree";
  src: url("../font/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* ป้องกัน text หายตอนโหลดฟอนต์ */
}

body {
  font-family: "Figtree", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}
/*undo botstrap c*ap*/
p, h1, h2, h3, h4, h5, div, span, ul, li{
  line-height: normal;
}
ul{
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* nav */
nav {
  background: transparent;
}

.logo-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}

.logo-nav > img {
  width: 195px;
  height: auto;
}

/* footer */
footer {
  background: #192335;
  padding: 40px 0px;
}

.footer-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.logo-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo-footer > img {
  width: 245px;
  height: auto;
}

.footer-detail-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 20px;
}

.footer-detail-text > span {
  color: #fff;
  font-size: 14px;
}

.link-footer {
  color: #fff;
  font-size: 14px;
}

.link-footer > a {
  color: #fff;
  margin: 0px 5px;
  text-decoration: underline;
  transition: 0.3s;
}

.link-footer > a:hover {
  text-decoration: none;
}

/* section1 */
.bg-sec1 {
  background-image: url('../img/Top_banner 1_90.jpg');
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: top center; /*center;*/
  position: relative;
  padding-bottom: 50px;
  height: auto;
  width: 100%;
}
.header-section1 {
  margin-top: 70px;
}
.header-section1 > h1 {
  font-weight: bold;
  line-height: normal;
  color: #005596;
  /*
  background: linear-gradient(0deg, #192335, #133656);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;*/
}

.header-section1-mobile {
  display: none;
}

.detail-section1 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.detail-section1 > span, .detail-section1 p {
  font-weight: 400;
  line-height: normal;
  color: #333333;
  
  /* background: linear-gradient(0deg, #50586c, #50586c); */
  /* -webkit-background-clip: text; */ /* สำหรับ Chrome, Safari */
  /* -webkit-text-fill-color: transparent; */  /* ให้สี text โปร่งใส */
  /* background-clip: text; */ /* สำหรับ browser ที่รองรับ */
  /* color: transparent; */
}

.btn-download-to-bottom-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.btn-download-to-bottom {
  background: #005596;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  padding: 10px 50px;
  transition: 0.3s;
}

.btn-download-to-bottom:hover {
  background: #FAAF00;
}

.bg-img-section1-mobile {
  display: none;
}

/* section2 gebtr */
.bg-sec2 {
  background-image: url('../img/Group 51_90.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 130px 0;
  height: auto;
  width: 100%;
}
  .bg-sec2 .content_box {
    border-radius: 30px;
    display: flex; 
    background-color: #ffffff;
    align-items: stretch;
    justify-content: space-between;
    padding: 45px 55px;
    position: relative;
    z-index: 0;
  }
    .bg-sec2 .content_box .book{
      aspect-ratio: 388 / 330;
      background-image: url('../img/GEBTR-2026_Cover_Mockup 388.png');
      background-position: center;
      background-repeat: no-repeat;
      width: 388px; 
      flex-shrink: 0;
      flex-grow: 0;
      position: relative;
    }
      .bg-sec2 .content_box .book::before{
        content: '';
        position: absolute;
        width: 395px; height: 380px; z-index: -1;
        background-image:url('../img/Vector.png');
        background-position: center;
        background-repeat: no-repeat;
        top: -20px;
        left: -10px;
      }

    .bg-sec2 .content_box .text{
      color: #333333;
      font-size: 20px;
      margin-left: 49px; 
      padding-left: 49px; 
      box-sizing: border-box;
      border-left: 1px solid #005596;

      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
    .bg-sec2 .content_box .text strong{
      font-size: 24px; 
      font-weight: bold;
    }
@media screen and (max-width: 991px){
    .bg-sec2 {
      background-size: cover;
    }
    .bg-sec2 .content_box {
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: 2rem;
      padding: 55px 45px;
    }
      .bg-sec2 .content_box .text{
        margin-left: 0;
        border-left: 0;
        border-top: 0;
        padding-left: 1rem;
        
      }
}
@media screen and (max-width: 490px){
  .container {
    padding-left: 0px; 
    padding-right: 0px;
  }
  /*.container > .row {
    margin-left: 0; 
    margin-right: 0;
  }*/

  .bg-sec2 {
    padding-top:40px;
    padding-bottom:40px;
  }
    .bg-sec2 .content_box {
      padding: 46px 20px 26px 30px;
      margin: 0px 20px;
    }
    .bg-sec2 .content_box .book{
      width: 95%;
      background-size: contain;
    }
      .bg-sec2 .content_box .book::before{
        width: calc(110%);
        height: calc(120%);
        top: -20%;
        left: -5%;
        background-size: contain;
      }
    .bg-sec2 .content_box .text{
      font-size: 14px;
      padding-left: 0;
    }
      .bg-sec2 .content_box .text strong{
        font-size: 20px;
      }
      .bg-sec2 .content_box .text ul{
        padding-left: 1rem;
      }
}

.section-key-container h2{
  color: #005596;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px; 
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .section-key-container h2{
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px){
  .section-key-container{
    /* padding: 0 15px; */
    padding: 0 20px;
  }
    
}
@media screen and (max-width: 490px){
  .section-key-container > .row > .col {
    /* margin: 0 15px; */
    margin: 0;
  }

  .section-key-container h2{
    text-align: center;
    font-size:30px;
    margin-top: 50px; 
    margin-bottom: 30px;
  }
}

.section-key-container .content_box{
  border-radius: 30px;
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.08);

  padding-top: 48px; 
  padding-bottom: 48px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .section-key-container .content_box .item{
    flex-basis: 20%;
    flex-shrink: 1;
    flex-grow: 0;

    box-sizing: border-box;
    border-right: 1px solid #005596;

    background-position: center top;
    padding-top: 124px; 
    padding-left: 18px;
    padding-right: 18px;

    background-size: 100px;
    background-repeat: no-repeat;

    text-align: center;
  }
  .section-key-container .content_box .item:nth-child(1){ background-image: url('../img/Icon_Mental_Healthcare.svg'); }
  .section-key-container .content_box .item:nth-child(2){ background-image: url('../img/Icon_Preventive_Care.svg'); }
  .section-key-container .content_box .item:nth-child(3){ background-image: url('../img/Icon_Financial_Wellness.svg'); }
  .section-key-container .content_box .item:nth-child(4){ background-image: url('../img/Icon_Family_Support.svg'); }
  .section-key-container .content_box .item:nth-child(5){ background-image: url('../img/Icon_Flexible_Benefits.svg'); border-right: 0;}
    
    .section-key-container .content_box .item h3{
      font-weight: bold; font-size: 20px; color:#005596;
      margin-bottom: 12px;;
    }
    .section-key-container .content_box .item p{
      font-weight: normal; font-size: 14px; color:#333333;
      margin: 0;
    }
  
@media /*(min-width: 512px) and*/ (max-width: 991px) {
  .section-key-container .content_box{
    flex-wrap: wrap; justify-content: center;
  }
  .section-key-container .content_box .item{
    flex-basis: 50%;
    margin-bottom: 3rem;
  }
  .section-key-container .content_box .item:nth-child(odd){ 
    border-right: 1px solid #005596;
  }
  .section-key-container .content_box .item:nth-child(even){ 
    border-right: 0;
  }
  .section-key-container .content_box .item:nth-child(5){ 
    border-right: 0; margin-bottom: 0;
  }
}
@media (max-width: 511px){
  .section-key-container .content_box{
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .section-key-container .content_box .item{
    flex-basis: 55%;
    flex-grow: 1;
    max-width: 290px;


    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #005596;

    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;

    background-size: 80px;
    padding-top: 100px;
    margin-top: 0;

  }
    .section-key-container .content_box .item h3{
      font-size: 20px;
    }
  .section-key-container .content_box .item:nth-child(odd), .section-key-container .content_box .item:nth-child(even){ 
    border-right: 0;
  }
  .section-key-container .content_box .item:last-child{ 
    border-bottom: 0;
  }
}

/* Section 2 */
.ceo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 60px 0px 40px 0px;
}

.ceo-header > h1 {
  font-weight: bold;
  text-align: center;
  background-clip: text;
  color: #384258;
  margin-bottom: 30px;
}

.ceo-header > h4 {
  font-weight: 400;
  color: #50586c;
  margin-bottom: 30px;
}

.ceo-container {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.ceo-card {
  width: 100%;
  height: 100%;
}

.ceo-img {
  width: 100%;
  height: auto;
}

.ceo-name {
  text-align: center;
  color: #1d91d0;
  font-weight: 400;
  padding: 0px 10px;
  margin-top: 20px;
}

.ceo-title {
  text-align: center;
  color: #50586c;
  font-weight: 400;
  padding: 0px 10px;
}

/* section3 */
.section3-header {
  font-weight: bold;
  text-align: center;
  color: #384258;
  margin-bottom: 40px;
  margin-top: 70px;
}

.card-section3 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
}

.card-section3-header {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
}

.card-section3-header > h4 {
  font-weight: 700;
  color: #384258;
  margin-left: 30px;
}

.card-section3-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-section3-icon > img {
  width: 65px;
  height: 65px;
}

.card-section3-detail {
  margin-left: 95px;
  margin-right: 30px;
}

.card-section3-detail > span {
  font-weight: 400;
  color: #50586c;
}

/* section4 */
.section4-container {
  margin-top: 80px;
}

.header-section4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-section4 > h1 {
  font-weight: bold;
  color: #005596;
}

.header-section4 > h4 {
  font-weight: bold;
  color: #005596;
}

.img-cover-section4-wraper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.img-cover-section4-wraper > img {
  width: 55%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

@media screen and (max-width: 490px) {
  .img-cover-section4-wraper > img {
    width: 85%;
    margin-bottom: 1rem;
  }
}

.detail-section4 {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-radius: 0;
  box-sizing: border-box;
}

.detail-section4:hover {
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  background: #005596;
}

.detail-section4 > img {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.detail-section4 > span {
  color: #50586C;
  font-size: 18px;
}

.detail-section4:hover > span {
  color: #fff;
}

/*.detail-section4 > span > b {
  color: #384258;
}*/

.detail-section4:hover > span > b {
  color: #fff;
}

.detail-section4-bottom {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.detail-section4-bottom:hover {
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  background: #005596;
}

.detail-section4-bottom > img {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.detail-section4-bottom > span {
  color: #50586c;
  font-size: 18px;
}

.detail-section4-bottom:hover > span {
  color: #fff;
}

.detail-section4-bottom > span > b {
  color: #384258;
}

.detail-section4-bottom:hover > span > b {
  color: #fff;
}

/* section5 */
.bg-section5 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 80%), url('../img/iStock-519914386 1_90.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-top: 30px;
  height: auto;
  width: 100%;
}

.bg-section5-mobile{
  /*../assets/landing/gebtr-2026/img/iStock-519914386 1_90.jpg*/
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 80%), url('../img/iStock-519914386 1_90.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920 / 850;
  min-height: 200px
}

.form-bg-s5 {
  background: rgb(238, 238, 238, 0.9);
  border: none;
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 30px;
}

.header-form {
  font-weight: bold;
  color: #005596;
  line-height: normal;
  /*
  font-weight: 500;
  background: linear-gradient(0deg, #192335, #133656);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 48px;
  width: 65%;
  */
  margin-bottom: 30px;
  
}

.header-form-mobile {
  display: none;
}

form {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.form-input {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.form-input > input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
}

.form-input > .fake-placeholder {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* ไม่ให้คลิกได้ */
  color: #50586c;
  font-size: 14px;
}

.form-input > .fake-placeholder > .red-star {
  color: #ff0004;
}

.form-input > .fake-placeholder-width50 {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* ไม่ให้คลิกได้ */
  color: #50586c;
  font-size: 14px;
}

.form-input > .fake-placeholder-width50 > .red-star {
  color: #ff0004;
}

.form-responsive-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-responsive-input > .company {
  width: 50%;
  margin-right: 5px;
}

.form-responsive-input > .job-title {
  width: 50%;
  margin-left: 5px;
}

.form-check-input[type="checkbox"] {
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px;
}

.form-check-label {
  color: #50586c;
  font-size: 14px;
}

.font-stylenote-mobile {
  font-style: italic;
}

.btn-download-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 490px){
  .btn-download-container {
    margin-top: 0;
  }
}

.btn-download-now {
  font-weight: bold;
  font-size: 18px;
  background: #005596;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 80px;
  transition: 0.3s;
}

.btn-download-now:hover {
  background: #FAAF00;
}

.cover-mock-form {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -45px;
}
@media screen and (max-width: 490px) {
  .cover-mock-form {
    margin-top: 1rem;
  }
}

.over-mock-form-mobile {
  display: none;
}

.bg-section5-mobile {
  display: none;
}

.cover-mock-container {
  display: none;
}

@media screen and (min-width: 1500px) {
  .bg-sec1 {
    /*height: 840px;
    padding-bottom: 0px;*/
    padding-bottom: 90px;
  }

  .logo-nav > img {
    width: 222px;
  }

  .header-section1 > h1 {
    font-size: 48px;
  }

  .detail-section1 > span, .detail-section1 p {
    font-size: 16px;
  }

  .btn-download-to-bottom {
    width: 307px;
    height: 55px;
  }

  .ceo-header > h1 {
    font-size: 36px;
  }

  .ceo-header > h4 {
    font-size: 22px;
  }

  .ceo-name {
    font-size: 26px;
  }

  .ceo-title {
    font-size: 16px;
  }

  .section3-header {
    font-size: 36px;
    margin-bottom: 65px;
    margin-top: 95px;
  }

  .card-section3-icon > img {
    width: 85px;
    height: 85px;
  }

  .card-section3-header > h4 {
    font-size: 26px;
  }

  .card-section3-detail {
    margin-left: 115px;
    margin-right: 30px;
  }

  .card-section3-detail > span {
    font-size: 16px;
  }

  .header-section4 > h1 {
    font-size: 60px;
  }

  .header-section4 > h4 {
    font-size: 36px;
  }

  .img-cover-section4-wraper > img {
    width: 85%;
  }

  .detail-section4 {
    padding: 30px 40px;
    margin-left: 30px;
  }

  .detail-section4 > img {
    width: 39px;
  }

  .detail-section4 > span {
    font-size: 24px;
  }

  .detail-section4-bottom {
    padding: 30px 40px;
    margin-left: 30px;
  }

  .detail-section4-bottom > img {
    width: 39px;
  }

  .detail-section4-bottom > span {
    font-size: 26px;
  }

  .bg-section5 {
    padding-bottom: 0px;
    margin-top: 30px;
    height: 851px;
    width: 100%;
  }

  .form-bg-s5 {
    padding: 40px 56px;
  }

  .header-form {
    font-size: 36px; font-weight: bold;
  }

  .btn-download-now {
    bottom: 9%;
    width: 304px;
    height: 55px;
    padding: 10px 30px;
  }
}

@media (min-width: 768px) and (max-width: 769px) {
  .col-md-7-custom {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }

  .col-custom-768 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }

  .col-md-7-custom-form {
    flex: 0 0 auto;
    width: 100%;
    margin: 0px auto;
  }

  .img-cover-section4-wraper > img {
    width: 70%;
  }

  .form-input > .fake-placeholder {
    left: 3% !important;
  }

  .form-input > .fake-placeholder-width50 {
    left: 3% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .logo-footer > img {
    width: 170px;
    height: auto;
  }
  .footer-detail-text > span {
    font-size: 12px;
  }

  .link-footer {
    font-size: 10px;
  }

  .bg-img-section1-mobile {
    display: none;
  }
  .header-section1 > h1 {
    font-size: 32px;
  }

  .detail-section1 > span, .detail-section1 p {
    /* font-size: 14px; */
    font-size: 16px;
  }

  .ceo-header > h1 {
    font-size: 32px;
  }

  .ceo-header > h4 {
    font-size: 24px;
  }

  .ceo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
  }

  .ceo-card {
    height: 430px;
    width: 30%;
    margin-bottom: 25px;
  }

  .section3-header {
    font-size: 32px;
  }

  .card-section3-header {
    height: 85px;
  }

  .card-section3-icon > img {
    width: 60px;
    height: 60px;
  }

  .card-section3-header > h4 {
    margin-left: 20px;
  }

  .card-section3-detail {
    margin-left: 85px;
    margin-right: 25px;
  }

  .section4-container {
    margin-top: 45px;
  }

  .header-section4 > h4 {
    font-size: 19px;
  }

  .img-cover-section4-wraper > img {
    width: 70%;
  }

  .header-form {
    width: 100%;
    font-size: 28px;
  }

  .cover-mock-form {
    margin-top: 15px;
  }

  .form-check-label {
    font-size: 12px;
  }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px;
  }
}

@media screen and (min-width: 490px) and (max-width: 768px) {
  .logo-nav {
    padding: 30px 15px;
  }

  .logo-nav > img {
    width: 168px;
  }

  .footer-detail {
    flex-direction: column;
    justify-content: center;
  }

  .logo-footer > img {
    width: 218px;
    height: auto;
  }

  .footer-detail-text {
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }

  .link-footer {
    margin-top: 20px;
  }

  .bg-sec1 {
    /*background: #f6fbff;
    position: relative;
    padding-bottom: 0px;
    height: auto;
    width: 100%;*/


    width: 100%;
    position: relative;
    padding-bottom: 450px; 
    background-image: url('/assets/landing/gebtr-2026/img/Top_banner_mobile 1.png');
    background-position: bottom center;
    background-size: cover;
  }

  .bg-img-section1-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .header-section1 {
    display: none;
  }

  .header-section1-mobile {
    display: block;
    padding: 0px 15px;
  }

  .header-section1-mobile > h1 {
    font-size: 32px;
    line-height: 100%;
    font-weight: bold;
    /*
    background: linear-gradient(0deg, #192335, #133656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;*/
    color: #005596;
  }

  .detail-section1 {
    margin-top: 30px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
  }

  .detail-section1 > span, .detail-section1 p {
    font-weight: 400;
    font-size: 16px;
    /*
    background: linear-gradient(0deg, #50586c, #50586c);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent;
    */
    color: #333333;
  }

  .btn-download-to-bottom {
    width: 100%;
    height: 55px;
    top: 0;
    margin: 15px 15px 0px 15px;
  }

  .ceo-header {
    padding: 0px 15px;
  }

  .ceo-header > h1 {
    font-size: 24px;
  }

  .ceo-header > h4 {
    font-size: 14px;
  }

  .ceo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .ceo-card {
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ceo-img {
    width: 236px;
    height: auto;
  }

  .ceo-name {
    font-size: 24px;
    margin-top: 10px;
  }

  .ceo-title {
    font-size: 16px;
    padding: 0px;
  }

  .section3-header {
    font-size: 24px;
    padding: 0px 15px;
  }

  .card-section3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px;
  }

  .card-section3-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .card-section3-icon > img {
    width: 85px;
    height: 85px;
  }

  .header-section4 > h1 {
    font-size: 32px;
  }

  .header-section4 > h4 {
    font-size: 24px;
  }

  .card-section3-header > h4 {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .card-section3-detail {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .section4-container {
    margin-top: 0px;
  }

  .header-section4 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .img-cover-section4-wraper > img {
    width: 70%;
    max-width: 300px;
  }

  .detail-section4 {
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }

  .detail-section4-bottom {
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }

  .bg-section5 {
    background: #ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    height: auto;
    width: 100%;
  }

  .bg-section5-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -100px;
  }

  .form-bg-s5 {
    padding: 10px 20px;
    margin: 0px auto;
  }

  .header-form {
    display: none;
  }

  .header-form-mobile {
    display: block;
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(0deg, #192335, #133656);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 15px;
    line-height: 35px;
  }

  .cover-mock-form {
    display: none;
  }

  .cover-mock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .cover-mock-form-mobile {
    width: 75%;
    height: auto;
  }

  form {
    width: 100%;
    padding-bottom: 0px;
  }

  .form-input > .fake-placeholder {
    left: 6%;
    top: 50%;
  }

  .form-input > .fake-placeholder-width50 {
    left: 6%;
    top: 50%;
  }

  .form-responsive-input {
    display: flex;
    flex-direction: column;
  }

  .form-responsive-input > .company {
    width: 100%;
    margin-right: 0px;
  }

  .form-responsive-input > .job-title {
    width: 100%;
    margin-left: 0px;
  }

  .form-check-input[type="checkbox"] {
    border: 1px solid #d9d9d9;
    width: 12px;
    height: 12px;
  }

  .form-check-label {
    font-size: 12px;
  }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px;
  }

  .btn-download-now {
    position: relative;
    left: 0%;
    bottom: 0%;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: 55px;
    padding: 10px 30px;
  }
}

.mobile_only{
  display: none;    
}
@media screen /*and (min-width: 320px)*/ and (max-width: 490px) {
  .container .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile_only{
    display: unset;
  }
  
  .logo-nav {
    padding: 30px 20px;
  }

  .logo-nav > img {
    width: 159px;
  }

  footer{
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .footer-detail {
    flex-direction: column;
    justify-content: center;
  }

  .logo-footer > img {
    width: 218px;
    height: auto;
  }

  .footer-detail-text {
    align-items: center;
    text-align: center;
    margin-top: 40px;
    width: 75%;
  }

  .link-footer {
    margin-top: 20px;
  }

  .bg-sec1 {
    /*
    background: #f5fafe;
    position: relative;
    padding-bottom: 0px;
    height: auto;
    width: 100%;
    */
    width: 100%;
    position: relative;
    padding-bottom: 330px; 
    background-image: url('/assets/landing/gebtr-2026/img/Top_banner_mobile 1.png');
    background-position: bottom center;
    background-size: cover;
  }

  .bg-img-section1-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .header-section1 {
    display: none;
  }

  .header-section1-mobile {
    display: block;
    padding: 0px 20px;
  }

  .header-section1-mobile > h1 {
    font-size: 36px;
    line-height: normal; /*100%;*/
    font-weight: bold;
    /*background: linear-gradient(0deg, #192335, #133656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;*/
    color: #005596;
  }

  .detail-section1 {
    margin-top: 30px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
  }

  .detail-section1 > span, .detail-section1 p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    /*
    background: linear-gradient(0deg, #50586c, #50586c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;*/
  }

  .btn-download-to-bottom {
    /* width: 100%; */
    height: 55px;
    top: 0;
    margin: 15px 20px 0px 20px;
  }

  .ceo-header {
    padding: 0px 15px;
  }

  .ceo-header > h1 {
    font-size: 24px;
  }

  .ceo-header > h4 {
    font-size: 14px;
  }

  .ceo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .ceo-card {
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ceo-img {
    width: 236px;
    height: auto;
  }

  .ceo-name {
    font-size: 24px;
    margin-top: 10px;
  }

  .ceo-title {
    font-size: 16px;
    padding: 0px;
  }

  .section3-header {
    font-size: 24px;
    padding: 0px 15px;
  }

  .card-section3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px;
  }

  .card-section3-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .card-section3-icon > img {
    width: 85px;
    height: 85px;
  }

  .header-section4 > h1 {
    font-size: 32px;
  }

  .header-section4 > h4 {
    font-size: 24px;
  }

  .card-section3-header > h4 {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .card-section3-detail {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .section4-container {
    margin-top: 0px;
  }

  .header-section4 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .img-cover-section4-wraper > img {
    width: 100%;
    max-width: 300px;
  }

  .detail-section4, .detail-section4-bottom {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

  /*.detail-section4-bottom {
    display: flex;
    align-items: flex-start;
    padding: 20px 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }*/

  .bg-section5 {
    background: #ffffff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    height: auto;
    width: 100%;
  }

  .bg-section5 > .container > .row {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
    .bg-section5 > .container > .row > div {
      padding: 0;
    }


  .bg-section5-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -100px;
  }

  .form-bg-s5 {
    /*padding: 10px 20px;*/

    /*test*/
    padding: 0; 
    background: none;

    margin: 0px auto;
  }

  /*test*/
  .form-bg-s5 .form_wrap{
    background: rgb(238, 238, 238, 0.9);
    border: none;
    border-radius: 30px;
    padding: 30px 20px 10px 20px;
  }

  .form-bg-s5 form .form-row{
    flex-direction: column-reverse;
  }

  /*test*/
  /*.header-form {
    display: none;
  }*/

  .header-form-mobile {
    display: block;
    font-weight: 600;
    font-size: 24px;
    /*
    background: linear-gradient(0deg, #192335, #133656);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    */
    color: #005596; 
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 15px;
    line-height: 35px;
  }

  .cover-mock-form-holder{
    background-image:url('../img/Vector.png');
    background-position: center;
    background-repeat: no-repeat;
    /*top: -20px;
    left: -10px;
    width: calc(110%);
    height: calc(120%);
    top: -20%;
    left: -5%;*/
    background-size: contain;
  }
  /*test*/
  /*.cover-mock-form {
    display: none;
  }*/

  .cover-mock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .cover-mock-form-mobile {
    width: 75%;
    height: auto;
  }

  form {
    width: 100%;
    padding-bottom: 0px;
  }

  .form-input {
    margin-bottom: 11px;
  }
  .form-input > .fake-placeholder {
    left: 6%;
    top: 50%;
  }

  .form-input > .fake-placeholder-width50 {
    left: 6%;
    top: 50%;
  }

  .form-responsive-input {
    display: flex;
    flex-direction: column;
  }

  .form-responsive-input > .company {
    width: 100%;
    margin-right: 0px;
  }

  .form-responsive-input > .job-title {
    width: 100%;
    margin-left: 0px;
  }

  .form-check-input[type="checkbox"] {
    border: 1px solid #d9d9d9;
    width: 12px;
    height: 12px;
  }

  .form-check-label {
    font-size: 12px; line-height: 20px;
  }

  .font-stylenote-mobile {
    font-style: italic;
    margin-top: 15px;
  }

  .btn-download-now {
    position: relative;
    left: 0%;
    bottom: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 55px;
    padding: 10px 30px;
  }
}


@media screen and (max-width: 1100px) {
  .desktop_only{
    display: none;
  }
}