/* search */
.search {
	padding: 16px 60px;
	background-color: var(--secondary);
}

.search-form {
  position: relative;
}

.search-form input {
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #f9f8fc;
  outline: none;
  box-shadow: none;
  border: none;
  width: 598px;
  color: #0c0c24;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-right: 48px;
}

.search-form img {
  position: absolute;
  width: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.search-list {
  gap: 40px;
  align-items: flex-start;
}

.search-item img {
  width: 24px;
  margin-right: 12px;
}

.search-item p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

/* breadcrum  */
.breadcrum {
  padding: 16px 60px;
  border-bottom: 1px solid #ededed;
  gap: 10px;
}

.breadcrum a {
  color: #0c0c24;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.breadcrum img {
  width: 16px;
}

.breadcrum a.active {
  opacity: 1;
}

/* content */
.contact-us-mobile {
  display: none;
}

.content {
  padding: 24px 60px 120px;
  background: #f7f7fb;
}

.content-header {
  position: relative;
}

.content-header img {
  width: 100%;
}

.content-header p {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}

/* content address */
.content-address {
  width: 1052px;
  align-items: flex-start;
  margin: 40px auto 0px;
  gap: 40px;
}

.content-address > img {
  width: 514px;
}

.content-address-list {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.content-address-item {
  gap: 12px;
  align-items: flex-start;
}

.content-address-item div span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

	.content-address-item div p {
		color: var(--primary);
		font-size: 20px;
		font-weight: 600;
		line-height: normal;
		text-transform: capitalize;
		margin-top: 10px;
	}

.content-address-item img {
  width: 20px;
  margin-top: 2px;
}

/* content-form */
.content-form {
  width: 1052px;
  margin: 80px auto 0px;
  border-radius: 8px;
  background: #fff;
  padding: 60px 120px;
}

.form-section {
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
}

.form-section p {
  color: #0c0c24;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  margin-top: 32px;
}

.form-fields {
  flex-wrap: wrap;
  gap: 24px 0px;
}

.form-item {
  width: calc(50% - 12px);
}

.form-item label {
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.form-item span {
  color: #d60026;
}

.form-item input,
.form-item select,
.form-item textarea {
  padding: 14px 24px;
  border-radius: 8px;
  border: 1px solid #ededed;
  opacity: 0.8;
  background: #f7f7fb;
  color: #0c0c24;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  outline: none;
  width: 100%;
}

.form-item-full {
  width: 100%;
}

.form-submit {
  margin-top: 32px;
}

.form-submit p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  max-width: 449px;
}

.form-submit p:nth-child(1) {
  margin-bottom: 8px;
}

	.form-submit a {
		font-weight: 600;
		color: var(--primary);
	}

	.form-submit button {
		padding: 16px 24px;
		border-radius: 8px;
		background: var(--primary);
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		border: none;
		min-width: 182px;
		cursor: pointer;
	}

select:has(option:checked:disabled) {
  color: #919191;
  font-weight: 400;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.25rem center !important;
  background-size: 16px 12px !important;
  appearance: none;
}

.form-header {
  border-bottom: 1px solid #ededed;
  padding-bottom: 32px;
}

.form-header p {
  color: #0c0c24;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.form-header div {
  padding-left: 3px;
}

.form-header div label {
  color: #0c0c24;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-right: 40px;
  margin-left: 10px;
  cursor: pointer;
}

	.form-header input {
		margin: 0px;
		accent-color: var(--primary);
		transform: scale(1.5);
		cursor: pointer;
	}

input[type="radio"]:checked + label {
	color: var(--primary);
}

#send-message-form {
	display: none;
	margin-top: 10px;
}

#contact-form-success {
	display: none;
}

.success #contact-form-success {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}