	/*About Us*/
html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.about-us {
  padding: 140px 0;
  text-align: center;
}
.about-us .about-title .wcf--title {
  color: #222;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1em;
}
.about-bottom {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
.about-count {
    padding-top: 5px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.about-content p {
  width: 440px;
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.about-us .elementor-divider {
  padding-block-start: 10px;
  padding-block-end: 15px;
}
.about-us .elementor-divider-separator {
  width: 80px;
  display: flex;
  margin: 0;
  direction: ltr;
  border-block-start: 1px solid #000;
}
.about-count h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.iconic img {
  width: 100%;
}
.satisfied {
  background: #fbf9f9;
  height: 100%;
  padding: 50px 35px 35px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.satisfied-funding {
  background: #121212;
  height: 100%;
  padding: 50px 35px 35px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.satisfied-title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16em;
}
.satisfied-number p {
  font-size: 62px;
  font-weight: 400;
  line-height: 1em;
}
.storable {
  padding: 140px 0;
}
.storable .image-title-container {
  display: flex;
  flex-direction: row;
  gap: 60px 60px;
  align-items: center;
}

.storable .section-title {
  padding-top: 30px;
}
.storable .section-title h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.storable .box-in {
  display: flex;
}
.storable .info-box {
  display: flex;
}
.storable .icon-box h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  color: #222;
}

.storable .icon-box p {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
}
.storable .box-in .info-box:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid #ececec;
}
.storable .icon {
  margin-right: 15px;
}

.storable .box-in .info-box:nth-child(2) {
  padding-left: 20px;
}
.storable .content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
.storable .main-title h2 {
  color: #222;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08em;
}
.storable .description-text {
  width: 670px;
}
.storable .description-text p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42em;
  color: #222;
}
.storable .sub-storale {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 70px 0 0 150px;
}
.boxed-img {
  padding: 0;
}
.boxed {
  background-image: url("/files_upload/feature-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap-mobile: wrap;
  justify-content: space-between;
  position: relative;
  padding: 82px 0 100px 82px;
}
.boxed:before {
  content: "";
  background-color: #121212;
  display: block;
  position: absolute;
  opacity: 0.8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.boxed-container {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 396px;
}
.boxed .text-widget .section-title {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08em;
}
.boxed .second-title {
  color: #999;
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33em;
}

.boxed .second-title .highlight {
  color: #fff;
}

.boxed .wcf-btn-circle {
  color: #fff;
  fill: #fff;
}
.boxed .wcf-btn-circle:hover {
  color: #121212;
  fill: #121212;
}
.working-field {
  padding-top: 140px;
}
.working-field .col-lg-6 {
  padding: 0;
}
.working-info {
  width: 100%;
  padding: 65px 60px 0 60px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 30px;
}

.working-info h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 65px;
}
.working-info ul {
  padding: 0;
}

.working-info ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  transition: color 0.3s ease;
  padding-left: 25px;
}
.working-info ul li a {
  color: #888;
}
.working-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #46505a;
  transition: background-color 0.3s ease;
}

.working-info ul li:hover {
  color: #fff;
}
.working-info ul li:hover a {
    color: #FFF;
}
.working-info ul li:hover::before {
  background-color: #fff;
}
.working-field .col-lg-6 {
  display: flex;
}

.video-active {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 90%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #000;
}
.video-play-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.video-nam-a {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-nam-a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.no-scroll {
  overflow: hidden;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1002;
  transition: color 0.2s ease;
}

.close-video:hover {
  color: #ff0000;
}

.video-play-img .play-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-on {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.play-on i {
  font-size: 24px;
  margin-left: 5px;
}

.play-on:hover {
  background-color: #fff;
  transform: scale(1.1);
}
.play-on {
  animation: pulse 2s infinite;
}
.services {
  padding-bottom: 130px;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.pricing-plan {
  background-color: #fbf9f9;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 45px 50px 50px;
}
.pricing .plan-title {
  color: #222;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing .plan-price {
  color: #222;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}
.pricing .plan-features {
  padding: 0;
}
.pricing .plan-features li {
  padding-bottom: calc(3px / 2);
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #555;
  transition: color 0.3s;
}
.btn-text-flip {
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  padding: 20px 37.2px 20px 37.2px;
  color: #121212;
  fill: #121212;
  border: 1px solid #121212;
  border-radius: 0 30px 0 30px;
  display: block;
  width: fit-content;
}
.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #121212;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.btn-text-flip:hover {
  color: #fff;
  fill: #fff;
  background-color: #121212;
  border-color: #121212;
}
.btn-text-flip:hover span {
  color: #fff;
  transform: rotateX(90deg) translateY(-12px);
}

.pricing-plan .plan-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  list-style: none;
}

.pricing-plan .plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
}

.pricing-plan .plan-features li {
  font-weight: 400;
  color: #333;
  letter-spacing: 0.2px;
}

.pricing-title {
  max-width: 650px;
  margin: auto;
  text-align: center;
}

.pricing-title h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.09em;
}

.experience-get:before {
    
    content: unset;
   
}
.experience-get {
    background-image: url(/files_upload/Dont_touch/bg_shape.png);
  
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  
}
@media screen and (max-width: 992px) {
    .experience-title .wcf--title {
        font-size: 40px;
    }
      .storable .main-title h2 {
        font-size: 40px;
    }
    .boxed .text-widget .section-title {
        font-size: 40px;
    }
      .about-us .about-title .wcf--title {
    font-size: 50px;
  }
  .working-info {
      gap: 15px;
      padding: 40px 20px 20px;
  }
  .working-info h2 {
      font-size: 36px;
      line-height: 1.2em;
  }
  .working-info ul li {
      font-size: 16px;
  }
  .boxed-container {
      width: 100%;
  }
  .pricing {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  .pricing-title h2 {
      font-size: 36px;
  }
  .experience-title {
      width: 100%;
  }
  .experience-get {
      padding: 80px 0;
  }
}
@media screen and (max-width:768px) {
    .experience-second {
        padding:80px 0;
    }
    .experience-get {
        padding: 50px 15px 60px;
    }
    .experience  .brilliant-container {
        padding: 0;
    }
    .experience-title .wcf--title {
        font-size: 36px;
    }
    .pricing-title h2 {
        font-size: 30px;
    }
     .working-info h2 {
      font-size: 29px;
  }
      .about-bottom {
    display: block;
  }
  .about-count h2 {
    text-align: left;
  }
  .about-content p {
    width: 100%;
    font-size: 16px;
  }
    .about-us {
        padding: 55px 0px 40px;
    }
       .about-us .about-title .wcf--title {
    font-size: 30px;
    text-align: left;
  }
    .storable .main-title h2 {
        font-size: 30px;
    }
    .storable .box-in {
        display: block;
    }
    .storable .box-in .info-box:nth-child(2) {
        padding: 0;
    }
    .storable .box-in .info-box:nth-child(1) {
        margin-bottom: 10px;
    }
    .storable .image-title-container {
        gap: 20px;
    }
    .storable .section-title {
        padding-top: 0;
    }
    .content-section {
        margin-top: 20px;
    }
    .storable .sub-storale {
        gap: 25px 0px;
        row-gap: 25px;
       column-gap: 0px;
       padding: 0;
       padding-top: 30px;
               flex-wrap: wrap;
    }
    .storable {
        padding: 60px 15px;
    }
    .storable .description-text {
        width: 100%;
    }
    .boxed {
        gap: 30px;
        padding: 60px 15px;
    }
    .boxed .text-widget .section-title {
        font-size: 30px;
    }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

