/**
 * Gold price calculator section
 */

.bg-section-calculator {
	margin-top: 60px;
	position: relative;
}

.bg-calculator-top {
	position: relative;
	background: rgba(36, 60, 64, 0.05);
	border-radius: 24px 24px 0 0;
	padding: 50px 0 0;
}

.bg-calculator-shape {
	line-height: 0;
	pointer-events: none;
}

.bg-calculator-shape--top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-99%);
}

.bg-calculator-shape--top svg {
	display: block;
	width: 100%;
	height: 62px;
}

.bg-calculator-shape-fill {
	fill: #f0eeea;
}

.bg-calculator-shape-fill--bottom {
	fill: #e5e4e1;
}

.bg-calculator-header {
	text-align: center;
	position: relative;
	z-index: 1;
}

.bg-calculator-title {
	font-size: 24px;
	font-weight: 900;
	color: var(--bg-primary);
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.bg-section-calculator .zarnegar-custom-heading__title1 > span {
	position: relative;
	z-index: 0;
}

.bg-section-calculator .zarnegar-custom-heading__title1 > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 7px;
	right: 0;
	bottom: 20%;
	z-index: -1;
}

.bg-calculator-title .zarnegar-custom-heading__title1 > span::before {
	background-color: var(--bg-secondary);
}

.bg-calculator-subtitle {
	text-align: center;
	margin: 8px 0 40px;
	color: rgba(36, 60, 64, 0.7);
}

.bg-calculator-widget-wrap {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 25px;
	top: 0;
}

.bg-gold-calculator-form {
	position: relative;
}

.bg-section-calculator .zarnegar-gold-price-calculator {
	position: relative;
	background: #fff;
	border-radius: 16px;
}

.bg-section-calculator .zarnegar-gpc-form,
.bg-section-calculator .zarnegar-gpc-price {
	padding: 20px 15px 15px;
}

.bg-section-calculator .zarnegar-gpcf__field_title {
	color: var(--bg-primary);
	font-size: 14px;
	font-weight: 700;
	align-items: center;
}

.bg-section-calculator .zarnegar-gpcf__field_body input {
	color: rgba(36, 60, 64, 0.7);
	background: rgba(36, 60, 64, 0.05);
	border: none;
	font-size: 14px;
	font-weight: 500;
	padding: 11px 16px 11px 70px;
	border-radius: 8px;
	width: 100%;
}

.bg-section-calculator .zarnegar-gpcf__field_body input:focus {
	background: rgba(36, 60, 64, 0.075);
	outline: none;
}

.bg-section-calculator .zarnegar-gold-price-calculator button {
	background: #bba57e;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 12px;
	font-family: inherit;
	font-weight: 700;
	transition: background 0.2s;
}

.bg-section-calculator .zarnegar-gold-price-calculator button:hover {
	background: #a5916d;
}

.bg-calculator-live-rate {
	flex-wrap: wrap;
	gap: 5px;
	font-weight: 500;
}

.bg-calculator-live-rate .zarnegar-gpc-gold_price {
	margin-right: 12px;
	font-weight: 700;
}

.bg-section-calculator .zarnegar-gpc-results {
	position: relative;
	min-height: 20px;
}

.bg-section-calculator.has-result .bg-calculator-bottom {
	min-height: 340px;
}

.bg-calculator-bottom {
	position: relative;
	min-height: 220px;
	border-radius: 0 0 16px 16px;
	background: radial-gradient(at bottom center, #387e82 0%, #243c40 100%);
	margin-top: -1px;
}

.bg-calculator-shape--bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-99%);
	z-index: 1;
}

.bg-calculator-shape--bottom svg {
	display: block;
	width: 100%;
	height: 52px;
}

.bg-calculator-bottom-inner {
	min-height: 220px;
	background-image: url('../images/calculator-mask.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border-radius: 0 0 16px 16px;
}

@media (max-width: 767px) {
	.bg-calculator-top {
		padding-top: 40px;
		border-radius: 0;
	}

	.bg-calculator-widget-wrap {
		position: static;
		padding: 0 16px;
	}

	.bg-calculator-subtitle {
		margin-bottom: 24px;
		padding: 0 16px;
	}

	.bg-section-calculator .zarnegar-gpc-form > div {
		width: 50%;
		flex: 1 1 40%;
	}

	.bg-section-calculator .zarnegar-gpc-price {
		flex-wrap: wrap;
		gap: 12px;
	}

	.bg-section-calculator .zarnegar-gpc-price .zarnegar-gpc-gold_price {
		width: 100%;
		flex: 1 1 100%;
		margin-right: 0 !important;
	}

	.bg-section-calculator .gold-price-result {
		width: 90%;
	}

	.bg-calculator-bottom,
	.bg-calculator-bottom-inner {
		min-height: 180px;
		border-radius: 0;
	}

	.bg-section-calculator.has-result .bg-calculator-bottom {
		min-height: 260px;
	}
}
