/* ------------- respective message start ------------ */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  position: fixed;
  top: 10%;
  /* right: 0; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  padding: 1rem 2rem;
  border-radius: 6px;
  gap: 0.6rem;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}
/* ------------- respective message end -------------- */
section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-section {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  background: url(../images/partner-us/hero.jpg) no-repeat center center;
  background-size: cover;
}

.content-section {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-content h1 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 48px;
  line-height: 1.13;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* ------------- Section-02 : Dropdown -------------------- */
.section-02 {
  background: #eef4fb;
}

.dropdown-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: start;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}

.dropdown {
  position: relative;
}

.dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #333;
}

.dropdown-btn {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 20px;
  color: black;
  transition: transform 0.3s ease;
  border-bottom: 2px solid transparent;
}
.dropdown-btn:hover {
  color: gray;
  border-color: gray;
}
.dropdown-btn.active {
  color: gray;
  border-color: gray;
}

.dropdown.open .dropdown-btn {
  opacity: 0.5;
}
.customers-section-container {
  display: none;
}
.customers-section-container.open {
  display: block;
}
/* ------------ Section 03 --------------- */
.customers-section .container {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px; */
}
.customers-section-wrapper {
  padding: 10rem 0;
}

.customers-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.customers-section .content {
  flex: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 3.5rem !important;
}

.customers-section .content h2,
.our-commodities-container .content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: black;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.our-commodities-container .content h2 {
  color: white;
}
.customers-section .content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #333;
}

.customers-section .image {
  flex: 1;
  /* text-align: right; */
  overflow: hidden;
}

.customers-section .image img {
  width: 100%;
  height: 100%;
}

/* ------------ Section 04:Our Commodities --------------- */

.our-commodities {
  background: #0d5ab2;
}

.our-commodities-container {
  padding: 10rem 0;
}

.our-commodities-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 1.6rem; */
}
.our-commodities-container .content .underline {
  width: 168px;
  height: 5px;
  background: white;
  transform-origin: left center;
}
.our-commodities-container .our-commodities-slider {
  padding: 0 4rem;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
  position: relative;
}
.our-commodities-container .our-commodities-slider .swiper-button-prev {
  left: 0%;
  color: #cec7c7 !important;
}
.our-commodities-container .our-commodities-slider .swiper-button-next {
  right: 0%;
  color: #cec7c7 !important;
}
.our-commodities-container .our-commodities-slider .content-wrapper {
  padding: 1rem 1rem 2rem 1rem;
  background: #2875cd;
  border-radius: 19px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.swiper-backface-hidden .swiper-slide {
  padding: 1.8rem !important;
}
.our-commodities-container .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.our-commodities-container .content .content-head {
  border-radius: 19px;
  overflow: hidden;
  width: 100%;
}
.our-commodities-container .content .content-head img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.our-commodities-container .content .content-head:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-commodities-container .content a {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.5s ease;
}
.our-commodities-container .content a:hover {
  color: black;
}
.our-commodities-container .content .content-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.our-commodities-container .content h3 {
  color: white;
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
}

/* ------------ Section 05: Submit Form --------------- */
.submitForm-container {
  padding: 10rem 8rem;
}
/* .registrationForm .submitForm-container {
  padding-top: 0 !important;
  padding-bottom: 10rem;
} */
.submitForm-wrapper {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 14px;
  padding: 30px;
}
.submitForm-wrapper h3 {
  font-family: "Gotham-Bold";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #0a0a23;
}

.form-row {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.form-row.captcha-row {
  margin-bottom: 2rem;
}
#queryFormError,
#regisQueryFormError {
  font-family: "Gotham-Book";
}
.form-group {
  flex: 1;
  position: relative;
}

.form-group.full-width {
  flex: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 5px;
  font-size: 16px;
  outline: none;
  background: transparent;
  font-family: "Gotham-Book";
  font-weight: normal;
  transition: border-color 0.3s ease;
  padding-left: 0px;
}
.form-group select {
  font-family: "Gotham-Book";
  font-weight: normal;
  font-size: 16px;
  color: #a6a6a6;

  appearance: none; /* remove native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-group .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg); /* rotate if you want down arrow */
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.custom-select.open .arrow {
  transform: translateY(-50%) rotate(-90deg); /* open state */
}
.form-group .arrow svg {
  width: 14px;
  height: 14px;
  fill: red; /* arrow color */
}

.form-group select:valid {
  font-size: 20px;
  color: black; /* selected option color */
}

.form-group select option {
  color: black;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #e31c24;
}

textarea {
  resize: vertical;
}

/* Label inside input/textarea/select */
.placeholder-label label {
  position: absolute;
  left: 0px;
  top: 12px;
  font-family: "Gotham-Book";
  font-weight: normal;
  font-size: 16px;
  color: #a6a6a6;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.placeholder-label label span {
  color: red;
}

/* Hide label if filled */
.form-group input.filled + label,
.form-group textarea.filled + label,
.form-group select.filled + label {
  opacity: 0;
}

.submit-btn {
  background: #e31c24;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: fit-content;
}
select option[disabled][selected][hidden] {
  display: none;
  color: gray;
}
/* .placeholder-label select:valid + label {
  opacity: 0;
  transform: translateY(-10px);
} */
.submit-btn:hover {
  background: #b9151c;
}

.submit-btn svg {
  width: 7.5px;
  height: 12px;
}

.reveal {
  opacity: 0;
}

.reveal img {
  transform: translateX(100);
  opacity: 0;
}
/* Responsive */

@media (max-width: 1640px) {
  .customers-section-wrapper {
    padding: 6rem 0;
  }
  /* .registrationForm .submitForm-container {
    padding-top: 0 !important;
    padding-bottom: 6rem;
  } */
  .submitForm-container {
    padding: 6rem 0;
  }

  .our-commodities-container {
    padding: 6rem 0;
  }
  /* .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: -3%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: -3%;
  } */
}

@media (max-width: 1600px) {
  .dropdown-wrapper {
    /* padding: 2.2rem 0; */
  }
}

@media (max-width: 1440px) {
  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }

  .customers-section .content h2,
  .our-commodities-container .content h2 {
    /* font-size: 42px;
    margin-bottom: 1.6rem; */
  }
  .our-commodities-container .content {
    gap: 0;
  }
  .our-commodities-container .our-commodities-slider {
    padding: 0 3rem;
  }
  /* .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: -1%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: -1%;
  } */
  .our-commodities-container .our-commodities-slider .content-wrapper {
    padding: 1rem;
  }
}

@media (max-width: 1280px) {
  .hero-content h1 {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .customers-section .content h2,
  .our-commodities-container .content h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
  .our-commodities-container .our-commodities-slider {
    padding: 0 1rem;
  }
}

@media (max-width: 1180px) {
  .customers-section .row {
    flex-direction: column;
  }
  .customers-section .image {
    width: 100%;
  }
}

@media (max-width: 978px) {
  .form-row {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/partner-us/hero-mob.jpg) no-repeat center center;
    background-size: cover;
  }
  .dropdown-btn {
    font-size: 18px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 2rem 0;
    gap: 1.5rem;
  }
  .hero-content h1 {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .customers-section .content h2,
  .our-commodities-container .content h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .customers-section .content p {
    line-height: 1.6;
  }
  .customers-section-wrapper {
    padding: 4rem 0;
  }
  /* .registrationForm .submitForm-container {
    padding-top: 0 !important;
    padding-bottom: 4rem;
  } */
  .submitForm-container {
    padding: 4rem 0;
  }
  .our-commodities-container {
    padding: 4rem 0;
  }
  .our-commodities-container .our-commodities-slider {
    margin-top: 4rem;
    padding: 0 7rem;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 3%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 3%;
  }
  .submitForm-wrapper h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .form-row {
    margin-bottom: 2rem;
  }
  .form-group select,
  .form-group input,
  .form-group select,
  .form-group textarea,
  .placeholder-label label {
    font-size: 18px;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }
    .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3rem !important;
  }
}

@media (max-width: 640px) {
  .our-commodities-container .our-commodities-slider {
    padding: 0 3rem;
  }
}

@media (max-width: 480px) {
  .dropdown-btn {
    font-size: 14px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 1rem 0;
    gap: 1rem;
  }
  .hero-content h1 {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .customers-section .content h2,
  .our-commodities-container .content h2 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }
  .customers-section .content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .our-commodities-container .content .underline {
    width: 100px;
    height: 3px;
  }

  .submitForm-wrapper {
    padding: 1rem;
  }
  .submitForm-wrapper h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .form-group select,
  .form-group input,
  .form-group select,
  .form-group textarea,
  .placeholder-label label {
    font-size: 16px;
  }
  .submit-btn {
    font-size: 12px;
    margin-top: 0;
    padding: 0.8rem 1.2rem;
  }
  .form-group .arrow svg {
    width: 12px;
    height: 12px;
  }
    .our-commodities-container .our-commodities-slider {
    margin-top: 3rem;
    padding: 0 1rem;
  }

    .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 0%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 0%;
  }
  .our-commodities-slider .swiper-backface-hidden .swiper-slide {
    padding: 1.4rem !important;
}
  .our-commodities-container .content h3 {
    font-size: 20px;
  }
    .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 375px) {
  .dropdown-btn {
    font-size: 12px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 0.8rem 0;
    gap: 0.8rem;
  }
  .hero-content h1 {
    font-size: 27px;
  }

  .customers-section .content h2,
  .our-commodities-container .content h2 {
    font-size: 24px;
  }

  .customers-section .content p {
            font-size: 14px;
        line-height: 1.2;
    margin-bottom: 0.6rem;
  }

  .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 0%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 0%;
  }

  .our-commodities-container .our-commodities-slider {
    margin-top: 3rem;
    padding: 0 1.8rem;
  }
}
