/* End custom CSS */

.elementor-kit-778 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Poppins";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Poppins";
	--e-global-typography-accent-font-weight: 500;
	font-family: "Poppins", Sans-serif;
}

.elementor-kit-778 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

.e-con {
	--container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
body.elementor-popup-modal-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}

.feature-block {
	margin-bottom: 30px;
	font-family: "Poppins", sans-serif;
}

.feature-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature-header .title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}

.feature-header .line {
	flex: 0 0 60px;
	height: 2px;
	background: linear-gradient(to right, #d6ae5e 60%, transparent 100%);
	margin-left: 10px;
}

.feature-description {
	font-size: 16px;
	font-weight: 400;
	color: #e0e0e0;
	margin-top: 6px;
}

/* Restore Elementor Button styles */
.elementor-button {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	padding: 14px 28px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	display: inline-block;
}

.elementor-button:hover {
	opacity: .9;
	transform: translateY(-1px);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif !important;
}

.feature-block h3 {
	font-family: "Poppins", sans-serif !important;
}
