/**
 * Contact Full Block Styles
 */

.wp-block-brandspeak-contact-full {
	position: relative;
	background-color: var(--contact-bg, #eeece1);
	padding: 120px 20px;
	overflow: hidden;
}

/* Background SVG */
.contact-full__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.contact-full__svg {
	position: absolute;
	top: -57%;
	left: -31%;
	width: 1514px;
	height: auto;
	opacity: 1;
	transform-origin: center center;
}

/* Container */
.contact-full__container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
}

/* Header */
.contact-full__header {
	text-align: left;
	margin-bottom: 60px;
}

.contact-full__header-image {
	margin-bottom: 20px;
}

.contact-full__header-image img {
	max-width: 200px;
	height: auto;
}

.contact-full__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	color: #20a6a9;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-align: left;
}

.wp-block-brandspeak-contact-full .contact-full__title {
	text-align: left;
}

.contact-full__description {
	font-size: 1.1rem;
	color: #0b0b0b;
	max-width: 800px;
	margin: 0;
	line-height: 1.6;
}

/* Form Wrapper - 2 Column Layout */
.contact-full__form-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
	align-items: start;
}

/* Sidebar - Email & Social */
.contact-full__sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-full__email a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #423385 !important;
	text-decoration: none;
	word-break: break-word;
	transition: opacity 0.3s ease;
}

.contact-full__email a:hover {
	opacity: 0.7;
}

.contact-full__social-links {
	display: flex;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-full__social-links .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #43308a;
	color: #ffffff;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.contact-full__social-links .social-icon:hover {
	transform: translateY(-2px);
	background-color: #35C7C9;
	text-decoration: none;
}

.contact-full__social-links .social-icon svg {
	width: 24px;
	height: 24px;
	display: block;
	fill: currentColor;
	stroke: currentColor;
}

/* Form Styles */
.contact-full__form {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 40px;
	border-radius: 8px;
}

.contact-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.contact-form__field {
	margin-bottom: 20px;
}

.contact-form__field label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #20a6a9;
	margin-bottom: 8px;
}

.contact-form__field label .required {
	color: #e74c3c;
	margin-left: 2px;
}

.contact-form__field input[type="text"],
.contact-form__field input[type="email"],
.contact-form__field input[type="tel"],
.contact-form__field select,
.contact-form__field textarea {
	width: 100%;
	padding: 12px 16px;
	font-size: 1rem;
	border: 2px solid transparent;
	border-radius: 4px;
	background-color: #ffffff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	font-family: inherit;
	line-height: 1.5;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
	outline: none;
	border-color: #20a6a9;
	box-shadow: 0 0 0 3px rgba(32, 166, 169, 0.1);
}

.contact-form__field textarea {
	resize: vertical;
	min-height: 40px;
	max-height: 300px;
	overflow-y: hidden;
	transition: height 0.2s ease;
}

.contact-form__field select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320a6a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	padding-right: 40px;
}

/* Checkbox */
.contact-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 30px;
}

.contact-form__checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
	accent-color: #20a6a9;
}

.contact-form__checkbox label {
	font-size: 0.95rem;
	color: #0b0b0b;
	cursor: pointer;
	line-height: 1.4;
}

/* Submit Button */
.contact-form__submit {
	display: flex;
	justify-content: flex-start;
}

.contact-form__submit .btn-bubble-arrow {
	border: none;
	cursor: pointer;
	font-family: inherit;
	background: transparent;
	font-size: 1rem;
	gap: 0 !important;
	padding: 0 !important;
}

.contact-form__submit .btn-bubble-arrow__arrow {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 !important;
}

.contact-form__submit .btn-bubble-arrow__content {
	height: 3.4rem;
	padding: 0 1.5rem;
	margin: 0 !important;
}

.contact-form__submit .btn-bubble-arrow__arrow,
.contact-form__submit .btn-bubble-arrow__content {
	display: flex;
}

/* Responsive */
@media (max-width: 768px) {
	.wp-block-brandspeak-contact-full {
		padding: 80px 20px;
	}

	.contact-full__svg {
		top: -35%;
		left: -45%;
		width: 1000px;
	}

	.contact-full__form-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.contact-form__row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.contact-full__email a {
		font-size: 1.2rem;
	}

	.contact-full__social-links {
		justify-content: flex-start;
	}

	.contact-full__form {
		padding: 30px 20px;
	}

	.contact-full__header {
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.wp-block-brandspeak-contact-full {
		padding: 60px 15px;
	}

	.contact-full__svg {
		top: -25%;
		left: -55%;
		width: 700px;
	}

	.contact-full__title {
		font-size: 2rem;
	}

	.contact-full__description {
		font-size: 1rem;
	}

	.contact-full__email a {
		font-size: 1.1rem;
	}

	.contact-full__social-links .social-icon {
		width: 42px;
		height: 42px;
	}
}
