/* .contact-details {
font-family: "Lexend Deca Medium", sans-serif !important;
} */

.form-heading {
	font-family: "Lexend Deca Medium", sans-serif !important;
}

.heading {
	font-family: "Lexend Deca Medium", sans-serif !important;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
}

.contact-number {
	color: #C58131;
	text-decoration: none;
	cursor: pointer;
}

.contact-number:hover {
	text-decoration: none;
}

.country-card {
	overflow: hidden;
	background-color: white;
	margin-bottom: 3rem !important;
}

.contact-info {
	background-color: var(--bs-bg-one);
	padding-top: 7rem;
	padding-bottom: 5rem;
}

.country {
	font-size: 1rem;
}

.last-item:last-of-type {
	padding-bottom: 9rem !important;
}

.form-section {
	padding-bottom: 5rem;
}

/*------------Form---------------- */

.header-title-wrapper-rfp {
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 2.5rem;
}

.rfp-title {
	max-width: 236px;
	margin: 0 auto;
}

.rfp-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 77.94%, #000 100%),
		linear-gradient(90deg, rgba(5, 5, 5, 0.7) 11.31%, rgba(0, 0, 0, 0) 55.1%, rgba(7, 28, 53, 0) 55.1%);
}

.header_rfp_img {
	width: 100%;
	height: 298px;
	object-fit: cover;
}

.go-back--icon {
	width: 1.25rem;
	height: 1.25rem;
}

.rfp-form-section {
	padding-bottom: 4rem;
	background-color: #f7f5f3;
}

.rfp-form-container {
	padding-block: 1.5rem;
	padding-inline: 0.5rem;
	background-color: #fff;
}

.rfp-form-grid {
	display: grid;
	gap: 1.25rem;
}

.text-field-box {
	padding-block: 0.81rem;
	padding-inline: 1rem;
	border: 0.5px solid #818181;
	border-radius: 4px;
	height: 164px;
	resize: none;
}

.privacy-statement {
	color: #969696 !important;
}

.rfp-form-btn {
	min-width: 10rem !important;
}

/* Datepicker Styles */

:host {
	--color-fg-primary: #262626;
	--border-radius: 50%;
}

.calendar>.days-grid>.day {
	border-radius: 50%;
}

@media (max-width: 904px) {
	.calendars {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 480px) {
	.container:not(.inline).show {
		width: 17.5rem;
		bottom: unset !important;
		left: unset !important;
		position: unset !important;
		right: unset !important;
		top: unset !important;
		transform: unset !important;
		transform-origin: unset !important;
	}
}

/* .rfp-title {
  max-width: 26.18rem;
  margin: 0 auto;
} */

@media (min-width: 600px) {
	.header_rfp_img {
		height: 394px;
	}

	.header-title-wrapper-rfp {
		bottom: 4rem;
		left: 2rem;
		right: 2rem;
	}

	.rfp-title {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: 236px;
		margin: 0;
	}

	.rfp-form-container {
		padding-inline: 2.25rem;
		margin: 0 auto;
	}

	.rfp-form-grid {
		grid-template-columns: 1fr 1fr;
	}

	.text-field-box {
		grid-column: 1 / 3;
	}
}

@media (min-width: 905px) {
	.rfp-form-section {
		position: relative;
	}

	.header-title-wrapper-rfp {
		left: unset;
		right: unset;
		bottom: 50%;
		transform: translateY(50%);
	}

	.rfp-title {
		position: static;
		left: 50%;
		transform: none;
		max-width: none;
		margin: 0;
	}

	.rfp-form-container {
		max-width: 25.5rem;
		padding-block: 5rem;
		padding-inline: 8rem;
		margin-top: -8.75rem;
	}

	:host {
		--day-width: 50px;
		--day-height: 50px;
	}

	.container.show {
		left: -118px !important;
	}

	.calendar>.days-grid>.day {
		margin: 2px;
	}
}

@media (min-width: 1240px) {
	.header_rfp_img {
		height: 768px;
	}

	.rfp-form-container {
		max-width: 30rem;
		padding-inline: 11.75rem;
		margin-top: 0;
	}
}

.rfp-form-grid .choices {
	margin-bottom: 0;
}

.choices__inner {
	background-color: #fff;
	border: 0.5px solid #818181;
}


.rfp-dropdown {
	position: relative;
	display: inline-block;
}

.rfp-dropdown-button {
	border-radius: 4px;
	border: 0.5px solid #818181;
	background: #fff;
	cursor: pointer;
	width: 100%;
	display: flex;
	height: 36px;
	padding: 0px 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	min-width: 200px;
	overflow: hidden;
}

.rfp-dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.rfp-dropdown:active .dropdown-content {
	display: block;
}