/* @font-face {
    font-family: "Noto Sans";
    src: url("../fonts/Noto_Sans/static/NotoSansThai-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/Noto_Sans/static/NotoSansThai-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
} */

/* Apply the font globally */
/* * {
    font-family: "Noto Sans", sans-serif !important;
} */

/* * {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
} */
*:not(i) {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
}

.banner-height {
  height: 700px !important;
  display: grid;
}
@media (min-width: 1200px) {
  .container {
    /* width: 1344px; */
  }

  .banner-image {
  }
}

.indigy-card {
  align-items: flex-start;
  justify-items: center;
  background: #fff;
  padding: 16px 36px;

  padding-bottom: 32px;
  padding-top: 36px;
  color: black;
  border-radius: 16px;
  min-height: 360px;
}

.text-primary {
  color: #0041c3 !important;
}
.indigy-card-contact {
  align-items: flex-start;
  justify-items: center;
  background: #fff;
  padding: 16px 36px;

  padding-bottom: 32px;
  padding-top: 36px;
  color: black;
  border-radius: 16px;
  min-height: 322px;
  font-size: 20px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .indigy-card-contact {
    min-height: 344px;
  }
}
.text-header-blue {
  font-weight: 700;
  color: #0041c3;
}

.text-header-white {
  font-weight: 700;
  color: #fff;
}

footer {
  color: white !important;
}
.main-footer a:not(.btn) {
  color: #ffffff;
}
.main-nav > li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 72.43%
  );
}

.is-stuck.lng-active {
  border-radius: 16px;
  background-color: #0041c3;
  color: white;
}

.lng {
  padding: 16px;
  color: white;
}
.lng-active {
  border-radius: 16px;
  background-color: #0041c3;
  color: white !important;
}

.mainbar-wrap.is-stuck .social-icon a.lng-active {
  color: white !important;
}
[data-mobile-nav-style="modern"]:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
  background-color: #0a44e3 !important;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
@media screen and (max-width: 1199px) {
  [data-mobile-nav-style="modern"]:before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    background-image: -webkit-gradient(
      linear,
      right bottom,
      left top,
      from(#0a44e3),
      to(#0a44e3)
    );
    background-image: linear-gradient(to top left, #0a44e3 0%, #0a44e3 100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}

.text-blue {
  color: #0041c3;
}

.btn-blue {
  background-color: #00aaef;
  border-radius: 25px;
  border: none;
  color: #fff;
}
@media (max-width: 600px) {
  .banner-image {
    background-position: center;
  }
  .banner-height {
    height: fit-content !important;
    min-height: 320px !important;
  }
  .text-header-blue {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important; /* 4px */
    padding-bottom: 0.25rem !important; /* 4px */
  }
  .py-md-2 {
    padding-top: 0.5rem !important; /* 8px */
    padding-bottom: 0.5rem !important; /* 8px */
  }
  .py-md-3 {
    padding-top: 1rem !important; /* 16px */
    padding-bottom: 1rem !important; /* 16px */
  }
  .py-md-4 {
    padding-top: 1.5rem !important; /* 24px */
    padding-bottom: 1.5rem !important; /* 24px */
  }
  .py-md-5 {
    padding-top: 3rem !important; /* 48px */
    padding-bottom: 3rem !important; /* 48px */
  }
}

/* Title Styles */
.title {
  line-height: 1.3;
}

/* Subtitle Styles */
.subtitle {
  font-weight: 300 !important; /* Regular */
  line-height: 1.4;
}

/* Paragraph Styles */
.paragraph {
  font-weight: 300 !important; /* Regular */
  line-height: 1.6em;
}

/* Responsive Sizes */
@media (min-width: 320px) and (max-width: 767px) {
  /* Mobile */
  .title {
    font-size: 23px !important;
  }
  .subtitle {
    font-size: 15px !important;
  }
  .paragraph {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Tablet */
  .title {
    font-size: 31px !important;
  }
  .subtitle {
    font-size: 21px !important;
  }
  .paragraph {
    font-size: 15px !important;
  }
}

@media (min-width: 1024px) {
  /* Desktop */
  .title {
    font-size: 35px !important;
  }
  .subtitle {
    font-size: 23px !important;
  }
  .paragraph {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-header .nav-trigger {
    justify-content: flex-end !important;
  }
}
/* Slim scroll for WebKit browsers */
::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
  height: 6px; /* Height of the scrollbar for horizontal scrolling */
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); /* Dark translucent color for the thumb */
  border-radius: 3px; /* Rounded edges for a smooth look */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); /* Darker shade on hover */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* Light translucent track */
  border-radius: 3px;
}

/* Add styles for other browsers */
.scroll-container {
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1); /* Thumb and track color */
}

/* Add a container class to target the area you want */
.scroll-container {
  max-height: 300px; /* Adjust based on your needs */
  overflow-y: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.nav-item-children {
  background-color: #0041c3;
}

.nav-item-children > li > a {
  color: white ;
}
.main-nav .children > li:hover > a,
.nav-item-children > li:hover > a {
  background-color: #fff;
  color: #0041c3;
}


.cwc-cookie-banner-ui-sdk,
.cwc-cookie-banner-ui-sdk button,
.cwc-cookie-banner-ui-sdk span,
.cwc-cookie-banner-ui-sdk a {
    font-family: 'Kanit', sans-serif !important;
  }
