@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  /* font-family: "Open Sans, Arial"; */
}

body {
  top: 0 !important;
}
.image-gallery {
  padding-top: 0.5rem;
  padding-bottom: 6.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-color: #f0f0f0;
}
.gallery-1 {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
.ga1 {
  width: 45%;
}
.ga2 {
  width: 55%;
}
.ga4 {
  width: 45%;
}
.ga3 {
  width: 55%;
}
.gallery-2 {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
.stock {
  display: flex;
  padding: 6.25rem 7.5rem;
  flex-direction: column;
  justify-content: center;

  gap: 2.5rem;
  align-self: stretch;
  background: var(--White, #fff);
}

.stock h2 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}

.stock-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}
.stock-container {
  display: flex;
  gap: 1.5rem;
}

.stock-item {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--Stroke-1, #b7b7b7);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}

.stock-item:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
}

.stock-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.stock-item span {
  color: var(--Text-2, #4a4a4a);

  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02rem;
}

.snap-container {
  width: 100%;
}
.small-widget {
  display: none;
}

.build-section {
  display: flex;
  padding: 5rem 0 2.5rem 0;
  justify-content: center;

  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.build-write {
  display: flex;
  background: var(--White, #fff);
  flex-direction: column;
  padding: 2.5rem 3.75rem;
  gap: 1.5rem;
  flex: 1 0 0;
  align-self: stretch;
}
.build-img {
  width: 100%;
}
.build-write h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-family: Arial;
  font-style: normal;
  width: 50%;
  white-space: nowrap;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}
.build-write h3 {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.5rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}

.build-write p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}

@media (max-width: 768px) {
  .gallery-1,
  .gallery-2 {
    gap: 1rem;
  }
  .image-gallery {
    gap: 1rem;
    padding-bottom: 3rem;
  }
  .stock {
    padding: 3.75rem 1.25rem;
  }
  .stock h2 {
    font-size: 2.5rem;
  }
  .stock-container {
    flex-direction: column;
  }
  .stock-grid {
    gap: 1.5rem;
  }

  .stock-item {
    padding: 1.2rem;
    white-space: inherit;
    justify-content: normal;
    width: fit-content;
  }

  .stock-item span {
    font-size: 1rem;
  }
  .snap-container iframe {
    width: 100% !important;
  }
  .small-widget {
    display: block;
  }
  .snap-container {
    display: none;
  }
  .build-write h1 {
    font-size: 1.5rem;
  }
  .build-write h3 {
    font-size: 1.125rem;
  }
  .build-write p {
    font-size: 1rem;
  }
  .build-write {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
    gap: 0.75rem;
  }
  .build-img-container {
    padding: 0.75rem 0.75rem 0rem 0.75rem;
  }
  .build-section {
    display: flex;

    flex-direction: column-reverse;

    gap: 1.5rem;
    align-self: stretch;
  }
}

.id-box svg {
  width: 3.5rem;
  height: 2.5rem;
}
.id-box {
  width: fit-content;
}
.over-3 {
  padding-top: 5rem;
}
.over-4 {
  display: flex;
  padding: 6.25rem 7.5rem;
  flex-direction: column;
  justify-content: center;

  gap: 5rem;
  align-self: stretch;
  background: var(--White, #fff);
}
.over-4 h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.over-2 h2 {
  color: var(--Text-3, #6e6e6e);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.ov-container {
  display: flex;
  padding-top: 1.25rem;
  gap: 15rem;
}
.ov-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.ov1 {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 1.25rem;
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.over-1 h2 {
  color: var(--Text-3, #6e6e6e);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-top: 5rem;
  letter-spacing: -0.018rem;
}
.over-box h1 {
  color: var(--Text-2, #4a4a4a);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.over-box h2 {
  color: var(--Text-3, #6e6e6e);
  font-size: 1.5rem;
  padding-top: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.over-box p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 1.25rem;
  letter-spacing: -0.008rem;
}
.over-section {
  padding: 6.25rem 7.5rem;
  background: var(--Background, #f0f0f0);
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.skiptranslate {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.skiptranslate {
  display: none !important;
}
.spec-table.hidden {
  display: none;
}

.toggle-btn {
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
}
.pr-section h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}
.r-span {
  color: var(--Primary-400, #da291c);
  font-size: 1.5rem;
  font-style: normal;
  cursor: pointer;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.018rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pr-btn {
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: var(--White, #fff);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
}

.pr-btn:hover {
  background-color: #f8d4d2;
}
.pr-section p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.25rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.pr-span {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.5rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.pr-section {
  padding: 6.25rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.pr-a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.pr-menu {
  display: none;
  position: absolute;
  background: var(--Background, #f0f0f0);
  list-style: none;
  padding: 2.5rem;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 999;
}
.pr-menu li {
  font-family: "Open Sans";
}
.dropdown-wrapper {
  position: relative;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.dropdown-wrapper:hover .pr-menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pr-listed:hover {
  border-bottom: 2.2px solid black;
  width: fit-content;
  background-color: #f0f0f0 !important;
  color: #4a4a4a !important;
}

.dropdown-wrapper:hover .arrow-icon {
  transform: rotate(180deg);
}

.top-image img {
  width: 100%;
}
.sp-contain {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
}
.head-menu {
  display: flex;
  justify-content: center;

  gap: 0.5rem;
}
.header-list li {
  font-family: "Open Sans";
}
.table-right {
  display: flex;
}

.spec-container {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
}

.spec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  padding: 0.8125rem 1.25rem;
  border-bottom: 1px solid #ddd;
}

.spec-header h3 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}

.spec-header .quote-btn {
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 0.875rem 2.5rem;

  cursor: pointer;
  transition: 0.3s ease;
}

.quote-btn:hover {
  background-color: #f8d4d2;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background: #f4f4f4;
}

table td {
  padding: 12px 20px;
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.008rem;
  border-bottom: 1px solid #ddd;
}

table td:first-child {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.008rem;
  width: 50%;
  border-right: 1px solid #ccc;
}

.table-icon {
  width: 17.5rem;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 12rem;
  gap: 1rem;
}
.table-icon span {
  color: var(--Primary-700, #6d150e);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  line-height: 140%;
  padding: 0px !important;
  margin-top: 1rem;
  letter-spacing: -0.02rem;
}
.table-ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.table-ul li {
  width: 100%;
  font-family: "Open Sans";
}

.table-icon p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: auto;
  letter-spacing: -0.00525rem;
}
.table-icon-b {
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  gap: 2.5rem;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}
.table-icon-box {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 2.5rem;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}
.table-icon-box {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 2.5rem;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}
.desc-content {
  display: flex;
}
.desc-table {
  display: flex;
  flex-direction: column;

  padding: 1.25rem;
  gap: 1.25rem;
  flex: 1 0 0;
}
.desc-table h2 {
  color: var(--Text-1, #1a1a1a);
  font-size: 1rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.008rem;
}
.table-ul {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 1.25rem;
  letter-spacing: -0.008rem;
}
.t-p {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.125rem;
  display: none;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}
.desc-table p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.table-p {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}
.ex-table-border {
  border: 0.961px solid var(--Stroke-2, #e5e5e5);
  background-color: white;
}
.ex-table-border img {
  width: 100%;
}
.ex-section {
  padding: 6.25rem 7.5rem;
  background: #f0f0f0;
}
.ex-heading {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.ex-heading h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}
.catalog-button {
  border: 1px solid var(--Primary-400, #da291c);
  background-color: var(--White, #fff);
  display: flex;
  padding: 0.875rem 2.5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-family: "Open Sans";
  margin-top: 2.5rem;
  gap: 0.75rem;
  font-weight: 700;

  color: var(--Primary-400, #da291c);
  font-size: 1.125rem;
}
.catalog-button:hover {
  background-color: #f8d4d2;
}

.catalog-section {
  padding: 7.5rem;
}
.product-section {
  padding: 2.5rem 7.5rem 6.25rem 7.5rem;
  background: #f0f0f0;
}
.pm-section {
  padding: 2.5rem 7.5rem;
  background: #f0f0f0;
}
.selected-catalog {
  display: flex;
  border: 1px solid var(--Stroke-1, #b7b7b7);
  background: var(--White, #fff);
}
.catalog-icon {
  display: flex;
  max-width: 11.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.catalog-icon img {
  width: 2.5rem !important;
  height: 2.5rem;
}
.catalog-right {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  justify-content: center;

  align-self: stretch;

  width: 50%;
}
.catalog-right h2 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.catalog-icon-box {
  display: flex;
  padding-top: 2.5rem;
  align-items: center;
  justify-content: space-between;
}
.catalog-right span {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.5rem;
  padding-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.catalog-icon span {
  color: var(--Primary-700, #6d150e);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 0px !important;
  letter-spacing: -0.02rem;
}
.catalog-icon p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.00525rem;
}
.selected-catalog img {
  width: 50%;
}
.catalog-heading {
  padding-top: 1.5rem;
}
.listed-catalog {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 6.25rem 7.5rem;
}
.catalog-heading h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 1.25rem;
  letter-spacing: -0.075rem;
}
.catalog-heading p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.cart-images {
  justify-content: flex-start;
  display: flex;
}
.cart-image-box img {
  width: 100%;
  height: 21rem;
}
.cart-image-box {
  display: flex;
  cursor: pointer;
  padding-bottom: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
}
.cart-writeup {
  display: flex;
  padding: 0rem 0.75rem;
  flex-direction: column;
  justify-content: center;

  gap: 0.5rem;
  align-self: stretch;
}
.product-cart {
}
.cart-items {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.cart-heading {
  display: flex;
  padding-bottom: 2.5rem;
  justify-content: space-between;
}
.cart-heading h1 {
  color: var(--Text-2, #4a4a4a);
  font-size: 2.5rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.cart-right {
  display: flex;
  cursor: pointer;
  padding: 0.25rem;
  justify-content: center;
  align-items: center;
}
.cart-right span {
  color: var(--Primary-400, #da291c);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 0.75rem;
  line-height: normal;
}
.cart-images {
  display: flex;

  gap: 1.5rem;
}
.cart-writeup h2 {
  color: var(--Text-1, #1a1a1a);
  font-size: 1.5rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.cart-writeup p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.00525rem;
}
.product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.product-box {
  display: flex;
  padding: 0.75rem 0.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid var(--Stroke-1, #b7b7b7);
  background: var(--White, #fff);
  color: var(--Text-2, #4a4a4a);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.product-box span {
  font-family: "Open Sans";
}
.pr-list {
  background: var(--Background, #f0f0f0);
  display: inline-flex;
  display: none;
  padding: 1.25rem !important;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  gap: 1.5rem !important;
}
.pr-list.show {
  display: block;
}
.svg {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.svg.rotate {
  transform: rotate(180deg);
}
.pr-listed {
  display: flex;
  align-items: center;
  padding: 0px !important;
  height: fit-content !important;
  gap: 0.75rem !important;
  margin: 0px !important;
  justify-content: normal !important;
  cursor: pointer;
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;

  letter-spacing: -0.00525rem;
  align-self: stretch;
}

.mach-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
  gap: 1.5rem;
  padding-top: 3.75rem;
}

.mach-menu-item.mach svg {
  stroke: red;
  fill: white;
}

.mach-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#machMenu::-webkit-scrollbar {
  display: none;
}
#machMenu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#machMenu {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 0 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.mach-menu-item {
  scroll-snap-align: start;
  flex: 0 0 auto;
  display: flex;
  width: 13.75rem;
  padding: 0.75rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--Stroke-1, #b7b7b7);
}
.mach-menu-item span {
  font-family: "Open Sans";
}

.mach-menu-item img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.mach-menu-item.mach-active {
  background-color: #e40000;
  color: #fff;
  border-left-color: #800000;
}

.mach-content-area {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0rem 4rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-image 0.5s ease-in-out;
}

.mach-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    88deg,
    rgba(0, 0, 0, 0.5) 1.7%,
    rgba(102, 102, 102, 0.1) 94.33%
  );
  display: block !important;
  z-index: 1;
}

.mach-content-text {
  z-index: 2;
  position: relative;
}

.mach-content-text h2 {
  font-size: 2rem;
  font-family: "Arial";
  margin-bottom: 12px;
}

.mach-content-text p {
  font-size: 1.25rem;
  font-family: "Open Sans";
  line-height: 1.5;
}

.mach-content-text button {
  display: flex;
  margin-top: 2.5rem;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: white;
  background-color: transparent;
  font-family: "Open Sans";
  font-size: 1.125rem;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--White, #fff);
}

.mach-content-text button:hover {
  background: rgba(255, 255, 255, 0.25);
}
.article-content h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: 120%;
  padding-top: 1.5rem;
  letter-spacing: -0.075rem;
}
.border-article {
  padding-top: 1.25rem;
  display: flex;
  padding-bottom: 1.25rem;
  justify-content: space-between;
}
.main-article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
}
.main-article p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.article-box1 {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
  color: var(--Text-3, #6e6e6e);
  font-size: 0.875rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.00525rem;
}
.article-box2 {
  color: var(--Text-3, #6e6e6e);
  font-size: 1.125rem;
  font-style: italic;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.article-post {
  display: flex;
  padding: 7.5rem;
  flex-direction: column;

  align-self: stretch;
}
.blog-news {
  display: flex;
  padding-top: 2.5rem;
  cursor: pointer;
}
.blog-new {
  display: flex;
  padding-top: 2.5rem;
  cursor: pointer;
}
.blog-new2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 2.5rem;
  cursor: pointer;
}
.blog-post {
  display: flex;
  padding: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.blog-news img {
  width: 50%;
}
.blog-new img {
  width: 40%;
}
.blog-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  width: 100%;
}
.all-section {
  padding-top: 6.25rem;
}
.blog-border {
  border: 1px solid var(--Stroke-1, #b7b7b7);
  background: var(--White, #fff);
  display: flex;
  padding: 1.5rem 1.25rem 1.5rem 1.69rem;
  flex-direction: column;
  justify-content: space-between;

  width: 50%;
  align-self: stretch;
}
.blog-border h3 {
  color: var(--Text-1, #1a1a1a);
  font-size: 1.5rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.018rem;
}
.article-stories {
  padding-top: 8.9rem;
}
.article-stories h1 {
  padding-bottom: 1.25rem;
  font-family: Arial;
}
.blog-border1 {
  border: 1px solid var(--Stroke-1, #b7b7b7);
  background: var(--White, #fff);
  display: flex;
  padding: 1.5rem 1.25rem 1.5rem 1.69rem;
  flex-direction: column;
  justify-content: space-between;

  width: 60%;
  align-self: stretch;
}
.blog-border3 {
  border: 1px solid var(--Stroke-1, #b7b7b7);
  background: var(--White, #fff);
  display: flex;
  flex-grow: 1;
  padding: 1rem;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;

  align-self: stretch;
}
.blog-border3 h3 {
  color: var(--Text-1, #1a1a1a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.018rem;
}
.blog-border1 h3 {
  color: var(--Text-1, #1a1a1a);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.018rem;
}
.blog-span {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
  color: var(--Text-3, #6e6e6e);
  font-size: 0.75rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 140%;
  letter-spacing: -0.003rem;
}
.blog-span span {
  font-family: "Open Sans";
}
.blog-border p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Open Sans";
  padding-top: 1.25rem;
  letter-spacing: -0.009rem;
}
.blog-border1 p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 140%;
  padding-top: 1.25rem;
  letter-spacing: -0.009rem;
}
.blog-border3 p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 140%;
  padding-top: 1.25rem;
  letter-spacing: -0.009rem;
}
.latest-section {
  padding-top: 6.25rem;
}
.latest-section h2 {
  color: var(--Text-1, #1a1a1a);
  font-size: 2rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}
.blog-post h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 3.75rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}

.search-container {
  position: relative;
}

/* .search-container input {
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  border: 1px solid #ccc;

  font-size: 16px;
} */
.respo-section {
  padding-top: 2.5rem;
}
.back {
  display: flex;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  align-items: center;
  color: #da291c;
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.75rem;
}
.job-title {
  padding-top: 2.5rem;
}
.location-box {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.location-box span {
  color: var(--Text-2, #4a4a4a);
  font-size: 1rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.008rem;
}
.job-location {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.job-title h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 2.5rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.notice-footer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding: 0.75rem;
  border: 1px solid var(--Primary-100, #ed948e);
}
.notice-email {
  padding-top: 2.5rem;
}
.notice-email p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.notice-footer p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.25rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.notice-footer span {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.25rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.respo-section h1 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 1.25rem;
  letter-spacing: -0.018rem;
}
.role-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.role-section h1 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.5rem;
  font-style: normal;
  padding-top: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.role-section p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.description-section {
  display: flex;
  padding: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.search-icon {
  position: absolute;
  top: 30%;
  left: 10px;
}

.opening-section {
  display: flex;
  padding: 6.25rem 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.jobs-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
}
.job-box {
  display: flex;
  gap: 0.62rem;
}
.job-post {
  display: flex;
  width: 12.5rem;
  padding: 0.75rem;
  /* justify-content: center; */
  align-items: center;
  gap: 0.625rem;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  color: var(--Text-2, #4a4a4a);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  letter-spacing: -0.00525rem;
}
.job-post span {
  font-family: "Open Sans";
}
.opening-box p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.open-icon {
  color: var(--Primary-400, #da291c);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 0.75rem 2.5rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 0.75rem;
}
.opening-heading {
  display: flex;
  padding-bottom: 0.75rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
.open-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.open-content h2 {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.25rem;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
.opening-box {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border: 1px solid var(--Stroke-1, #b7b7b7);
}
.opening-heading h1 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
.opening-heading input {
  display: flex;
  outline: none;

  padding: 0.75rem 2.3rem 0.75rem 2.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--Text-3, #6e6e6e);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.008rem;
  border: 1px solid var(--Stroke-2, #e5e5e5);
}
.id-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.id-box1 h2 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.id-box1 p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.id-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
.num-contain {
  display: flex;
  font-family: "Open Sans";
  gap: 2px;
  width: 100%;
}
.num-contain span {
  font-family: "Open Sans";
}
.right-span {
  font-size: 1.5rem;
  font-family: Arial;
  color: #4a4a4a;
  font-weight: 700;
}
.right-service1 {
  display: flex;
  flex-direction: column;
  background-color: white;
  gap: 1.25rem;
}
.writeup {
  padding: 6.25rem 7.5rem;
  background-color: #f0f0f0;
}
.tech-section h1 {
  color: var(--White, #fff);
  font-size: 3.75rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}
.tech-section p {
  color: var(--White, #fff);
  padding-top: 1.25rem;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.tech-section {
  padding: 5.75rem 7.5rem;
  background-image: url("images/et.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
}
.seb-section {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.seb-section1 {
  display: block;
}
.writeup p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.contact-address {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-section {
  padding: 6.25rem 7.5rem;
  background-color: #f0f0f0;
}
.contact-box h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}
.address-con {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.call {
  font-family: Arial;
}
.call-box {
  display: flex;
  padding-left: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.call-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
}
.address-detail {
  display: flex;

  padding-top: 0.75rem;
  align-items: center;
  gap: 0.5rem;
}
.contact-spam {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  gap: 0.75rem;
}
.contact-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2rem;
}
.contact-mail a {
  font-family: "Open Sans";
}
.call {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;

  line-height: 140%;
  letter-spacing: -0.02rem;
}
.contact-bg {
  background-image: url("images/engfem.png");
  height: 100%;
  padding: 14rem 7.8rem;
  display: flex;
  justify-content: center;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-bg-box h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}
.contact-bg-box p {
  color: var(--White, #fff);
  text-align: center;
  padding-top: 1.25rem;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.right-service1 h1 {
  font-family: Arial;
}
.contact-btn {
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.map {
  padding-top: 6.25rem;
}

.map img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  aspect-ratio: 1199.44/606;
}
.address-d1 {
  padding-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.address-d1 span {
  font-family: "Open Sans";
}
.address-con span {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
.contact-box p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.contact-section p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.018rem;
}
.contact-conatiner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.75rem;
  align-self: stretch;
  padding-top: 2.5rem;
}
.contact-box {
  display: flex;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  flex: 1 0 0;
  background: var(--White, #fff);
}
.service-contianer {
  display: flex;
  align-items: stretch;
}
.service-contianer1 {
  display: flex;
  padding-top: 5rem;

  align-items: stretch;
}
.service-contianer2 {
  display: flex;
  align-items: stretch;
}
.service-contianer3 {
  display: flex;
  padding-top: 5rem;
  align-items: stretch;
}
.border-container {
  display: flex;
  width: 17.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.double-button {
  margin-top: 2.5rem;
  display: flex;

  gap: 1.25rem;
  width: 100%;
}
.service-button1 {
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  display: flex;
  padding: 0.875rem 1.5rem;
  font-family: inter;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 0.75rem;
  color: var(--White, #fff);
  font-size: 1.125rem;
}
.service-button:hover {
  background-color: #ed948e;
}
.service-button1:hover {
  background-color: #ed948e;
}
.service-button2 {
  border: 1px solid var(--Primary-400, #da291c);
  background-color: var(--White, #fff);
  display: flex;
  padding: 0.875rem 1rem;
  cursor: pointer;
  font-family: inter;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;

  color: var(--Primary-400, #da291c);
  font-size: 1.125rem;
}
.service-button2:hover {
  background-color: #f8d4d2;
}
.service-button {
  margin-top: 2.5rem;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 1.125rem;
}
.service-border {
  border: 1px solid var(--Stroke-2, #e5e5e5);
  display: flex;
  padding: 0.5rem;

  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
.service-border span {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.125rem;
}
.right-service h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 2rem;
  padding-bottom: 1.25rem;
}
.right-service p {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-family: "Open Sans";
  padding-bottom: 1.5rem;
}
.right-service1 p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.125rem;
  padding-bottom: 1.5rem;
}
.service-section {
  background: #e5e5e5;
  padding: 6.25rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.service-section1 {
  background: #e5e5e5;
  padding: 6.25rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.servi {
  background-color: #f0f0f0;
  padding-bottom: 5rem;
}
.service-content1 h1 {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 2.5rem;
}
.service-content3 h1 {
  color: var(--Text-2, #4a4a4a);
  font-size: 2.5rem;
}
.service-content h1 {
  color: var(--Text-2, #4a4a4a);
  font-size: 2.5rem;
  font-family: Arial;
  padding-bottom: 2.5rem;
}
.right-service {
  padding: 2.5rem 1.25rem;

  background: #fff;
}
.btn-column {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  gap: 1rem;
}
.btn-col {
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: var(--Primary-400, #da291c);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--White, #fff);
}
.btn-col:hover {
  background-color: #f8d4d2;
}
.support-contact {
  background-image: url("images/engineer.png");
  height: 100%;
  padding: 20rem 7.81rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.support-contact h1 {
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 1.25rem;
  letter-spacing: -0.075rem;
}
.support-contact p {
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
.sup-button {
  margin-top: 2.5rem;
  border: 1px solid var(--White, #fff);
  display: flex;
  background-color: transparent;
  cursor: pointer;
  height: 3.125rem;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sup-button:hover {
  background: rgba(255, 255, 255, 0.25);
}
.search-section {
  padding: 6.25rem 7.5rem 9.375rem 7.5rem;
}
.search-container {
  background: white;

  /* border: 1px solid #ccc; */
}
.logo-icon {
  height: 5rem;
}

.search-box {
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  /* border: 1px solid var(--Stroke-2, #e5e5e5); */
  background: var(--White, #fff);
}

.svg-icon {
  cursor: pointer;
  position: absolute;
  left: 0.9rem;
}

.mask {
  display: none;
}
.folio2 {
  display: none;
}
.right-service1 {
  padding: 2.5rem;
}
.open-icon1 {
  display: none;
}
.folio-hero {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .seb-section1 {
    display: none;
  }

  .service-contianer img {
    width: 50%;
  }
  .service-contianer1 img {
    width: 50%;
  }
  .service-contianer3 img {
    width: 60%;
  }
  .service-button1 {
    white-space: nowrap;
  }
  .service-button2 {
    white-space: nowrap;
  }
  .service-contianer2 img {
    width: 50%;
  }
  .service-contianer3 img {
    width: 60%;
  }
  .right-service {
    width: 50%;
    box-sizing: border-box;
  }
  .right-service1 {
    width: 50%;
    padding: 2.5rem 3.75rem;
    box-sizing: border-box;
  }
}
@media (max-width: 770px) {
  .blog-border3 {
    padding: 0.5rem;
  }
  .logo-icon {
    width: 5rem;
    height: 5rem;
  }
  .over-3 {
    padding-top: 3.75rem;
  }
  .logo-details {
    display: flex;
    gap: 1.75rem !important;
  }
  .over-section {
    padding: 3.75rem 1.25rem;
  }
  .ov-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ov1 {
    font-size: 1rem;
  }
  .over-4 {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
  .over-4 h1 {
    font-size: 1.5rem;
  }
  .over-box h1 {
    font-size: 2rem;
  }
  .over-box h2 {
    padding-top: 2.5rem;
    font-size: 1.125rem;
  }
  .over-box p {
    padding-top: 0.75rem;
  }
  .over-1 h2 {
    padding-top: 2.5rem;
    font-size: 1.125rem;
  }
  .over-2 h2 {
    font-size: 1rem;
  }
  .t-p {
    display: block;
  }
  .table-p {
    display: none;
  }
  .ex-heading {
    padding-bottom: 1.5rem;
  }
  .desc-table h2 {
    font-size: 0.875rem;
  }
  .desc-table {
    gap: 1rem;
  }
  .quote-btn {
    margin-top: 1.5rem;
    width: fit-content;
  }
  .spec-header {
    flex-direction: column;
    align-items: normal;
  }
  table td:first-child {
    font-size: 0.875rem;
  }
  table td {
    font-size: 0.875rem;
  }
  .desc-table p {
    font-size: 0.875rem;
  }
  .ex-heading h1 {
    font-size: 2rem;
  }
  .table-icon span {
    font-size: 1.25rem;
  }
  .table-icon p {
    font-size: 0.875rem;
  }
  .table-ul {
    font-size: 0.875rem;
  }
  .table-icon-box {
    flex-direction: column;
  }
  .ex-heading {
    flex-direction: column;
  }
  .desc-content {
    flex-direction: column;
  }
  .ex-section {
    padding: 5rem 1.25rem;
  }
  .table-p {
    font-size: 1.125rem;
  }
  .pr-section {
    padding: 3.75rem 1.25rem;
  }
  .pm-section {
    padding: 3.75rem 1.25rem;
  }
  .pr-section {
    gap: 1.1rem;
  }
  .pr-section h1 {
    font-size: 2rem;
  }
  .catalog-section {
    padding: 5rem 1.25rem;
  }
  .product-section {
    padding: 3.75rem 1.25rem;
  }
  .pr-span {
    font-size: 1rem;
  }
  .r-span {
    font-size: 1rem;
  }
  .pr-section p {
    font-size: 1rem;
  }
  .product-box img {
    width: 3.5rem;
  }
  .product-box span {
    font-size: 0.875rem;
  }
  .cart-items {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .product-box {
    width: 8.75rem;
    padding: 0.75rem 0.25rem;
  }
  .product-items {
    padding: 2px;
    overflow-x: auto;
    justify-content: normal;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 1rem 1rem 2rem;
  }
  .product-box {
    flex: 0 0 auto;
    width: 8.75rem;

    scroll-snap-align: start;

    transition: transform 0.3s ease;
  }

  .product-box:hover {
    transform: translateY(-5px);
  }

  .product-items::-webkit-scrollbar {
    display: none;
  }
  .product-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cart-heading h1 {
    font-size: 1.5rem;
  }
  .cart-right span {
    font-size: 1rem;
  }
  .cart-image-box img {
    width: 100%;
    height: 21.25rem;
  }
  .cart-images {
    flex-direction: column;
    align-items: normal;
  }
  .listed-catalog {
    padding: 3.75rem 1.25rem;
  }
  .catalog-heading h1 {
    font-size: 2rem;
  }
  .catalog-heading p {
    font-size: 0.875rem;
  }
  .selected-catalog {
    flex-direction: column;
  }
  .selected-catalog img {
    width: 100%;
  }
  .catalog-right h2 {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .catalog-right span {
    font-size: 1rem;
    padding-top: 0.75rem;
  }
  .catalog-right {
    padding: 0.75rem 1.25rem 1.25rem 1.25rem;
  }
  .catalog-icon-box {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .catalog-button {
    white-space: nowrap;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
  }
  .mach-container {
    display: none;
  }
  .display-content {
    height: 25rem !important;
    padding: 0.75rem !important;
  }
  .displaybut {
    display: flex;
    margin-top: 1rem;
    padding: 0.875rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color: white;
    background-color: transparent;
    font-family: Arial;
    font-size: 1rem;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid var(--White, #fff);
  }
  .article-post {
    padding: 5rem 1.25rem;
  }
  .article-box1 {
    font-size: 0.75rem;
  }
  .article-box2 {
    font-size: 0.75rem;
  }
  .main-article p {
    font-size: 1rem;
  }

  .article-content h1 {
    font-size: 2.5rem;
  }
  .blog-post {
    padding: 5rem 1.25rem 3.75rem 1.25rem;
  }
  .blog-new img {
    width: 100%;
  }
  .blog-post h1 {
    font-size: 2.5rem;
  }
  .blog-news img {
    width: 100%;
  }
  .blog-news {
    padding-top: 1.5rem;
  }
  .latest-section {
    padding-top: 5rem;
  }
  .blog-border1 {
    width: inherit;
    padding: 1rem 0.5rem;
  }
  .blog-border h3 {
    font-size: 1rem;
  }
  .blog-border1 h3 {
    font-size: 1rem;
  }
  .blog-footer {
    padding-top: 2.5rem;
  }
  .blog-border p {
    font-size: 0.875rem;
  }

  .blog-border1 p {
    font-size: 0.875rem;
  }

  .blog-border {
    width: inherit;
    padding: 1rem 0.5rem;
  }
  .blog-new {
    flex-direction: column;
  }
  .blog-news {
    flex-direction: column;
  }
  .description-section {
    padding: 5rem 1.25rem;
  }
  .back {
    font-size: 1rem;
  }
  .job-title {
    padding-top: 1rem;
  }
  .job-title h1 {
    font-size: 2rem;
  }
  .job-location {
    padding-top: 1.25rem;
  }
  .role-section h1 {
    font-size: 1.125rem;
  }
  .role-section {
    gap: 0.75rem;
  }
  .role-section p {
    font-size: 0.875rem;
  }
  .notice-footer p {
    font-size: 1rem;
  }
  .notice-footer span {
    font-size: 1rem;
  }
  .notice-email p {
    font-size: 1.125rem;
  }
  .respo-section h1 {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
  }
  .opening-section {
    padding: 3.75rem 1.25rem;
  }
  .opening-heading {
    flex-direction: column;
    align-items: start;
  }
  .opening-heading h1 {
    font-size: 1.5rem;
  }
  .opening-heading input {
    width: 100%;
  }
  .open-content h2 {
    font-size: 1.125rem;
  }
  .opening-box p {
    font-size: 1rem;
  }
  .job-box {
    flex-direction: column;
  }
  .job-post {
    font-size: 0.75rem;
  }
  .open-icon {
    display: none;
  }
  .open-icon1 {
    color: var(--Primary-400, #da291c);
    font-family: Arial;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 0.69rem 0rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 0.75rem;
  }
  .num-contain {
    display: flex;
    flex-direction: column;
  }
  .contact-conatiner {
    flex-direction: column;
  }
  .contact-box {
    gap: 0.75rem;
  }
  .address-con span {
    font-size: 1.125rem;
  }
  .contact-btn {
    font-size: 1rem;
    padding: 0.875rem 1rem;
  }
  .call-box {
    padding-left: 1rem;
  }
  .contact-mail {
    padding-left: 1rem;
  }
  .address-detail span {
    font-size: 1rem !important;
  }
  .call {
    font-size: 1.125rem;
  }
  .contact-box h1 {
    font-size: 1.25rem;
  }
  .contact-section {
    padding: 3.75rem 1.25rem;
  }
  .contact-bg {
    background-image: url("images/enc.png");

    padding: 6rem 1.25rem;
  }
  .contact-bg-box h1 {
    font-size: 1.5rem;
  }
  .contact-bg-box p {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  .service-contianer1 {
    flex-direction: column;
    background: var(--White, #fff);
  }
  .service-contianer3 {
    flex-direction: column-reverse;
    background: var(--White, #fff);
  }
  .right-service1 {
    display: flex;
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
    flex-direction: column;

    align-self: stretch;
  }
  .id-box1 h2 {
    font-family: Arial;
    font-size: 1.125rem;
  }
  .id-box p {
    font-size: 1rem;
  }
  .right-service1 h1 {
    font-size: 1.5rem;
  }
  .right-service1 span {
    font-size: 1.125rem;
  }
  .right-service p {
    font-size: 1rem;
  }
  .service-content1 {
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: #f0f0f0;
  }
  .seb-section1 {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .seb-section {
    display: none;
  }
  .writeup {
    padding: 3.75rem 1.25rem;
  }
  .writeup p {
    font-size: 1.25rem;
  }
  .tech-section {
    padding: 3.75rem 1.25rem;
    background-image: url("images/et1.png");
  }
  .tech-section h1 {
    font-size: 1.5rem;
  }
  .sup-button {
    font-size: 1rem;
  }
  .tech-section p {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  .service-section {
    padding: 3.75rem 1.25rem;
  }
  .service-contianer {
    flex-direction: column;
  }
  .service-contianer2 {
    flex-direction: column-reverse;
  }
  .btn-column {
    max-width: 100%;
  }
  .folio2 {
    display: block;
    width: 100%;
    padding-top: 7rem;
  }
  .folio1 {
    display: none;
  }
  .double-button {
    flex-direction: column;
  }
  .support-contact {
    background-image: url("images/engineer2.png");
    background-attachment: inherit;
  }
  /* .right-service {
    width: fit-content;
  } */
  .support-contact {
    padding: 3.75rem 1.25rem;
  }
  .service-content h1 {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
  }
  .right-service p {
    font-size: 0.875rem;
  }
  .service-border span {
    font-size: 0.875rem;
  }
  .service-button {
    font-size: 1rem;
  }
  .service-button1 {
    font-size: 1rem;
  }
  .service-button2 {
    font-size: 1rem;
  }
  .btn-col {
    font-size: 1rem;
  }
  .support-contact h1 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .support-contact p {
    font-size: 0.875rem;
  }
  .sup-button {
    margin-top: 1.81rem;
    width: 100%;
  }
}
@media (min-width: 771px) {
  .utility-grid {
    display: none !important;
  }
  .utility-display {
    display: none !important;
  }
}
@media (min-width: 771px) and (max-width: 1100px) {
  .over-section {
    padding: 3.75rem 1.25rem;
  }
  .ex-heading h1 {
    font-size: 2.5rem;
  }
  .ex-section {
    padding: 5rem 1.25rem;
  }
  .pr-section {
    padding: 3.75rem 1.25rem;
  }
  .pm-section {
    padding: 3.75rem 1.25rem;
  }
  .product-section {
    padding: 3.75rem 1.25rem;
  }
  .catalog-section {
    padding: 5rem 1.25rem;
  }
  .listed-catalog {
    padding: 3.75rem 1.25rem;
  }
  .article-post {
    padding: 5rem 1.25rem;
  }
  .blog-post {
    padding: 5rem 1.25rem 3.75rem 1.25rem;
  }
  .description-section {
    padding: 5rem 1.25rem;
  }
  .opening-section {
    padding: 3.75rem 1.25rem;
  }
  .contact-section {
    padding: 3.75rem 1.25rem;
  }
  .contact-bg {
    padding: 6rem 1.25rem;
  }
  .writeup {
    padding: 3.75rem 1.25rem;
  }
  .id-box {
    width: fit-content;
  }
  .service-contianer1 {
    flex-direction: column;
    background: var(--White, #fff);
  }
  .service-contianer3 {
    flex-direction: column-reverse;
    background: var(--White, #fff);
  }
  .table-icon span {
    font-size: 1rem;
  }
  .service-content1 {
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: #f0f0f0;
  }
  .right-service1 {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }

  .service-section {
    padding: 3.75rem 1.25rem;
  }
  .seb-section1 {
    display: none;
  }
  /* .right-service {
    width: fit-content;
  } */
  .tech-section {
    padding: 3.75rem 1.25rem;
    background-image: url("images/et.png");
  }
  .folio-hero {
    display: flex;
  }
  .service-button {
    width: 100%;
  }
  .double-button {
    flex-direction: column;
  }
  .service-contianer {
    flex-direction: column;
  }
  .service-contianer2 {
    flex-direction: column-reverse;
  }
  .btn-column {
    max-width: 100%;
  }
  .support-contact {
    padding: 3.75rem 1.25rem;
  }
}
.search-box input {
  flex: 1;
  padding: 0.94rem 2.5rem;
  outline: none;
  color: var(--Text-2, #4a4a4a);

  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}

/* .search-bar button {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
} */

.results-header {
  color: var(--Text-2, #4a4a4a);

  font-family: Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  letter-spacing: -0.028rem;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  padding: 0.5rem 0.75rem;
  color: var(--Text-3, #6e6e6e);
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.008rem;
}

.tab.active {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--Primary-400, #da291c);
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.008rem;
}

.result {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.result h3 {
  margin: 0 0 10px;
  font-family: Arial;
}

.result p {
  margin: 0 0 10px;
  font-family: "Open Sans";
  color: var(--Text-2, #4a4a4a);
}

.result a {
  color: red;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: bold;
}

.no-results {
  background: white;
  padding-top: 3.75rem;
  text-align: center;
}

.no-results h2 {
  color: var(--Text-1, #1a1a1a);
  padding-bottom: 1.25rem;
  font-family: Arial;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}

.no-results p {
  color: var(--Text-2, #4a4a4a);
  text-align: center;
  font-family: Arial;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}

.highlight {
  font-weight: bold;
  font-size: 3.5rem;
  color: var(--Primary-400, #da291c);
}

.project-section {
  padding: 6.25rem 7.5rem;
}

.project-section h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-weight: 700;
  padding-bottom: 5rem;
  font-size: 2.5rem;
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.filter {
  padding: 6px 14px;
  border: 1px solid #ccc;

  font-size: 1rem;
  cursor: pointer;
  color: #6e6e6e;
}

.filter.active {
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--Primary-400, #da291c);
  color: var(--White, #fff);
}

.project-card {
  display: flex;
  padding: 1.25rem;

  justify-content: center;
  align-items: flex-start;
  gap: 6.25rem;
  align-self: stretch;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
  margin-bottom: 30px;
  align-items: flex-start;
}

.project-info {
  flex: 1;
}

.project-info h3 {
  color: var(--Text-1, #1a1a1a);
  padding-bottom: 0.5rem;

  font-family: Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}

.project-info p {
  font-size: 1.15rem;
  font-family: "Open Sans";
  color: var(--Text-2, #4a4a4a);
  margin-bottom: 15px;
}

.learn-more {
  color: #da291c;
  font-weight: bold;
  font-family: "Open Sans";
  font-size: 1.125rem;
  text-decoration: none;
}

.image-flex {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* .learn-more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='red' /%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
} */

.project-images {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px; */
  display: flex;
  gap: 1.25rem;
}

.project-images img {
  object-fit: cover;
}

@media (max-width: 770px) {
  .result p {
    font-size: 0.875rem;
  }
  .svg-icon {
    left: 0.8rem;
  }
  .result a {
    font-size: 1rem;
  }
  .tabs {
    flex-direction: column;
  }
  .tab.active {
    justify-content: left;
  }
  .filter.active {
    justify-content: left;
  }
  .filters {
    flex-direction: column;
  }
  .tab {
    justify-content: left;
  }
  .search-section {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
  .results-header {
    font-size: 1.5rem;
  }

  .project-card {
    flex-direction: column;
  }
  .result h3 {
    font-size: 1rem;
  }

  .project-images {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

.folio-hero {
  display: flex;
  position: relative;
}

.folio-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;

  padding: 7.5rem 0rem 0rem 7.5rem;
}

.folio-right {
  position: relative;
}

.label-box {
  position: absolute;
  top: 20%;

  /* background: rgba(0, 0, 0, 0.6); */
  overflow: hidden;
  display: flex;
  background-color: transparent;
  align-items: center;
  max-width: 60%;
}

.index {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  background: var(--Primary-400, #da291c);
  padding: 1rem 2rem 1rem 3.5rem;

  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: var(--White, #fff);
  position: relative;
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}

.description {
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  padding: 0rem 0.94rem;
  align-items: center;
  line-height: 140%;
  height: 6.5rem;
  background: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.008rem;
}

.folio-left h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 4.5rem */
  letter-spacing: -0.075rem;
}

.folio-left p {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}

.policy-draft {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
}

.settings-section {
  background: url("images/Gears illustration.png") center center no-repeat;
  background-color: rgb(240, 240, 240);
  display: flex;
  padding: 12.19rem 0rem;
  justify-content: center;
}

.settings-container {
  display: flex;
  gap: 7rem;
  justify-content: center;
  align-items: center;
}

.settings-content {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.settings-content h1 {
  color: var(--Primary-700, #6d150e);
  text-align: center;
  font-family: Arial;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 6rem */
  letter-spacing: -0.1rem;
}

.settings-content p {
  color: var(--Text-2, #4a4a4a);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.008rem;
}

.stories {
  display: flex;
  padding: 6.25rem 7.5rem;
  flex-direction: column;
  justify-content: center;

  gap: 1.25rem;
  align-self: stretch;
}

.stories h1 {
  color: var(--Text-1, #1a1a1a);

  font-size: 2.5rem;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}

.stories-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}

.policy-box {
  color: var(--Text-2, #4a4a4a);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 160%;
  font-weight: 400;

  letter-spacing: -0.009rem;
}
.policy-box strong {
  font-family: "Open Sans";
}
.policy-box P {
  font-family: "Open Sans";
}
.policy-box li {
  font-family: "Open Sans";
}

.policy-list {
  color: var(--Text-2, #4a4a4a);
  display: flex;
  gap: 1rem;
  padding-left: 2rem;
  flex-direction: column;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}

.policy-section {
  display: flex;
  padding: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.policy-container h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}

.policy-content {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  gap: 3rem;
}

.policy-content p {
  color: var(--Text-2, #4a4a4a);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 2000;
}

@media (max-width: 770px) {
  .label-box {
    padding: 0rem 0.63rem 0rem 3rem;
    max-width: 100%;
  }
  .description {
    font-size: 0.75rem;
    height: 2.9rem;
    padding: 0.75rem;
  }
  .project-card {
    padding: 0.75rem;
  }
  .project-info h3 {
    font-size: 1.5rem;
  }
  .project-info p {
    font-size: 0.875rem;
  }

  .index {
    font-size: 2rem;
  }
  .folio-hero {
    flex-direction: column-reverse;
  }

  .folio-left {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }

  .folio-left h1 {
    font-size: 2.5rem;
  }

  .folio-left p {
    font-size: 1rem;
  }

  .settings-section {
    background: url("images/Gears illustration (1).png") center center no-repeat;
    padding: 0px;
    background-color: rgb(240, 240, 240);
  }

  .stories {
    gap: 2.5rem;
  }

  .stories-card {
    display: flex;
    flex-direction: column;
  }

  .stories h1 {
    font-size: 2rem;
  }

  .settings-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 3.7rem 0rem;
    gap: 1.25rem;
  }

  .policy-section {
    padding: 5rem 1.25rem;
  }

  .policy-container h1 {
    font-size: 2.5rem;
  }

  .policy-content p {
    font-size: 1rem;
  }

  .policy-list {
    font-size: 1rem;
  }

  .policy-box {
    font-size: 1rem;
  }

  .stories {
    padding: 3.75rem 1.25rem;
  }
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* .skiptranslate {
  display: none;
} */
.body {
  top: 0px !important;
  position: block;
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;

  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
  padding: 2.5rem 1.25rem;
}

.dealer-btn1 {
  display: flex;
  cursor: pointer;
  padding: 0.6875rem 2.5rem;
  justify-content: center;
  align-items: center;

  gap: 0.75rem;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--White, #fff);
}

.dealer-btn1:hover {
  background: var(--Primary-25, #f8d4d2);
}

.dealer-btn1 button {
  color: var(--Primary-400, #da291c);
  font-size: 1rem;
}

.side-menu.open {
  transform: translateX(0);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
}

.side-menu button {
  background: none;
  border: none;
  cursor: pointer;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 2rem;
}

.menu-header button {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.input-search img {
  position: absolute;
  padding-left: 0.5rem;
  padding-top: 0.7rem;
}

.input-search {
  display: flex;
  width: 100%;
  gap: 0.375rem;
}

.menu-header input {
  border: 1px solid #e5e5e5;
  background: var(--White, #fff);
  font-size: 0.875rem;
  color: #666;
  outline: none;

  padding: 1rem 2.3rem;
  justify-content: center;
  align-items: center;

  flex: 1 0 0;
}

.menu-list {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}

.menu-list li {
  margin: 10px 0;
  display: flex;
  height: 2rem;
  cursor: pointer;
  padding: 0.875rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.menu-list li:hover {
  background: var(--Primary-400, #da291c);
  color: white;
}
.menu-list li:hover button {
  color: white;
}

.menu-list li:hover svg path {
  stroke: white;
}

.dropdown-btn {
  background: none;
  border: none;
  width: 100%;
  color: var(--Text-2, #4a4a4a);

  font-family: Arial;
  font-size: 1rem;
  text-align: left;
  padding: 10px 0;

  cursor: pointer;
}

.dealer-btn {
  display: flex;
  width: 19.25rem;
  padding: 0.6875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.search-content img {
  width: 1.25rem;
  height: 1.25rem;
}

.dealer-btn button {
  background-color: #da291c;
  color: #fff;
  width: 12.5rem;
  padding: 0.875rem 2.5rem;
  border: none;

  font-weight: bold;
  cursor: pointer;
}

.language-select select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.language-selector {
  margin-right: 2.5rem;
  display: flex !important;
  justify-items: center;
  align-items: center;
  gap: 2rem;
}
.header {
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--Stroke-2, #e5e5e5);
}

/* .header-search {
  padding-right: 3.75rem;
} */

.header-logo {
  padding: 0.625rem 2.5rem;
}

.social-icons img {
  cursor: pointer;
}

.nav-header {
  padding: 1rem 7.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6.25rem;
  align-self: stretch;
  border-bottom: 2px solid #c4c4c4;
}

.menu {
  display: none;
  padding: 0.25rem 0.75rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
}

.animate-on-scroll {
  opacity: 0;
  transform: translate3d(0, 60px, 0) scale(0.95) rotateX(10deg);
  filter: blur(10px) brightness(0.9);
  transform-origin: center;
  will-change: transform, opacity, filter;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 1s ease-out,
    filter 1s ease-out;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0);
  filter: blur(0) brightness(1);
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.8s ease-out,
    filter 0.8s ease-out;
}

.language-selector {
  position: relative;
  display: block;
}

.language-button1 {
  background: none;
  border: none;
  padding: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.arro-icon {
  transition: transform 0.3s ease;
}

.language-button1[aria-expanded="true"] .arro-icon {
  transform: rotate(180deg);
}

.lan-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.lan-dropdown .lang-option {
  padding: 0.75rem 1rem;
  cursor: pointer;
}

.lan-dropdown .lang-option:hover {
  background-color: #da291c;
}

.arrow_d {
  transition: transform 0.3s ease;
}

.language-button[aria-expanded="true"] .arrow_d {
  transform: rotate(180deg);
}

.language-selector {
  position: relative;
  display: inline-block;
}

.lan-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 120px;
  margin: 0rem 0.5rem 0rem 0.5rem;
}
.lang-option {
  color: var(--Text-1, #1a1a1a);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.4rem;
  line-height: 140%;
  letter-spacing: -0.009rem;
}
.lang-option:hover {
  background-color: #da291c;
  color: white;
  cursor: pointer;
}

.language-selector:hover .lan-dropdown {
  display: block;
}
.arrow_d {
  transition: transform 0.3s ease;
}

.language-selector:hover .arrow_d {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.language-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}

.social-end {
  padding-top: 5rem;
  display: flex;
  padding-bottom: 5rem;
  justify-items: end;
  align-items: end;
}

.language-button1 div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-button1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 2.5rem;
  border: none;
  background: none;
  cursor: pointer;

  border-bottom: 2px solid #ccc;
}

.language-button span {
  color: var(--Text-1, #1a1a1a);

  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}

.language-button svg {
  width: 20px;
  height: 20px;
  fill: red;
}

.underline {
  width: 100%;
  height: 2px;
  background: #ccc;
  margin-top: 4px;
}

.list-item {
  list-style: none;
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.list-item li {
  display: flex;
  font-size: 1.25rem;
  font-family: "Open Sans";
  cursor: pointer;
  gap: 0.5rem;
  align-items: center;
}

a {
  all: unset;
}

.header-list {
  list-style: none;
  display: flex;
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}

.header-list li {
  padding: 1rem 0.75rem 0.75rem 0.75rem;
}

.header-list li:hover {
  cursor: pointer;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 40%;

  transform: translate(-50%, -50%);
  color: white;

  z-index: 1;
  padding: 20px;
  max-width: 90%;
}

.learn-more {
  display: flex;
  padding: 0.25rem;
  padding-top: 3.75rem;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.overlay-content h1 {
  color: var(--White, #fff);
  font-family: Arial;
  padding-bottom: 1.25rem;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.075rem;
}

.overlay-content span {
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.learn-more:hover span {
  color: var(--Primary-400, #da291c);
}

.learn-more:hover svg path {
  stroke: var(--Primary-400, #da291c);
}

.overlay-content p {
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 1.5rem;

  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dealer-section {
  background: url("images/Engine.png") center center no-repeat;
  background-color: rgba(248, 212, 210, 0.5);
  height: 100%;
  display: flex;
  padding: 9.375rem 7.5rem;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.dealer-heading h1 {
  color: var(--Text-1, #1a1a1a);
  text-align: center;

  font-size: 2.5rem;

  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.045rem;
}

.dealer-heading p {
  color: var(--Text-2, #4a4a4a);
  text-align: center;
  padding-top: 1.25rem;
  font-size: 1.25rem;

  line-height: 140%;
  letter-spacing: -0.02rem;
}

.dealer-btn {
  padding-top: 3.75rem;
}

.logo-section {
  display: flex;

  padding: 6.25rem 7.5rem;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.logo-heading h1 {
  color: var(--Text-1, #1a1a1a);

  font-family: Arial;
  font-size: 2rem;

  font-weight: 700;
}

.logo-details {
  display: flex;
  gap: 2.5rem;
}

.utility-display {
  background-size: cover;
  background-position: center;

  height: 500px;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.display-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12.5rem 32.5rem 14.375rem 5rem;
  align-items: flex-start;
  gap: 2rem;
}
.display-content div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.display-content h2 {
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.display-content p {
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 1.25rem;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02rem;
}

.utility-box:hover,
.utility-box.active {
  background: var(--Primary-25, #f8d4d2);
}

.utility-box.selected {
  background: var(--Primary-25, #f8d4d2);
}

.utility-display img {
}

.utility-box {
  display: flex;

  padding: 1.5rem 1.25rem 1rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  border: 1px solid #b7b7b7;
  background: var(--White, #fff);
}

.utility-grid {
  padding-top: 3.75rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, 1fr);
}

.utility-box h2 {
  color: #1a1a1a;
  text-align: center;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.utility {
  background: #f0f0f0;
  padding: 6.25rem 7.5rem;
}

.utility-container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.utility-header {
  /* max-width: 38rem; */
}

.utility-header h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 2rem;
  font-weight: 700;
  font-family: Arial;
  line-height: 120%;
  padding-bottom: 1.25rem;
  letter-spacing: -0.045rem;
}

.utility-header p {
  color: var(--Text-2, #4a4a4a);
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 140%;
  letter-spacing: -0.008rem;
}
.mask1 {
  width: 100%;
}

@media (max-width: 1200px) {
  .stock-container {
    flex-direction: column;
  }
  .logo-section {
    display: flex;
    justify-content: center;
    gap: 4rem;
    align-items: center;
    flex-direction: column;
  }

  .project-images {
    width: 100%;
  }
  .project-card {
    flex-direction: column;
  }
  .img1 {
    width: 100%;
    height: 9.7rem;
  }

  .img2 {
    width: 100%;
    height: 9.7rem;
  }
  .menu {
    display: flex;
  }

  .nav-header {
    display: none;
  }

  .header {
    display: none;
  }

  .menu-border {
    display: block;
    border-bottom: 2px solid #c4c4c4;
    background: #e5e5e5;
    padding: 0.1rem;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .utility-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.seb-section1 {
  display: none;
}
.about-us {
  padding: 6.25rem 7.5rem;
}

.about-content h1 {
  color: var(--Text-1, #1a1a1a);
  font-size: 2.5rem;
  font-style: normal;
  font-family: Arial;
  font-weight: 700;
  line-height: 120%;
  max-width: 48rem;
  letter-spacing: -0.045rem;
}

.testimonial-slider {
  display: flex;
  justify-content: space-between;
  padding: 6.25rem 7.5rem;
  background: #fff;
  font-family: Arial, sans-serif;
  gap: 3.75rem;
}

.about-btn {
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 1.125rem;

  font-weight: 700;
}

.about-btn {
  margin-top: 1.25rem;
  cursor: pointer;
}

.about-btn:hover {
  background: var(--Primary-300, #e04d42);
}

.about-card {
  padding-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.about-card1 {
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.card {
  /* max-width: 380px; */
  border: 1px solid var(--Stroke-1, #b7b7b7);
  cursor: pointer;
  background: var(--White, #fff);
}

.card1 {
  border: 1px solid var(--Stroke-1, #b7b7b7);
  cursor: pointer;
  background: var(--White, #fff);
}

.card-image-container {
  width: 100%;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 380px;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.card:hover .card-image {
  transform: scale(1.05);
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  font-family: "Open Sans";
  padding-bottom: 0.97rem;
}

.card-heading h1 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0135rem;
}

.card-body {
  padding: 1rem;
}

.card-title {
  color: var(--Text-1, #1a1a1a);

  font-size: 1rem;
  font-style: normal;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.008rem;
}

.mini-title h1 {
  color: #1a1a1a;
  padding-top: 3.75rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Arial";
  line-height: 120%;
  letter-spacing: -0.028rem;
}

.card-text {
  color: var(--Text-2, #4a4a4a);
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.4rem */
  font-family: "Open Sans";
  letter-spacing: -0.008rem;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag-btn {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Stroke-2, #e5e5e5);
  background: var(--White, #fff);
  color: var(--Text-3, #6e6e6e);
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 140%;
  letter-spacing: -0.003rem;
}

.card-date {
  color: var(--Text-3, #6e6e6e);
  font-size: 0.75rem;
  font-style: italic;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.003rem;
}

/* .testimonial-left {
  max-width: 35%;
} */

.testimonial-left h2 {
  color: var(--Text-1, #1a1a1a);
  font-family: Arial;
  font-size: 2rem;
  font-weight: 400;
}

.testimonial-left strong {
  font-weight: 700;
}

.testimonial-left p {
  margin-top: 1.25rem;
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}

.testimonial-container {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  gap: 5rem;
}

.testimonial-nav {
  display: flex;
  gap: 5rem;
}

.nav-btn {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  cursor: pointer;
  border-radius: 62.5rem;
  border: 1px solid var(--Text-3, #6e6e6e);
  background: var(--White, #fff);
}

.nav-btn.active {
  border-radius: 62.5rem;
  border: 1px solid red;
  background: var(--White, #fff);
  display: flex;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.nav-btn.active:hover {
  background-color: rgba(255, 0, 0, 0.2);
}

.dot {
  width: 0.5rem;
  height: 0.25rem;

  border-radius: 0.5rem;
  background: #e5e5e5;
  display: inline-block;
  margin-right: 6px;
}

.testimonial-right {
  max-width: 55%;
  position: relative;
}

.quote-icon {
  color: #da291c;
  font-size: 2rem;
  line-height: 0;
}

.testimonial-text {
  padding-top: 0.75rem;
  color: var(--Text-2, #4a4a4a);
  align-self: stretch;
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 2.1rem */
  letter-spacing: -0.018rem;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.author-name {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.author {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.author-title {
  color: var(--Text-2, #4a4a4a);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonial-container1 {
  display: none;
}

.bar-content {
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
}
.about-content h1 {
  font-family: Arial;
}

@media (max-width: 770px) {
  .mask {
    display: block;
    width: 100%;
    padding-top: 8rem;
  }
  .mask1 {
    display: none;
  }
  .display-content {
    padding: 2rem;
  }

  /* .utility-display2 .display-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    filter: brightness(0.8);
  } */

  .display-content h2 {
    font-size: 1rem;
  }

  .display-content p {
    font-size: 0.87rem;
  }

  .utility-display {
    display: none !important;
  }

  .dealer-section {
    background: url("images/Engine2.png") center center no-repeat;
    background-color: rgba(248, 212, 210, 0.5);
    padding: 3.75rem 1.25rem;
  }

  .logo-heading h1 {
    font-size: 1.25rem;
  }

  .dealer-heading h1 {
    font-size: 1.5rem;
  }

  .dealer-heading p {
    font-size: 0.875rem;
  }

  .logo-section {
    padding: 3.75rem 1.25rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }

  .logo-details {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
  }

  .utility {
    padding: 3.75rem 1.25rem;
  }

  .utility-container {
    flex-direction: column;
  }

  .utility-header h1 {
    font-size: 1.5rem;
  }

  .utility-header p {
    font-size: 1rem;
  }

  .utility-box h2 {
    font-size: 1rem;
  }

  .utility-box {
    flex-direction: row-reverse;
    padding: 0.75rem 1.25rem;

    justify-content: space-between;
  }

  .utility-grid {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding-top: 1.5rem;
  }

  .overlay-content {
    left: 50%;
    width: 100vw;
  }

  .overlay-content h1 {
    font-size: 2.5rem;
  }

  .about-us {
    padding: 3.75rem 1.25rem;
  }

  .about-content h1 {
    font-size: 1.5rem;
  }

  .about-btn {
    font-size: 1rem;
    max-width: 100%;
    font-family: "Open Sans";
    width: fit-content;
  }

  .mini-title h1 {
    font-size: 1.25rem;
  }

  .about-card {
    flex-direction: column;
    align-items: center;
  }

  .about-card1 {
    flex-direction: column;
  }

  .testimonial-slider {
    padding: 5rem 1.25rem;
    gap: 2.5rem;
    flex-direction: column;
  }

  .testimonial-left h2 {
    font-size: 1.5rem;
  }

  .testimonial-left p {
    font-size: 0.875rem;
  }

  .testimonial-container {
    display: none;
  }

  .testimonial-right {
    max-width: none;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .testimonial-container1 {
    display: flex;
    gap: 5rem;
    align-items: center;
  }
}

.info-section {
  padding: 6.25rem 7.5rem 3.75rem 7.5rem;
  background-image: url("images/truck2.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.info-section h1 {
  font-family: Arial;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}

.info-section p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Open Sans";
  line-height: 140%;
  letter-spacing: -0.0175rem;
  padding-top: 1.25rem;
  color: white;
}

.info-section span {
  font-size: 0.875rem;
  font-family: "Open Sans";
  color: white;
  padding-top: 1.25rem;
}

.info-container {
  display: flex;
  gap: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}

.info-button {
  display: flex;
  padding: 0.88rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 600;
  background-color: white;
  color: white;
  white-space: nowrap;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
}

.info-button1 {
  display: flex;
  padding: 0.88rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-family: "Open Sans";
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 600;

  color: white;
  background: transparent;
  border: 1px solid var(--White, #fff);
}

.info-button:hover {
  background: var(--Primary-300, #e04d42);
}

.info-button1:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer {
  background-color: #1a1a1a;
  padding: 6.25rem 7.5rem 3.75rem 7.5rem;
}

.about-footer {
  color: var(--White, #fff);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
  letter-spacing: -0.008rem;
}
.about-footer p {
  font-family: "Open Sans";
}
.footer-head h1 {
  color: #ffffff;
  font-family: "Arial";
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.footer-head p {
  color: #ffffff;
  font-family: "Open Sans";
  padding-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.search-bar {
  display: flex;
  /* background-color: white; */
  /* padding: 0.5rem; */
  /* border: 1px solid #ccc; */

  /* justify-content: center; */
  gap: 0.5rem;
}

/* .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */
.contact-request:hover a {
  color: #da291c;
}

.contact-request:hover svg {
  fill: #da291c;
}
.search-content {
  border-bottom: 1px solid var(--Stroke-2, #e5e5e5);
  display: flex;
  width: 15rem;
  align-items: center;
  padding: 0.75rem 0.5rem;
  font-family: Inter;
}

.search-bar select {
  padding: 0.75rem 0.5rem;
  border: none;
  appearance: none;
  background-color: white;
  color: var(--Text-2, #4a4a4a);
  font-size: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  width: 100%;
  cursor: pointer;
  padding-right: 30px;
}

.custom-dropdown {
  position: relative;
  padding: 0.75rem 0.5rem;
  padding-right: 0.5rem;
  border: none;
  appearance: none;
  background-color: white;
  color: var(--Text-2, #4a4a4a);
  font-size: 1rem;

  background-size: 16px;
  width: 100%;
  cursor: pointer;
  padding-right: 30px;
}

.custom-dropdown .selected {
  background-color: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;

  cursor: pointer;
  user-select: none;
}

.option {
  background-color: white;
}

.dropdown-options {
  flex-direction: column;
  gap: 0.1rem;
}

.custom-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ccc;
  right: 1rem;
  z-index: 10;
}

.custom-dropdown .option {
  padding: 8px 10px;
  cursor: pointer;
  user-select: none;
}

.custom-dropdown .option:hover {
  background: var(--Primary-400, #da291c);
  color: white;
}

.custom-dropdown .option.selected-option {
  background: var(--Primary-400, #da291c);
  color: white;
}

.search-bar select:focus {
  outline: none;
}

.search-button {
  display: flex;
  padding: 0.875rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-family: "Open Sans";
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  border: 1px solid var(--Primary-400, #da291c);
  background: var(--Primary-400, #da291c);
}

.search-button:hover {
  background: var(--Primary-300, #e04d42);
}

.nav-list {
  list-style: none;
  margin: 0;
  padding-top: 66px;
  display: flex;
  color: white;
  font-size: 18px;
  gap: 2.5rem;
  justify-content: space-between;
}

.service-list .nav-list li:hover {
  color: #da291c;
  cursor: pointer;
}

.nav-list li {
  margin: 0;
  font-family: "Open Sans";
  padding: 0;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
  padding-top: 2.5rem;
}
.contact-footer h2 {
  color: var(--White, #fff);
  font-family: Arial;
  font-size: 2rem;
  font-style: normal;
  padding: 0px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.028rem;
}
.contact-request {
  display: flex;

  align-items: center;
  gap: 0.75rem;
}
.contact-request a {
  color: var(--White, #fff);
  font-size: 1.25rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  letter-spacing: -0.02rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.social-head h1 {
  font-size: 32px;
  font-family: Arial;
  font-weight: 700;
  padding-bottom: 18px;
  color: white;
}

.social-icons {
  display: flex;
  gap: 1.25rem;
  height: fit-content;
  align-items: center;
}

.footer-bottom h1 {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  color: white;
}

.footer-bottom span {
  color: white;
  font-family: "Open Sans";
  font-size: 1rem;
}

.footer-bottom {
  padding-top: 3.7rem;
}

.address-box {
  display: flex;
  gap: 3rem;
  padding-top: 1.25rem;
}

.address-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.69rem;
}

.address-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}
.address-detail span {
  color: var(--Text-2, #4a4a4a);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.009rem;
}

.address-details1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
}

.address-content span {
  font-size: 1rem;
  font-weight: 700;
  font-family: Arial;
}

.hr {
  margin-top: 2.5rem;
  color: white;
}

.footer-extended {
  padding-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.extended-left {
  display: flex;
  align-items: center;
  gap: 2.12rem;
}
.extended-right h1:hover {
  color: #da291c;
  cursor: pointer;
}
.extended-right h1 {
  font-size: 1rem;
  color: white;
  font-family: "Open Sans";
  font-weight: 700;
}

@media (max-width: 770px) {
  .learn-more {
    padding-top: 1.5rem;
  }
  .project-card {
    gap: 2.5rem;
  }
  .img1 {
    width: 100%;
    height: 9.7rem;
  }
  .img2 {
    width: 100%;
    height: 9.7rem;
  }
  .contact-request a {
    font-size: 1rem;
  }

  .project-images {
    flex-direction: column;
  }
  .contact-request {
    padding: 0rem !important;
  }
  .project-section {
    padding: 3.75rem 1.25rem;
  }
  .image-flex {
    flex-direction: row;
    /* max-width: 150px; */
    justify-content: space-between;
  }
  .about-footer {
    font-size: 0.75rem;
  }

  .video-background {
    overflow: hidden;
  }

  .dealer-btn {
    margin: 0px;
    padding: 0px;
  }

  .dealer-section {
    padding: 3.75rem 1.25rem;
  }

  .dealer-btn button {
    width: 100%;
  }

  .search-content {
    width: 9rem;
  }

  .search-button {
    width: fit-content;
  }

  .search-bar {
    flex-direction: column;
    gap: 0.75rem;
  }

  .info-section {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
    background-image: url("images/truck2.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .info-section h1 {
    font-size: 1.5rem;
  }

  .info-section p {
    font-size: 0.87rem;
  }

  .info-section span {
    font-size: 0.75rem;
  }

  .info-button {
    font-size: 1rem;
  }

  .info-button {
    padding: 0.6rem;
  }

  .info-button1 {
    padding: 0.6rem;
  }

  .footer {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
  }

  .footer-head h1 {
    font-size: 1.5rem;
  }

  .footer-head p {
    font-size: 0.875rem;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
  }

  .nav-list {
    flex-direction: column;
    gap: 1.25rem;
  }

  .service-list .nav-list li:hover {
    color: #da291c;
    cursor: pointer;
  }

  .social-head h1 {
    font-size: 1.5rem;
    padding-top: 2.5rem;
  }

  .footer-bottom {
    padding-top: 2.5rem;
  }

  .footer-bottom h1 {
    font-size: 1.5rem;
  }

  .address-box {
    flex-direction: column;
  }

  .footer-extended {
    flex-direction: column;
  }

  .footer-bottom h1 {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
}

@media (min-width: 771px) and (max-width: 1100px) {
  .stock {
    padding: 3.75rem 1.25rem;
  }
  .stock-container {
    flex-direction: column;
  }
  .stock-grid {
    gap: 1.5rem;
  }

  .build-write {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }
  .build-section {
    display: flex;

    flex-direction: column-reverse;

    gap: 1.5rem;
    align-self: stretch;
  }
  .build-write h1 {
    font-size: 2.5rem;
  }
  .build-write h3 {
    font-size: 1.5rem;
  }
  .build-write p {
    font-size: 1.5rem;
  }
  .folio-hero {
    flex-direction: column-reverse;
  }
  .folio1 {
    width: 100%;
  }
  .folio-left {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
  .filter {
    flex-direction: column;
  }
  .filter.active {
    justify-content: left;
  }
  .filters {
    flex-direction: column;
  }
  .project-card {
    gap: 2.5rem;
  }
  .project-card {
    padding: 0.75rem;
  }
  .image-flex {
    flex-direction: row;
  }
  .img1 {
    width: 100%;
    height: 9.7rem;
  }
  .img2 {
    width: 100%;
    height: 9.7rem;
  }
  .project-images {
    flex-direction: column;
  }
  .project-section {
    padding: 3.75rem 1.25rem;
  }
  .stories {
    padding: 3.75rem 1.25rem;
  }
  .search-section {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
  .svg-icon {
    left: 0.8rem;
  }
  .overlay-content {
    left: 50%;
    width: 100vw;
  }

  .display-content {
    padding: 2rem;
  }

  .dealer-section {
    padding: 3.75rem 1.25rem;
  }

  .logo-section {
    padding: 3.75rem 1.25rem;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    flex-direction: column;
  }

  .utility {
    padding: 3.75rem 1.25rem;
  }

  .utility-container {
    flex-direction: column;
  }

  .about-btn {
    width: 50%;
  }

  .utility-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  .about-content h1 {
    font-size: 1.7rem;
  }

  .mini-title h1 {
    font-size: 1.7rem;
  }

  .info-section h1 {
    font-size: 2rem;
  }

  .info-section p {
    font-size: 1rem;
  }

  .footer-container {
    flex-direction: column;
  }

  .social-head {
    padding-top: 3rem;
  }

  .testimonial-left h2 {
    font-size: 1.7rem;
  }

  .testimonial-left p {
    font-size: 1rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }
  .mask1 {
    width: 100% !important;
  }

  .footer {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
  }

  .about-us {
    padding: 3.75rem 1.25rem;
  }

  .info-section {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
  }

  .testimonial-slider {
    padding: 5rem 1.25rem;
  }
}
