/* styles.css */
.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* ---------------------------------------------- */
  
body {
    font-family: "Kanit", sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

ul, ol, li {
  font-family: "Kanit", sans-serif;
}


/* ---------------------------------------------- */

a:link, a:visited {
  font-family: "Kanit", sans-serif;
  text-decoration: none;
}

.a-white:link, .a-white:visited {
  color: #ffffff;
}

.a-lightgray:link, .a-lightgray:visited {
  color: #434344;
}

.a-gray:link, .a-gray:visited {
  color: #D9D9D9;
}

.a-black:link, .a-black:visited {
  color: #000000;
}

.a-orange:link, .a-orange:visited {
  color: #FF4800;
  transition-duration: 0.5s;
}
.a-orange:hover {
  color: #000000;
}

/* ---------------------------------------------- */

.bt-darkgray {
  background-color: #434344;
  transition-duration: 0.5s;
}
.bt-darkgray:hover {
  background-color: #000000;
  color: #ffffff;
}
.bt-darkgray:active, .bt-darkgray:focus {
  background-color: #000000;
}

/* ---------------------------------------------- */

.pl-3 {
  padding-left: 1.3em;
}

/* ---------------------------------------------- */

section {
  padding-top: 115px;
  padding-bottom: 115px;
}
.wrap {
  margin-top: 70px;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ---------------------------------------------- */


.bg-lightgray {
  background-color: #F7F8FB;
}
.bg-lightorange {
  background-color: #FFE5DB;
}
.bg-darkgray {
  background-color: #434344;  
}
.bg-gray {
  background-color: #D9D9D9;
}
.bg-gray-2 {
  background-color: #E7EBF1;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-black {
  background-color: #000000;
}
.bg-orange {
  background-color: #FF4800;
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.c-white {
  color: #FFFFFF;
}
.c-gray {
  color: #D9D9D9;
}
.c-lightgray {
  color: #615A58;
}
.c-darkgray {
  color: #434344;
}
.c-lightorange {
  color: #FF4800;
}
.c-black {
  color: #000000;
}
.c-orange {
  color: #FF4800;
}

/* ---------------------------------------------- */

nav {
  position: fixed !important;
  z-index: 1000 !important;
  background: #fff !important;
  width: 100% !important;
  margin-bottom: 100px;
}
.nav-link {
  color: #000000 !important;
  font-size: 14px;
  transition-duration: 0.5s;
  padding: 10px 30px !important;
}
.nav-link:hover {
  color: #FF4800 !important;
}
.dropdown-menu {
  background-color: #434344 !important;
  border-radius: 20px !important;
  padding: 25px 15px !important;
}
.dropdown-menu a {
  font-size: 14px;
  color: #FFFFFF !important;
  transition-duration: 0.5s;
  padding: 10px !important;
}
.dropdown-menu a:hover {
  color: #FF4800 !important;
}
.dropdown-item:hover {
  background: none !important;
}

/* ---------------------------------------------- */

input, textarea, label {
  font-family: "Kanit", sans-serif;
  width: 100%;
}
.honeypot {
  display: none;
}

/* HOME PAGE ---------------------------------------------- */

.carousel-caption {
  width: 35%;
  bottom: 25% !important;
  text-align: left !important;
}
.carousel-caption p {
  font-size:20px;
  font-weight: 200;
}
.carousel-caption p, .carousel-caption h5 {
  color: #000000;
  text-align: left;
}

@media (max-width: 576px) { 
  .carousel-caption p {
    font-size:8px !important;
    margin-bottom: 10px !important;
  }
  .carousel-caption h5 {
    font-size:11px !important;
  }
  .carousel-caption a {
    font-size:8px !important;
    padding: 5px 10px !important;
  }
  .carousel-caption a img {
    width: 15px !important;
  }
  .carousel-caption {
    width: 50% !important;
    bottom: 10% !important;
  }
}

/* ---------------------------------------------- */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------- */

.wolf-box {
  margin-top: 0px;
  transition: 0.5s;
}
.wolf-box:hover {
  margin-top: -10px;
}

#wolf-platform p {
  font-size: 18px;
}

#wolf-platform ul {
  padding-left: 15px;
  list-style-position: outside;
}
#wolf-platform li {
  font-size: 18px;
  padding: 10px 0;
  /* border-bottom: 0.5px solid #000000; */
  /* line-height: 5rem; */
}

@media (max-width: 576px) { 
  .wolf-box:hover {
    margin-top: 0px;
  }
}

/* ---------------------------------------------- */

#wolf-pos p {
  font-size: 18px;
}
#wolf-pos ul {
  list-style: none;
  padding: 0px;
}
#wolf-pos li {
  font-size: 14px;
  /* border-bottom: 0.5px solid #000000; */
  padding: 10px 0;
}

/* ---------------------------------------------- */

#link-to-platform {
   font-size: 18px;
}

@media (max-width: 576px) { 
  #link-to-platform span {
    display: none;
  }
  #link-to-platform a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
}


/* ---------------------------------------------- */

.wolf-box {
  padding: 20px;
}
.wolf-box p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ---------------------------------------------- */

.hl-bg-black {
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  
}
.hl-bg-lightgray {
  color: #000000;
  background-color: #F2F5FF;
  width: 100%;
}
.hl-bg-orange {
  color: #ffffff;
  background-color: #FF4800;
}
.border-orange {
  border-color: #FF4800;
  border-width: 3px;
  border-style: solid;
}

/* ---------------------------------------------- */

.bd-round25 {
  border-radius: 25px;
}


/* PRODUCTS PAGE ---------------------------------------------- */

#platform-law {
  background-image: url("../images/wolf-platform-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#smart-procurement {
  /* background-image: url("../images/wolf-smart-procurement-2.png"); */
  background-image: image-set(url("../images/wolf-smart-procurement-2.webp") type("image/webp"), url("../images/wolf-smart-procurement-2.png") type("image/jpeg"));
  background-image: -webkit-image-set(url("../images/wolf-smart-procurement-2.webp") type("image/webp"), url("../images/wolf-smart-procurement-2.png") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#smart-procurement p {
  font-size: 18px;
}

#wolf-iso-why p {
  font-size: 22px;
}
#wolf-iso-why ul {
  list-style: none;
  padding: 0px;
}
#wolf-iso-why li {
  font-size: 18px;
  /* border-bottom: 0.5px solid #000000; */
  padding: 10px 0;
}
#wolf-iso-pos {
  background-image: url("../images/wolf-iso-4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#kubboss {
  background-image: url("../images/Kubboss-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ARTICLE PAGE ---------------------------------------------- */

.card-tsa {
  padding: 0px;
  /* border: 1px solid #cccccc; */
  border-radius: 10px;
}
.card-tsa-body {
  padding: 0rem 0rem 2rem 0;
}
.card-tsa-image-container {
  overflow: hidden;  /* ป้องกันไม่ให้รูปขยายออกนอก container */
  border-radius: 3px;
}
.card-tsa-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top left;
  border-radius: 3px;
  transition: transform 0.5s ease;
}
.card-tsa-image:hover {
  transform: scale(1.05);
}

/* ---------------------------------------------- */



footer {
    padding: 300px 0;
    color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  transition-duration: 0.5s;
}
footer a:hover {
  color: #000000;
}
footer .bl-white {
  border-left: 0.77px solid #ffffff;
}

@media only screen and (max-width: 600px) {
  footer {
    padding: 150px 0;
}
  footer .bl-white {
    border-left: none;
  }
}

/* ---------------------------------------------- */