/**
 * Contacts page styles (page-contacts.php).
 *
 * @package Truck24
 */

.feedback-page .page-title {
	background: linear-gradient(135deg, #f0f5fa 0%, #e9f0f5 100%);
	padding: 50px 0 40px;
	text-align: center;
}

.feedback-page .page-title h1 {
	font-size: 38px;
	font-weight: 800;
	color: #12222d;
	margin-bottom: 12px;
}

.feedback-page .page-title p {
	font-size: 16px;
	color: #4a6272;
	max-width: 700px;
	margin: 0 auto;
}

.feedback-page .contacts-section {
	padding: 40px 0;
}

.feedback-page .contacts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.feedback-page .contacts-info {
	background: #f9fafc;
	border-radius: 20px;
	padding: 32px;
	border: 1px solid #eef2f8;
}

.feedback-page .info-block {
	margin-bottom: 32px;
}

.feedback-page .info-block:last-child {
	margin-bottom: 0;
}

.feedback-page .info-block h3 {
	font-size: 20px;
	font-weight: 700;
	color: #12222d;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2c7be5;
	display: inline-block;
}

.feedback-page .info-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
}

.feedback-page .info-item:last-child {
	margin-bottom: 0;
}

.feedback-page .info-item i {
	width: 24px;
	color: #2c7be5;
	font-size: 18px;
	margin-top: 2px;
}

.feedback-page .info-item .info-content {
	flex: 1;
}

.feedback-page .info-item .info-content strong {
	display: block;
	font-size: 14px;
	color: #5a6e7c;
	font-weight: 500;
	margin-bottom: 4px;
}

.feedback-page .info-item .info-content span,
.feedback-page .info-item .info-content a {
	font-size: 16px;
	color: #12222d;
	font-weight: 500;
}

.feedback-page .info-item .info-content a:hover {
	color: #2c7be5;
}

.feedback-page .phone-large {
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #1a5bbf !important;
}

.feedback-page .work-hours {
	background: #eef3fc;
	padding: 20px;
	border-radius: 16px;
	margin-top: 0;
}

.feedback-page .work-hours h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #12222d;
}

.feedback-page .work-hours p {
	margin-bottom: 8px;
	font-size: 14px;
}

.feedback-page .work-hours p:last-child {
	margin-bottom: 0;
}

.feedback-page .contacts-social.social-icons {
	gap: 24px;
	margin-top: 16px;
}

.feedback-page .contacts-social.social-icons a {
	font-size: 24px;
	color: #2c7be5;
}

.feedback-page .contacts-map {
	background: #f9fafc;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #eef2f8;
}

.feedback-page .map-container {
	width: 100%;
	height: 400px;
}

.feedback-page .map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.feedback-page .map-address {
	padding: 20px 24px;
	background: #ffffff;
	border-top: 1px solid #eef2f8;
}

.feedback-page .map-address p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
	color: #4a6272;
	margin: 0;
}

.feedback-page .map-address i {
	color: #2c7be5;
	font-size: 16px;
}

.feedback-page .map-address a {
	color: #2c7be5;
	font-weight: 500;
}

.feedback-page .map-address a:hover {
	color: #1a66c9;
}

.feedback-page .feedback-section {
	padding: 40px 0;
	background: #ffffff;
	border-top: 1px solid #eef2f8;
}

.feedback-page .feedback-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
}

.feedback-page .feedback-text .h2 {
	font-size: 28px;
	font-weight: 700;
	color: #12222d;
	margin-bottom: 16px;
}

.feedback-page .feedback-text p {
	color: #5a6e7c;
	margin-bottom: 24px;
	line-height: 1.6;
}

.feedback-page .feedback-features {
	list-style: none;
}

.feedback-page .feedback-features li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 15px;
	color: #12222d;
}

.feedback-page .feedback-features i {
	color: #2c7be5;
	font-size: 18px;
	width: 24px;
}

.feedback-page .feedback-form {
	background: #f9fafc;
	padding: 32px;
	border-radius: 20px;
	border: 1px solid #eef2f8;
}

.feedback-page .feedback-form .form-group {
	margin-bottom: 20px;
}

.feedback-page .feedback-form .form-group input,
.feedback-page .feedback-form .form-group textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	transition: all 0.2s;
	background: #ffffff;
}

.feedback-page .feedback-form .form-group input:focus,
.feedback-page .feedback-form .form-group textarea:focus {
	outline: none;
	border-color: #2c7be5;
	box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.1);
}

.feedback-page .feedback-form .form-group textarea {
	resize: vertical;
	min-height: 100px;
}

.feedback-page .feedback-form .checkbox-group {
	margin: 20px 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.feedback-page .feedback-form .checkbox-group input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	cursor: pointer;
	flex-shrink: 0;
}

.feedback-page .feedback-form .checkbox-group label {
	font-size: 13px;
	color: #5a6e7c;
	line-height: 1.4;
	cursor: pointer;
}

.feedback-page .feedback-form .checkbox-group a {
	color: #2c7be5;
	text-decoration: underline;
}

.feedback-page .feedback-form .checkbox-group a:hover {
	color: #1a66c9;
}

.feedback-page .feedback-form .submit-btn {
	background: #2c7be5;
	color: #ffffff;
	border: none;
	padding: 14px 28px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
	width: 100%;
}

.feedback-page .feedback-form .submit-btn:hover {
	background: #1a66c9;
	transform: translateY(-2px);
}

.feedback-page .feedback-form .submit-btn:disabled {
	background: #b0c4de;
	cursor: not-allowed;
	transform: none;
}

/* Forminator */
.feedback-page .feedback-form .forminator-row {
	margin-bottom: 20px;
}

.feedback-page .feedback-form .forminator-field {
	margin-bottom: 0;
}

.feedback-page .feedback-form .forminator-input input,
.feedback-page .feedback-form .forminator-input textarea,
.feedback-page .feedback-form .forminator-input input[type="tel"],
.feedback-page .feedback-form .forminator-input input[type="email"],
.feedback-page .feedback-form .forminator-input input[type="text"] {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	transition: all 0.2s;
	background: #ffffff;
	box-shadow: none;
}

.feedback-page .feedback-form .forminator-input input:focus,
.feedback-page .feedback-form .forminator-input textarea:focus {
	outline: none;
	border-color: #2c7be5;
	box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.1);
}

.feedback-page .feedback-form .forminator-input textarea {
	resize: vertical;
	min-height: 100px;
}

.feedback-page .feedback-form .forminator-button-submit {
	background: #2c7be5;
	color: #ffffff;
	border: none;
	padding: 14px 28px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
	width: 100%;
	box-shadow: none;
}

.feedback-page .feedback-form .forminator-button-submit:hover {
	background: #1a66c9;
	transform: translateY(-2px);
}

.feedback-page .feedback-form .forminator-checkbox__wrapper {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.feedback-page .feedback-form .forminator-checkbox__wrapper label {
	font-size: 13px;
	color: #5a6e7c;
	line-height: 1.4;
}

.feedback-page .feedback-form .forminator-checkbox__wrapper a {
	color: #2c7be5;
	text-decoration: underline;
}

.feedback-page .feedback-form .forminator-checkbox__wrapper a:hover {
	color: #1a66c9;
}

.feedback-page .feedback-form .forminator-error-message {
	font-size: 13px;
	color: #e53e3e;
}

.feedback-page .feedback-form .forminator-response-message.forminator-error.forminator-accessible ul {
	list-style: none;
	font-size: 12px;
	background: #ffc35657;
	padding: 12px;
	margin-bottom: 12px;
	border-radius: 12px;
}

@media (max-width: 900px) {
	.feedback-page .contacts-grid,
	.feedback-page .feedback-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.feedback-page .feedback-grid {
		gap: 40px;
	}

	.feedback-page .page-title h1 {
		font-size: 30px;
	}
}

@media (max-width: 580px) {
	.feedback-page .contacts-info,
	.feedback-page .feedback-form {
		padding: 24px;
	}

	.feedback-page .info-item .info-content span,
	.feedback-page .info-item .info-content a {
		font-size: 14px;
	}

	.feedback-page .phone-large {
		font-size: 18px !important;
	}
}
