.oupute_contact_us {
  padding: 7.5rem 0;
  background: #F8F8F8;
  font-family: var(--font-family);
}

.oupute_contact_us .ocu-card {
  display: flex;
}

/* ── Left ── */
.oupute_contact_us .ocu-left {
  width: 48.1%;
  min-height: 30rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 67/84;
}

.oupute_contact_us .ocu-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.oupute_contact_us .ocu-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.oupute_contact_us .ocu-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(242, 130, 31, 0.1);
}

.oupute_contact_us .ocu-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: auto;
  padding: 3rem 2.875rem 3rem 4.8125rem;
  background: rgba(242, 130, 31, 0.40);
}

.oupute_contact_us .ocu-info-item {
  display: flex;
  gap: 1.25rem;
}

.oupute_contact_us .ocu-info-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oupute_contact_us .ocu-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oupute_contact_us .ocu-info-text {
  display: flex;
  flex-direction: column;
  gap: .625rem;
  min-width: 0;
}

.oupute_contact_us .ocu-info-label {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.oupute_contact_us .ocu-info-value {
  display: inline-block;
  margin: 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.24s ease;
}

.oupute_contact_us a.ocu-info-value:hover,
.oupute_contact_us a.ocu-info-value:focus-visible {
  color: var(--oupute-color-primary);
}

/* ── Right ── */
.oupute_contact_us .ocu-right {
  flex: 1;
  padding-top: 1.875rem;
  background: #FFF;
}

.oupute_contact_us .container .inqury_title_box .inqury_title_text {
  font-size: 3rem;
  line-height: 1.21;
  font-weight: 600;
}

.oupute_contact_us .container .inqury_title_box .inqury_titl_desc {
  display: none;
}

.oupute_contact_us .container .inqury-form .input-wrap .input-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.oupute_contact_us .container .inqury-form .one-line-input,
.oupute_contact_us .container .inqury-form .phone-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder,
.oupute_contact_us .container .inqury-form .phone-wrap .phone_number,
.oupute_contact_us .container .inqury-form .mul-select-wrap .bootstrap-select .btn-light,
.oupute_contact_us .container .inqury-form .textarea-input {
  height: 3.75rem;
  border: none;
  border-radius: 0;
  background: #F9F9F9;
}

.oupute_contact_us .container .inqury-form .textarea-input {
  height: 19.25rem;
}

.oupute_contact_us .container .inqury-form .text-wrap .char-count,
.oupute_contact_us .container .inqury-form .phone-wrap .char-count {
  top: 1.375rem;
}

.oupute_contact_us .container .inqury-form .one-line-input::placeholder,
.oupute_contact_us .container .inqury-form .textarea-input::placeholder,
.oupute_contact_us .container .inqury-form .phone-wrap input::placeholder,
.oupute_contact_us .container .inqury-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
}

.oupute_contact_us .container .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.oupute_contact_us .container .inqury_submit {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .oupute_contact_us .ocu-card {
    flex-direction: column;
  }

  .oupute_contact_us .ocu-left {
    width: 100%;
    aspect-ratio: 4/3;
  }

  .oupute_contact_us .ocu-info {
    position: absolute;
    inset: 0;
    margin-top: 0;
    justify-content: flex-end;
    overflow-y: auto;
  }
}

@media screen and (max-width: 576px) {
  .oupute_contact_us .ocu-left {
    aspect-ratio: auto;
  }

  .oupute_contact_us .ocu-info {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .oupute_contact_us .ocu-info-item {
    gap: 1rem;
  }

  .oupute_contact_us .ocu-info-label {
    font-size: 1.25rem;
  }

  .oupute_contact_us .ocu-info-value {
    font-size: 1rem;
  }
}
