/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

.wholesale-partnership {
  padding: 4rem 1rem;
  background-color: #fff;
  font-family: 'inter', sans-serif;
}

.wholesale-partnership__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.wholesale-partnership__text {
  flex: 1 1 55%;
  font-size: 1.1rem;
  line-height: 1.8;
}

.wholesale-partnership__title {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
  color: #111;
}

.wholesale-partnership__image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.wholesale-partnership__image img {
  max-width: 100%;
  height: auto;
}

.wholesale-partnership__container {
  width: 90%;
  margin: 0 auto;
}

.wholesale-partnership__row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.wholesale-partnership__text {
  flex: 1;
  min-width: 300px;
}

.wholesale-partnership__image {
  flex: 1;
  min-width: 300px;
}

.wholesale-partnership__image img {
  width: 100%;
  height: auto;
}

.wholesale-partnership__fulltext {
  margin-right: auto;
  max-width: 970px;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.wholesale-partnership__fulltext p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  }
.wholesale-partnership__fulltext a{
  color: #006ee4;
  text-decoration: underline;
}

.wholesale-partnership__text p:first-of-type {
  margin-bottom: 2.1rem; /* You can change 2rem to any size like 20px or 1.5rem */
}

.wholesale-partnership__fulltext p:last-of-type {
  margin-bottom: 0rem; /* You can change 2rem to any size like 20px or 1.5rem */
}












.nexora-contact-section {
padding-bottom: 2.2rem;
  background: #ffffff;
  font-family: 'inter', sans-serif;
}


.nexora-contact-section1 {
  padding-top: 8.5rem;
padding-bottom: 2.2rem;
  background: #ffffff;
  font-family: 'inter', sans-serif;
}

.nexora-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.nexora-contact-image img {
  width: 100%;
  max-width: 600px;
}
.nexora-contact-image2 img {
  width: 100%;
  max-width: 900px;
}

.nexora-contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nexora-contact-form h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.nexora-contact-form h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: #007bff;
}

.nexora-floating-input {
  position: relative;
  margin-top: 10px;
}

.nexora-floating-input input,
.nexora-floating-input textarea {
  width: 95%;
  padding: 16px 12px;
  font-size: 16px;
  border: 2px solid #007bff;
  border-radius: 18px;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  background: #fff;
}

.nexora-floating-input textarea {
  min-height: 100px;
}

.nexora-floating-input label {
  position: absolute;
  left: 18px;
  top: 16px;
  color: #999;
  background: #fff;
  padding: 0 4px;
  font-size: 16px;
  transition: 0.3s ease;
  pointer-events: none;
}

.nexora-floating-input input:focus + label,
.nexora-floating-input textarea:focus + label,
.nexora-floating-input input:not(:placeholder-shown) + label,
.nexora-floating-input textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 13px;
  font-size: 13px;
  color: #007bff;
}


.nexora-contact-form button {
  background: #007bff;
  color: white;
  padding: 15px 35px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content;
}

.nexora-contact-form button:hover {
  background: #2b2b2b;
}

