.section-sincol-hero {
	position: relative;
	overflow: hidden;
	padding: 192px 0 98px;
}

.sincol-hero-bg {
	position: absolute;
	top: 100px;
	right: 0;
}

.sincol-hero-box {
	display: flex;
	flex-direction:column;
	position: relative;
	text-align: center;
}

.sincol-hero-con {
	max-width: 675px;
	margin: 0 auto;
}

.sincol-hero-news {
	margin: 48px auto 0;
	max-width: 556px;
	padding: 32px 0 0;
}

.custom-newsletter-form {
	display: flex;
	gap: 24px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 1px 0 0;
	text-align:left;
}

.wpcf7 form div.wpcf7-response-output {
	font-size: 12px;
	text-align: center;
	border-color:#00A1E9;
}

.custom-newsletter-form p br {
	display: none;
}

.custom-newsletter-form .gfield label,
.custom-newsletter-form label {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.5;
	text-align:left;
}

/* Inputs */
.custom-newsletter-form .gfield input,
.custom-newsletter-form input,
.custom-newsletter-form textarea {
    width: 100%;
    background: rgba(5, 10, 25, 0.92);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    padding: 14px 18px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
	background: #11141E;
}

.custom-newsletter-form .gfield input,
.custom-newsletter-form input {
    height: 56px !important; 
	 text-align: left !important;
}

.custom-newsletter-form input::placeholder,
.custom-newsletter-form textarea::placeholder {
    color: rgba(255,255,255,0.45);
}

/* Focus effect */

.custom-newsletter-form .gfield input:focus,
.custom-newsletter-form .gfield textarea:focus,
.custom-newsletter-form .gfield input:hover,
.custom-newsletter-form .gfield textarea:hover,
.custom-newsletter-form .form-group input:focus,
.custom-newsletter-form .form-group textarea:focus,
.custom-newsletter-form .form-group input:hover,
.custom-newsletter-form .form-group textarea:hover {
    border-color: rgba(90,140,255,0.8);
    box-shadow: 0 0 0 3px rgba(72,118,255,0.15);
	border: 2px solid #00A1E9;
	box-shadow: none;
}

.custom-newsletter-form .submit-btn {
    position: relative;
    z-index: 2;
}


.custom-newsletter-form .gfield .gform-button,
.custom-newsletter-form .wpcf7-submit {
    border: none;
    padding: 20px 32px !important;
    border-radius: 999px !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
	width: auto;
	height: auto;
	letter-spacing: -0.5px;
	font-family: var(--font-body) !important;
	background: var(--color-button-primary) !important;
	color: var(--color-black) !important;
}

.custom-newsletter-form .gform-button:hover,
.custom-newsletter-form .wpcf7-submit:hover {
	background: var(--color-button-primary-hover) !important;
	color: var(--color-button-primary) !important;
}

span.wpcf7-spinner {
	position: absolute;
	top: 25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.custom-newsletter-form .wpcf7-response-output {
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
@media (max-width: 1100px){
	.section-sincol-hero{padding:150px 0 62px;}
}

@media (min-width: 768px){
	.custom-newsletter-form label {
		margin: -25px 0 0px;
	}
}

@media (max-width: 768px){
	.section-sincol-hero{padding:104px 0 48px;}
	.sincol-hero-text.hero-ttx.commontx{font-size:14px;max-width:400px;margin: 16px auto 0;}
	.sincol-hero-news{margin:72px auto 0;padding:0;}
	.custom-newsletter-form{flex-direction:column;} 
	.custom-newsletter-form .submit-btn,
	.custom-newsletter-form .wpcf7-submit{width:100%;}
}

@media (max-width: 500px){
	.sincol-hero-text.hero-ttx.commontx{max-width:297px;}
	
}

.custom-newsletter-form .gform_validation_errors,
.custom-newsletter-form .gform_submission_error,
.custom-newsletter-form_wrapper .gform_submission_error,
.custom-newsletter-form .gfield_validation_message,
.custom-newsletter-form .gform-theme--framework .gform_validation_errors .gform_submission_error,
.custom-contact-form .validation_message {
	color: #ffb6a6 !important;
}

#gform_confirmation_wrapper_5{
	border: 1px solid #46b450 !important;
	border-radius: 20px !important;
	padding: 20px !important;
}