@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  background: linear-gradient(105.89deg, #625d5a -5.51%, #030104 39.46%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero .hero-container {
  position: relative;
  padding: 60px 0px;
}
.hero .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero .hero-text h1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero .hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ccc;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  right: 0;
}

.cta-button {
  background: linear-gradient(180deg, #dd000a 60.44%, #770005 129.61%);
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.cta-button:hover {
  color: rgb(255, 255, 255) !important;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slider-dots .dot.active {
  background: #fff;
}

.about-section {
  padding: 80px 0;
  background: #fff;
}
.about-section .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-section .about-text h2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 48px;
  color: rgb(255, 63, 63);
  margin-bottom: 20px;
  font-weight: bold;
}
.about-section .about-text h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.about-section .about-text p {
  color: rgb(78, 78, 78);
  font-weight: 400;
  width: 70%;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.stats-card {
  position: relative;
}
.stats-card .main-stats-card {
  width: 100%;
  background: linear-gradient(180deg, #ff0511 15.67%, #ee030e 129.61%);
  border: 3px solid;
  border-image-source: linear-gradient(131.32deg, #ffffff 13.36%, #ff4646 73.39%);
  color: #fff;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
          clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}
.stats-card .main-stats-card .overlay_img_backgrd {
  position: absolute;
  top: 0;
  opacity: 0.6;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.stats-card .corner-accent {
  position: absolute;
}
.stats-card .top-right {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 160px;
  height: 80px;
  transform: translate(30px, -30px);
  background: linear-gradient(180deg, #ff5f5f 0%, #e22929 100%);
  border: 3px solid;
  border-image-source: linear-gradient(131.32deg, #ffffff 13.36%, #ff4646 73.39%);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}
.stats-card .bottom-left {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translate(-40px, 25px);
  width: 160px;
  height: 80px;
  border: 3px solid;
  background: linear-gradient(125.68deg, #f25050 -6.7%, #ef4b4b 27.94%, #e31414 52.5%, #de0c0c 85.45%, #810202 112.22%);
  border-image-source: linear-gradient(131.32deg, #ffffff 13.36%, #ff4646 73.39%);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}
.stats-card .stats-number {
  font-family: "Chakra Petch", sans-serif;
  font-size: 128px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 120px;
  display: block;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.stats-card .stats-label {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.stats-section {
  gap: 30px;
  margin-top: 50px;
  padding: 136px 0 50px 0;
  background: linear-gradient(178deg, #ffffff 8.21%, #ffc9c9 254.17%);
  position: relative;
  z-index: 1;
}
.stats-section .trapezoid {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  width: 80%;
  background: rgba(0, 0, 0, 0);
  /* Cắt hình thành hình thang cân */
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
  border: 1px solid;
  border-image-source: linear-gradient(92.42deg, #f25050 0.97%, #ef4b4b 27.84%, #e63e3e 55.66%, #dc3030 76.77%);
  border-top: none;
}
.stats-section .trapezoid img {
  width: 100%;
  height: 100%;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 20px;
  margin: auto;
  width: 80%;
}
.stats-section .stats-grid .stat-item {
  text-align: center;
}
.stats-section .stats-grid .stat-item .number {
  font-family: "Chakra Petch", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: rgb(255, 63, 63);
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.stats-section .stats-grid .stat-item .number.active {
  opacity: 1;
  transform: translateY(0);
}
.stats-section .stats-grid .stat-item .label {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}
.stats-section .endline-stats-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff 0%, #ff3f3f 50%, #ffffff 100%);
}
.stats-section .stat-item {
  text-align: center;
}
.stats-section .stat-item .number {
  font-size: 48px;
  font-weight: bold;
  color: rgb(255, 63, 63);
  display: block;
}
.stats-section .stat-item .label {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

#service1-container .service1-content {
  padding-bottom: 63px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#service1-container .service1-content .service1-text {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#service1-container .service1-content .service1-text h2 {
  font-family: "Chakra Petch", sans-serif;
  color: rgb(255, 63, 63);
  font-size: 48px;
  font-weight: 700;
  margin-top: 42.7px;
}
#service1-container .service1-content .service1-text p {
  color: rgb(78, 78, 78);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  width: 80%;
  letter-spacing: 0%;
  vertical-align: middle;
}
#service1-container .service1-content .group-hexagon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#service1-container .service1-content .group-hexagon img {
  width: 80%;
}

.endline-stats-block {
  width: 80%;
  margin: auto;
  height: 1px;
  background: linear-gradient(90deg, #ffffff 0%, #ff3f3f 50%, #ffffff 100%);
}

.services {
  padding: 80px 0;
  background: #fff;
}
.services .service-header {
  display: flex;
  justify-content: space-between;
}
.services .service-header .service-text {
  width: 70%;
  margin-bottom: 47px;
}
.services .service-header .service-text h2 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 63, 63);
}
.services .service-header .service-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 16px;
}
.services .service-grid {
  display: flex;
  gap: 18px;
}
.services .service-grid .hex-card {
  position: relative;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .service-grid .hex-card::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -12px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
          clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  background: linear-gradient(180deg, #dd000a 15.67%, #770005 129.61%);
  border: 3px solid;
  border-image-source: linear-gradient(131.32deg, #ffffff 13.36%, #ff4646 73.39%);
  box-shadow: -4px 8px 13.9px 0px rgba(0, 0, 0, 0.15);
}
.services .service-grid .hex-card .hex-image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
          clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  border: 4px solid #e53935;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 0 0 #e53935;
}
.services .service-grid .hex-card .hex-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services .service-card {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.services .service-card:hover {
  transform: translateY(-5px);
}
.services .service-card .service-image {
  width: 100%;
  height: 200px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.services .service-card .service-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #4a90e2, #357abd);
  opacity: 0.8;
}
.services .service-card .service-content {
  padding: 30px;
}
.services .service-card .service-content h3 {
  font-family: "Chakra Petch", sans-serif;
  color: rgb(255, 63, 63);
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.services .service-card .service-content p {
  color: #666;
  line-height: 1.6;
}

.careers-section {
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}

.view-more-btn {
  background: linear-gradient(180deg, #dd000a 60.44%, #770005 129.61%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  float: right;
}

.large-service {
  display: flex;
  align-items: center;
}
.large-service:nth-child(even) {
  flex-direction: row-reverse;
}
.large-service .service-image {
  width: 50%;
  border-radius: 10px;
}
.large-service .service-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-service .service-content {
  width: 50%;
  padding: 24px 45px;
}
.large-service .service-content h3 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 63, 63);
}

.partners {
  padding: 80px 0;
  background: linear-gradient(206.81deg, #ffffff 35.85%, #e2e2e2 205.06%);
}
.partners .title-partner-block {
  position: relative;
}
.partners .title-partner-block h2 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 48px;
  padding: 24px 0;
  color: rgb(255, 63, 63);
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.partners .title-partner-block .curved-line .line-upper {
  position: absolute;
  top: 0;
  left: 65%;
  transform: translateX(-50%);
  width: 80%;
}
.partners .title-partner-block .curved-line .line-lower {
  position: absolute;
  bottom: 0;
  left: 30%;
  transform: translateX(-50%);
  width: 80%;
}
.partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-bottom: 40px;
}
.partners .partners-grid-second {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  justify-items: center;
}
.partners .partner-logo {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}
.partners .partner-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.strength {
  position: relative;
  margin-top: 42px;
}
.strength h2 {
  font-family: "Chakra Petch", sans-serif;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 63, 63);
}
.strength .strength_background {
  background: linear-gradient(180deg, #f25050 -5.99%, #ef4b4b 25.01%, #e31414 46.99%, #de0c0c 76.48%, #df0606 100.44%);
  position: relative;
  width: 100%;
  padding: 24px;
  z-index: 1;
}
.strength .strength_background .ribbon {
  width: 68%;
  transform: translateX(-50%);
  left: 50%;
  height: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 7% 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 7% 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  margin-top: -5px;
  position: absolute;
  z-index: 2;
}
.strength .strength_background .ribbon_upper {
  top: 0;
  background-color: #fff;
}
.strength .strength_background .ribbon_lower {
  top: 100%;
  background-color: #de0c0c;
}
.strength .strength_background .curved_line {
  position: absolute;
}
.strength .strength_background .curved_line img {
  width: 100%;
  height: auto;
}
.strength .strength_background .curved_line_top {
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -30px);
}
.strength .strength_background .curved_line_bottom {
  bottom: 0;
  left: 50%;
  width: 110%;
  z-index: 2;
  transform: translate(-50%, 60px);
}
.strength .strength_background .strength_content {
  padding-top: 48px;
}
.strength .strength_background .strength_content .strength_content_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.strength .strength_background .strength_content .strength_content_row a {
  position: relative;
  padding: 20px 32px;
  background-color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(0, 0, 0);
  width: 20%;
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
}
.strength .strength_background .strength_content .strength_content_row a::after {
  border-right: 1px solid rgb(255, 70, 70);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 25px;
  transform: translateY(-50%);
  width: 1px;
}
.strength .strength_background .strength_content .row1 {
  margin-bottom: 24px;
}
.service-standard {
  margin-top: 100px;
  width: 100%;
  background: linear-gradient(112.56deg, #625d5a -5%, #030104 35.81%);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}
.service-standard .overlay-background-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service-standard .service-ribbon {
  width: 75%;
  margin: auto;
  height: 90px;
  background: linear-gradient(90deg, #f44336 0%, #b71c1c 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 11% 100%);
          clip-path: polygon(0 0, 100% 0, 88% 100%, 11% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.service-standard .service-ribbon span {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.service-standard .service-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin: 58px auto 42px auto;
  position: relative;
  z-index: 2;
}
.service-standard .service-content .service-box {
  flex: 1;
  background: linear-gradient(308deg, #232323 60%, #444 100%);
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  padding: 32px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.service-standard .service-content .service-box span {
  color: transparent;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(92.52deg, #ffffff 20.01%, #998383 109.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 900px) {
  .service-standard .service-content {
    flex-direction: column;
    gap: 16px;
    margin: 32px 8px 0 8px;
  }
  .service-standard .service-content .service-box {
    min-height: 80px;
    font-size: 20px;
  }
  .service-standard .service-ribbon span {
    font-size: 24px;
  }
}

.latest-posts {
  padding: 80px 0;
  background: #f8f9fa;
}
.latest-posts h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.latest-posts .latest-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.latest-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.latest-posts .posts-grid .post-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.latest-posts .posts-grid .post-card .post-image {
  width: 100%;
  background: linear-gradient(45deg, rgb(255, 63, 63), #b91c1c);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.latest-posts .posts-grid .post-card .post-image img {
  width: 100%;
}
.latest-posts .posts-grid .post-card .post-content {
  padding: 20px;
}
.latest-posts .posts-grid .post-card .post-content h3 {
  font-family: "Chakra Petch", sans-serif;
  color: #333;
  margin-bottom: 10px;
  font-size: 21px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.latest-posts .posts-grid .post-card .post-content p {
  color: #666;
  font-size: 15px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-us {
  background: linear-gradient(105.89deg, #625d5a -5.51%, #030104 39.46%);
  padding: 60px 0;
}
.contact-us .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-us .container .contact-block-title {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.footer {
  background: #fff;
  color: #fff;
  padding: 60px 0 20px;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
.footer .footer-info h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer .footer-info .company_name {
  color: #000;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 24px;
}
.footer .footer-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #000;
}
.footer .map-socialmedia {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .map-socialmedia .footer-map {
  width: 100%;
  min-height: 300px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer .map-socialmedia .footer-map::after {
  content: "Loading map location...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: bold;
  z-index: -1;
}
.footer .map-socialmedia .social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .map-socialmedia .social-media span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: #000;
}
.footer .footer-sitemap-block h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}
.footer .footer-sitemap-block .footer-sitemap {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.footer .footer-sitemap-block .footer-sitemap a {
  color: #000;
  text-decoration: none;
}
.footer .footer-sitemap-block .footer-sitemap a:hover {
  color: #fff;
}
.footer .social-links {
  display: flex;
  gap: 15px;
}
.footer .social-links a {
  color: #ccc;
  font-size: 20px;
  text-decoration: none;
}
.footer .social-links a:hover {
  color: rgb(255, 63, 63);
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  h2 {
    font-size: 26px !important;
  }
  .hero {
    position: relative;
  }
  .hero .hero-container {
    padding: 60px 20px;
  }
  .hero .hero-content {
    grid-template-columns: 1fr;
  }
  .hero .hero-content .hero-text h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .hero .hero-content .hero-text p {
    color: #fff;
  }
  .hero .hero-image {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .hero .hero-image img {
    width: 100%;
    height: 100%;
  }
  .group_hex_stats {
    width: 100%;
    height: auto;
  }
  .about-section {
    padding: 30px 0;
  }
  .about-section #about-container .about-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-section #about-container .about-content .about-text h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .about-section #about-container .about-content .about-text p {
    width: 100%;
  }
  .about-section #about-container .about-content .stats-card .main-stats-card {
    padding: 25px;
    width: 90%;
    margin: auto;
  }
  .about-section #about-container .about-content .stats-card .main-stats-card .stats-number {
    font-size: 67px;
    line-height: 60px;
  }
  .about-section #about-container .about-content .stats-card .main-stats-card .stats-label {
    font-size: 20px;
  }
  .about-section #about-container .about-content .stats-card .corner-accent {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
            clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  }
  .about-section #about-container .about-content .stats-card .top-right {
    top: 20px;
    right: 25px;
    z-index: 3;
    width: 85px;
    height: 50px;
  }
  .about-section #about-container .about-content .stats-card .bottom-left {
    bottom: 15px;
    left: 40px;
    z-index: 3;
    width: 85px;
    height: 50px;
  }
  .stats-section {
    margin-top: 0;
    padding: 50px 0 50px 0;
    background: none;
  }
  .stats-section .endline-stats-block {
    display: none;
  }
  .stats-section .stats-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .stats-section .stats-grid::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 1px;
    height: 200px;
    background: linear-gradient(0deg, #fff0f0 16.47%, #ec1c24 50.31%, #fff9f9 81.8%);
  }
  .stats-section .stats-grid::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(267deg, #fff6f6 16.47%, #ec1c24 50.31%, #fff5f5 81.8%);
  }
  .stats-section .stats-grid .stat-item .number {
    font-size: 35px;
    line-height: 40px;
  }
  .stats-section .stats-grid .stat-item .label {
    font-size: 16px;
  }
  #service1-container .service1-content {
    padding-bottom: 45px;
    grid-template-columns: 1fr;
  }
  #service1-container .service1-content .service1-text {
    width: 100%;
  }
  #service1-container .service1-content .service1-text h2 {
    font-size: 32px;
  }
  #service1-container .service1-content .service1-text p {
    width: 100%;
  }
  #service1-container .service1-content .group-hexagon img {
    width: 100%;
  }
  #service {
    padding: 45px 0 80px 0;
    position: relative;
  }
  #service .service-header .service-text {
    width: 100%;
  }
  #service .service-header .service-text h2 {
    font-size: 32px;
  }
  #service .service-header .view-more-btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  #service .service-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  #service .service-grid .hex-card {
    width: 45%;
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  }
  #service .service-grid .hex-card .hex-image {
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    border: 2px solid #e53935;
  }
  #service .service-grid .hex-card::after {
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
            clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  }
  #careers {
    padding: 0;
    max-width: 1800px;
    margin-top: 32px;
    padding: 0;
  }
  #careers .large-service {
    flex-direction: column-reverse;
  }
  #careers .large-service:nth-child(even) {
    flex-direction: column-reverse;
  }
  #careers .large-service .service-image {
    width: 100%;
    position: relative;
  }
  #careers .large-service .service-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(1deg, rgba(255, 159, 159, 0.56), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.8), rgb(255, 255, 255) 60%);
    pointer-events: none;
    width: 100%;
    height: 150%;
    z-index: 1;
  }
  #careers .large-service .service-content {
    width: 100%;
    padding: 16px;
    z-index: 3;
    transform: translateY(40px);
  }
  #careers .large-service .service-content h3 {
    font-size: 26px;
  }
  .partners .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .strength .strength_background .ribbon {
    display: none;
  }
  .strength .strength_background .strength_content {
    padding: 0;
  }
  .strength .strength_background .strength_content .row1 {
    margin-bottom: 0px;
  }
  .strength .strength_background .strength_content .strength_content_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .strength .strength_background .strength_content .strength_content_row a {
    width: 33%;
    font-size: 10px;
    padding: 15px 10px;
  }
  .strength .strength_background .strength_content .row1 a {
    margin-bottom: 15px;
  }
  .service-standard .service-ribbon {
    width: 100%;
    height: 50px;
  }
  .service-standard .service-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .service-standard .service-content .service-box {
    width: 100%;
    padding: 32px 8px;
  }
  .service-standard .service-content .service-box span {
    font-size: 18px;
  }
  .latest-posts .posts-grid {
    grid-template-columns: 1fr;
  }
  #posts-carousel .item a .post-image {
    max-height: 200px;
    height: auto;
  }
  .contact-us {
    padding: 40px 0;
  }
  .contact-us .container .contact-block-title {
    font-size: 26px;
    margin-bottom: 0;
    width: 50%;
  }
  .large-service,
  .footer .footer-content {
    grid-template-columns: 1fr;
  }
  .nav-links {
    display: none;
  }
  .hero-text h1 {
    font-size: 32px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partners-grid-second {
    grid-template-columns: repeat(3, 1fr);
  }
  .strength-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .standard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts-grid {
    grid-template-columns: 1fr;
  }
}
#posts-carousel {
  margin-top: 20px;
}
#posts-carousel .item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#posts-carousel .item .post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(45deg, rgb(255, 63, 63), #b91c1c);
  opacity: 0.8;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
#posts-carousel .item .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#posts-carousel .item .post-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#posts-carousel .item .post-content h3 {
  font-family: "Chakra Petch", sans-serif;
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
#posts-carousel .item .post-content p {
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}/*# sourceMappingURL=styles.css.map */