html {
  scroll-behavior: smooth;
  /* user-select: none ; */
}
/* ────────────────────────────── */
/*         GLOBAL VARIABLES      */
/* ────────────────────────────── */
:root {
  /* Colors */
  --color-primary: #ed9710; /* Main accent (e.g., logo, buttons) */
  --color-secondary: #28292b; /* Secondary accents and backgrounds */
  --color-tertiary: #8d1432; /* Additional accent (hover states, etc.) */
  --color-bg-light: #f9f4f7; /* Light background */
  --color-bg-dark: #111111; /* Dark background (footers, etc.) */
  --color-text-blue: #ed9710; /* Dark background (footers, etc.) */

  --navbar-bg: #333333;
  --section-title: 33px;
  --font-md: 24px;
  --font-family-primary: "Plus Jakarta Sans", sans-serif;
}

.bg_dark {
  background-color: var(--navbar-bg);
}
/* Style the scrollbar container */
::-webkit-scrollbar {
  width: 12px; /* Set the width of the scrollbar */
  height: 12px; /* Set the height for horizontal scrollbar */
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: var(--navbar-bg); /* Set color */
  border-radius: 10px; /* Make it rounded */
  border: 3px solid #f1f1f1; /* Optional border for the thumb */
  transition: all 168ms ease;
}

/* Style the scrollbar track (the background) */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Set track color */
}

/* Style when the scrollbar is hovered */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--navbar-bg);
  cursor: pointer;
}

body {
  font-optical-sizing: auto;
  font-smooth: always;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family-primary) !important;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-family: var(--font-family-heading) !important;
}

/* 
---------------------------------------
--------------- Header CSS ------------
---------------------------------------
*/
.site-logo {
  max-width: 260px;
  position: relative;
  width: 100%;
}
/* .nav-links-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.nav-topbar {
  background-color: var(--navbar-bg);
}
.highlight {
  color: var(--color-primary);
}
.container-1600 {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
}
.banner_section {
  padding-top: var(--navbar-height) !important;
  border-bottom: 1px solid #d5d5d5;
}
.navbar-nav {
  gap: 1.5rem;
  align-items: center;
}
.main-navbar-div {
  width: 100%;
  background-color: var(--color-primary);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-brand {
  position: relative;
  display: block;
}
.nav-links-wrapper {
  background-color: #fff;
}
.nav-link {
  color: var(--color-secondary);
  text-align: center;
}
.nav-button {
  background: var(--color-primary);
  color: #fff !important;
  padding: 14px 27px !important;
  border-radius: 7px;
  line-height: 1;
  font-weight: 700;
}
.section_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
footer {
  background-image: url(../image/footer__bg.webp);
  background-size: contain;
}
.footer_links {
  list-style: none;
  padding-left: 0;
}
.footer_links a {
  text-decoration: none;
  color: var(--navbar-bg);
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-brand:before {
    content: "";
    display: block;
    width: 400%;
    height: calc(var(--navbar-height, 113px));
    position: absolute;
    right: -70px;
    top: -25px;
    /* background-image: url("data:image/svg+xml,%3Csvg width='1007' height='128' viewBox='0 0 1007 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M481 127.378H1006.86L973.18 0L481 0.000107258V127.378Z' fill='%23FEFEFE'/%3E%3Cpath d='M0 127.378H525.859L492.18 0L0 0.000107258V127.378Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg width='1007' height='128' viewBox='0 0 1007 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2248_10827)'%3E%3Cpath d='M481 0.621704H1006.86L895 128L481 128V0.621704Z' fill='%23FEFEFE'/%3E%3Cpath d='M0 0.622002H525.859L492.18 128L0 128V0.622002Z' fill='%23FEFEFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2248_10827'%3E%3Crect width='1007' height='128' fill='white' transform='matrix(1 0 0 -1 0 128)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top right;
  }
  .nav-links-wrapper {
    background-color: var(--color-primary);
  }
  .nav-link {
    color: #fff;
    font-size: 17px;
  }
  .navbar-nav {
    gap: 2rem;
  }
  .nav-button {
    background: #fff !important;
    color: var(--navbar-bg) !important;
  }
}

.navbar-toggler {
  font-size: 16px;
}
.nav-topbar {
  padding: 15px;
}
.link-list-heading {
  margin-bottom: 30px;
}
.about-company-footer {
  max-width: 460px;
  line-height: 1.8;
}
/* .inquiry-div {
  background: var(--color-secondary) !important;
  padding: 24px;
  border-radius: 12px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.inquiry-div:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 130px;
  background: var(--color-secondary);
  top: -50px;
  right: -20px;
  transform: rotate(133deg);
}
.inquiry-div {
  margin-bottom: -230px;
}
.inquiry-div .form-control {
  background-color: var(--color-secondary) !important;
  border-color: #aaaaaa;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 16px !important;
}
.inquiry-div .form-control::placeholder {
  color: #ffffffbd !important;
} */
.btn_white {
  background: var(--color-primary) !important;
  color: var(--color-secondary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  line-height: 1;
  font-weight: 700;
}
.footer_project_section {
  position: relative;
}
.footer_project_section .positioned_img {
  position: absolute;
  left: 5vw;
  bottom: 0;
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.list-style-none i {
  background: var(--color-primary);
  color: #fff;
  padding: 10px;
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 84px;
  line-height: 1;
}
.footer_logo {
  max-width: 260px;
  width: 100%;
}
.footer_project_section p {
  font-weight: 300;
  line-height: 1.8;
  max-width: 840px;
  width: 100%;
  margin: 40px auto;
}
.footer_project_section h2 {
  font-size: 44px;
  width: 100%;
}
.footercommontext {
  font-size: 14px !important;
}
.footercommontext a {
  color: #fff;
}
.section_title-sm {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.section_title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
}
.section_title .highlight {
  color: var(--color-text-blue);
}
.section-sec-title {
  font-size: var(--font-md);
}
.section-desc {
  line-height: 1.8;
}
.special-numbers strong {
  font-size: 84px;
  line-height: 1; 
  color: var(--color-text-blue);
}

.infra_img {
  border-bottom: 4px solid var(--color-text-blue);
  border-radius: 12px;
}
.service-img-slider img {
  border-radius: 9px;
}
.slick-arrow {
  background: #333333 !important;
  height: 33px;
  width: 33px;
  border-radius: 84px;
}
.special-numbers {
  font-size: 30px;
  font-weight: 600;
}
.years_of_experience {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: max-content;
  padding: 27px 50px;
  border-radius: 7px;
  position: relative;
  background: #fff;
  display: block;
  margin: 60px -120px;
}
.t-r-image {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}
.eightTfour_prime {
  background-color: var(--color-text-blue);
  padding: 18px 50px;
  color: var(--color-secondary);
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  box-shadow: rgb(240 167 58 / 45%) 0px 5px 15px 0px;
  transition: all 168ms ease !important;
  font-size: 20px;
  font-weight: 700;
}
.eightTfour_prime:hover {
  color: #111 !important;
  background-color: var(--color-primary);
}
.stat_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  gap: 50px;
}
.special-numbers:not(:last-child) {
  border-right: 1px solid #ffffff9c;
}
.stat_grid h5 {
  font-size: 64px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  line-height: 1;
}
.service-img-slider .slick-slide {
  margin: 0 10px;
}
.floating {
  display: inline-block;
  animation: float 4s ease-in-out infinite;
}

.rotate {
  -webkit-animation: rotate 11s normal linear infinite;
  animation: rotate 11s normal linear infinite;
  transform-origin: center;
}
.infrastructure {
  background-color: var(--color-secondary);
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg); /* No rotation */
  }
  50% {
    transform: translateY(-10px) rotate(0); /* Move up and rotate slightly */
  }
  100% {
    transform: translateY(0) rotate(0deg); /* Return to original position with no rotation */
  }
}

.banner_video_section iframe {
  width: 168vw;
  object-fit: cover;
  height: 168%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_video_section {
  height: calc(100vh - var(--navbar-height, 107px));
  position: relative;
  overflow: hidden;
}
.banner_video_section .banner_video_title {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  font-size: 65px;
  line-height: 1.4;
  font-weight: 600;
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.banner_video_section:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--color-secondary), transparent);
}
.play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}

.play_btn svg {
  width: 84px;
}
.statistics {
  background-image: url(../image/stat-bg.webp);
  background-size: cover;
  background-position: center center;
}
.slick-prev {
  left: 0 !important;
  z-index: 4;
}
.slick-next {
  right: 0 !important;
  z-index: 4;
}
@keyframes rotateFade {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes playButton {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
svg.positioned_image {
  position: absolute;
  top: -160px;
  max-width: 290px;
  left: 50%;
  transform: translateX(-50%);
}
.d-flex.text-white.align-items-center.gap-2 {
  background: #4a4a4a;
  border-radius: 8px;
  padding: 4px 16px 4px 4px;
}
.infrastructure img {
  z-index: 2;
}
circle:last-of-type {
  animation: rotateFade 3s infinite ease-in-out;
  transform-origin: center;
}

.play_btn path {
  transform-origin: center;
  animation: playButton 1.5s infinite ease-in-out alternate;
}

.machine_in_motion {
  /* box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.12); 
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;*/
}
.machine_in_motion:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -400%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.machine_in_motion img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.mim_image {
  position: relative;
}
.mim_image:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to left, #fff, #118df000);
  z-index: 2;
}
.play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.precision-machines-metals {
  background-image: url(../image/precision-machines-metals.png);
  background-size: cover;
}
.prod_card {
  box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px 10px 0 0;
  height: 100%;
  position: relative !important;
}
.prod_card .prod_content {
  padding: 20px;
  position: relative;
  z-index: 3;
  border-top: 1px solid #dbdbdb;
}
.prod_card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='66' viewBox='0 0 64 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.55343 8.0347L59.9016 64.7525C61.1487 66.0539 63.3457 65.1712 63.3457 63.3687V0.197227C63.3457 0.175331 63.328 0.157578 63.3061 0.157578H2.69182C0.930504 0.157578 0.0291748 2.26959 1.24776 3.54131L1.77942 4.09614L5.55343 8.0347Z' fill='%23ed9710'/%3E%3C/svg%3E%0A");
  right: 0px;
  bottom: -3px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40px;
  transform: scaleY(-1);
}

.prod_card {
  border-bottom: 8px solid var(--color-primary);
}
.prod_card h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.styled_ul {
  list-style: none;
  padding-left: 0;
}

.styled_ul li {
  display: flex;
  align-items: flex-start; /* Align icon and text in the same line */
  gap: 8px; /* Space between icon and text */
}

.styled_ul li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  /* background-image: url("../image/title-svg.svg"); */
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='25' viewBox='0 0 46 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2254_10837)'%3E%3Cpath d='M34.0513 3.14258H25.7422L30.4205 6.99553H39.4801L34.0513 3.14258Z' fill='%23656565'/%3E%3Cpath d='M39.4801 17.9531H30.4555L25.7422 21.8782H34.8873L39.4801 17.9531Z' fill='%23656565'/%3E%3Cpath d='M18.4403 0.0195312L24.176 4.62612H11.8085L5.80396 12.4393L11.8085 20.3428H24.176L18.4403 24.9945H9.52312L0.0234375 12.4393L9.52312 0.0195312H18.4403Z' fill='%23656565'/%3E%3Cpath d='M43.1345 9.18857L46.0024 11.4015H9.4375L12.843 6.79492H26.9132L29.9605 9.18857H43.1345Z' fill='%23B6B6B6'/%3E%3Cpath d='M9.4375 13.6133H46.0024L43.1345 15.8714H29.9605L26.9133 18.3553H12.843L9.4375 13.6133Z' fill='%23B6B6B6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2254_10837'%3E%3Crect width='46' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.services-overview {
  background: linear-gradient(90deg, #fff, transparent),
    url("../image/services-overview.webp");
}
.trusted-partner-bg {
  position: absolute;
  top: 70px;
  right: 0;
  scale: -1;
  max-width: 400px;
}
.trusted-partner-bg-second {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.client_logos {
  box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  max-width: 700px;
  margin-top: 33px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 20px;
}

.mobile_only {
  display: none;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.col-4 {
  overflow: hidden;
}
.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f104" !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105" !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}

.banner_section_padding {
  padding-top: 168px;
  padding-bottom: 168px;
}
.banner_section h1 {
  font-size: 46px;
  font-weight: 700;
}
.banner_section_padding {
  background-image: url("data:image/svg+xml,%3Csvg width='1076' height='661' viewBox='0 0 1076 661' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2268_11304)'%3E%3Cpath d='M1076.3 424.059L415.331 0.390692L-6.13397 0.390625L-6.52344 661.13H854.302L1076.3 424.059Z' fill='%23ED9710'/%3E%3Cpath d='M1046.3 425.06L525.971 40.4219H-26.5234L-6.52344 663.131H814.302L1046.3 425.06Z' fill='%23FEFEFE'/%3E%3Cpath d='M1046.3 425.06L525.971 40.4219H-26.5234L-6.52344 663.131H814.302L1046.3 425.06Z' fill='%23FEFEFE'/%3E%3Cmask id='mask0_2268_11304' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-27' y='40' width='1074' height='624'%3E%3Cpath d='M1046.3 425.06L525.971 40.4219H-26.5234L-6.52344 663.131H814.302L1046.3 425.06Z' fill='%23FEFEFE'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2268_11304)'%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2268_11304'%3E%3Crect width='1076' height='661' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
}
.banner_content {
  max-width: 480px;
  width: 100%;
}
.banner_section_padding:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #fff;
  border-top: 31px solid #e89513;
}
.our_journey_section {
  background: linear-gradient(360deg, #fff, transparent),
    url(../image/footer__bg.webp);
}
.machine_in_motion {
  background: #fff;
  z-index: 0;
  border-radius: 27px;
}
.year-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}
.year-box {
  min-width: 74px;
  min-height: 74px;
  background: #ed9710;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 168px;
  outline: 1px solid #ed9710;
  outline-offset: 4px;
}
.journey_points {
  position: relative;
}
.journey_points:before {
  content: "";
  display: block;
  width: 2px;
  background: #ed9710;
  height: 100%;
  position: absolute;
  left: 35px;
}
.object-fit-cover {
  object-fit: cover;
}
.vision_mission_section {
  background: #fff4e2;
}
.vm_description {
  margin: auto;
  margin-top: 67px;
  max-width: 600px;
  width: 100%;
}

.wcu_card .icon i {
  z-index: 2;
}
.wcu_card .icon {
  background: #ed9710;
  width: max-content;
  padding: 20px;
  font-size: 30px;
  line-height: 1;
  border-radius: 168px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.wcu_card .icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 200%;
  left: -66px;
  top: -30px;
  background: #ed9710;
  z-index: 0;
  border-radius: 84px;
  transform: rotateZ(45deg);
  box-shadow: rgb(237 151 16 / 18%) 0px 10px 50px;
}
.wcu_card h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}

.wcu_card {
  padding: 33px;
  background: #fff;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  height: 100%;
  overflow: hidden;
}
.vm_image {
  max-width: 400px;
}
.gradient_bg {
  background: linear-gradient(75deg, #fff 40%, transparent);
  border-bottom: 2px solid #ed9710;
}
.form-control:focus {
  border-color: #ed9710 !important;
  box-shadow: none !important;
}
.contact__form {
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background: #fff;
  padding: 33px;
}

.hover-zoom {
  transition: all 168ms ease-in-out;
}
.hover-zoom:hover {
  transform: scale(1.04);
}

/* =================== Inquiry Form ======================= */

.input-container {
  position: relative;
}

.input-container .form_label {
  position: absolute;
  left: 8px;
  top: 10px;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 4px;
  /* Adjust padding for better spacing */
  pointer-events: none;
}

.active .form_label {
  left: 8px;
  top: -10px;
  font-size: 15px;
}

.input-container.focused .form_label {
  top: -12px;
  font-size: 16px;
  left: 18px;
  color: #afafaf;
}

input,
textarea {
  width: 100%;
  outline: none;
  border: 2px solid #ececec;
  background: #fff;
  padding: 0.6rem 1.2rem;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.error {
  color: #ff4e4c;
  font-style: 14px;
}

.input-container .form_label {
  font-weight: 500;
}
.contact_information {
  border: none;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.contact__form {
  border-radius: 16px;
  border-top: 10px solid var(--color-primary);
}

.banner-description {
  line-height: 1.8 !important;
}
.banner-title,
.banner-description {
  color: #fff;
}
.banner-description {
  font-size: 17px;
}
.banner_section .container {
  z-index: 1;
  position: relative;
}
.bg_primary {
  background-color: var(--color-primary);
}
.bg_page_title {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a2006;
  position: absolute;
  left: 10vw;
  bottom: 0;
  font-size: 127px;
  font-weight: 900;
  user-select: none;
  z-index: 0;
}
.banner_border_svg {
  position: absolute;
  left: 0;
  bottom: -33px;
  z-index: 1;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.quality-control-inspection {
  background: url(../image/section_gray_bg.jpg);
  background-size: cover;
}
.cte-box {
  background: #fff5e7;
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
  rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* .cte-box i {
  background: #fcaf3d;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 84px;
  margin: auto;
  position: relative;
}
.cte-box i::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px dashed var(--color-primary);
  opacity: 0.3;
  left: -4px;
  top: -4px;
  border-radius: 168px;
  animation: rotate-border 4s linear infinite;
} */
.icon_box:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  background: var(--color-primary);
  opacity: 0.1;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 840px;
}
.icon_box {
  position: relative;
}

.site_footer {
  position: relative !important;
}
.icon_box svg {
  width: 84px;
}

.svg_animated path {
  stroke-dasharray: 10 20;
  stroke-dashoffset: 0;
  animation: dash-animation 0.5s linear infinite;
}

@keyframes dash-animation {
  to {
    stroke-dashoffset: -30;
  }
}
.tab_btn {
  font-size: 24px;
  font-weight: 600;
  background: #efefef;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_btn {
  cursor: pointer;
  padding: 33px;
  background: #efefef;
  margin-bottom: 20px;
  border-radius: 10px;
  gap: 10px;
}

.tab_btn.active {
  background: var(--color-primary);
  color: #fff;
}

.slide_content {
  display: none;
}

.slide_content.active {
  display: block;
}
.tab_arrow_icon {
  background-color: #fff;
  color: #111;
  border-radius: 84px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 168ms ease !important;
}
.tab_btn.active .tab_arrow_icon {
  transform: rotate(0deg);
}
/* .content_box {
  position: relative;
} */
.content_box .inner_content {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 10px;
  margin-top: -40%;
  max-width: 90%;
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.bg_image_pattern {
  background-image: url(../image/bg_pattern_img.png);
  background-repeat: repeat;
}
.content_box img {
  aspect-ratio: 2/1.5;
}

.material_handling i {
  clip-path: circle(50% at 50% 50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  transition: all 168ms ease;
  font-size: 24px;
}
.material_handling .wcu_card:hover i {
  clip-path: circle(70.7% at 50% 50%);
}
.material_handling .wcu_card:hover {
  transform: translateY(-4px);
}
.material_handling {
  background-color: #f5f5f5;
}
.bg_light {
  background-color: #f5f5f5;
}
.cta_text {
  font-size: 23px;
  max-width: 880px;
}
.cta_btn {
  background: #fff;
  padding: 18px 33px;
  border-radius: 10px;
  color: #111 !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  outline: 1px solid #ffcc7c;
  outline-offset: 6px;
  transition: all 168ms ease !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  min-width: max-content;
}
.cta_btn:hover {
  outline-offset: 8px;
}
.infra-centered{
  max-width: 400px;
}
.cta_section{
  background: linear-gradient(135deg,
  hsl(37, 86%, 50%) 0%,
  hsl(37, 86%, 51%) 5%,
  hsl(37, 86%, 52%) 10%,
  hsl(37, 86%, 53%) 15%,
  hsl(37, 86%, 54%) 20%,
  hsl(37, 86%, 55%) 25%,
  hsl(37, 86%, 56%) 30%,
  hsl(37, 86%, 57%) 35%,
  hsl(37, 86%, 58%) 40%,
  hsl(37, 86%, 59%) 45%,
  hsl(37, 86%, 60%) 50%,
  hsl(37, 86%, 59%) 55%,
  hsl(37, 86%, 58%) 60%,
  hsl(37, 86%, 57%) 65%,
  hsl(37, 86%, 56%) 70%,
  hsl(37, 86%, 55%) 75%,
  hsl(37, 86%, 54%) 80%,
  hsl(37, 86%, 53%) 85%,
  hsl(37, 86%, 52%) 90%,
  hsl(37, 86%, 51%) 95%,
  hsl(37, 86%, 50%) 100%
);

}


.link_btn {
  background: #ffffff;
  padding: 4px 16px;
  border-radius: 84px;
}

.footer_logo_img{
  object-fit: contain;
}

/* =================== End Inquiry Form ======================= */


@media (max-width: 1280px) {
  .section_desc.description {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_information li br {
    display: none;
  }
}
@media (max-width: 991px) {
  .material_handling .wcu_card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 910px !important;
  }
  .tab_btn {
    padding: 10px 18px;
    font-size: 18px;
  }
  .bg_page_title {
    font-size: 52px;
    max-width: 100%;
    word-break: break-word;
  }

  .trusted-partner-bg {
    width: 240px;
    top: 111px;
  }
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none;
  }
  .nav-topbar {
    padding: 0;
  }
  .about-company-footer {
    max-width: 100%;
  }
  .services-overview .row {
    flex-direction: column-reverse;
  }
  .years-experience-sm {
    width: max-content;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .years-experience-sm .special-numbers {
    font-size: 18px;
  }
  .years-experience-sm .special-numbers strong {
    font-size: 40px;
  }
  .banner_section_padding {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .banner_content {
    max-width: 300px;
    width: 100%;
  }
  .banner_section_padding:before {
    border-top: 16px solid #e89513;
  }
  .banner_section h1 {
    font-size: 36px;
  }
  .cta_text {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.infra-centered {
  max-width: 240px;
}
}
.nav-item {
  font-weight: 600;
}

/* .nav-link:hover,
.nav-link:focus {
  color: var(--color-primary);
} */
@media (max-width: 1399px) {
  .inquiry-div {
    margin-bottom: 0px;
  }
  .section_padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .gradient_bg {
    background: linear-gradient(0deg, #fff 40%, transparent);
  }
  .banner_video_section .banner_video_title {
    font-size: 46px;
    max-width: 900px;
    width: 100%;
  }
  :root {
    --font-md: 20px;
  }
  .special-numbers strong {
    font-size: 84px;
  }
  .special-numbers {
    font-size: 24px;
  }
  .years_of_experience {
    margin: 33px -120px;
  }

}
@media (max-width: 1280px) {
  .navbar-nav {
    gap: 0.8rem;
  }
  .nav-link {
    font-size: 14px;
  }
  .footer_project_section h2 {
    font-size: 33px;
  }
  .link-list-heading {
    font-size: 23px;
  }
  .section_title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
  }
  .special-numbers strong {
    font-size: 54px;
  }
  .years_of_experience {
    margin: 27px -120px;
  }
  .eightTfour_prime {
    padding: 11px 40px;
    font-size: 18px;
  }
  .t-r-image {
    max-width: 400px;
  }
  .special-numbers:not(:last-child) {
    border-right: 0;
  }
  .stat_grid {
    gap: 10px;
  }
  .stat_grid h5 {
    font-size: 46px;
  }
  .stat_grid .special-numbers {
    flex-direction: column;
    text-align: center;
  }
  .section_title-sm {
    justify-content: center;
  }
  .trusted-partner-bg {
    max-width: 300px;
  }
  .banner_video_section iframe {
    width: 268vw;
  }
  .footer_logo_img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer_logo_img {
    max-width: 180px; 
  }
}
@media (max-width: 767px) {
  .footer_logo_img {
    max-width: 168px;
  }
  .container,
  .container-sm {
    max-width: 740px !important;
  }
  .material_handling .wcu_card {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: start;
  }
  .banner_video_section {
    height: calc(60vh - var(--navbar-height, 107px));
  }
  .banner_section .section_padding {
    padding-top: 33px !important;
  }
  .tab_btn.active .tab_arrow_icon {
    transform: rotate(90deg);
  }
  /* .our_core_service {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 10px;
} */
 
.tab_btn i {
 display: none;
}
.tab_btn {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  padding: 7px 11px;
}
.tab_btn.active {
  outline: 1px solid #ed9710;
  outline-offset: 2px;
}
.footer_logo_im {
  display: none;
}
.slide_content {
  padding-top: 40px;
  display: block !important; 
}
}

@media (max-width: 640px) {
  .banner_video_section .banner_video_title {
    font-size: 46px;
    max-width: 900px;
    width: 100%;
  }
  .special-numbers strong {
    font-size: 33px;
  }
  .special-numbers {
    font-size: 18px;
  }
  .years_of_experience {
    padding: 18px 33px;
  }
  .section_title-sm {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .stat_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .banner_video_section video {
    height: 55vh;
  }
  .banner_video_section .banner_video_title {
    font-size: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-r-image {
    max-width: 200px;
  }
  .client_logos {
    padding: 20px;
  }

  .banner_section_padding {
    padding-top: 400px;
    padding-bottom: 46px;
  }
  .banner_section_padding {
    background-position: bottom;
  }
  .wcu_card {
    padding: 23px;
  }
  .contact__form {
    padding: 23px;
  }
}
@media (max-width: 425px) {
  .inquiry-div:after {
    top: -60px;
    right: -30px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .footer_logo_img {
    max-width: 300px;

  }
}
@media (max-width: 1680px) {}
.footer_logo_img {
  max-width: 280px;
}
.object-fit-contain{
  object-fit: contain;
}