* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Arial", "Helvetica Neue", sans-serif;
}

:root {
  background: #ffffff;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header-wrapper {
  width: 100%;
  padding: 0px 30px !important;
  background-color: #ffffff;
  position: relative;
}
.header-wrapper .header {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .header .left-image {
  width: 97px;
  height: auto;
}
.header-wrapper .header .navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.header-wrapper .header .navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .header .navbar ul .navbarItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial !important;
  padding: 43px 10px;
  gap: 10px;
}
.header-wrapper .header .navbar ul .navbarItem a {
  transition: 200ms ease;
  text-wrap: nowrap;
  text-decoration: none;
  color: #070707;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.header-wrapper .header .navbar ul .navbarItem img {
  transition: 200ms ease;
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
}
.header-wrapper .header .navbar ul .navbarItem .dropdown {
  cursor: auto;
  top: 100%;
  z-index: 100;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  background-color: white;
  border-radius: 4px;
}
.header-wrapper .header .navbar ul .navbarItem .dropdown li {
  cursor: pointer;
}
.header-wrapper .header .navbar ul .navbarItem .dropdown li a {
  color: #0f0f10;
}
.header-wrapper .header .navbar ul .navbarItem .dropdown li:hover a {
  color: #ddb649;
}
.header-wrapper .header .navbar ul .navbarItem .megaMenu {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 60px 30px 40px;
  background: #f5f5f5;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.header-wrapper .header .navbar ul .navbarItem .megaMenu .megaMenu-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem {
  max-width: 50%;
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem
  .megaMenuItem-title {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-weight: 500;
  color: #ffc527;
}
.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem
  .megaMenuItem-title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ffc527;
}
.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem
  .megaMenuItem-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: start !important;
  gap: 20px !important;
}
.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem
  .megaMenuItem-links.flexable {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  width: 100% !important;
}

.header-wrapper
  .header
  .navbar
  ul
  .navbarItem
  .megaMenu
  .megaMenu-inner
  .megaMenuItem
  .megaMenuItem-links
  a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  text-wrap: wrap;
}
.header-wrapper .header .navbar ul .navbarItem:hover a {
  color: #ffc527;
}
.header-wrapper .header .navbar ul .navbarItem:hover .dropdown {
  padding: 16px;
  opacity: 1;
  pointer-events: all;
}
.header-wrapper .header .navbar ul .navbarItem:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .header .right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.header-wrapper .header .right-header .request-button {
  text-wrap: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 38px;
  background: #ffc527;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: 100ms ease;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.header-wrapper .header .right-header .request-button:active {
  transform: scale(0.95);
}
.header-wrapper .header .right-header .request-button:hover {
  background-color: black;
  color: white;
}
.header-wrapper .header .right-header .lang-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 6px;
}
.header-wrapper .header .right-header .lang-button img {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
}
.header-wrapper .header .right-header .lang-button select {
  min-width: 57px;
  width: 57px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/images/caretselect.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 90%;
  outline: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: 100ms ease;
  color: #070707;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.header-wrapper .header .right-header .lang-button select option {
  text-transform: uppercase;
  color: #070707;
  font-weight: 400;
  font-size: 16px;
}
.header-wrapper .header .right-header .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  cursor: pointer;
}
.header-wrapper .header .right-header .search-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.header-wrapper .header .overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
  width: 100%;
  min-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.header-wrapper .header .overlay .search-area {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  inset: 0;
  padding: 20px 30px;
  gap: 12px;
  position: relative;
}
.header-wrapper .header .overlay .search-area input[type="search"] {
  width: 100%;
  padding: 20px;
  border-radius: 14px;
  padding-left: 60px;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  border: 2px solid transparent;
  transition: 200ms ease;
}
.header-wrapper .header .overlay .search-area input[type="search"]:focus {
  border: 2px solid orangered;
}
.header-wrapper
  .header
  .overlay
  .search-area
  input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.header-wrapper .header .overlay .search-area .close-x-btn {
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  transition: 100ms ease;
}
.header-wrapper .header .overlay .search-area .close-x-btn:active {
  transform: scale(0.95);
}
.header-wrapper .header .overlay .search-area .zoom {
  position: absolute;
  z-index: 0;
  left: 50px;
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
}
.header-wrapper .header .overlay .search-area.active {
  display: flex !important;
}
.header-wrapper .header .overlay .search-results {
  width: 100%;
  height: auto;
  max-width: calc(100% - 100px);
  left: 30px;
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  padding: 26px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.header-wrapper .header .overlay .search-results .item-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-wrapper .header .overlay .search-results .item-result p {
  color: rgb(30, 30, 30);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(198, 198, 198);
}
.header-wrapper .header .overlay.active {
  display: block !important;
}

.hero-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
  background-image: url("/assets/images/herobackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 300ms ease;
}
.hero-wrapper .hero {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hero-wrapper .hero .left-area {
  max-width: 440px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 80px 0 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.hero-wrapper .hero .left-area h1 {
  max-width: 384px;
  width: 100%;
  text-align: left;
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  color: #ffffff;
}
.hero-wrapper .hero .left-area .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.hero-wrapper .hero .left-area .buttons .services,
.hero-wrapper .hero .left-area .buttons .industries {
  text-decoration: none;
  padding: 10px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  text-align: start;
  line-height: normal;
  cursor: pointer;
  transition: 100ms ease;
}
.hero-wrapper .hero .left-area .buttons .services.active,
.hero-wrapper .hero .left-area .buttons .industries.active {
  color: #ffc527;
  font-weight: 600;
}
.hero-wrapper .hero .right-area {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0;
}
.hero-wrapper .hero .right-area .box {
  cursor: pointer;
  width: 100%;
  min-height: 325px;
  height: 325px;
  background-color: transparent;
  padding: 0 24px !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: 300ms ease;
  gap: 20px;
  position: relative;
  border: 1px solid rgb(198, 198, 198);
}
.hero-wrapper .hero .right-area .box h6 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.hero-wrapper .hero .right-area .box .h-desc {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  width: 0;
  height: 0;
  line-height: 21px;
  text-align: left;
  max-width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5px);
  transition: 300ms ease;
}
.hero-wrapper .hero .right-area .box img {
  transition: 300ms ease;
  min-width: 64px;
  width: 64px;
  min-height: 64px;
  height: 64px;
}
.hero-wrapper .hero .right-area .box:nth-child(-n + 5) {
  border-top: none;
}
.hero-wrapper .hero .right-area .box:nth-child(-n + 5)::before {
  content: "";
  z-index: 10000;
  position: absolute;
  bottom: -16px;
  left: -12px;
  width: 24px;
  min-width: 24px;
  height: 30px;
  min-height: 30px;
  background-image: url("/assets/images/rightglow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.hero-wrapper .hero .right-area .box:nth-last-child(-n + 5) {
  border-bottom: none;
}
.hero-wrapper .hero .right-area .box::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  transition: 300ms ease;
}
.hero-wrapper .hero .right-area .box:hover::after {
  background: rgba(255, 197, 39, 0.2);
  opacity: 1;
}
.hero-wrapper .hero .right-area .box:hover img {
  opacity: 0;
  transform: translateX(-20px);
  min-width: 0;
  width: 0;
  min-height: 0;
  height: 0;
}
.hero-wrapper .hero .right-area .box:hover .h-desc {
  font-size: 14px;
  width: auto;
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.hero-wrapper .overlay-button-mail {
  background: rgba(255, 197, 39, 0.3);
  border-radius: 100px;
  min-width: 82px;
  width: 82px;
  min-height: 82px;
  height: 82px;
  position: fixed;
  z-index: 999;
  bottom: 4px;
  left: 24px;
  transition: 300ms ease;
  animation: Overed 700ms ease infinite alternate-reverse;
}
.hero-wrapper .overlay-button-mail .button-mail {
  cursor: pointer;
  border-radius: 100px;
  background: rgb(255, 197, 39);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-wrapper .overlay-button-mail .button-mail img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@keyframes Overed {
  0% {
    padding: 0;
  }
  100% {
    padding: 8px;
  }
}
.hero-wrapper .dropdown-mail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  z-index: 999;
  bottom: 40px;
  left: 24px;
  transition: 300ms ease;
  opacity: 0;
  pointer-events: none;
}
.hero-wrapper .dropdown-mail .item-mail {
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
}
.hero-wrapper .dropdown-mail .item-mail img {
  width: 28px;
}
.hero-wrapper .dropdown-mail .overlay-close-button {
  min-width: 82px;
  width: 82px;
  height: 82px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  background: rgba(118, 118, 118, 0.0784313725);
  padding: 11px;
}
.hero-wrapper .dropdown-mail .overlay-close-button .close-button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: 100ms ease;
  min-width: 60px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  background: #b3b3b3;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-wrapper .dropdown-mail .overlay-close-button .close-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.hero-wrapper .dropdown-mail .overlay-close-button .close-button:hover {
  background-color: #cecece;
}
.hero-wrapper .button-down {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 40px;
  background: rgb(255, 197, 39);
  border-radius: 100px;
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-wrapper .button-down img {
  width: 28px;
}
.hero-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.ship-wrapper {
  width: 100%;
  padding: 48px 30px;
  background: linear-gradient(90deg, #f2f2f2 0%, #f6f6f6 100%);
}
.ship-wrapper .ship {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.ship-wrapper .ship .title-ship {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  max-width: 616px;
  width: 100%;
}
.ship-wrapper .ship .title-ship h6 {
  color: #070707;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}
.ship-wrapper .ship .title-ship p {
  color: #aeaeae;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.ship-wrapper .ship .container-ship {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(193, 193, 193, 0.2509803922);
  padding: 20px 39px 20px 19px !important;
}
.container-ship {
  .openShipModal {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 16px;
    outline: none;
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
}
.ship-wrapper .ship .container-ship .item-form-ship {
  position: relative;
  border: 1px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 0 60px;
  border-right: 1px solid #ffc527;
  cursor: pointer;
  transition: 200ms ease;
  width: 100%;
}

.ship-wrapper .ship .container-ship .item-form-ship:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}
.ship-wrapper .ship .container-ship .item-form-ship:nth-child(1) {
  padding-left: 20px !important;
}
.ship-wrapper .ship .container-ship .item-form-ship h4 {
  color: #050708;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  text-align: left;
  max-width: 195px;
  width: 100%;
}
.ship-wrapper .ship .container-ship .item-form-ship p {
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  max-width: 195px;
  width: 100%;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  cursor: auto;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.origin,
.ship-wrapper .ship .container-ship .item-form-ship .form-in.destination {
  padding: 25px 30px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 3px 3px 3px rgba(193, 193, 193, 0.25) !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}

.shipModal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-in-out;
  .shipModal {
    max-width: 520px;
    width: 100%;
    background: #fff;
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 12px;
    .closeShipBtn {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      min-width: 36px;
      border: none;
      background: #f5f5f5;
      border-radius: 100px;
      cursor: pointer;
      svg {
        width: 20px;
        height: 20px;
      }
    }
    .modal_title {
      font-weight: 500;
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      color: #000;
    }
    .shipModalForm {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 12px;
      margin-top: 16px;
      width: 100%;
      .formItem {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
        label {
          font-size: 14px;
          color: #000;
          sup {
            color: red;
          }
        }
        input {
          border: 1px solid #e6e6e6;
          border-radius: 16px;
          padding: 10px;
          color: #000;
          font-weight: 500;
          font-size: 16px;
          width: 100%;
          line-height: 20px;
          &::placeholder {
            color: #6a6a6a;
          }
        }
      }

      .submitForm {
        margin-top: 8px;
        width: 100%;
        transition: 0.25s ease-in-out;
        padding: 10px 24px;
        background: #ffc527;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border: 1px solid #ffc527;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        &:hover {
          color: #000;
          background: #fff;
        }
      }
    }
  }
}
.shipModal-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.mobileShipModal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-in-out;
  .mobileShipModal {
    max-width: 520px;
    width: 100%;
    background: #fff;
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 12px;
    .mobileCloseShipBtn {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      min-width: 36px;
      border: none;
      background: #f5f5f5;
      border-radius: 100px;
      cursor: pointer;
      font-size: 18px;
      line-height: 20px;

      svg {
        width: 20px;
        height: 20px;
      }
    }
    .modal_title {
      font-weight: 500;
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      color: #000;
    }
    .shipModalForm {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 12px;
      margin-top: 16px;
      width: 100%;
      .formItem {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
        label {
          font-size: 14px;
          color: #000;
          sup {
            color: red;
          }
        }
        input {
          border: 1px solid #e6e6e6;
          border-radius: 16px;
          padding: 10px;
          color: #000;
          font-weight: 500;
          font-size: 16px;
          width: 100%;
          line-height: 20px;
          &::placeholder {
            color: #6a6a6a;
          }
        }
      }
      .submitForm {
        margin-top: 8px;
        width: 100%;
        transition: 0.25s ease-in-out;
        padding: 10px 24px;
        background: #ffc527;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border: 1px solid #ffc527;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        &:hover {
          color: #000;
          background: #fff;
        }
      }
    }
  }
}
.mobileShipModal-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.success-container {
  max-width: 400px;
  margin: 40px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .successCheck {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc527;
    svg {
      width: 60px;
    }
  }
  .success-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
    h2 {
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      color: #000;
    }
    p {
      margin-top: 8px;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: rgba(0, 0, 0, 0.8);
    }
    .backHome {
      margin-top: 24px;
      text-wrap: nowrap;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 38px;
      background: #ffc527;
      border-radius: 16px;
      cursor: pointer;
      outline: none;
      border: none;
      transition: .3s ease-in-out;
      color: #000;
      font-weight: 400;
      font-size: 16px;
      &:hover{
        background: #000;
        color: #fff;
      }
    }
  }
}
.footer-bottom{
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f0f10;
  .footer-bottom-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px;
    p{
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
    }
    .footer-socials{
      display: flex;
      align-items: center;
      gap: 20px;
      .footer-social-item{
        width: 24px;
        min-width: 24px;
        img{
          width: 100%;
        }
      }
    }
  }
}
@media only screen and (max-width: 768px) {
  .shipModal-container {
    .shipModal {
      max-width: 320px;
      padding: 40px 20px 20px;
      .closeShipBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        svg {
          width: 18px;
          height: 18px;
        }
      }
      .modal_title {
        font-size: 24px;
        line-height: 32px;
      }
      .shipModalForm {
        gap: 10px;
        margin-top: 14px;
      }
    }
  }
  .mobileShipModal-container {
    .mobileShipModal {
      max-width: 320px;
      padding: 40px 20px 20px;
      .mobileCloseShipBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        svg {
          width: 18px;
          height: 18px;
        }
      }
      .modal_title {
        font-size: 24px;
        line-height: 32px;
      }
      .shipModalForm {
        gap: 10px;
        margin-top: 14px;
      }
    }
  }
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.origin h6,
.ship-wrapper .ship .container-ship .item-form-ship .form-in.destination h6 {
  color: #070707;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  max-width: 835px;
  width: 100%;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.origin .bottoms,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  label,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  label {
  color: #070707;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: left;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  label
  sup,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  label
  sup {
  color: red;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  select,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  select {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 10px;
  outline: none;
  cursor: pointer;
  transition: 200ms ease;
  padding-left: 45px;
  color: #6a6a6a;
  font-weight: 500;
  font-size: 14px;
  width: 235px;
  background-image: url("/assets/images/mdi_local-airport.svg"),
    url("/assets/images/lsicon_down-outline.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 24px, 24px;
  background-position: left 10px center, right 10px center;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  select:focus,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  select:focus {
  border: 1px solid #ddb649;
  cursor: default;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .select2-container,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .select2-container {
  width: 235px !important;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection {
  border: 1px solid #e6e6e6 !important;
  border-radius: 16px !important;
  height: auto !important;
  padding: 8.5px 10px !important;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection:focus,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection:focus {
  border: 1px solid #ddb649 !important;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection__rendered,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection__rendered {
  color: #6a6a6a;
  font-weight: 500;
  font-size: 14px;
  padding: 0 !important;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection__arrow,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .select2-container
  .select2-selection__arrow {
  height: 100% !important;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms
  button[type="submit"],
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms
  button[type="submit"] {
  border-radius: 100px;
  outline: none;
  border: none;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffc527;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms
  button[type="submit"]
  img,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms
  button[type="submit"]
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.load {
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 3px 3px rgba(193, 193, 193, 0.25) !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  min-width: 587px;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.load .title-form {
  color: #070707;
  font-weight: 500;
  font-size: 18px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav {
  outline: none;
  cursor: pointer;
  transition: 200ms ease;
  background-color: transparent;
  padding: 10.5px 13px;
  display: flex;
  align-items: center;
  border: none;
  justify-content: flex-start;
  border-bottom: 1px solid #aeaeae;
  gap: 10px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav
  p {
  color: #aeaeae;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav
  img {
  min-width: 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav.active {
  border-bottom: 1px solid #ffc527;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav.active
  p {
  color: #ffc527;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .top-nav
  .item-nav.active
  img {
  filter: invert(0);
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content {
  width: 100%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel {
  width: 100%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel {
  max-width: 640px;
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  .calculateShipment {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: start;
    .note {
      width: 100%;
      p {
        font-size: 14px;
        line-height: 20px;
        color: #aeaeae;
        font-weight: 500;
        max-width: 100% !important;
      }
    }
    .calculateShipment-inputs {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: end;
      gap: 12px;
      width: 100%;
      .units {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
        width: 100%;
        .number-of-units {
          color: #aeaeae;
          font-weight: 400;
          font-size: 12px;
          line-height: normal;
          sup {
            color: red;
          }
        }
        input {
          border: 1px solid #aeaeae;
          outline: none;
          padding: 6px 16px;
          border-radius: 16px;
          width: 100%;
          font-size: 16px;
          font-weight: 400;
          color: #000;
        }
      }
      .input-select {
        width: 100%;
        display: flex;
        align-items: center;
        input {
          padding: 6px 16px;
          outline: none;
          border-radius: 16px 0 0 16px;
          border: 1px solid #aeaeae;
          border-right: none;
          font-size: 16px;
          font-weight: 400;
          color: #000;
          width: 100%;
        }
        select {
          min-width: 70px;
          background: #e5e5e5;
          padding: 5px;
          border-radius: 0 16px 16px 0;
          text-transform: uppercase;
          font-size: 16px;
          color: #000;
          text-align: center;
          font-weight: 400;
        }
      }
    }
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .top-radios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .top-radios
  label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #aeaeae;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .top-radios
  label
  input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #aeaeae;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .top-radios
  label
  input[type="radio"]:checked {
  border-color: #ff9900;
  background-color: #ff9900;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .top-radios
  label
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .activeCalculate {
  display: flex !important;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  h6 {
  color: #070707;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .number-of-units {
  color: #aeaeae;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: end;
  sup {
    color: red;
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container {
  width: 100%;
  max-width: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs {
  width: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs
  .pallet-btn,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs
  .boxes-btn {
  width: 100%;
  padding: 7.5px 43px;
  border: 1px solid #aeaeae;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 16px;
  transition: 100ms ease;
  color: #aeaeae;
  font-weight: 400;
  font-size: 14px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs
  .pallet-btn.active,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs
  .boxes-btn.active {
  border: 1px solid #ffc527;
  color: #ffc527;
  background: rgba(255, 197, 39, 0.0196078431);
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .bottom-inputs
  input[type="number"] {
  min-width: 128px;
  border: 1px solid #aeaeae;
  outline: none;
  padding: 7.5px 16px;
  border-radius: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .pallet-type {
  display: none !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  gap: 20px;
  sup {
    color: red;
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .pallet-type2 {
  display: flex !important;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .pallet-type.show {
  display: flex !important;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .pallet-type
  h5 {
  color: #070707;
  font-weight: 500;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .pallet-type
  select {
  width: 100%;
  border: 1px solid #aeaeae;
  border-radius: 16px;
  padding: 9.5px 16px;
  color: #aeaeae;
  font-weight: 400;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/images/ss.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content {
  display: grid !important;
  opacity: 1 !important;
  pointer-events: all !important;
  gap: 20px;
  grid-template-columns: repeat(2,1fr);
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions {
  max-width: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  h4 {
  color: #070707;
  font-weight: 500;
  font-size: 14px;
  sup {
    color: red;
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  h4
  span {
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input {
  width: 100%;
  padding: 8px 12px;
  outline: none;
  border-radius: 16px;
  border: 1px solid #aeaeae;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input::-moz-placeholder {
  color: #aeaeae;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input::placeholder {
  color: #aeaeae;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input:nth-child(2) {
  border-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  input:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .left-dimensions
  .inputs
  select {
  min-width: 75px;
  background: #e5e5e5;
  padding: 7px 16px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  h4 {
  color: #070707;
  font-weight: 500;
  font-size: 16px;
  sup {
    color: red;
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  h4
  span {
  color: #aeaeae;
  font-weight: 500;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input {
  padding: 8px 16px;
  outline: none;
  border-radius: 16px;
  border: 1px solid #aeaeae;
  width: 100%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input::-moz-placeholder {
  color: #aeaeae;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input::placeholder {
  color: #aeaeae;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input:nth-child(2) {
  border-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  input:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.loose-panel
  .bottom-in-radios
  .item-type
  .type
  .pallets-container
  .boxes-extra-content
  .right-unit
  .input-unit
  select {
  min-width: 75px;
  background: #e5e5e5;
  padding: 7px 16px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel {
  min-width: 516px;
  width: 100%;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .left-unit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .left-unit
  span {
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .left-unit
  input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #aeaeae;
  padding: 7px 16px;
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type
  h4 {
  color: #070707;
  font-weight: 500;
  font-size: 14px;
  text-wrap: nowrap;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type
  h4
  span {
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type
  .inputs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type
  .inputs
  .typeRadio {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  border: 1px solid #6a6a6a;
  width: 100%;
  padding: 6px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  &:first-child {
    border-radius: 16px 0 0 16px;
    border-right: none;
  }
  &:nth-child(2) {
    border-right: none;
  }
  &:nth-child(3) {
    border-right: none;
  }
  &:last-child {
    border-radius: 0 16px 16px 0;
  }
  input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .container-form
  .nav-content
  .nav-panel.container-panel
  .container-type-and-units
  .container-type
  .inputs
  .activeType {
  color: #ffc527 !important;
  border: 1px solid #ffc527 !important;
}

  .ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content {
  width: 100%;
  display: flex;
  padding-top: 20px;
  max-width: 520px;
  border-top: 1px solid rgba(174, 174, 174, 0.4);
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content
  .add-another {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 22px;
  border: 1px solid #ffc527;
  border-radius: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content
  .add-another
  p {
  color: #ffc527;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content
  .add-another
  img {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content
  .confirm {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  border: none;
  background: #ffc527;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 22px;
  cursor: pointer;
  border-radius: 16px;
  outline: none;
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.goods {
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 3px 3px rgba(193, 193, 193, 0.25) !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  right: 0;
  left: auto;
  width: max-content;
  .confirm {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: none;
    background: #ffc527;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.5px 22px;
    cursor: pointer;
    border-radius: 16px;
    margin-top: 12px;
    outline: none;
    margin-left: auto;
  }
}
.ship-wrapper .ship .container-ship .item-form-ship .form-in.goods .title-form {
  color: #070707;
  font-weight: 500;
  font-size: 18px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
  max-width: 342px;
  min-width: 342px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .input-value {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .input-value
  h3 {
  color: #070707;
  font-weight: 500;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .input-value
  .input-lab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .input-value
  .input-lab
  input {
  width: 100%;
  background: transparent;
  border-radius: 16px;
  border: 1px solid #aeaeae;
  padding: 7.5px 16px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .input-value
  .input-lab
  select {
  background: #e5e5e5;
  border-radius: 16px;
  padding: 6px 9px;
  color: #6a6a6a;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .check-in-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .check-in-line
  input[type="checkbox"] {
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  border: 1px solid #ffc527;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .check-in-line
  label {
  color: #aeaeae;
  font-weight: 400;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .pallet-type {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 342px;
  gap: 20px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .pallet-type
  h5 {
  color: #070707;
  font-weight: 500;
  font-size: 16px;
}
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.goods
  .inputs-goods
  .pallet-type
  select {
  width: 100%;
  border: 1px solid #aeaeae;
  border-radius: 16px;
  padding: 9.5px 16px;
  color: #aeaeae;
  font-weight: 400;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/images/ss.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95%;
}
.ship-wrapper .ship .container-ship .item-form-ship.active {
  border-radius: 8px;
  border: 1px solid #ffc527;
}
.ship-wrapper .ship .container-ship .item-form-ship.active .form-in {
  opacity: 1;
  visibility: visible;
}

.about-us-wrapper {
  margin-top: 100px;
  width: 100%;
  padding: 0 30px;
}
.about-us-wrapper .about-us {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
}
.about-us-wrapper .about-us .text-description {
  gap: 24px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.about-us-wrapper .about-us .text-description .spec {
  color: rgb(255, 197, 39);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
.about-us-wrapper .about-us .text-description .texts {
  width: 100%;
  max-width: 913px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.about-us-wrapper .about-us .text-description .texts h2 {
  color: #050708;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  text-align: left;
  max-width: 913px;
  width: 100%;
  text-transform: capitalize;
}
.about-us-wrapper .about-us .text-description .texts h2 .colorize {
  text-transform: capitalize;
  color: #ffc527;
  font-weight: 700;
  font-size: 44px;
}
.about-us-wrapper .about-us .text-description .texts p {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 910px;
  width: 100%;
}
.about-us-wrapper .about-us .video-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.about-us-wrapper .about-us .video-container .video-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  z-index: 9;
  inset: 0;
  border-radius: 20px;
}
.about-us-wrapper .about-us .video-container video {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-us-wrapper .about-us .video-container .play-button {
  position: absolute;
  z-index: 10;
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  height: 60px;
  cursor: pointer;
  transition: 200ms ease;
}
.about-us-wrapper .about-us .video-container .play-button:hover {
  transform: scale(1.02);
}
.about-us-wrapper .about-us .video-container .play-button:active {
  transform: scale(0.7);
}
.about-us-wrapper .about-us .video-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
}

.aroud-wrapper {
  margin-top: 100px;
  width: 100%;
  padding: 0 30px;
}
.aroud-wrapper .aroud {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.aroud-wrapper .aroud_left {
  max-width: 680px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.aroud-wrapper .aroud_left .top {
  max-width: 680px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.aroud-wrapper .aroud_left .top h3 {
  width: 100%;
  max-width: 366px;
  color: #050708;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  text-align: left;
  text-transform: capitalize;
}
.aroud-wrapper .aroud_left .top h3 .colorize {
  text-transform: capitalize;
  color: #ffc527;
  font-weight: 700;
  font-size: 44px;
}
.aroud-wrapper .aroud_left .top p {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 621px;
  width: 100%;
}
.aroud-wrapper .aroud_left .features {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
  max-width: 600px;
}
.aroud-wrapper .aroud_left .features .item-feature {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.aroud-wrapper .aroud_left .features .item-feature h3 {
  color: #050708;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
  max-width: 150px;
  width: 100%;
  text-transform: uppercase;
}
.aroud-wrapper .aroud_left .features .item-feature p {
  color: #969696;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.aroud-wrapper .aroud_right {
  max-width: 700px;
  width: 700px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.aroud-wrapper .aroud_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-wrapper {
  margin-top: 120px;
  width: 100%;
  height: auto;
  padding: 60px 30px;
  background-image: url("/assets/images/a108f3facec5bcb63c8c5944665bbce0c2f58e72.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.form-wrapper .form-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  max-width: 1380px;
  margin: 0 auto;
}
.form-wrapper .form-container .text-container {
  max-width: 583px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.form-wrapper .form-container .text-container h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  text-align: left;
  max-width: 485px;
  width: 100%;
}
.form-wrapper .form-container .text-container p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 583px;
  width: 100%;
}
.form-wrapper .form-container .text-container .telephone {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ffc527;
  border-radius: 16px;
  background-color: transparent;
  color: #ffc527;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  transition: 200ms ease;
  text-decoration: none;
}
.form-wrapper .form-container .text-container .telephone:hover {
  background-color: #ddb649;
  color: white;
}
.form-wrapper .form-container .main-form {
  position: relative;
  z-index: 100;
  max-width: 716px;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 24px;
  .input-fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    .input-item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 12px;
      label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        sup {
          color: red;
          font-weight: 700;
        }
      }
      input {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid #ebebeb;
        border-radius: 16px;
        color: #fff;
        font-weight: 400;
        outline: none;
        background-color: transparent;
        font-size: 16px;
        &::placeholder {
          color: #fff;
        }
      }
    }
    .uploadImg {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 12px;
      grid-column: span 2;
      label {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
      }
      .uploadImgInput {
        width: 100%;
        position: relative;
        p {
          padding: 10px 20px;
          border-radius: 16px;
          color: #000;
          font-weight: 400;
          outline: none;
          background-color: #fff;
          font-size: 16px;
          text-align: center;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 1;
        }
        input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          cursor: pointer;
          opacity: 0;
          z-index: 2;
        }
      }
    }
  }
  .textarea-field {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    label {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #fff;
    }
    textarea {
      width: 100%;
      padding: 10px 20px;
      border: 1px solid #ebebeb;
      border-radius: 16px;
      color: #fff;
      font-weight: 400;
      height: 140px;
      outline: none;
      background-color: transparent;
      font-size: 16px;
      &::placeholder {
        color: #fff;
      }
    }
  }
  .preferredContact {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: 16px;
    .preferredContact-head {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        text-wrap: nowrap;
        sup {
          color: red;
          font-weight: 700;
        }
      }
      .contactMethods {
        display: flex;
        align-items: center;
        gap: 12px;
        .contactMethodItem {
          display: flex;
          align-items: center;
          gap: 6px;
          label {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #fff;
          }
          input {
            width: 16px;
            height: 16px;
            accent-color: #ffc527;
          }
        }
      }
    }
    .preferredContact-inputs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      width: 100%;
      .input-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;
        label {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          color: #fff;
        }
        input {
          width: 100%;
          padding: 12px 20px;
          border: 1px solid #ebebeb;
          border-radius: 16px;
          color: #fff;
          font-weight: 400;
          outline: none;
          background-color: transparent;
          font-size: 16px;
          &::placeholder {
            color: #fff;
          }
        }
        .iti {
          width: 100%;
          .iti__arrow {
            border-top-color: #fff;
          }
          .iti__selected-dial-code {
            color: #fff;
          }
          .iti__search-input {
            border-radius: 0;
            color: #000 !important;
          }
        }
      }
      .hidden {
        display: none;
      }
    }
  }
}

.form-wrapper .form-container .main-form button[type="submit"] {
  max-width: 100% !important;
  width: 100%;
  transition: 200ms ease;
  padding: 10px 24px;
  background: #ffc527;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 1px solid #ffc527;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.form-wrapper .form-container .main-form button[type="submit"]:hover {
  color: black;
  background-color: white;
}
.form-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(20, 20, 20, 0.6);
}

.footer-wrapper {
  width: 100%;
  padding: 70px 30px;
  margin-top: 100px;
  background: #0f0f10;
}
.footer-wrapper .footer {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.footer-wrapper .footer .item-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.footer-wrapper .footer .item-footer .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.footer-wrapper .footer .item-footer .item h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}
.footer-wrapper .footer .item-footer .item .links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 14px;
}
.footer-wrapper .footer .item-footer .item .links a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  text-decoration: none;
}

@media only screen and (max-width: 1360px) {
  .header-wrapper .header {
    gap: 18px !important;
  }
  .header-wrapper .header .navbar ul li {
    padding: 8px !important;
  }
  .header-wrapper .header .navbar ul li a {
    font-size: 13px !important;
  }
  .header-wrapper .header .right-header .request-button {
    padding: 12px 18px;
  }
  .hero-wrapper {
    height: auto !important;
  }
}
.bottom-container .container-about .sidebar .links-content .link-item {
  transition: 250ms ease;
}

.bottom-container .container-about .sidebar .links-content .link-item:hover {
  color: black;
}

.footer-wrapper .footer .item-footer .item .links a {
  transition: 250ms ease;
}

.footer-wrapper .footer .item-footer .item .links a:hover {
  color: #ffc527;
}

.bottom-container
  .container-about
  .content-section-awards-and-certificates
  .blog-grid
  .item-blog,
.bottom-container
  .container-about
  .content-section-on-the-news
  .blog-grid
  .item-blog,
.bottom-container
  .container-about
  .content-section-gallery
  .blog-grid
  .item-blog
  .top-image-wrapper
  img {
  transition: 250ms ease;
} /*# sourceMappingURL=style.css.map */

@media only screen and (min-width: 1200px) {
  #industry-banner {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

.custom-select {
  position: relative;
  width: 235px;
  input {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 8.5px;
    color: #000;
    font-size: 16px;
    outline: none;
    &::placeholder {
      color: #6a6a6a;
    }
  }
  .options {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: 300px;
    z-index: 2;
    li {
      padding: 8px 4px;
      transition: 0.2s ease-in-out;
      cursor: pointer;
      &:hover {
        color: #ffc527;
      }
    }
  }
}

/* Goods Confirm Button - Rounded Rectangular Yellow Button */
.goods-confirm-btn {
  position: relative !important;
  width: 120px !important;
  height: 48px !important;
  border-radius: 10px !important;
  background: #ffc527 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0px 4px 12px rgba(255, 197, 39, 0.4) !important;
  transition: all 0.3s ease !important;
  margin-left: auto !important;
  margin-top: 16px !important;
}

.goods-confirm-btn span {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.goods-confirm-btn:hover {
  transform: scale(1.05) !important;
  box-shadow: 0px 6px 16px rgba(255, 197, 39, 0.6) !important;
}

.goods-confirm-btn:active {
  transform: scale(0.98) !important;
}

/* Mobile Goods Confirm Button */
.mobileGoodsModal .goods-confirm-btn,
.mobileLoadModal .goods-confirm-btn {
  width: 110px !important;
  height: 45px !important;
  font-size: 14px !important;
}
