/* a blue color as a generic focus style */
.element-mobile button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

.element-mobile a {
  text-decoration: none;
}

.element-mobile.element-mobile-wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.element-mobile .nav-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
  gap: 3px;
  width: 100% !important;
}

.element-mobile .gradient-button {
  background: linear-gradient(90deg, rgb(254, 78, 68), rgb(159, 9, 0));
  border-radius: 25px;
  border: unset;
}

.element-mobile .nav-label {
  font-size: 12.5px;
}

.element-mobile .nav-tile i {
  font-size: 19px;
}

.element-mobile .nav-tile:hover {
  color: #fe4e44;
}

.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.element-mobile .element-x-mobile {
  background-color: #ffffff;
  overflow: hidden;
  width: 430px;
  height: 80px;
}

.element-mobile .overlap-group {
  position: relative;
  width: 432px;
  height: 82px;
  top: -1px;
  left: -1px;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #d5d5d5;
}

.element-mobile .logo {
  position: absolute;
  width: 220px;
  height: 44px;
  top: 18px;
  left: 20px;
  object-fit: cover;
}

.element-mobile .menu {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  left: 390px;
  object-fit: cover;
}

.element-mobile.element-tablet-wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.element-mobile .element-tablet {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 135px;
}

.element-mobile .header {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.element-mobile .navbar {
  position: relative;
  width: 100%;
  height: 135px;
}

.element-mobile .group {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 80px;
  left: 0;
}

.element-mobile .div {
  position: relative;
  width: 100%;
  height: 57px;
  top: -1px;
  left: -1px;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--stroke-color);
  box-shadow: 0px 4px 4px -4px #00000040;
}

.element-mobile .group-wrapper {
  position: absolute;
  width: 220px;
  height: 40px;
  top: 8px;
  left: 33px;
  background: linear-gradient(to right, #fe4e44, #9f0900);
}

.element-mobile .group-2 {
  position: relative;
  width: 180px;
  height: 23px;
  top: 9px;
  left: 21px;
}

.element-mobile .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .options-lines {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 158px;
  object-fit: cover;
}

.element-mobile .frame {
  display: flex;
  width: 361px;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 20px;
  left: 293px;
  overflow: hidden;
}

.element-mobile .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  /* font-weight: 600; */
  color: var(--primary-color);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .text-wrapper-2:hover {
  color: #fe4e44;
}

.element-mobile .active-menu {
  /* color: #FE4E44 !important; */
  color: #fe4e44 !important;
}

.element-mobile .text-wrapper-3:hover {
  color: #fe4e44;
}

.element-mobile .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.element-mobile .arrow-down-sign-to {
  position: relative;
  width: 8px;
  height: 8px;
  margin-bottom: -377px;
  margin-right: -3686px;
  object-fit: cover;
}

/* Hide Google Translate default widget */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-menu-value,
.goog-te-gadget-icon,
.goog-logo-link {
  display: none !important;
}

/* Dropdown styles */
.element-mobile #customLangDropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 0;
  list-style: none;
  z-index: 9999;
  width: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.element-mobile #customLangDropdown li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

.element-mobile #customLangDropdown li:hover {
  background: #f2f2f2;
}

.element-mobile #customLangDropdown img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

.element-mobile .frame-3 {
  display: inline-flex;
  height: 35px;
  align-items: center;
  gap: 17.95px;
  position: absolute;
  top: 10px;
  left: 708px;
}

.element-mobile .our-features {
  display: flex;
  flex-direction: column;
  /* width: 71.79px; */
  align-items: center;
  justify-content: center;
  gap: 2.69px;
  position: relative;
  margin-top: -0.32px;
  margin-bottom: -0.32px;
}

.element-mobile .our-features .img-default {
  display: block;
}

.element-mobile .badge {
  position: relative;
  /* width: 28px; */
  height: 25px;
  object-fit: cover;
}

.element-mobile .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-left: -0.1px;
  margin-right: -0.1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .group-33 {
  position: relative;
  width: 35.9px;
  height: 35px;
}

.element-mobile .group-3 {
  position: relative;
  width: 41.9px;
  height: 35px;
}

.element-mobile .frame-4 {
  display: inline-flex;
  align-items: center;
  gap: 2.69px;
  /* position: absolute; */
  top: 24px;
  left: 7px;
}

.element-mobile .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -0.9px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .img {
  position: relative;
  width: 7.18px;
  height: 7.18px;
  object-fit: contain;
}

.element-mobile .question {
  position: absolute;
  width: 22px;
  height: 21px;
  top: 0;
  left: 9px;
  object-fit: contain;
}

.element-mobile .group-4 {
  position: relative;
  width: 51.15px;
  /* height: 35px; */
}

.element-mobile .language {
  position: absolute;
  width: 21px;
  height: 20px;
  top: 0;
  left: 12px;
  object-fit: cover;
}

.element-mobile .group-5 {
  position: relative;
  width: 70.9px;
  height: 35px;
}

.element-mobile .text-wrapper-6 {
  position: relative;
  top: 23px;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.6px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .user {
  /* position: absolute; */
  width: 20px;
  height: 20px;
  top: 0;
  left: 27px;
  object-fit: cover;
}

.element-mobile .overlap-wrapper {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
}

.element-mobile .overlap {
  position: relative;
  width: 100%;
  height: 80px;
  background-image: url(./img/rectangle-20.svg);
  background-size: 100% 100%;
}

.element-mobile .rectangle-stroke {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 79px;
  left: 0;
}

.element-mobile .group-6 {
  position: absolute;
  width: 100%;
  height: 44px;
  top: 18px;
  left: 32px;
}

.element-mobile .logo-2 {
  position: absolute;
  width: 220px;
  height: 44px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.element-mobile .group-7 {
  position: absolute;
  width: 100%;
  height: 44px;
  top: 0;
  left: 257px;
}

.element-mobile .group-8 {
  position: absolute;
  width: 383px;
  height: 40px;
  top: 2px;
  left: 0;
}

.element-mobile .overlap-group-wrapper {
  width: 385px;
  height: 40px;
}

.element-mobile .overlap-2 {
  position: relative;
  height: 40px;
}

.element-mobile .dropdown-item:hover {
  color: black;
}

.element-mobile .rectangle {
  position: absolute;
  width: 383px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid;
  border-color: var(--primary-color);
}

.element-mobile .text-wrapper-7 {
  position: absolute;
  top: 12px;
  left: 19px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .div-wrapper {
  position: absolute;
  width: 111px;
  height: 40px;
  top: 0;
  left: 274px;
}

.element-mobile .overlap-group-2 {
  position: relative;
  width: 109px;
  height: 40px;
  border-radius: 40px;
}

.element-mobile .text-wrapper-8 {
  position: absolute;
  top: 10px;
  left: 27px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-mobile .frame-5 {
  display: inline-flex;
  height: 44px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 414px;
}

.element-mobile .group-9 {
  position: relative;
  width: 28.77px;
  height: 44.62px;
  margin-top: -0.31px;
  margin-bottom: -0.31px;
}

.element-mobile .chat {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 2px;
  object-fit: cover;
}

.element-mobile .text-wrapper-9 {
  position: absolute;
  top: 29px;
  left: 1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: normal;
}

/* Default: hide hover icons */
.img-hover {
  display: none;
}

/* Group 9 - RFQ */
.group-9:hover .img-default {
  display: none;
}

.group-9:hover .img-hover {
  display: inline;
}

.group-9:hover .text-wrapper-9 {
  color: #fe4e44;
}

/* Group 10 - Supplier */
.group-10:hover .img-default {
  display: none;
}

.group-10:hover .img-hover {
  display: inline;
}

.group-10:hover .text-wrapper-10 {
  color: #fe4e44;
}

/* Group 11 - Buyer */
.group-11:hover .img-default {
  display: none;
}

.group-11:hover .img-hover {
  display: inline;
}

.group-11:hover .text-wrapper-10 {
  color: #fe4e44;
}

/* Group 12 - Message */
.group-12:hover .img-default {
  display: none;
}

.group-12:hover .img-hover {
  display: inline;
}

.group-12:hover .text-wrapper-10 {
  color: #fe4e44;
}

/* Group 13 - Shortlist */
.group-13:hover .img-default {
  display: none;
}

.group-13:hover .img-hover {
  display: inline;
}

.group-13:hover .text-wrapper-11 {
  color: #fe4e44;
}

/* Our Features */
.group-features .img-hover {
  display: none;
}

.group-features:hover .img-default {
  display: none;
}

.group-features:hover .img-hover {
  display: inline;
}

.group-features:hover .text-wrapper-4 {
  color: #fe4e44;
}

/* Help */
.group-help:hover .img-default {
  display: none;
}

.group-help:hover .img-hover {
  display: inline;
}

.group-3:hover .text-wrapper-5 {
  color: #fe4e44;
}

/* Language */
.group-language:hover .img-default {
  display: none;
}

.group-language:hover .img-hover {
  display: inline;
}

.group-4:hover .text-wrapper-5 {
  color: #fe4e44;
}

/* Sign in/Join */
.group-user:hover .img-default {
  display: none;
}

.group-user:hover .img-hover {
  display: inline;
}

.group-user:hover .text-wrapper-6 {
  color: #fe4e44;
}

.element-mobile .group-10 {
  position: relative;
  width: 45.51px;
  height: 44.62px;
  margin-top: -0.31px;
  margin-bottom: -0.31px;
}

.element-mobile .group-10 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
  gap: 3px;
}

.element-mobile .parcel {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 12px;
  object-fit: cover;
}

.element-mobile .text-wrapper-10 {
  position: absolute;
  top: 29px;
  left: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: normal;
}

.element-mobile .group-11 {
  position: relative;
  width: 34.12px;
  height: 44.62px;
  margin-top: -0.31px;
  margin-bottom: -0.31px;
}

.element-mobile .customer {
  /* position: absolute; */
  width: 22px;
  height: 22px;
  top: 0;
  left: 5px;
  object-fit: cover;
}

.element-mobile .group-12 {
  position: relative;
  width: 32.75px;
  height: 44.62px;
  margin-top: -0.31px;
  margin-bottom: -0.31px;
  display: flex;
  justify-content: center;
}

.element-mobile .chatting {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 15px;
  object-fit: cover;
}

.element-mobile .group-13 {
  position: relative;
  width: 48.65px;
  height: 44.62px;
  margin-top: -0.31px;
  margin-bottom: -0.31px;
}

.element-mobile .heart {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 15px;
  object-fit: cover;
}

.element-mobile .text-wrapper-11 {
  position: absolute;
  top: 29px;
  left: 2px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 12.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.element-mobile.header-wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.element-mobile .navbar-wrapper {
  background-color: #ffffff;
  width: 100%;
  height: 135px;
}

.element-mobile .navbar-2 {
  position: relative;
  height: 135px;
  z-index: 1000;
}

.element-mobile .group-14 {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 85px;
  /* max-width: 1280px; */
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0%);
}

.element-mobile .overlap-group-3 {
  position: relative;
  width: 100%;
  height: 57px;
  top: -1px;
  left: -1px;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-color: #d5d5d5;
  box-shadow: 0px 4px 4px -4px #00000040;
  justify-content: space-between;
  display: flex;
  align-content: center;
  /* padding-left: 20px;
    padding-right: 20px; */
}

.element-mobile .contentgroup {
  max-width: 1440px;
  margin: 0 auto;
  align-content: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  /* padding-left: 22px;
  padding-right: 22px; */
}

.element-mobile .group-15 {
  /* position: absolute; */
  width: 220px;
  height: 40px;
  top: 8px;
  left: 80px;
  display: inline-flex;
  align-self: center;
  background: linear-gradient(90deg, #fe4e44, #9f0900);
}

.element-mobile .navbar-3 {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  /* position: absolute; */
  top: 20px;
  left: 340px;
}

.element-mobile .arrow-down-sign-to-2 {
  position: relative;
  width: 8px;
  height: 8px;
  object-fit: cover;
}

.element-mobile .dropdown .dropdown-toggle::after {
  display: none !important;
}

.element-mobile .frame-6 {
  display: inline-flex;
  height: 100%;
  align-items: center;
  gap: 20px;
  /* position: absolute; */
  top: 10px;
  left: 1076px;
}

/* Hide Google Translate top banner */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-banner,
.goog-te-balloon-frame,
.goog-logo-link,
.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.element-mobile .group-16 {
  /* position: absolute; */
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  /* max-width: 1280px; */
  margin: 0 auto;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffffc7;
}

.element-mobile .rectangle-stroke-2 {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 79px;
  left: 0;
}

.element-mobile .group-17 {
  position: relative;
  width: 100%;
  height: 45px;
  top: 18px;
  /* left: 20px; */
  display: flex;
  align-content: center;
  /* justify-content: space-between; */
  /* padding-left: 20px;
    padding-right: 20px; */
  /* max-width: 1440px; */
}

.element-mobile .logo-3 {
  position: relative;
  width: 100%;
  height: 44px;
  top: 1px;
  left: 0;
  /* object-fit: contain; */
}

.element-mobile .group-18 {
  position: relative;
  width: 90%;
  height: 44px;
  top: 0;
  /* left: 238px; */
  justify-content: space-between;
  display: inline-flex;
}

.element-mobile .group-19 {
  position: relative;
  width: 100%;
  height: 40px;
  top: 2px;
  left: 0;
  background-size: 100% 100%;
}

.element-mobile .overlap-group-4 {
  position: relative;
  height: 40px;
  background-size: 100% 100%;
}

.element-mobile .group-20 {
  position: absolute;
  width: 177px;
  height: 40px;
  top: 0;
  left: 536px;
  background-image: url(./img/rectangle-21.svg);
  background-size: 100% 100%;
}

.element-mobile .group-21 {
  position: relative;
  width: 78px;
  height: 17px;
  top: 11px;
  left: 49px;
}

.element-mobile .magnifier {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.element-mobile .search {
  position: absolute;
  width: 54px;
  height: 14px;
  top: 2px;
  left: 23px;
}

.element-mobile .group-22 {
  position: absolute;
  width: 232px;
  height: 28px;
  top: 6px;
  left: 24px;
}

.element-mobile .group-23 {
  position: absolute;
  width: 73px;
  height: 16px;
  top: 6px;
  left: 0;
}

.element-mobile .frame-wrapper {
  height: 16px;
}

.element-mobile .frame-7 {
  position: relative;
  width: 73px;
  height: 16px;
  overflow: hidden;
}

.element-mobile .text-wrapper-12 {
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--secondary-text);
  white-space: nowrap;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element-mobile .arrow-down-sign-to-3 {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 63px;
  object-fit: cover;
}

.element-mobile .group-24 {
  position: absolute;
  width: 97px;
  height: 96px;
  top: -105px;
  left: 0;
}

.element-mobile .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 1px #00000040;
}

.element-mobile .frame-9 {
  display: flex;
  flex-direction: column;
  width: 85px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
}

.element-mobile .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-mobile .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  color: #555555;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element-mobile .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.element-mobile .search-for-products {
  position: absolute;
  width: 132px;
  height: 13px;
  top: 8px;
  left: 100px;
}

.element-mobile .line-stroke {
  position: absolute;
  width: 1px;
  height: 28px;
  top: 0;
  left: 89px;
}

.element-mobile .frame-11 {
  display: inline-flex;
  height: 44px;
  align-items: center;
  gap: 20px;
  position: initial;
  top: 0;
}

.element-mobile .hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.dropdown-nav {
  display: none;
  z-index: 1000;
}

.language-dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  /* hide by default */
  width: 150px;
  height: 100vh;
  background: #fff;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 0;
  font-family: "Inter", sans-serif;
}

.language-dropdown.show {
  left: 0;
}

.language-dropdown a {
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s, color 0.2s;
}

.language-dropdown a:last-child {
  border-bottom: none;
}

.language-dropdown a:hover {
  background-color: #f5f5f5 !important;
  color: #fe4e44 !important;
}

@media (max-width: 1440px) {
  .element-mobile.element-mobile-wrapper {
    display: none !important;
  }

  .element-mobile.element-tablet-wrapper {
    display: none !important;
  }

  /* .group-17 {
    padding-left: 22px;
    padding-right: 22px;
  } */

  .group-14 .contentgroup {
    padding-left: 22px;
    padding-right: 22px;
  }

  .element-mobile .group-16 {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 1439px) {
  .element-mobile.element-mobile-wrapper {
    display: none !important;
  }

  .element-mobile.element-tablet-wrapper {
    display: none !important;
  }

  /* Last one no border */
  .element-mobile .dropdown-nav a:last-child {
    border-bottom: none;
  }

  .element-mobile .group-15 {
    width: 194px;
  }

  .wrapper .searchbutton {
    width: 110px;
  }
}

@media (max-width: 1023px) {
  .element-mobile.element-mobile-wrapper {
    display: none !important;
  }

  .element-mobile.element-tablet-wrapper {
    display: none !important;
  }

  .element-mobile .hamburger {
    display: block;
  }

  .element-mobile .group-19 {
    display: none;
  }

  .element-mobile .group-18 {
    width: 10%;
    position: absolute;
    right: 0px;
  }

  .element-mobile .frame-11 {
    display: none;
  }

  .element-mobile .logo-3 {
    width: 100%;
  }

  .element-mobile .delone {
    display: none;
  }

  .element-mobile .deltwo {
    display: none;
  }

  .element-mobile .delthree {
    display: none;
  }

  .element-mobile .delfour {
    display: none;
  }

  .element-mobile .delfive {
    display: none;
  }

  .element-mobile .delsix {
    display: none;
  }

  .element-mobile .delseven {
    display: none;
  }

  .element-mobile .deleight {
    display: none;
  }

  .element-mobile .hamburger {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    line-height: 1;
    margin: 0 0 0 auto;
  }

  .dropdown-nav {
    position: fixed;
    top: 0;
    left: -100%;
    /* hide by default */
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-family: "Inter", sans-serif;
  }

  .dropdown-nav.show {
    left: 0;
  }

  .drawer-close {
    position: absolute;
    top: -2px;
    background: none;
    border: none;
    font-size: 24px;
    align-self: flex-end;
    margin-bottom: 5px;
    cursor: pointer;
  }

  .dropdown-nav a {
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s, color 0.2s;
  }

  .dropdown-nav a:last-child {
    border-bottom: none;
  }

  .dropdown-nav a:hover {
    background-color: #f5f5f5;
    color: #fe4e44;
  }
}

@media (max-width: 576px) {
  .element-mobile .delnine {
    display: none;
  }

  .element-mobile .logo-3 {
    width: 85%;
  }
}

@media (max-width: 430px) {
  .element-mobile .deltwelve {
    display: none;
  }

  .element-mobile .logo-3 {
    width: 90%;
  }

  .dropdown-nav {
    position: fixed;
    top: 0;
    left: -100%;
    /* hide by default */
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-family: "Inter", sans-serif;
  }

  .dropdown-nav.show {
    left: 0;
  }

  .drawer-close {
    position: absolute;
    top: -2px;
    background: none;
    border: none;
    font-size: 24px;
    align-self: flex-end;
    margin-bottom: 5px;
    cursor: pointer;
  }

  .dropdown-nav a {
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s, color 0.2s;
  }

  .dropdown-nav a:last-child {
    border-bottom: none;
  }

  .dropdown-nav a:hover {
    background-color: #f5f5f5;
    color: #fe4e44;
  }

  .flexboxlogocross {
    display: flex;
    width: 100%;
  }

  .flexboxlogocross .logo-3 {
    width: 85%;
    object-fit: contain;
  }

  .flexboxlogocross .drawer-close {
    width: 15%;
  }
}

.element-mobile .text-wrapper-10,
.element-mobile .text-wrapper-4,
.element-mobile .text-wrapper-5,
.element-mobile .text-wrapper-9,
.element-mobile .text-wrapper-11 {
  min-width: 20px !important;
  max-width: 60px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.element-mobile .text-wrapper {
  min-width: 70px;
  max-width: 150px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Dropdown Tabs Styling - 50/50 with Gold Theme - JOBS DROPDOWN ONLY */
.group-11 .dropdown-tabs {
  border-bottom: none !important;
  margin-bottom: 15px !important;
  display: flex !important;
}

.group-11 .dropdown-tabs .nav-item {
  margin-bottom: 0 !important;
  flex: 1 !important;
  /* Makes each tab take 50% width */
}

.group-11 .dropdown-tabs .nav-link {
  border: none !important;
  color: #333 !important;
  padding: 12px 15px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
  text-align: center !important;
  width: 100% !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.group-11 .dropdown-tabs .nav-link:hover {
  color: #333 !important;
  /* Text stays black on hover */
  background-color: #ffffff !important;
  /* White background on hover */
  border: none !important;
}

.group-11 .dropdown-tabs .nav-link.active {
  color: #bf9e66 !important;
  /* Gold theme color for active tab */
  background-color: transparent !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #d4af37 !important;
}

.group-11 .dropdown-tabs .nav-link.active:hover {
  color: #bf9e66 !important;
  /* Active tab stays gold on hover */
  background-color: #ffffff !important;
  border-bottom: 2px solid #d4af37 !important;
}

.group-11 .tab-content {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Gold Theme Styling for Jobs Dropdown Modal ONLY */
.group-11 .custom-dealrock-head {
  color: #bf9e66 !important;
  font-weight: 600;
  font-size: 1.1rem;
}

.group-11 .custom-dealrock-subhead {
  color: #bf9e66 !important;
  font-weight: 600;
  transition: color 0.3s ease;
}

.group-11 .custom-dealrock-subhead:hover {
  color: #a68a56 !important;
  /* Darker gold on hover */
}

.group-11 .custom-dealrock-subtext {
  color: #666;
  font-size: 0.85rem;
}

/* Update icon colors to match gold theme - JOBS DROPDOWN ONLY */
.group-11 .detailsboxtop .leftclass i.text-info {
  color: #bf9e66 !important;
}

.group-11 .detailsboxtop .leftclass i.text-warning {
  color: #d4af6a !important;
}

.group-11 .detailsboxtop .leftclass i.text-success {
  color: #a68a56 !important;
}

/* Gold Theme Buttons in Jobs Dropdown */
.group-11 .dropdown-menu .gradient-button {
  background: linear-gradient(135deg, #bf9e66 0%, #d4af6a 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(191, 158, 102, 0.3) !important;
}

.group-11 .dropdown-menu .gradient-button:hover {
  background: linear-gradient(135deg, #a68a56 0%, #bf9e66 100%) !important;
  box-shadow: 0 4px 12px rgba(191, 158, 102, 0.5) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}