/* ==========================================================
   ƏLAQƏ SƏHİFƏSİ
========================================================== */

.vp-contact-page {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f7faff;
	color: #10264a;
}

.vp-contact-container {
	width: min(100% - 40px, 1480px);
	margin: 0 auto;
	padding: 30px 0 42px;
}


/* ==========================================================
   BREADCRUMB
========================================================== */

.vp-contact-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 14px;
	color: #6d7c93;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.vp-contact-breadcrumb a {
	color: #50627c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.vp-contact-breadcrumb a:hover {
	color: #1769e8;
}

.vp-contact-breadcrumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9aa8ba;
}


/* ==========================================================
   SƏHİFƏ BAŞLIĞI
========================================================== */

.vp-contact-header {
	margin: 0 0 26px;
}

.vp-contact-title {
	margin: 0 0 10px;
	color: #10264a;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.vp-contact-description {
	max-width: 820px;
	margin: 0;
	color: #52657f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}


/* ==========================================================
   ƏLAQƏ MƏLUMAT KARTLARI
========================================================== */

.vp-contact-info-section {
	margin: 0 0 26px;
}

.vp-contact-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.vp-contact-info-card {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	min-height: 160px;
	padding: 28px 24px;
	background: #ffffff;
	border: 1px solid #dbe5f0;
	border-radius: 10px;
	box-shadow:
		0 4px 18px rgba(19, 54, 99, 0.035),
		0 1px 2px rgba(19, 54, 99, 0.02);
}

.vp-contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.vp-contact-info-icon-call {
	color: #1769e8;
	background: #eaf2ff;
}

.vp-contact-info-icon-phone {
	color: #19a85b;
	background: #e9f9f0;
}

.vp-contact-info-icon-email {
	color: #7b3ff2;
	background: #f1ebff;
}

.vp-contact-info-icon-location {
	color: #ff6b35;
	background: #fff0e9;
}

.vp-contact-info-content {
	min-width: 0;
	padding-top: 2px;
}

.vp-contact-info-title {
	margin: 0 0 8px;
	color: #253b5c;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.vp-contact-info-value,
.vp-contact-info-address {
	display: inline-block;
	margin: 0 0 7px;
	color: #10264a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color 0.2s ease;
}

.vp-contact-info-value:hover,
.vp-contact-info-address:hover {
	color: #1769e8;
}

.vp-contact-info-address {
	font-size: 15px;
	font-weight: 600;
}

.vp-contact-info-note {
	margin: 0;
	color: #708099;
	font-size: 13px;
	line-height: 1.55;
}


/* ==========================================================
   FORM VƏ FAQ GRID
========================================================== */

.vp-contact-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	align-items: start;
	gap: 24px;
	margin: 0 0 26px;
}

.vp-contact-panel {
	background: #ffffff;
	border: 1px solid #dbe5f0;
	border-radius: 10px;
	box-shadow:
		0 5px 20px rgba(19, 54, 99, 0.035),
		0 1px 2px rgba(19, 54, 99, 0.02);
}

.vp-contact-form-panel {
	padding: 30px;
}

.vp-contact-faq-panel {
	padding: 30px;
}

.vp-contact-panel-header {
	margin: 0 0 22px;
}

.vp-contact-panel-title {
	margin: 0 0 8px;
	color: #10264a;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.vp-contact-panel-description {
	margin: 0;
	color: #65758d;
	font-size: 14px;
	line-height: 1.6;
}


/* ==========================================================
   FLUENT FORMS
========================================================== */

.vp-contact-fluent-form {
	width: 100%;
}

.vp-contact-fluent-form .fluentform {
	width: 100%;
}

.vp-contact-fluent-form .ff-el-group {
	margin-bottom: 18px;
}

.vp-contact-fluent-form .ff-el-input--label {
	margin-bottom: 8px;
}

.vp-contact-fluent-form .ff-el-input--label label {
	color: #243958;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.vp-contact-fluent-form .ff-el-input--label .ff-el-required {
	color: #e3342f;
}

.vp-contact-fluent-form .ff-el-form-control {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	color: #10264a;
	font-size: 14px;
	line-height: 1.5;
	background: #ffffff;
	border: 1px solid #cfdbe9;
	border-radius: 7px;
	box-shadow: none;
	outline: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.vp-contact-fluent-form .ff-el-form-control::placeholder {
	color: #98a6ba;
	opacity: 1;
}

.vp-contact-fluent-form .ff-el-form-control:hover {
	border-color: #aebfd2;
}

.vp-contact-fluent-form .ff-el-form-control:focus {
	background: #ffffff;
	border-color: #1769e8;
	box-shadow: 0 0 0 3px rgba(23, 105, 232, 0.11);
}

.vp-contact-fluent-form textarea.ff-el-form-control {
	min-height: 140px;
	resize: vertical;
}

.vp-contact-fluent-form select.ff-el-form-control {
	cursor: pointer;
}

.vp-contact-fluent-form .ff-el-help-message {
	margin-top: 6px;
	color: #7a879a;
	font-size: 12px;
	line-height: 1.45;
}

.vp-contact-fluent-form .ff-el-is-error .ff-el-form-control {
	border-color: #dc3545;
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08);
}

.vp-contact-fluent-form .error {
	margin-top: 6px;
	color: #dc3545;
	font-size: 12px;
	line-height: 1.45;
}

.vp-contact-fluent-form .ff-el-form-check {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.vp-contact-fluent-form .ff-el-form-check-input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	cursor: pointer;
	accent-color: #1769e8;
}

.vp-contact-fluent-form .ff-el-form-check-label {
	color: #52657f;
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
}

.vp-contact-fluent-form .ff-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 46px;
	margin: 0;
	padding: 11px 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	background: #1769e8;
	border: 1px solid #1769e8;
	border-radius: 7px;
	box-shadow: 0 7px 15px rgba(23, 105, 232, 0.17);
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.vp-contact-fluent-form .ff-btn-submit:hover {
	color: #ffffff;
	background: #0e59d1;
	border-color: #0e59d1;
	box-shadow: 0 9px 18px rgba(23, 105, 232, 0.22);
	transform: translateY(-1px);
}

.vp-contact-fluent-form .ff-btn-submit:active {
	transform: translateY(0);
}

.vp-contact-fluent-form .ff-btn-submit:focus-visible {
	outline: 3px solid rgba(23, 105, 232, 0.22);
	outline-offset: 3px;
}

.vp-contact-fluent-form .ff-message-success {
	margin-top: 18px;
	padding: 14px 16px;
	color: #176a3b;
	background: #eefaf3;
	border: 1px solid #bfe8ce;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1.55;
}

.vp-contact-fluent-form .ff-errors-in-stack {
	margin-top: 18px;
	padding: 14px 16px;
	color: #9d2630;
	background: #fff1f2;
	border: 1px solid #f2c2c7;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1.55;
}


/* ==========================================================
   FAQ
========================================================== */

.vp-contact-faq-list {
	display: grid;
	gap: 10px;
}

.vp-contact-faq-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 14px 16px;
	color: #263a59;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #d9e3ef;
	border-radius: 7px;
	transition:
		color 0.2s ease,
		border-color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.vp-contact-faq-item span {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.vp-contact-faq-item svg {
	flex: 0 0 auto;
	color: #1769e8;
	transition: transform 0.2s ease;
}

.vp-contact-faq-item:hover {
	color: #1769e8;
	background: #fbfdff;
	border-color: #9dbef1;
	transform: translateY(-1px);
}

.vp-contact-faq-item:hover svg {
	transform: translateX(3px);
}

.vp-contact-faq-item:focus-visible,
.vp-contact-faq-more:focus-visible {
	outline: 3px solid rgba(23, 105, 232, 0.2);
	outline-offset: 3px;
}

.vp-contact-faq-more {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	padding: 16px;
	color: #25405b;
	text-decoration: none;
	background: #f0fcf6;
	border: 1px solid #bcebd2;
	border-radius: 8px;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.vp-contact-faq-more:hover {
	color: #1769e8;
	background: #e9f9f1;
	border-color: #91dfb5;
	transform: translateY(-1px);
}

.vp-contact-faq-more-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	color: #16a65a;
	background: #dff7ea;
	border-radius: 50%;
}

.vp-contact-faq-more-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.vp-contact-faq-more-content strong {
	color: #176a3b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-contact-faq-more-content span {
	color: #50647e;
	font-size: 12px;
	line-height: 1.4;
}

.vp-contact-faq-more-arrow {
	flex: 0 0 auto;
	color: #1769e8;
}


/* ==========================================================
   XƏRİTƏ
========================================================== */

.vp-contact-map-section {
	margin: 0;
}

.vp-contact-map {
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	background: #e9eff6;
	border: 1px solid #d6e1ed;
	border-radius: 10px;
	box-shadow:
		0 5px 20px rgba(19, 54, 99, 0.035),
		0 1px 2px rgba(19, 54, 99, 0.02);
}

.vp-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.vp-contact-map-card {
	position: absolute;
	top: 26px;
	left: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 250px;
	max-width: min(340px, calc(100% - 40px));
	padding: 16px 18px;
	color: #10264a;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #dce5ef;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(16, 38, 74, 0.13);
	transform: translateX(-50%);
	backdrop-filter: blur(6px);
}

.vp-contact-map-card strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-contact-map-card span {
	color: #52657f;
	font-size: 12px;
	line-height: 1.5;
}

.vp-contact-map-card a {
	margin-top: 4px;
	color: #1769e8;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.vp-contact-map-card a:hover {
	text-decoration: underline;
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.vp-contact-page a:focus-visible,
.vp-contact-page button:focus-visible,
.vp-contact-page input:focus-visible,
.vp-contact-page select:focus-visible,
.vp-contact-page textarea:focus-visible {
	scroll-margin-top: 100px;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1180px) {

	.vp-contact-container {
		width: min(100% - 32px, 1180px);
	}

	.vp-contact-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vp-contact-main-grid {
		grid-template-columns: minmax(0, 1.6fr) minmax(300px, 1fr);
	}

}

@media (max-width: 900px) {

	.vp-contact-container {
		padding-top: 24px;
	}

	.vp-contact-main-grid {
		grid-template-columns: 1fr;
	}

	.vp-contact-faq-panel {
		order: 2;
	}

	.vp-contact-map {
		height: 320px;
	}

}

@media (max-width: 680px) {

	.vp-contact-container {
		width: min(100% - 24px, 100%);
		padding: 20px 0 30px;
	}

	.vp-contact-header {
		margin-bottom: 22px;
	}

	.vp-contact-title {
		font-size: 34px;
	}

	.vp-contact-description {
		font-size: 14px;
		line-height: 1.65;
	}

	.vp-contact-info-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vp-contact-info-card {
		min-height: auto;
		padding: 20px;
	}

	.vp-contact-info-icon {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}

	.vp-contact-form-panel,
	.vp-contact-faq-panel {
		padding: 22px 18px;
	}

	.vp-contact-panel-title {
		font-size: 20px;
	}

	.vp-contact-fluent-form .ff-el-form-control {
		min-height: 46px;
	}

	.vp-contact-fluent-form .ff-btn-submit {
		width: 100%;
	}

	.vp-contact-map {
		height: 300px;
	}

	.vp-contact-map-card {
		top: 18px;
		min-width: 0;
		width: calc(100% - 28px);
		max-width: none;
		padding: 14px 15px;
	}

}

@media (max-width: 420px) {

	.vp-contact-breadcrumb {
		font-size: 12px;
	}

	.vp-contact-title {
		font-size: 30px;
	}

	.vp-contact-info-card {
		gap: 14px;
		padding: 18px 16px;
	}

	.vp-contact-info-value {
		font-size: 16px;
	}

	.vp-contact-info-address {
		font-size: 14px;
	}

	.vp-contact-form-panel,
	.vp-contact-faq-panel {
		padding-right: 15px;
		padding-left: 15px;
	}

	.vp-contact-faq-item {
		padding-right: 13px;
		padding-left: 13px;
	}

	.vp-contact-map {
		height: 280px;
	}

}