/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

.flex {
	display: flex;
	flex-flow: row wrap;
}

body .btn,
body .btn-primary {
	color: #fff !important;
	background: #cf3138 !important;
	font-size: 14px !important;
	border: none !important;
	padding: 15px 50px !important;
	font-weight: 700 !important;
}

#main-content.box-landing-page h1 {
	font-size: 40px;
}

#main-content.box-landing-page .wysiwyg h1:not(:last-child),
#main-content.box-landing-page .wysiwyg h2:not(:last-child),
#main-content.box-landing-page .wysiwyg h3:not(:last-child),
#main-content.box-landing-page .wysiwyg h4:not(:last-child),
#main-content.box-landing-page .wysiwyg h5:not(:last-child),
#main-content.box-landing-page .wysiwyg h6:not(:last-child),
#main-content.box-landing-page .wysiwyg p:not(:last-child) {
	margin-bottom: 32px;
}

#main-content.box-landing-page .wysiwyg p {
	line-height: 2.125;
}

#main-content.box-landing-page .landing-banner {
	text-align: center;
	height: clamp(300px, 50vw, 515px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main-content.box-landing-page .landing-banner h1 {
	color: #fff;
}

#main-content.box-landing-page .landing-banner .overlay {
	background-color: rgba(35, 31, 32, 0.8);
}

#main-content.box-landing-page .landing-top-content {
	padding: 90px 0 100px;
}

#main-content.box-landing-page .landing-top-content .content-image-wrap {
	width: 415px;
	height: 480px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 40px;
}
#main-content.box-landing-page .landing-top-content .content-image-wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform 0.3s;
	transform: scale(1);
}
#main-content.box-landing-page .landing-top-content .content-image-wrap:hover img {
	transform: scale(1.08);
}
#main-content.box-landing-page .landing-top-content .content-image-wrap .icon-wrap {
	background: #cf3138;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 11px;
	right: 14px;
	z-index: 1;
	color: #ffffff;
	transition: background 0.3s;
}
#main-content.box-landing-page .landing-top-content .content-image-wrap:hover .icon-wrap {
	background: #000000;
}

#main-content.box-landing-page .landing-top-content .form-wrap .gform_wrapper {
	border-radius: 10px;
	overflow: hidden;
	padding: 45px 45px 28px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	top: -174px;
	margin-bottom: -174px;
	z-index: 1;
	background: #ffffff;
}

#main-content.box-landing-page .landing-top-content .form-wrap .gform_wrapper .gfield_label {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: 700;
}

#main-content.box-landing-page .landing-top-content .form-wrap .gform_wrapper .gform_required_legend {
	display: none;
}

#main-content.box-landing-page .landing-top-content .form-wrap .gform_wrapper .gform_title {
	margin-bottom: 22px;
}

.gform_wrapper.gform-theme .gform_fields {
	row-gap: 20px;
}

.gform_wrapper.gform-theme input[type='color'],
.gform_wrapper.gform-theme input[type='date'],
.gform_wrapper.gform-theme input[type='datetime-local'],
.gform_wrapper.gform-theme input[type='datetime'],
.gform_wrapper.gform-theme input[type='email'],
.gform_wrapper.gform-theme input[type='month'],
.gform_wrapper.gform-theme input[type='number'],
.gform_wrapper.gform-theme input[type='password'],
.gform_wrapper.gform-theme input[type='search'],
.gform_wrapper.gform-theme input[type='tel'],
.gform_wrapper.gform-theme input[type='text'],
.gform_wrapper.gform-theme input[type='time'],
.gform_wrapper.gform-theme input[type='url'],
.gform_wrapper.gform-theme input[type='week'],
.gform_wrapper.gform-theme select,
.gform_wrapper.gform-theme textarea,
.gform_wrapper.gform-theme input:not([type='hidden'], [type='radio'], [type='checkbox'], [type='file']),
.gform_wrapper.gform-theme textarea,
.gform_wrapper.gform-theme select {
	background: #f0f0f0;
	border: 1px solid #d8d8d8;
}
.gform_wrapper.gform-theme input::placeholder,
.gform_wrapper.gform-theme textarea::placeholder,
.gform_wrapper.gform-theme select::placeholder {
	color: rgba(51, 51, 51, 0.5); /* grey placeholder */
	opacity: 1; /* ensure it's not transparent */
}

.gform_wrapper.gform-theme .gfield_description {
	font-size: 12px;
}

.gform_wrapper.gform-theme textarea {
	height: 91px !important;
	min-block-size: 91px !important;
}

.gform_wrapper.gform-theme .gform_button {
	width: 100% !important;
	background: #cf3138 !important;
	height: 50px !important;
}
#main-content.box-landing-page .landing-fifties {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#main-content.box-landing-page .fifty-section {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 3px;
	padding-top: 3px;
}

#main-content.box-landing-page .fifty-section.even .image-wrap {
	order: 1;
}

#main-content.box-landing-page .fifty-section.even .content-wrap {
	order: 2;
}

#main-content.box-landing-page .fifty-section .content-wrap {
	flex: 1;
	text-align: center;
	padding: 50px 10%;
}

#main-content.box-landing-page .fifty-section .image-wrap {
	flex: 0 0 45%;
	height: 640px;
	align-self: center;
}

#main-content.box-landing-page .fifty-section .image-wrap video,
#main-content.box-landing-page .fifty-section .image-wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#main-content.box-landing-page .landing-testimonial {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 152px 50px;
}

#main-content.box-landing-page .landing-testimonial .inner {
	width: 100%;
	max-width: 836px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	padding: 57px 100px;
}

#main-content.box-landing-page .landing-testimonial .stars {
	gap: 5px;
	margin-bottom: 30px;
}

#main-content.box-landing-page .landing-testimonial .stars .star-icon {
	color: #ffb100;
	font-size: 20px;
}

/** Responsive styles for screen max-width 991px */
@media (max-width: 991px) {
	#main-content.box-landing-page .landing-top-content .form-wrap .gform_wrapper {
		margin-top: 30px;
		top: 0;
		margin-bottom: 0;
	}

	#main-content.box-landing-page .fifty-section .image-wrap {
		order: 1 !important;
		margin-bottom: 15px;
		flex: 0 0 100%;
		height: 250px;
	}

	#main-content.box-landing-page .fifty-section .content-wrap {
		order: 2 !important;
	}

	#main-content.box-landing-page .landing-testimonial .inner {
		padding: 50px;
	}
}

@media (max-width: 500px) {
	#main-content.box-landing-page .landing-testimonial {
		padding: 50px 15px;
	}
	#main-content.box-landing-page .fifty-section .content-wrap {
		padding: 50px 15px;
	}
}
