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

:root {
  background: #ffffff;
}

html,
body {
  width: 100%;
  height: auto;
  background: #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;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.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: 10px;
}
.header-wrapper .header .right-header .request-button {
  text-wrap: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  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 40px;
  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: 18px;
  line-height: normal;
  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: 40px;
  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: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(193, 193, 193, 0.2509803922);
  padding: 20px 39px;
}
.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;
}
.ship-wrapper .ship .container-ship .item-form-ship .m-img {
  cursor: no-drop;
}
.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: 0;
}
.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;
}
.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
  .country-select,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select {
  width: 235px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 8.5px;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .countryInput,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .countryInput {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 500;
  padding: 0;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown {
  border: none;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown:hover
  .selected-flag,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown:hover
  .selected-flag {
  background: transparent;
}

/* Additional country select styles */
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown
  .selected-flag,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown
  .selected-flag {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown
  .arrow,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .flag-dropdown
  .arrow {
  border: none;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.origin
  .bottoms_left
  .item-input
  .country-select
  .country-list,
.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.destination
  .bottoms_left
  .item-input
  .country-select
  .country-list {
  width: 235px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}

.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;
}
.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;
}
.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;
  min-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
  .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;
}
.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;
}
.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 {
  opacity: 1 !important;
  pointer-events: all !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  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 {
  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;
}
.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;
}
.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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 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 {
  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);
  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;
}

.ship-wrapper
  .ship
  .container-ship
  .item-form-ship
  .form-in.load
  .buttons-content {
  width: 100%;
  display: flex;
  padding-top: 20px;
  max-width: 100%;
  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;
}
.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.show {
  display: flex !important;
}
.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 {
  visibility: visible;
  opacity: 1;
}

.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 button[type="submit"] {
  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;
}

@media only screen and (max-width: 1260px) {
  .hero-wrapper .hero .left-area {
    padding: 24px;
  }
  .hero-wrapper .hero .left-area h1 {
    font-size: 36px;
    line-height: 56px;
  }
  .header-wrapper {
    padding: 0 16px;
  }
  .header-wrapper .header .navbar ul .navbarItem {
    padding: 28px 8px;
  }
  .header-wrapper .header .navbar ul .navbarItem .megaMenu {
    top: 80px;
    padding: 40px 20px 30px;
  }
  .header-wrapper .header .left-image {
    width: 70px;
  }
  .header-wrapper .header .left-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-wrapper .header .right-header {
    gap: 8px;
  }
  .footer-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .ship-wrapper .ship .container-ship .item-form-ship .form-in.goods {
    right: auto;
    left: 0;
    top: 80px;
  }
  .container-ship {
    .openShipModal {
      margin-left: 16px;
    }
  }
  .ship-wrapper {
    padding: 50px 16px;
  }
  .ship-wrapper .ship .title-ship h6 {
    font-size: 18px;
    line-height: normal;
  }
  .ship-wrapper .ship {
    gap: 24px;
  }
  .ship-wrapper .ship .container-ship .item-form-ship {
    padding: 16px;
    border: none !important;
    border-right: none !important;
  }
  .ship-wrapper .ship .container-ship {
    flex-wrap: wrap;
  }
  .bottom-container {
    margin-top: 40px;
    padding: 0 16px;
  }
  .hero-wrapper .hero .right-area {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .header-wrapper .header .navbar ul li a {
    font-size: 14px;
  }
  .header-wrapper .header .navbar ul .navbarItem {
    padding: 14px 8px !important;
  }
  .header-wrapper .header .navbar ul .navbarItem .megaMenu {
    top: 55px;
  }
  .about-us-wrapper {
    margin-top: 60px;
    padding: 0 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about-us-wrapper .about-us {
    flex-direction: column;
  }
  .about-us-wrapper .about-us .video-container {
    min-width: 0;
    width: 100%;
    height: 500px;
  }
  .aroud-wrapper {
    margin-top: 60px;
    padding: 0 16px;
  }
  .form-wrapper {
    margin-top: 60px;
    padding: 120px 16px;
  }
  .footer-wrapper .footer {
    flex-wrap: wrap;
    gap: 40px;
  }
  .header-wrapper .header .right-header .request-button {
    font-size: 13px;
    padding: 6px 12px;
  }
  .header-wrapper .header .right-header .lang-button {
    padding: 6px 0;
  }
  .header-wrapper .header .right-header {
    gap: 4px;
  }
  .header-wrapper .header .left-image {
    min-width: 50px;
    width: 50px;
  }
  .header-wrapper .header .navbar ul li {
    padding: 4px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .ship-wrapper {
    display: none !important;
  }
  .ship-wrapper-mobile {
    display: block !important;
    width: 100%;
    padding: 80px 16px;
    background: linear-gradient(90deg, #f2f2f2 0%, #f6f6f6 100%);
  }
  .ship-wrapper-mobile .ship-mobile {
    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-mobile .ship-mobile .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-mobile .ship-mobile .title-ship h6 {
    color: #070707;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }
  .ship-wrapper-mobile .ship-mobile .title-ship p {
    color: #aeaeae;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .container-ship {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    .mobileOrigin {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;

      .mobileOriginBtn {
        display: flex;
        flex-direction: column;
        align-items: start;
        background: #fff;
        padding: 16px 12px;
        border-radius: 4px;
        width: 100%;
        border: none;
        cursor: pointer;
        .mobileOriginTitle {
          font-size: 18px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileOriginShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
      }

      .mobileOriginModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        padding: 30px 20px 20px;
        display: none;
        flex-direction: column;
        align-items: start;
        .closeMobileOriginModal {
          position: absolute;
          top: 12px;
          right: 12px;
          width: 20px;
          height: 20px;
          z-index: 2;
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          border: none;
          cursor: pointer;
          svg {
            width: 100%;
            height: 100%;
          }
        }
        .mobileOriginTitle {
          font-size: 20px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileOriginShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
        .mobileOriginForm {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: start;
          margin-top: 32px;
          .selectOriginType {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectOriginTypeTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
              sup {
                color: red;
              }
            }
            .selectOriginTypes {
              width: 100%;
              display: flex;
              flex-direction: column;
              align-items: start;
              gap: 12px;
              .originType {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 16px 10px;
                border: 1px solid #f5f5f5;
                border-radius: 4px;
                width: 100%;
                cursor: pointer;
                input {
                  width: 20px;
                  height: 20px;
                }
                label {
                  font-size: 16px;
                  line-height: 20px;
                  font-weight: 400;
                  color: #000;
                }
              }
            }
          }
          .selectCountry {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectCountryTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
              sup {
                color: red;
              }
            }
            .country-select {
              width: 100%;
              border: 1px solid #e6e6e6;
              border-radius: 4px;
              padding: 8.5px;
              .countryInput {
                border: none;
                outline: none;
              }
              .flag-dropdown {
                &:hover {
                  .selected-flag {
                    background: transparent;
                  }
                }
              }
              .country-list {
                width: calc(100vw - 40px) !important;
              }
            }
          }
          .selectAddress {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectAddressTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
            }
            .custom-select {
              width: 100%;
              input {
                border: 1px solid #e6e6e6;
                border-radius: 4px;
              }
              .options {
                max-height: 200px;
                li {
                  border-radius: 6px;
                  padding: 8px;
                }
              }
              .flag-dropdown {
                &:hover {
                  .selected-flag {
                    background: transparent;
                  }
                }
              }
              .country-list {
                /* display: block !important; */
                width: calc(100vw - 40px);
              }
            }
          }
          .selectOriginType.active,
          .selectCountry.active,
          .selectAddress.active {
            display: flex;
          }
        }
      }
    }
    .mobileOriginModal.active {
      display: flex;
    }
    .mobileDestination {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;

      .mobileDestinationBtn {
        display: flex;
        flex-direction: column;
        align-items: start;
        background: #fff;
        padding: 16px 12px;
        border-radius: 4px;
        width: 100%;
        border: none;
        cursor: pointer;
        .mobileDestinationTitle {
          font-size: 18px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileDestinationShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
      }

      .mobileDestinationModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        padding: 30px 20px 20px;
        display: none;
        flex-direction: column;
        align-items: start;
        .closeMobileDestinationModal {
          position: absolute;
          top: 12px;
          right: 12px;
          width: 20px;
          height: 20px;
          z-index: 2;
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          border: none;
          cursor: pointer;
          svg {
            width: 100%;
            height: 100%;
          }
        }
        .mobileDestinationTitle {
          font-size: 20px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileDestinationShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
        .mobileDestinationForm {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: start;
          margin-top: 32px;
          .selectDestinationType {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectDestinationTypeTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
              sup {
                color: red;
              }
            }
            .selectDestinationTypes {
              width: 100%;
              display: flex;
              flex-direction: column;
              align-items: start;
              gap: 12px;
              .destinationType {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 16px 10px;
                border: 1px solid #f5f5f5;
                border-radius: 4px;
                width: 100%;
                cursor: pointer;
                input {
                  width: 20px;
                  height: 20px;
                }
                label {
                  font-size: 16px;
                  line-height: 20px;
                  font-weight: 400;
                  color: #000;
                }
              }
            }
          }
          .selectCountry {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectCountryTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
              sup {
                color: red;
              }
            }
            .country-select {
              width: 100%;
              border: 1px solid #e6e6e6;
              border-radius: 4px;
              padding: 8.5px;
              .countryInput {
                border: none;
                outline: none;
              }
              .flag-dropdown {
                &:hover {
                  .selected-flag {
                    background: transparent;
                  }
                }
              }
              .country-list {
                width: calc(100vw - 40px) !important;
              }
            }
          }
          .selectAddress {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: start;
            gap: 16px;
            .selectAddressTitle {
              font-size: 16px;
              line-height: 24px;
              color: #0f0f10;
              font-weight: 500;
            }
            .custom-select {
              width: 100%;
              input {
                border: 1px solid #e6e6e6;
                border-radius: 4px;
              }
              .options {
                max-height: 200px;
                li {
                  border-radius: 6px;
                  padding: 8px;
                }
              }
              .flag-dropdown {
                &:hover {
                  .selected-flag {
                    background: transparent;
                  }
                }
              }
              .country-list {
                /* display: block !important; */
                width: calc(100vw - 40px);
              }
            }
          }
          .selectDestinationType.active,
          .selectCountry.active,
          .selectAddress.active {
            display: flex;
          }
        }
      }
    }
    .mobileDestinationModal.active {
      display: flex;
    }
    .mobileLoad {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;

      .mobileLoadBtn {
        display: flex;
        flex-direction: column;
        align-items: start;
        background: #fff;
        padding: 16px 12px;
        border-radius: 4px;
        width: 100%;
        border: none;
        cursor: pointer;
        .mobileLoadTitle {
          font-size: 18px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileLoadShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
      }

      .mobileLoadModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        background: #fff;
        padding: 30px 20px 20px;
        display: none;
        flex-direction: column;
        align-items: start;
        .closeMobileLoadModal {
          position: absolute;
          top: 12px;
          right: 12px;
          width: 20px;
          height: 20px;
          z-index: 2;
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          border: none;
          cursor: pointer;
          svg {
            width: 100%;
            height: 100%;
          }
        }
        .mobileLoadTitle {
          font-size: 20px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileLoadShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
        .mobileLoadForm {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: start;
          margin-top: 32px;
          gap: 20px;
          .top-nav {
            display: flex;
            align-items: center;
            gap: 24px;
            width: 100%;
            .item-nav {
              outline: none;
              cursor: pointer;
              background-color: transparent;
              padding: 10px 12px;
              display: flex;
              align-items: center;
              border: none;
              justify-content: flex-start;
              border-bottom: 1px solid #aeaeae;
              gap: 10px;
              img {
                min-width: 20px;
                width: 20px;
                height: 20px;
                min-height: 20px;
              }
              p {
                color: #aeaeae;
                font-weight: 400;
                font-size: 14px;
                line-height: normal;
              }
            }
            .item-nav.active {
              border-color: #ffc527;
              p {
                color: #ffc527;
              }
            }
          }
          .nav-content {
            width: 100%;
            .mobile-loose-panel {
              width: 100%;
              display: flex;
              align-items: flex-start;
              justify-content: flex-start;
              flex-direction: column;
              gap: 50px;
              .top-radios {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 20px;
                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;
                  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;
                    &:checked {
                      border-color: #ff9900;
                      background-color: #ff9900;
                      &::after {
                        content: "";
                        position: absolute;
                        top: 3px;
                        left: 3px;
                        width: 8px;
                        height: 8px;
                        background-color: white;
                        border-radius: 50%;
                      }
                    }
                  }
                }
              }
              .bottom-in-radios {
                display: none;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
                width: 100%;
                .item-type {
                  display: flex;
                  align-items: flex-start;
                  justify-content: flex-start;
                  flex-direction: column;
                  width: 100%;
                  h6 {
                    color: #070707;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: normal;
                    text-align: left;
                  }
                  .pallets-container {
                    width: 100%;
                    display: flex;
                    align-items: flex-start;
                    justify-content: flex-start;
                    flex-direction: column;
                    gap: 16px;
                    margin-top: 24px;
                    .bottom-inputs {
                      width: 100%;
                      display: grid;
                      grid-template-columns: repeat(2, 1fr);
                      gap: 16px;
                      .pallet-btn,
                      .boxes-btn {
                        width: 100%;
                        padding: 8px 12px;
                        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;
                      }
                      .pallet-btn.active,
                      .boxes-btn.active {
                        border: 1px solid #ffc527;
                        color: #ffc527;
                        background: rgba(255, 197, 39, 0.02);
                      }
                    }
                    .spin-input {
                      width: 100%;
                      display: flex;
                      flex-direction: column;
                      align-items: start;
                      gap: 8px;
                      .number-of-units {
                        color: #aeaeae;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: normal;
                        text-align: start;
                        sup {
                          color: red;
                        }
                      }
                      input {
                        border: 1px solid #aeaeae;
                        width: 100%;
                        outline: none;
                        padding: 8px 16px;
                        border-radius: 16px;
                        font-size: 16px;
                        line-height: 24px;
                        color: #000;
                        font-weight: 400;
                      }
                    }
                    .pallet-type {
                      display: none;
                      align-items: flex-start;
                      justify-content: flex-start;
                      flex-direction: column;
                      width: 100%;
                      gap: 12px;
                      h5 {
                        color: #070707;
                        font-weight: 500;
                        font-size: 16px;
                        sup {
                          color: red;
                        }
                      }
                      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%;
                      }
                    }
                    .pallet-type.show {
                      display: flex;
                    }
                    .boxes-extra-content {
                      display: grid;
                      grid-template-columns: repeat(2, 1fr);
                      gap: 20px;
                      width: 100%;
                      .inputItem {
                        display: flex;
                        flex-direction: column;
                        align-items: start;
                        width: 100%;
                        gap: 12px;
                        label {
                          font-size: 14px;
                          line-height: 20px;
                          font-weight: 500;
                          color: #000;
                          span {
                            font-weight: 400;
                            color: #6a6a6a;
                          }
                          sup {
                            color: red;
                          }
                        }
                        .input {
                          width: 100%;
                          display: flex;
                          align-items: center;
                          input {
                            width: 100%;
                            padding: 8px 16px;
                            outline: none;
                            border-radius: 16px 0 0 16px;
                            border: 1px solid #aeaeae;
                            font-size: 16px;
                            line-height: 24px;
                            color: #000;
                            font-weight: 400;
                            border-right: none;
                          }
                          select {
                            height: 42px;
                            min-height: 42px;
                            min-width: 65px;
                            background: #e5e5e5;
                            padding: 8px;
                            border-radius: 0 16px 16px 0;
                            text-transform: uppercase;
                            font-size: 16px;
                            line-height: 24px;
                            color: #000;
                            font-weight: 400;
                            border: 1px solid #aeaeae;
                          }
                        }
                      }
                    }
                  }
                }
              }
              .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(2, 1fr);
                  align-items: end;
                  gap: 12px;
                  width: 100%;
                  .units {
                    grid-column: span 2;
                    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-height: 37px;
                      height: 37px;
                      border: 1px solid #aeaeae;
                      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;
                    }
                  }
                }
              }
              .activeCalculate {
                display: flex !important;
              }
            }
            .mobile-container-panel {
              width: 100%;
              display: none;
              .container-type-and-units {
                width: 100%;
                display: flex;
                align-items: start;
                flex-direction: column;
                gap: 20px;
                .left-unit {
                  width: 100%;
                  display: flex;
                  align-items: flex-start;
                  flex-direction: column;
                  gap: 12px;
                  span {
                    color: #aeaeae;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: normal;
                    text-align: start;
                  }
                  input {
                    border: 1px solid #aeaeae;
                    width: 100%;
                    outline: none;
                    padding: 8px 16px;
                    border-radius: 16px;
                    font-size: 16px;
                    line-height: 24px;
                    color: #000;
                    font-weight: 400;
                  }
                }
                .container-type {
                  display: flex;
                  align-items: flex-start;
                  flex-direction: column;
                  width: 100%;
                  gap: 12px;
                  h4 {
                    color: #070707;
                    font-weight: 500;
                    font-size: 14px;
                    text-wrap: nowrap;
                  }
                  .inputs {
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    .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;
                      }
                    }
                    .activeType {
                      color: #ffc527 !important;
                      border: 1px solid #ffc527 !important;
                    }
                  }
                }
              }
            }
          }
          .confirm {
            margin-top: 12px;
            width: 100%;
            background: #ffc527;
            padding: 8px;
            border-radius: 12px;
            color: #000;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            border: none;
          }
        }
      }
    }
    .mobileLoadModal.active {
      display: flex;
    }
    .mobileGoods {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;
      .mobileGoodsBtn {
        display: flex;
        flex-direction: column;
        align-items: start;
        background: #fff;
        padding: 16px 12px;
        border-radius: 4px;
        width: 100%;
        border: none;
        cursor: pointer;
        .mobileGoodsTitle {
          font-size: 18px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileGoodsShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
      }
      .mobileGoodsModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        background: #fff;
        padding: 30px 20px 20px;
        display: none;
        flex-direction: column;
        align-items: start;
        .closeMobileGoodsModal {
          position: absolute;
          top: 12px;
          right: 12px;
          width: 20px;
          height: 20px;
          z-index: 2;
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          border: none;
          cursor: pointer;
          svg {
            width: 100%;
            height: 100%;
          }
        }
        .mobileGoodsTitle {
          font-size: 20px;
          line-height: 28px;
          color: #000;
          font-weight: 500;
        }
        .mobileGoodsShortDesc {
          margin-top: 4px;
          font-size: 14px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 400;
        }
        .mobileGoodsForm {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: start;
          margin-top: 32px;
          gap: 20px;
          .inputs-goods {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
            gap: 30px;
            width: 100%;
            .input-value {
              width: 100%;
              display: flex;
              align-items: flex-start;
              justify-content: flex-start;
              flex-direction: column;
              gap: 20px;
              h3 {
                color: #070707;
                font-weight: 500;
                font-size: 16px;
              }
              .input-lab {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                input {
                  width: 100%;
                  background: transparent;
                  border-radius: 16px;
                  border: 1px solid #aeaeae;
                  padding: 6px 16px;
                  outline: none;
                  border-top-right-radius: 0;
                  border-bottom-right-radius: 0;
                  border-right: none;
                  font-size: 16px;
                  line-height: 24px;
                  font-weight: 400;
                  color: #000;
                }
                select {
                  border: 1px solid #aeaeae;
                  min-height: 38px;
                  height: 38px;
                  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;
                }
              }
            }
            .check-in-line {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 8px;
              input[type="checkbox"] {
                min-width: 18px;
                width: 18px;
                height: 18px;
                accent-color: #ffc527;
              }
              label {
                color: #aeaeae;
                font-weight: 400;
                font-size: 14px;
              }
            }
            .pallet-type {
              display: flex;
              align-items: flex-start;
              justify-content: flex-start;
              flex-direction: column;
              width: 100%;
              gap: 14px;
              h5 {
                color: #070707;
                font-weight: 500;
                font-size: 16px;
              }
              select {
                width: 100%;
                border: 1px solid #aeaeae;
                border-radius: 16px;
                padding: 8px 16px;
                color: #aeaeae;
                font-weight: 400;
                outline: none;
                font-size: 16px;
                -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%;
              }
            }
          }

          .confirm {
            margin-top: 12px;
            width: 100%;
            background: #ffc527;
            padding: 8px;
            border-radius: 12px;
            color: #000;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            border: none;
          }
        }
      }
    }
    .mobileGoodsModal.active {
      display: flex;
    }
    .mobileOpenShipModal {
      margin-top: 12px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: #ffc527;
      border: none;
      border-radius: 12px;
      color: #000;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      padding: 10px;
      svg {
        min-width: 16px;
        width: 16px;
      }
    }
  }

  .bottom-container .container-about {
    flex-direction: column;
    gap: 40px;
  }
  .bottom-container .container-about .sidebar {
    max-width: 100%;
  }
  .bottom-container .container-about .content-section,
  .bottom-container .container-about .content-section-awards-and-certificates,
  .bottom-container .container-about .content-section-on-the-news,
  .bottom-container .container-about .content-section-gallery,
  .bottom-container .container-about .content-section-career,
  .bottom-container .container-about .content-section-faq {
    max-width: 100%;
    width: 100%;
  }

  .hero-about-wrapper {
    padding: 60px 24px;
  }
  .hero-about-wrapper .hero-about .breadcrumb a {
    font-size: 13px;
  }
  .hero-about-wrapper .hero-about .breadcrumb img {
    min-width: 18px;
    width: 18px;
    height: 18px;
    min-height: 18px;
  }
  .hero-about-wrapper .hero-about .breadcrumb {
    gap: 6px;
  }
  .hero-about-wrapper .hero-about h1 {
    font-size: 18px;
  }
  .bottom-container .container-about .sidebar {
    gap: 14px;
  }
  .bottom-container .container-about .sidebar h6 {
    font-size: 18px;
    line-height: normal;
  }
  .bottom-container .container-about .sidebar .links-content .link-item {
    font-size: 15px;
    padding: 8px 12px;
  }
  .bottom-container .container-about .sidebar .links-content .link-item.active {
    padding: 8px 12px;
    font-size: 15px;
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .cert-grid,
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .gallery-grid,
  .bottom-container .container-about .content-section-on-the-news .cert-grid,
  .bottom-container .container-about .content-section-on-the-news .gallery-grid,
  .bottom-container .container-about .content-section-gallery .cert-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .blog-grid,
  .bottom-container .container-about .content-section-on-the-news .blog-grid,
  .bottom-container .container-about .content-section-gallery .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .blog-grid
    .item-blog
    .description-blog,
  .bottom-container
    .container-about
    .content-section-on-the-news
    .blog-grid
    .item-blog
    .description-blog,
  .bottom-container
    .container-about
    .content-section-gallery
    .blog-grid
    .item-blog
    .description-blog {
    padding: 18px 12px;
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .blog-grid
    .item-blog
    .top-image-wrapper,
  .bottom-container
    .container-about
    .content-section-on-the-news
    .blog-grid
    .item-blog
    .top-image-wrapper,
  .bottom-container
    .container-about
    .content-section-gallery
    .blog-grid
    .item-blog
    .top-image-wrapper {
    min-height: 200px;
    height: 200px;
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .blog-grid
    .item-blog
    .date,
  .bottom-container
    .container-about
    .content-section-on-the-news
    .blog-grid
    .item-blog
    .date,
  .bottom-container
    .container-about
    .content-section-gallery
    .blog-grid
    .item-blog
    .date {
    top: 40%;
    padding: 12px 16px;
  }
  .inner-blog-container_top {
    flex-direction: column;
  }
  .inner-blog-container_top .left-in .top-image-area {
    height: auto;
  }
  .inner-blog-container_top .left-in .description-area .desc h2 {
    font-size: 21px;
    line-height: 37px;
  }
  .inner-blog-container {
    margin: 40px auto auto auto;
  }
  .inner-blog-container {
    padding: 0 12px;
  }
  .bottom-container
    .container-about
    .content-section-awards-and-certificates
    .blog-grid
    .item-blog
    .date
    h2,
  .bottom-container
    .container-about
    .content-section-on-the-news
    .blog-grid
    .item-blog
    .date
    h2,
  .bottom-container
    .container-about
    .content-section-gallery
    .blog-grid
    .item-blog
    .date
    h2 {
    font-size: 18px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac {
    padding: 16px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac
    .top-description-vac
    .titles
    h4,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac
    .top-description-vac
    .titles
    h4 {
    font-size: 16px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac
    .top-description-vac
    p,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac
    .top-description-vac
    p {
    font-size: 14px;
    line-height: 24px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac
    .dates,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac
    .dates {
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .form-apply-job
    .main-form
    .input-field,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .form-apply-job
    .main-form
    .input-field {
    gap: 21px;
    flex-direction: column;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .form-apply-job
    .main-form
    .textarea-field
    .inputs,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .form-apply-job
    .main-form
    .textarea-field
    .inputs {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  .bottom-container
    .container-about
    .content-section-career
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac
    .apply-button,
  .bottom-container
    .container-about
    .content-section-faq
    .content
    .vacancies
    .grid-vac
    .item-vac
    .bottom-area-vac
    .apply-button {
    width: 100%;
  }
  .bottom-container .container-about .content-section-career img,
  .bottom-container .container-about .content-section-faq img {
    min-height: unset;
    height: auto;
  }
  .inner-career-container {
    padding: 0 16px;
    margin: 40px auto auto auto;
    gap: 24px;
  }
  .inner-career-container_top {
    flex-direction: column;
  }
  .inner-career-container_top .left-main-content .image-wrap {
    height: auto;
    min-height: unset;
  }
  .bottom-container
    .container-about
    .content-section-career
    .faq-content
    .accordion
    .accordion-item
    .accordion-header,
  .bottom-container
    .container-about
    .content-section-faq
    .faq-content
    .accordion
    .accordion-item
    .accordion-header {
    padding: 16px;
  }
  .bottom-container
    .container-about
    .content-section-career
    .faq-content
    .accordion
    .accordion-item
    .accordion-header
    span,
  .bottom-container
    .container-about
    .content-section-faq
    .faq-content
    .accordion
    .accordion-item
    .accordion-header
    span {
    font-size: 14px;
  }
  .hero-wrapper .hero h1 {
    font-size: 18px;
    line-height: normal;
  }
  .hero-wrapper .hero .breadcrumb a {
    font-size: 13px;
  }
  .hero-wrapper .hero .breadcrumb img {
    min-width: 18px;
    width: 18px;
    height: 18px;
    min-height: 18px;
  }
  .hero-wrapper .hero .breadcrumb {
    gap: 6px;
  }
  .bottom-section-services {
    gap: 24px;
    padding: 0 16px;
    margin-top: 40px;
  }
  .bottom-section-services h3 {
    font-size: 21px;
    line-height: normal;
  }
  .bottom-section-services .grid-services {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .bottom-section-services .grid-services .item-serv {
    width: 100%;
  }
  .bottom-section-services .grid-services .item-service .image {
    min-height: unset;
    height: auto;
  }
  .bottom-container .container {
    flex-direction: column;
    gap: 40px;
  }
  .hero-wrapper .hero .breadcrumb a.active {
    font-size: 12px;
    text-wrap: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .input-field,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-services,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-cargo,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-destination,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-origin,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-wv,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-Pet-Measurement,
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-InquiryDetails {
    flex-direction: column;
  }
  .bottom-container .container-about .content-section .tab-section .tab-item {
    width: 100%;
    text-align: left;
  }
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .exp-field
    label {
    font-size: 16px;
    line-height: 28px;
  }
  .bottom-container .container .sidebar .links-content .link-item {
    width: 100%;
    max-width: 100%;
  }
  .bottom-container .container .sidebar .links-content {
    max-width: 100%;
  }
  .bottom-container .container .sidebar {
    max-width: 100%;
    width: 100%;
  }
  .bottom-container
    .container
    .content-section
    .locations
    .location-item
    .map-wrapper
    .map {
    min-width: unset;
    width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .bottom-container .container .content-section .locations .location-item {
    flex-direction: column;
    gap: 18px;
  }
  .bottom-container
    .container
    .content-section
    .locations
    .location-item
    .description-main {
    padding: 24px !important;
  }
  .bottom-container .container-about .content-section .tab-section {
    flex-direction: column;
    gap: 30px;
    padding: 14px 16px;
  }
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .textarea-field
    .wrapper-inputs
    .inputs {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin: 1rem 0;
  }
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form
    .field-Pet-Measurement
    .selects {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 968px) {
  .bottom-container .container-about .content-section-gallery .ourCargoTabs {
    gap: 20px;
    .ourCargoTabitem {
      font-size: 15px;
      line-height: 22px;
      padding-bottom: 4px;
    }
  }
  .bottom-container .container-about .content-section-gallery .pagination {
    margin-top: 40px;
    .pagination-item {
      width: 30px;
      height: 30px;
      min-width: 30px;
    }
  }
  .bottom-container .container-about .content-section-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form
    .input-fields,
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp
    .input-fields {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-career-container_work-experience-form .form-in-vacation .item-form,
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp {
    gap: 16px;
  }
  .inner-career-container_work-experience-form .form-in-vacation .item-form h3,
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp
    h3 {
    font-size: 16px;
  }
  .inner-career-container_work-experience-form {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .inner-career-container_top .right-main-content {
    max-width: 100%;
    width: 100%;
  }
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp
    .upload-resume
    h6 {
    font-size: 14px;
  }
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp
    .upload-resume {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .inner-career-container_work-experience-form
    .form-in-vacation
    .item-form-exp
    .upload-resume
    .select-file {
    width: 100%;
    max-width: 100%;
  }
  .ship-wrapper-mobile .ship-mobile .title-ship h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .bottom-section-services .grid-services {
    grid-template-columns: repeat(1, 1fr);
  }
  .header-wrapper {
    display: none;
  }
  .header-mobile {
    position: relative;
    width: 100%;
    padding: 4px 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .header-mobile .left-image {
    width: 65px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-mobile .left-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-mobile .hamburger {
    min-width: 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    transition: 100ms ease;
    border: none;
    outline: none;
  }
  .header-mobile .hamburger img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .header-mobile .request-button {
    margin-left: auto;
    text-wrap: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #ffc527;
    border-radius: 16px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 100ms ease;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-mobile .dropdown-mobile {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    top: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 73px;
    width: 100%;
    background-color: white;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transition: 200ms ease;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
    overflow-y: auto;
  }
  .header-mobile .dropdown-mobile .navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .header-mobile .dropdown-mobile .navbar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .header-mobile .dropdown-mobile .navbar ul li {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    gap: 10px;
  }
  .header-mobile .dropdown-mobile .navbar ul li a {
    transition: 200ms ease;
    text-wrap: nowrap;
    text-decoration: none;
    color: #070707;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
  }
  .header-mobile .dropdown-mobile .navbar ul li .downIcon {
    border: none;
    background: transparent;
  }

  .header-mobile .dropdown-mobile .navbar ul li img {
    transition: 200ms ease;
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
  }
  .header-mobile .dropdown-mobile .navbar ul li .dropdown {
    top: 0;
    z-index: 100;
    left: 0;
    position: fixed;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 16px;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .header-mobile .dropdown-mobile .navbar ul li .dropdown li a {
    color: #0f0f10;
  }
  .header-mobile .dropdown-mobile .navbar ul .activeMenuItem .dropdown {
    display: flex;
    .closeMobileMenuItem {
      border: none;
      background: transparent;
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .header-mobile .dropdown-mobile .right-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .header-mobile .dropdown-mobile .right-header .lang-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .header-mobile .dropdown-mobile .right-header .lang-search .lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 6px;
  }
  .header-mobile .dropdown-mobile .right-header .lang-search .lang-button img {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
  }
  .header-mobile
    .dropdown-mobile
    .right-header
    .lang-search
    .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%;
    background: transparent;
    outline: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 100ms ease;
    color: #070707;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
  }
  .header-mobile
    .dropdown-mobile
    .right-header
    .lang-search
    .lang-button
    select
    option {
    text-transform: uppercase;
    color: #070707;
    font-weight: 400;
    font-size: 16px;
  }
  .header-mobile .dropdown-mobile .right-header .lang-search .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-mobile
    .dropdown-mobile
    .right-header
    .lang-search
    .search-button
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .header-mobile .dropdown-mobile.active {
    opacity: 1;
    height: calc(100% - 73px);
    pointer-events: all;
  }
  .header-mobile .overlaym {
    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);
  }
  .header-mobile .overlaym .search-aream {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    inset: 0;
    padding: 12px 24px;
    gap: 12px;
    position: relative;
  }
  .header-mobile .overlaym .search-aream 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-mobile .overlaym .search-aream input[type="search"]:focus {
    border: 2px solid orangered;
  }
  .header-mobile
    .overlaym
    .search-aream
    input[type="search"]::-webkit-search-cancel-button {
    display: none;
  }
  .header-mobile .overlaym .search-aream .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-mobile .overlaym .search-aream .close-x-btn:active {
    transform: scale(0.95);
  }
  .header-mobile .overlaym .search-aream .zoom {
    position: absolute;
    z-index: 0;
    left: 50px;
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
  }
  .header-mobile .overlaym .search-aream.active {
    display: flex !important;
  }
  .header-mobile .overlaym .search-resultsm {
    width: 100%;
    height: auto;
    max-width: calc(100% - 100px);
    left: 30px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 12px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .header-mobile .overlaym .search-resultsm .item-result {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-mobile .overlaym .search-resultsm .item-result p {
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(198, 198, 198);
  }
  .header-mobile .overlaym.active {
    display: block !important;
  }
  .hero-wrapper .hero {
    flex-direction: column;
  }
  .hero-wrapper .hero .right-area .box {
    min-height: unset;
    padding: 28px;
    height: auto;
    &:hover {
      .h-desc {
        display: none !important;
      }
      img {
        opacity: 1;
        transform: initial;
        min-width: 28px;
        width: 28px;
        height: 28px;
        min-height: 28px;
      }
    }
  }
  .hero-wrapper .hero .left-area h1 {
    max-width: 100%;
    width: 100%;
    font-size: 28px;
    line-height: 48px;
  }
  .hero-wrapper .hero .left-area .buttons .services,
  .hero-wrapper .hero .left-area .buttons .industries {
    font-size: 18px;
  }
  .hero-wrapper .hero .right-area .box img {
    min-width: 28px;
    width: 28px;
    height: 28px;
    min-height: 28px;
  }
  .hero-wrapper .hero .right-area .box h6 {
    font-size: 14px;
  }
  .about-us-wrapper .about-us .text-description .texts h2,
  .about-us-wrapper .about-us .text-description .texts h2 .colorize {
    font-size: 18px;
    line-height: 36px;
  }
  .about-us-wrapper .about-us .text-description .texts p {
    font-size: 14px;
  }
  .about-us-wrapper .about-us .image-container {
    height: auto;
  }
  .aroud-wrapper .aroud_left .top h3,
  .aroud-wrapper .aroud_left .top h3 .colorize {
    font-size: 18px;
    line-height: 36px;
  }
  .aroud-wrapper .aroud_left .top {
    max-width: 100%;
    gap: 24px;
  }
  .aroud-wrapper .aroud_left .top p {
    font-size: 14px;
  }
  .aroud-wrapper .aroud {
    flex-direction: column;
    gap: 48px;
  }
  .aroud-wrapper .aroud_left .features {
    gap: 24px;
    flex-direction: column;
  }
  .aroud-wrapper .aroud_right {
    max-width: 100%;
    width: 100%;
  }
  .aroud-wrapper .aroud_left {
    max-width: 100%;
    width: 100%;
  }
  .aroud-wrapper .aroud_left .features .item-feature h3 {
    line-height: normal;
    font-size: 18px;
  }
  .form-wrapper .form-container {
    flex-direction: column;
  }
  .form-wrapper .form-container .text-container h4 {
    max-width: 100%;
    font-size: 24px;
    line-height: normal;
  }
  .form-wrapper .form-container .text-container {
    max-width: 100%;
    gap: 18px;
  }
  .form-wrapper {
    padding: 48px 16px;
  }
  .form-wrapper .form-container .main-form {
    max-width: 100%;
    margin-top: 28px;
  }
  .footer-wrapper {
    margin-top: 60px;
    padding: 28px;
  }
  .footer-wrapper .footer .item-footer .item .links a {
    font-size: 14px;
  }
  .hero-wrapper .overlay-button-mail {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    left: 16px;
    bottom: 24px;
    .button-mail {
      width: 100%;
      height: 100%;
      img {
        width: 24px;
        height: 24px;
      }
    }
  }
  .hero-wrapper .dropdown-mail {
    left: 16px;
    bottom: 24px;
    gap: 12px;
    .overlay-close-button {
      min-width: 50px;
      width: 50px;
      min-height: 50px;
      height: 50px;
      left: 16px;
      bottom: 24px;
      .close-button {
        width: 100%;
        height: 100%;
        img {
          width: 24px;
          height: 24px;
        }
      }
    }
    .item-mail {
      min-width: 50px;
      width: 50px;
      min-height: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        height: 50px;
        width: 24px;
        height: 24px;
      }
    }
  }
  .hero-wrapper .button-down {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    right: 16px;
    bottom: 24px;
    img {
      width: 18px;
    }
  }
  .bottom-container
    .container-about
    .content-section
    .general-inquiry
    .main-form {
    gap: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .bottom-container .container-about .content-section-gallery .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-bottom {
    .footer-bottom-inner {
      flex-direction: column;
      align-items: start;
      padding: 24px;
      .footer-socials {
        gap: 16px;
        .footer-social-item {
          width: 20px;
          min-width: 20px;
        }
      }
    }
  }
  .success-container {
    margin: 30px auto 0;
    padding: 0 20px;
    .successCheck {
      width: 140px;
      min-width: 140px;
      height: 140px;
      svg {
        width: 40px;
      }
    }
    .success-text {
      margin-top: 24px;
      h2 {
        font-size: 18px;
        line-height: 24px;
      }
      p {
        margin-top: 6px;
      }
      .backHome {
        margin-top: 20px;
        padding: 10px 32px;
        font-size: 15px;
      }
    }
  }
  .bottom-container .container-about .content-section .petMoving {
    gap: 24px;
    .main-form {
      gap: 24px;
      .form-inner {
        display: flex;
        flex-direction: column;
        gap: 14px;
        .form-item {
          gap: 10px;
          input,
          select,
          textarea {
            padding: 8px 14px;
          }
          textarea {
            height: 100px;
          }
        }
        .haveCargo {
          gap: 14px;
          .haveCargo-head {
            gap: 10px;
          }
          .haveCargoFile {
            gap: 10px;
          }
        }
        .form-item.fullFilled,
        .haveCargo.fullFilled {
          grid-column: initial;
        }
      }
      .submitForm {
        padding: 10px;
        font-size: 15px;
      }
    }
  }
  .bottom-container .container-about .content-section .petAnimalMoving {
    gap: 24px;
    .main-form {
      gap: 24px;
      .form-inner {
        display: flex;
        flex-direction: column;
        gap: 14px;
        .form-item {
          gap: 10px;
          input {
            padding: 8px 14px;
          }
          textarea {
            height: 100px;
          }
        }
        .petSizes {
          gap: 10px;
          .petSizes-inner {
            display: flex;
            flex-direction: column;
            align-items: start;
            .sizesInputs {
              grid-template-columns: repeat(2, 1fr);
              height: auto;
              input {
                height: max-content;
                padding: 8px 14px;
              }
            }
            .exampleImage {
              max-width: 300px;
              margin: auto;
              img {
                width: 100%;
              }
            }
          }
        }
        .petAnimalFile {
          gap: 10px;
        }
        .form-item.fullFilled,
        .petAnimalFile.fullFilled,
        .petSizes.fullFilled {
          grid-column: initial;
        }
      }
      .submitForm {
        padding: 10px;
        font-size: 15px;
      }
    }
  }
  .form-wrapper .form-container .main-form {
    gap: 20px;
    .input-fields {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 20px;
      .input-item {
        gap: 10px;
        input {
          padding: 10px 16px;
          border-radius: 14px;
        }
      }
      .uploadImg {
        gap: 10px;
        .uploadImgInput {
          p {
            padding: 10px 18px;
            border-radius: 14px;
          }
        }
      }
    }
    .textarea-field {
      gap: 10px;
      textarea {
        padding: 10px 16px;
        border-radius: 14px;
        height: 100px;
      }
    }
    .preferredContact {
      gap: 16px;
      .preferredContact-head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
      }
      .preferredContact-inputs {
        grid-template-columns: repeat(1, 1fr);
        .input-item {
          gap: 10px;
          input {
            padding: 10px 16px;
            border-radius: 14px;
          }
        }
      }
    }
  }
  .footer-wrapper {
    display: none !important;
  }
  .footer-mobile {
    width: 100%;
    padding: 80px 24px;
    padding-bottom: 40px;
    margin-top: 60px;
    background: #0f0f10;
    display: block !important;
  }
  .footer-mobile .footer-mob {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    flex-direction: column;
  }
  .footer-mobile .footer-mob .item-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .footer-mobile .footer-mob .item-footer .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-mobile .footer-mob .item-footer .item .head-foot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 0;
    cursor: pointer;
  }
  .footer-mobile .footer-mob .item-footer .item .head-foot h5 {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
  }
  .footer-mobile .footer-mob .item-footer .item .head-foot img {
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-mobile .footer-mob .item-footer .item .head-foot:active h5 {
    color: #6a6a6a;
  }
  .footer-mobile .footer-mob .item-footer .item .head-foot.active img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .footer-mobile .footer-mob .item-footer .item .links {
    opacity: 0;
    height: 0;
    gap: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .footer-mobile .footer-mob .item-footer .item .links a {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    text-decoration: none;
  }
  .footer-mobile .footer-mob .item-footer .item .links.active {
    padding: 24px 0;
    height: auto;
    opacity: 1;
    pointer-events: all;
    overflow: auto;
    gap: 14px;
  }
  .about-us-wrapper .about-us .video-container {
    height: 300px;
  }
} /*# sourceMappingURL=responsive.css.map */
