.contact-section {
	padding: 100px 0;
	background: #f8f9fa;
}

.contact-info-card {
	background: transparent;
	padding: 40px;
	border-radius: 0;
	box-shadow: none;
	height: auto;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.contact-info-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: #8348e2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.contact-icon svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
}

.contact-details h5 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.contact-details p {
	color: #666666;
	font-size: 15px;
	margin: 0;
	line-height: 1.6;
}

.contact-details a {
	color: #666666;
	text-decoration: none;
	transition: color 0.3s;
}

.contact-details a:hover {
	color: #8348e2;
}

.contact-form-card {
	background: #ffffff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: none;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-label {
	color: #000000;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
}

.form-control, .form-select {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.3s;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.form-control:focus, .form-select:focus {
	outline: none;
	border-color: #8348e2;
	box-shadow: 0 0 0 3px rgba(131, 72, 226, 0.1);
}

.form-control.error, .form-select.error {
	border-color: #dc3545;
}

.error-message {
	color: #dc3545;
	font-size: 13px;
	margin-top: 5px;
	display: none;
}

.error-message.show {
	display: block;
}

.error-message-box {
	background: #dc3545;
	border: 1px solid #dc3545;
	color: #ffffff;
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	display: none;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.error-message-box.show {
	display: block;
	opacity: 1;
	animation: slideDown 0.5s ease;
}

textarea.form-control {
	resize: vertical;
	min-height: 120px;
}

.submit-btn {
	background: #8348e2;
	color: #ffffff;
	border: none;
	padding: 14px 40px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	width: 100%;
	position: relative;
}

.submit-btn:hover:not(:disabled) {
	background: #6a35c0;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(131, 72, 226, 0.3);
}

.submit-btn:disabled {
	background: #a0a0a0;
	cursor: not-allowed;
	transform: none;
}

.success-message {
	background: #28a745;
	border: 1px solid #28a745;
	color: #ffffff;
	padding: 15px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	display: none;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.success-message.show {
	display: block;
	opacity: 1;
	animation: slideDown 0.5s ease;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.form-header {
	margin-bottom: 30px;
}

.form-header h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.form-header p {
	color: #666666;
	font-size: 15px;
	margin: 0;
}

.contact-info-header {
	margin-bottom: 30px;
}

.contact-info-header h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.contact-info-header p {
	color: #666666;
	font-size: 15px;
	margin: 0;
}

.section-title h2 {
	color: #000000;
	margin-bottom: 10px;
}

.section-title p {
	color: #666666;
	font-size: 16px;
}

/* Form Sections */
.form-section {
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.form-section:last-of-type {
	border-bottom: none;
	margin-bottom: 25px;
}

.section-heading {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Radio Button Styles */
.radio-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 10px;
}

.radio-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 6px;
	transition: background-color 0.2s;
}

.radio-option:hover {
	background-color: #f8f9fa;
}

.form-radio {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	accent-color: #8348e2;
}

.radio-label {
	margin: 0;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	font-weight: 400;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-other-input {
	margin-left: 10px;
	flex: 1;
	max-width: 300px;
	padding: 8px 12px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.3s;
}

.service-other-input:focus {
	outline: none;
	border-color: #8348e2;
	box-shadow: 0 0 0 3px rgba(131, 72, 226, 0.1);
}

.service-other-input.show {
	display: inline-block !important;
}

.radio-option-other {
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.radio-option-content {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.service-other-input {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	padding: 12px 16px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.3s;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-other-input:focus {
	outline: none;
	border-color: #8348e2;
	box-shadow: 0 0 0 3px rgba(131, 72, 226, 0.1);
}

.service-other-input.error {
	border-color: #dc3545;
}

.service-other-input.show {
	display: block !important;
}

@media (max-width: 991px) {
	.contact-info-card {
		margin-bottom: 30px;
	}
	
	.service-other-input {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}
}
