/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2026 | 02:26:47 */
/* ===== CF7 Contact Form — Dark Navy Style ===== */

.wpcf7-form p {
	margin: 0;
	padding: 0;
}

.wpcf7-form p:first-of-type {
	margin-top: 0;
}

.wpcf7-form br {
	display: none;
}

/* All labels — white */
.wpcf7-form label {
	font-size: 16px;
	display: block;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 0.3px;
}

/* CF7 control wrapper */
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

/* All text/email/tel inputs/textarea */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-textarea{
	width: 100% !important;
	background: transparent;
	border: none;
	border-bottom: 2px solid white;
	color: #ffffff;
	padding: 10px 0;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	margin-top: 2px;
	font-family: inherit;
	box-sizing: border-box;
}

.wpcf7-form .wpcf7-textarea{
	width: 100% !important;
	background: transparent;
	border: none;
	border-bottom: 2px solid white;
	color: #ffffff;
	padding: 10px 0;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	max-height: 100px;
	margin-top: 2px;
	font-family: inherit;
	box-sizing: border-box;
}

.submit-button .wpcf7-submit {
	background: transparent !important;
	border: none !important;
	color: #ffffff !important;
	font-family: 'Michroma', sans-serif !important;
	cursor: pointer;
	padding: 10px 0;
	text-align: left;
	outline: none;
	box-shadow: none;
}

.submit-button .wpcf7-submit:hover,
.submit-button .wpcf7-submit:focus,
.submit-button .wpcf7-submit:active {
	background: transparent !important;
	color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Focus state */
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-tel:focus,
.wpcf7-form .wpcf7-textarea:focus {
	border: none;
	border-bottom-color: #ffffff !important;
	color: white !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	border-bottom: 2px solid white !important;
}


.wpcf7-form .wpcf7-submit:hover {
	opacity: 0.8;
}

/* Hide CF7 spinner */
.wpcf7-form .wpcf7-spinner {
	display: none;
}

/* Validation — red underline on invalid */
.wpcf7-form .wpcf7-not-valid {
	border-bottom-color: #ff6b6b !important;
}

/* Validation error text */
.wpcf7-form .wpcf7-not-valid-tip {
	color: #ff6b6b;
	margin-top: 4px;
	display: block;
}

/* Response output message */
.wpcf7-form .wpcf7-response-output {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.3);
	margin: 15px 0 0 0;
}

/* Autofill state */
.wpcf7-form input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill:hover,
.wpcf7-form input:-webkit-autofill:focus,
.wpcf7-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #1C355E inset !important;
	-webkit-text-fill-color: #ffffff !important;
	transition: background-color 5000s ease-in-out 0s;
	caret-color: #ffffff;
}
  
.elementor-element-91f4548 .wpcf7-form {
	padding: 3rem;
}

.wpcf7-form-control-wrap[data-name="course-location"] select {
	margin-top: 20px;
	background-color: white;
	border: 2px solid #1C355E;
	border-radius: 4px;
	color: #1C355E !important;
	-webkit-text-fill-color: #1C355E !important;
	padding: 8px 35px 8px 8px;
	width: 100%;
	height: auto;
	min-height: 45px;
	font-size: 16px;
	line-height: 1.4;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231C355E' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpcf7-form-control-wrap[data-name="course-location"] select:focus,
.wpcf7-form-control-wrap[data-name="course-location"] select:active,
.wpcf7-form-control-wrap[data-name="course-location"] select:hover {
	color: #1C355E !important;
	-webkit-text-fill-color: #1C355E !important;
	outline: none;
}

.wpcf7-form-control-wrap[data-name="course-location"] select option {
	background: white;
	color: #1C355E;
	max-width: 100%;
    overflow: hidden;
}
