/* ================================================
   2026 CONTACT FORM 7 STYLES
   ================================================ */

/* Hero Section */
.panel-form-2026 {
	position: relative;
	background: #fff;
}

.panel-form-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 808px;
	z-index: 1;
}

.panel-class-contact-form .panel-form-hero-bg { height:100%; background-size:cover !important; }

.panel-form-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 779px;
	margin:0 auto;
}

.panel-form-hero-title {
	color: #fff;
	margin: 0 0 16px 0;
}

.panel-form-hero-subtitle {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}

/* Form Container */
.panel-form-container-2026 {
	position: relative;
	z-index: 10;
	max-width: 833px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 57px 67px 60px;
}

/* Form Sections */
.panel-form-2026 .form-section {
	margin-bottom: 60px;
}

.panel-form-2026 .form-section:last-child {
	margin-bottom: 0;
}

.panel-form-2026 .form-section-title {
	font-size: 28px;
	line-height: 1.2;
	color: #252C32;
	margin: 0 0 32px 0;
	letter-spacing: -0.28px;
}

.panel-form-2026 .form-section-subtitle {
	font-size: 21px;
	line-height: 1.2;
	color: #252C32;
	margin: 0 0 20px 0;
}

/* Form Fields */
.panel-form-2026 .form-field {
	margin-bottom: 16px;
}

.panel-form-2026 .form-field:last-child {
	margin-bottom: 0;
}

.panel-form-2026 .form-field-label {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	color: #051D2E;
	margin: 0 0 8px 0;
	display: block;
}

.panel-form-2026.panel-class-contact-form .form-field-label { font-size:16px; }

/* Required Fields */
.form-field.required label:not(.radio-inline):not(.form-check-label):not(.custom-file-input):after {
	content: ' *';
	color: #B20C06;
	font-size:16px;
	vertical-align:middle;
	margin-left:3px;
}

/* Text Inputs, Textareas, Selects - Matching Job Application Form */
.panel-form-2026 input[type="text"],
.panel-form-2026 input[type="email"],
.panel-form-2026 input[type="tel"],
.panel-form-2026 input[type="url"],
.panel-form-2026 input[type="date"],
.panel-form-2026 input[type="file"],
.panel-form-2026 select,
.panel-form-2026 textarea {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #051D2E;
	background: #FFFFFF;
	border: 0.833px solid #DFDFE0;
	border-radius: 8px;
	padding: 12px;
	transition: all 0.2s ease;
	min-height: 49.668px;
}

.panel-form-2026 input[type="text"]::placeholder,
.panel-form-2026 input[type="email"]::placeholder,
.panel-form-2026 input[type="tel"]::placeholder,
.panel-form-2026 input[type="url"]::placeholder,
.panel-form-2026 textarea::placeholder {
	color: rgba(99, 102, 111, 0.6);
}

.panel-form-2026 input[type="text"]:hover,
.panel-form-2026 input[type="email"]:hover,
.panel-form-2026 input[type="tel"]:hover,
.panel-form-2026 input[type="url"]:hover,
.panel-form-2026 input[type="date"]:hover,
.panel-form-2026 select:hover,
.panel-form-2026 textarea:hover {
	border-color: #BFBFC0;
}

.panel-form-2026 input[type="text"]:focus,
.panel-form-2026 input[type="email"]:focus,
.panel-form-2026 input[type="tel"]:focus,
.panel-form-2026 input[type="url"]:focus,
.panel-form-2026 input[type="date"]:focus,
.panel-form-2026 select:focus,
.panel-form-2026 textarea:focus {
	outline: none;
	border-color: #003EAB;
	box-shadow: 0 0 0 3px rgba(0, 62, 171, 0.1);
}

.panel-form-2026 input:disabled,
.panel-form-2026 select:disabled,
.panel-form-2026 textarea:disabled {
	background: #F5F5F5;
	color: #9CA3AF;
	cursor: not-allowed;
	border-color: #DFDFE0;
}

.panel-form-2026 textarea {
	height: 108px;
	resize: vertical;
}

/* Select Dropdown - Matching Job Application Form */
.panel-form-2026 select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.59003L12 13.17L7.41 8.59003L6 10L12 16L18 10L16.59 8.59003Z' fill='%2363666F'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 24px 24px;
	padding: 12px 52px 12px 20px;
	cursor: pointer;
}

.panel-form-2026 select::-ms-expand {
	display: none;
}

/* Placeholder color for select */
.panel-form-2026 select option[value=""],
.panel-form-2026 select option:disabled {
	color: rgba(99, 102, 111, 0.8);
}

.panel-form-2026 select[value=""] {
	color: rgba(99, 102, 111, 0.8);
}

/* Radio Buttons - Matching Job Application Form */
.panel-form-2026 .form-field-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	padding-bottom: 8px;
}

.panel-form-2026 .wpcf7-radio {
	display: flex;
	align-items: center;
	gap: 16px;
}

.panel-form-2026 .wpcf7-list-item {
	margin: 0 !important;
}
.panel-form-2026 .wpcf7-radio .wpcf7-list-item-label {
	line-height: 30px;
	padding-left:16px;
}

.panel-form-2026 input[type="radio"] {
	width: 30px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	accent-color: #003EAB;
}

.panel-form-2026 .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #6B7280;
	cursor: pointer;
}

/* Checkboxes - Matching Job Application Form */
.panel-form-2026 input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
	accent-color: #003EAB;
}

.panel-form-2026 .wpcf7-list-item input[type="checkbox"] {
	width: 30px;
	height: 30px;
}

/* Toggle/Chip Buttons */
.panel-form-2026 .form-field-toggle-group {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 21px;
}

.panel-form-2026 .toggle-button {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #051D2E;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	padding: 14px 16px;
	min-width: 88px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.panel-form-2026 .toggle-button:hover {
	border-color: #003EAB;
}

.panel-form-2026 .toggle-button.active {
	background: #003EAB;
	border-color: #003EAB;
	color: #fff;
}

/* File Upload */
.panel-form-2026 .form-field-file {
	border: 2px dashed #E5E7EB;
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.3s;
}

.panel-form-2026 .form-field-file:hover {
	border-color: #003EAB;
}

.panel-form-2026 input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.panel-form-2026 .file-upload-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.panel-form-2026 .file-upload-icon {
	width: 48px;
	height: 48px;
	color: #003EAB;
}

.panel-form-2026 .file-upload-text {
	font-size: 16px;
	font-weight: 600;
	color: #003EAB;
}

.panel-form-2026 .file-upload-hint {
	font-size: 14px;
	font-weight: 400;
	color: #6B7280;
}

/* Form Messages */
.panel-form-2026 .wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.4;
}

.panel-form-2026 .wpcf7-mail-sent-ok {
	background: #E8F5E9;
	color: #2E7D32;
	border: 1px solid #81C784;
}

.panel-form-2026 .wpcf7-validation-errors,
.panel-form-2026 .wpcf7-mail-sent-ng {
	background: #FFEBEE;
	color: #C62828;
	border: 1px solid #EF5350;
}

.panel-form-2026 .wpcf7-not-valid-tip {
	font-size: 14px;
	color: #C62828;
	margin-top: 4px;
	display: block;
}

/* Privacy Notice / Disclaimer */
.panel-form-2026 .form-privacy-notice {
	font-size: 14px;
	line-height: 1.4;
	color: #6B7280;
	margin-top: 16px;
}

.panel-form-2026 .form-privacy-notice a {
	color: #003EAB;
	text-decoration: underline;
}

.panel-form-2026 .form-privacy-notice a:hover {
	color: #002a7a;
}

/* Grid Layouts for Two-Column Fields */
.panel-form-2026 .form-row-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

/* Two Column Layout (Form Left, Text Right) */
.panel-form-two-column-wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	gap: 18px;
}

.panel-form-left-column {
	min-width: 0;
	flex:1 1 auto;
}

.panel-form-left-column .panel-form-container-2026 {
	margin: 0;
	padding: 42px 46px 42px 48px;
	max-width: 100%;
}
.panel-form-2026 .panel-form-left-column .form-section {
	margin-bottom:24px;
}

.panel-form-right-column {
	min-width: 0;
}

.panel-form-right-content {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 42px 32px 50px;
	height:100%;
	flex:1 1 322px;
	min-width:322px;
}

/* Right Column Text Styling */
.panel-form-right-content h2 {
	font-family: 'Figtree', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #051D2E;
	margin: 0 0 24px 0;
	letter-spacing: -0.28px;
}

.panel-form-right-content h3 {
	font-family: 'Figtree', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #051D2E;
	margin: 40px 0 18px 0;
}

.panel-form-right-content h3:first-child {
	margin-top: 0;
}

.panel-form-right-content h4 {
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #051D2E;
	margin: 0 0 4px 0;
}

.panel-form-right-content p {
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #63666F;
	margin: 0 0 16px 0;
}

.panel-form-right-content p:last-child {
	margin-bottom: 0;
}

.panel-form-right-content a {
	color:inherit;
	text-decoration: none;
}

.panel-form-right-content a:hover {
	text-decoration: underline;
}

/* Phone number styling */
.panel-form-right-content h2 + p {
	font-size: 25px;
	font-weight: 600;
	color: #051D2E;
	margin-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 991px) {
	.panel-form-hero {
		height: 300px;
		margin-bottom: -100px;
	}
	
	.panel-form-container-2026 {
		padding: 40px 40px 50px;
	}
	
	.panel-form-two-column-wrapper {
		flex-direction:column;
	}
	
	.panel-form-left-column .panel-form-container-2026 {
		max-width: 100%;
	}
	
	.panel-form-right-content {
		padding: 42px 46px 42px 48px;
	}
}

@media (max-width: 767px) {
	.panel-form-hero {
		height: 250px;
		margin-bottom: -60px;
	}
	
	body .panel-form-hero-content {
		padding:90px 0 20px 0;
	}
	
	.panel-form-hero-subtitle {
		font-size: 16px;
	}
	
	.panel-form-container-2026 {
		padding: 30px 20px 40px;
		border-radius: 8px;
	}
	
	.panel-form-2026 .form-section-title {
		font-size: 18px;
	}
	
	.panel-form-2026 .form-field-label {
		font-size: 16px;
	}
	
	.panel-form-2026 .form-row-two-col {
		grid-template-columns: 1fr;
	}
	
	.panel-form-2026 .form-field-radio-group,
	.panel-form-2026 .form-field-toggle-group {
		flex-direction: column;
	}
	
	.panel-form-2026 .toggle-button {
		width: 100%;
	}
	
	/* Right column mobile adjustments */
	.panel-form-right-content {
		padding: 42px 46px 42px 48px;
	}
	
	.panel-form-right-content h2 {
		font-size: 24px;
	}
	
	.panel-form-right-content h3 {
		font-size: 20px;
		margin: 32px 0 16px 0;
	}
	
	.panel-form-right-content h2 + p {
		font-size: 22px;
	}
	
	.panel-form-2026 .wpcf7-radio {
		flex-wrap:wrap;
	}
	.panel-form-2026 .wpcf7-list-item {
		flex:1 1 100%;
		min-width:100%;
	}
	.panel-form-2026 .panel-form-hero-bg { background-size:auto 450px !important; }
}