	body {
  font-family: "Kanit", Sans-Serif;
}
html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.hsnl {
  padding-top: 80px;
}
.left-section {
  width: 30%;
  padding-top: 40px;
}

.right-section {
  width: 70%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.08em;
  width: 85%;
}

.subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  color: #555;
  padding-left: 250px;
}

.service-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #555;
  gap: 20px;
  font-family: "Beatrice Trial", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  fill: #121212;
  color: #121212;
  padding: 20px 0 0 0;
}

.arrow {
  font-size: 20px;
  margin-left: 5px;
}

.hero {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-text {
  position: absolute;
  left: 10%;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.experience-badge {
  background-color: white;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.badge-number {
  font-size: 100px;
  font-weight: 400;
  line-height: 0.9;
}

.badge-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.workspace-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-section {
  min-height: 100vh;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
}

.pricing-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

.pricing-container {
}

.cards-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.card {
  border: none;
  background: #fbf9f9;
  border-radius: 0;
  padding: 45px 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.card h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
}

.card .price {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.card ol {
  padding-left: 0;
  flex-grow: 1;
}

.card ol li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.card .seo-button a {
  padding: 20px 37.2px 20px 37.2px;
  border-radius: 0 30px 0 30px;
  background-color: #fff0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
}
.card .seo-button a span {
  color: #121212;
  fill: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
}
.card .seo-button a:hover {
  background-color: #121212;
}
.card .seo-button a:hover span {
  color: #fff;
  fill: #fff;
}

.card .btn:hover {
  opacity: 0.9;
}

.blog-list .cls_img_hot_news img {
  height: 514px;
  object-fit: cover;
}
.blog-list .cls_content_hot_news {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 30px;
}
.blog-list .bp_news_sub {
  display: none;
}
.blog-list .bp_block_item {
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.blog-list .bp_content_news_main,
.blog-list .bp_img_news {
  padding: 0;
}
.blog-list .cls_img_hot_news {
  padding: 0;
}
.blog-list .bp_img_news {
  margin-bottom: 30px;
}
.blog-list .order-sm-1 {
  padding: 0;
}
.blog-list .news_title {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
}
.blog-top {
  width: 800px;
  margin: auto;
  text-align: center;
  color: #121212;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08em;
  margin-bottom: 30px;
}
.blog-list .news_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121212;
}
.blog-list .bp_news_more {
  min-width: 12px;
  display: inline-block;
  transition: all 0.3s;
  transform: translate(-20px, 20px);
  opacity: 0;
  color: #121212;
  font-size: 20px;
}
.blog-list .bp_block_item:hover .bp_news_more {
  opacity: 1;
  transform: translate(0, 0);
}
.header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: flex-start;
}

.header-title {
  flex: 0 0 60%;
}

.header-description {
  width: 420px;
}

.main-heading {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.company-description {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #444;
}

.services-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 20%;
  min-width: 250px;
}

.service-icon-wrapper {
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  align-items: center;
}

.service-description {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44em;
}

.process {
  padding-top: 80px;
}

.process-title {
  margin-bottom: 20px;
  color: #121212;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.35em;
}
.profile-list {
  display: flex;
  flex-wrap: wrap;
}
.profile-list .profile-item:nth-child(1),
.profile-list .profile-item:nth-child(4),
.profile-list .profile-item:nth-child(5) {
  width: 35%;
}
.profile-list .profile-item:nth-child(2),
.profile-list .profile-item:nth-child(3),
.profile-list .profile-item:nth-child(6) {
  width: 65%;
}
.profile-item {
  overflow: hidden;
  padding: 55px 10px 0;
}

.profile-img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.profile-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
  z-index: 1;
}

.profile-item.visible .profile-img::after {
  transform: translateX(100%);
}
.profile-item .profile-title {
  padding-top: 15px;
}
.profile-item .profile-title h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.28em;
}
.profile-item .profile-title a {
  color: #555;
}
.image-section {
  flex: 1;
  width: 56.51%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.content-section {
  width: 43.48%;
  background-color: #1a1a1a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5% 10%;
  position: relative;
  background-image: url(https://crowdytheme.com/wp/arolax/corporateagency/wp-content/uploads/sites/17/2024/07/feature-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.8;
  z-index: -1;
}
.content-section h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08em;
}
.content-section p {
  color: #999;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33em;
}
.highlight {
  color: white;
  font-weight: 500;
}

.cta-button {
  display: inline-block;
  width: fit-content;
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  padding: 19.5px 38px 19.5px 38px;
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  color: #121212;
  fill: #121212;
}

.section {
  padding-top: 120px;
  position: relative;
}

.section-number {
  position: absolute;
  left: 10px;
  top: 120px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  letter-spacing: 2px;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0.7;
  border-right: 1px solid #000;
  height: 60px;
}

.main-title {
  font-family: "Archivo", sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 80px;
  color: #000;
  line-height: 1.2;
  position: relative;
  letter-spacing: -1px;
}

.main-title::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #000;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 120px;
  align-items: center;
}

.text-content h3 {
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: -0.5px;
}

.text-content p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: #333;
}

.image-content {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: visible;
}

.image-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%);
  transition: all 0.7s ease;
  transform: translate(0, 0);
  border: 10px solid #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.image-content:hover img {
  filter: grayscale(0%);
}

.image-content::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
}

.image-content::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border: 4px solid #000;
  z-index: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
}

.feature-number {
  font-size: 36px;
  font-weight: 500;
  color: #ddd;
  margin-right: 20px;
  line-height: 1;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.feature-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.structure-section {
  margin-top: 100px;
  padding: 0;
  position: relative;
}

.structure-title {
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px;
  color: #000;
  position: relative;
  text-align: left;
  letter-spacing: -0.5px;
}

.structure-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #000;
}

.structure-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  position: relative;
}

.structure-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.structure-item {
  padding: 60px 20px 20px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.structure-item:nth-child(8n) {
  border-right: none;
}

.structure-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.structure-item:hover::after {
  height: 100%;
  opacity: 1;
}

.structure-item:hover .structure-number,
.structure-item:hover h4,
.structure-item:hover p {
  color: #fff;
  transform: translateZ(30px);
}

.structure-number {
  font-family: "Archivo", sans-serif;
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}

.structure-item h4 {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.structure-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.hsnl .row {
  margin: 0;
}
.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;
}
@media screen and (max-width: 1366px) {
  .badge-text {
    font-size: 22px;
  }
  .main-heading {
    font-size: 60px;
  }
  .content-section {
    padding: 82px 0 90px 80px;
  }
}
@media (max-width: 1200px) {
  .structure-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .structure-item {
    height: 250px;
  }
  .blog-list .cls_img_hot_news img {
    height: 300px;
  }
  .image-section {
    height: 650px;
  }
  .card {
      padding: 35px 40px 40px;
  }
}

@media (max-width: 1024px) {
  .content-section {
    padding: 82px 0 90px 30px;
  }
  .image-section {
    height: 600px;
  }
  .animate .silver {
    transform: translateX(-200px) rotate(-15deg);
  }

  .animate .diamond {
    transform: translateX(200px) rotate(15deg);
  }
  .left-section {
    padding: 15px 0 0 0;
  }
  .service-title {
    font-size: 22px;
  }
  .badge-number {
    font-size: 80px;
  }
  .badge-text {
    font-size: 20px;
  }
  .blog-top {
    font-size: 50px;
  }
  .process-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .profile-img {
    height: 300px;
  }
  .content-section h1 {
    font-size: 50px;
  }
  .card {
      padding: 30px;
  }
}
@media (max-width: 992px) {
  .iconic .row > .col-lg-6:last-child {
    margin-top: 20px;
  }
  .blog-list .cls_img_hot_news img {
    height: 250px;
  }
  .blog-list .news_title {
    font-size: 18px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .structure-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-title {
    font-size: 42px;
  }

  .image-content {
    height: 400px;
  }

  .image-content::before {
    top: 20px;
    left: 20px;
  }

  .structure-item {
    height: 230px;
  }
}
@media (max-width: 880px) {
  .content-section h1 {
    font-size: 40px;
  }
  .main-heading {
    font-size: 40px;
  }
  .service-title {
    font-size: 18px;
  }
.cards-container {
   justify-content: center;
       flex-wrap: wrap;
}
  .badge-number {
    font-size: 60px;
  }

  .left-section {
    padding: 10px 0 0 0;
  }

  .badge-text {
    font-size: 18px;
  }
  .subheading {
    font-size: 22px;
    padding-left: 20%;
  }
  .blog-top {
    font-size: 40px;
  }
  .card {
      padding:  40px;
  } 
  .headline {
      font-size: 40px;
  }
}

@media (max-width: 767px) {
    .headline {
        font-size: 36px;
        line-height: 1em;
    }
    .card h3 {
        font-size: 24px;
    }
    .card .price {
        font-size: 30px;
    }
    .card {
        padding: 30px;
    }
  .content-section h1 {
    font-size: 30px;
  }
  .content-section {
    padding: 60px 25px;

    gap: 10px;
  }
  .image-section {
    height: 300px;
  }
  .profile-list .profile-item {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
  }

  .profile-item .profile-title h2 {
    font-size: 20px;
  }
  .blog-top {
    width: 100%;
  }
  .process-title {
    margin-bottom: 5px;
  }
  .main-heading {
    font-size: 30px;
  }
  .header-title {
    width: 400px;
  }
  .header-description {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .company-description {
    font-size: 16px;
    width: 420px;
  }
  .header-section {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .blog-list .blog-top {
    width: 100%;
  }
  .hero {
    margin-top: 50px;
  }
  .hero-text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .experience-badge {
    width: 170px;
    height: 170px;
  }
  .right-section {
    padding: 0;
  }
  .hsnl {
    padding: 0;
  }
  .container {
    flex-direction: column;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .subheading {
    font-size: 16px;
  }
  .structure-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 36px;
  }

  .section-number {
    display: none;
  }

  .structure-item {
    height: auto;
    border-right: none;
  }

  .image-content {
    height: 350px;
  }

  .image-content::before {
    top: 15px;
    left: 15px;
  }

  .image-content::after {
    display: none;
  }
  .image-section,
  .content-section {
    width: 100%;
    flex: unset;
  }

  .left-section,
  .right-section {
    width: 100%;
  }

  .left-section {
    border-right: none;
    padding: 15px 0;
  }


  .badge-text {
    font-size: 16px;
  }
  .blog-list .cls_img_hot_news img {
    height: 400px;
  }
  .blog-list .bp_block_item {
    margin-bottom: 30px;
  }
  .blog-list .cls_content_hot_news {
    padding-top: 10px;
  }
  .blog-top {
    font-size: 30px;
  }
}
@media screen and (max-width: 567px) {
  .header-title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .card {
    width: 33.33%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.8s ease forwards;
}

