.elementor-1819 .elementor-element.elementor-element-6dce3b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1819 .elementor-element.elementor-element-f523bd1{--display:flex;--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1819 .elementor-element.elementor-element-2476cb0{text-align:center;}.elementor-1819 .elementor-element.elementor-element-2476cb0 .elementor-heading-title{font-size:var( --e-global-typography-ebbd2ed-font-size );font-weight:var( --e-global-typography-ebbd2ed-font-weight );line-height:var( --e-global-typography-ebbd2ed-line-height );}@media(max-width:1024px){.elementor-1819 .elementor-element.elementor-element-f523bd1{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-1819 .elementor-element.elementor-element-2476cb0 .elementor-heading-title{font-size:var( --e-global-typography-ebbd2ed-font-size );line-height:var( --e-global-typography-ebbd2ed-line-height );}}@media(max-width:767px){.elementor-1819 .elementor-element.elementor-element-2476cb0 .elementor-heading-title{font-size:var( --e-global-typography-ebbd2ed-font-size );line-height:var( --e-global-typography-ebbd2ed-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-e862fa9 *//* ============================================================
   MH Group — General Application form (refined)
   Brand palette: navy #1C2B4A, gold #B08D3C
   Specific .elementor-1819 .elementor-element.elementor-element-e862fa9s + !important so the bordered card look
   wins over themes that render inputs as bare underlines.
   ============================================================ */

.mh-general-application--form {
	max-width: 640px;
    margin: 0 auto;
	padding: 44px 46px 40px;
	background: #ffffff;
	border: 1px solid #e9ebf1;
	border-radius: 16px;
	box-shadow:
		0 1px 2px rgba(28, 43, 74, 0.04),
		0 18px 48px rgba(28, 43, 74, 0.10);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

/* Slim gold bar across the very top of the card. */
.mh-general-application--form::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: linear-gradient(90deg, #B08D3C 0%, #d8b661 100%);
}

/* Optional heading/subtext — only show if you add them inside the form wrapper. */
.mh-general-application--form .mh-ga-title {
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 700;
	color: #1C2B4A;
	letter-spacing: -0.01em;
}
.mh-general-application--form .mh-ga-subtitle {
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.5;
	color: #6c7180;
}

.mh-general-application--form .mh-ga-row {
	margin: 0 0 22px !important;
	padding: 0;
}

.mh-general-application--form .mh-ga-row label {
	display: block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #4a5163;
	margin-bottom: 9px;
}

.mh-general-application--form .mh-ga-row label span {
	color: #B08D3C;
	margin-left: 3px;
	font-weight: 700;
}

.mh-general-application--form .mh-ga-row input[type="text"],
.mh-general-application--form .mh-ga-row input[type="email"],
.mh-general-application--form .mh-ga-row input[type="url"],
.mh-general-application--form .mh-ga-row textarea {
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 13px 16px !important;
	font-size: 15.5px !important;
	line-height: 1.5 !important;
	color: #1f2430 !important;
	background: #fbfbfd !important;
	border: 1.5px solid #dcdfe8 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
	-webkit-appearance: none;
	appearance: none;
}

.mh-general-application--form .mh-ga-row input::placeholder,
.mh-general-application--form .mh-ga-row textarea::placeholder {
	color: #a6abb8;
}

.mh-general-application--form .mh-ga-row input[type="text"]:hover,
.mh-general-application--form .mh-ga-row input[type="email"]:hover,
.mh-general-application--form .mh-ga-row input[type="url"]:hover,
.mh-general-application--form .mh-ga-row textarea:hover {
	border-color: #c2c7d4 !important;
}

.mh-general-application--form .mh-ga-row input[type="text"]:focus,
.mh-general-application--form .mh-ga-row input[type="email"]:focus,
.mh-general-application--form .mh-ga-row input[type="url"]:focus,
.mh-general-application--form .mh-ga-row textarea:focus {
	outline: none !important;
	background: #ffffff !important;
	border-color: #1C2B4A !important;
	box-shadow: 0 0 0 4px rgba(28, 43, 74, 0.10) !important;
}

.mh-general-application--form .mh-ga-row textarea {
	min-height: 130px;
	resize: vertical;
}

.mh-general-application--form .mh-ga-row:last-child {
	margin-top: 28px;
	margin-bottom: 0 !important;
}

.mh-general-application--form .mh-ga-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	min-width: 210px;
	padding: 15px 40px !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #ffffff !important;
	background: #1C2B4A !important;
	border: 0 !important;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(28, 43, 74, 0.20);
	transition: background .16s ease, transform .06s ease, box-shadow .16s ease;
}

.mh-general-application--form .mh-ga-submit:hover {
	background: #24365c !important;
	box-shadow: 0 10px 26px rgba(28, 43, 74, 0.28);
}

.mh-general-application--form .mh-ga-submit:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(176, 141, 60, 0.45);
}

.mh-general-application--form .mh-ga-submit:active {
	transform: translateY(1px);
	box-shadow: 0 6px 16px rgba(28, 43, 74, 0.22);
}

/* Status messages — the span itself is the coloured box. */
.mh-ga-notice { margin: 0 0 26px; }

.mh-ga-success,
.mh-ga-error {
	display: block;
	padding: 14px 18px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14.5px;
	line-height: 1.45;
}

.mh-ga-success {
	color: #14622b;
	background: #eaf7ef;
	border: 1px solid #bfe3cc;
	border-left: 4px solid #1a7f37;
}

.mh-ga-error {
	color: #a5221f;
	background: #fdeceb;
	border: 1px solid #f4c6c3;
	border-left: 4px solid #d13b36;
}

@media (max-width: 600px) {
	.mh-general-application--form { padding: 30px 22px 26px; }
	.mh-general-application--form .mh-ga-submit { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6dce3b4 */h3.mh-search-title a {
    color: #042C53;
}

h3.mh-search-title a:hover {
    color: #bd7d28;
}/* End custom CSS */
/* Start custom CSS */.section{
    padding: 84px 0;
}
@media (max-width: 560px) {
    .sec {
        padding: 58px 0;
    }
}/* End custom CSS */