/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Hero Section */
.hero-section {
	-webkit-clip-path: polygon(100% 0, 100% 92.5%, 39% 92.5%, 35% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 92.5%, 39% 92.5%, 35% 100%, 0 100%, 0 0);
}
@media ( min-width: 768px ) {
	.hero-section {
		-webkit-clip-path: polygon(100% 0, 100% 92.5%, 38% 92.5%, 35% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 92.5%, 38% 92.5%, 35% 100%, 0 100%, 0 0);
	}
}
@media ( min-width: 1200px ) {
	.hero-section {
		-webkit-clip-path: polygon(100% 0, 100% 92.5%, 37% 92.5%, 35% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 92.5%, 37% 92.5%, 35% 100%, 0 100%, 0 0);
	}
}
@media ( min-width: 2400px ) {
	.hero-section {
		-webkit-clip-path: polygon(100% 0, 100% 92.5%, 36% 92.5%, 35% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 92.5%, 36% 92.5%, 35% 100%, 0 100%, 0 0);
	}
}
/* Accordion */
.elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: 1px solid var( --e-global-color-43cb3f1 );
}
.elementor-widget-n-accordion .e-n-accordion-item div[role="region"] {
	padding-bottom: 1.75rem;
}
/* Button */
.elementor-widget-button .elementor-button {
	max-width: 400px;
}
.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}
/* Overlay Shape */
.overlay-img {
	top: 0px;
	bottom: 0px;
}
.overlay-img-top-offset {
	top: 40px;
	bottom: 0px;
}
.overlay-img-bottom-offset {
	top: 0px;
	bottom: 40px;
}
/* Gravity Forms */
.gform-theme--foundation .gform_fields {
	column-gap: 1rem;
	row-gap: 1rem;
}
.gform-theme--foundation #gform_1 .gform_fields .gfield input[type="text"],
.gform-theme--foundation #gform_1 .gform_fields .gfield input[type="email"] {
	height: 75px;
	padding-left: 20px;
	padding-right: 20px;
}
.gform-theme--foundation #gform_1 .gform_fields .gfield textarea {
	padding: 30px 20px;
}
.gform-theme--foundation #gform_1 .gform_fields .gfield input[type="text"],
.gform-theme--foundation #gform_1 .gform_fields .gfield input[type="email"],
.gform-theme--foundation #gform_1 .gform_fields .gfield textarea {
	border: 2px solid #118F9B;
	border-radius: 10px;
	font-style: italic;
}
.gform-theme--foundation #gform_1 .gform_footer input[type="submit"].gform_button {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	padding: 1.5rem;
	background-color: var( --e-global-color-ff28b4d );
	border-radius: 39px;
	box-shadow: none;
	font-family: "Montserrat", Sans-serif;
	font-size: clamp(1.125rem, 1.0376rem + 0.2427vw, 1.25rem);
	font-weight: 700;
	transition: background-color .3s, color .3s;
}
.gform-theme--foundation #gform_1 .gform_footer input[type="submit"].gform_button:hover {
	background-color: white;
	color: var( --e-global-color-ff28b4d );
}