/* End Custom Fonts CSS */

.elementor-kit-7 {
	--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: "GT America";
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "GT America";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "GT America";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "GT America";
	--e-global-typography-accent-font-weight: 500;
	color: #050411;
	font-family: "GT America", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

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

.elementor-kit-7 a {
	color: #080808;
	font-family: "GT America", Sans-serif;
}

.elementor-kit-7 a:hover {
	color: #141414;
	font-family: "GT America", Sans-serif;
}

.elementor-kit-7 h1 {
	color: #050411;
	font-family: "GT America", Sans-serif;
	font-size: 35px;
	font-weight: 700;
}

.elementor-kit-7 h2 {
	color: #050411;
	font-family: "GT America", Sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.elementor-kit-7 h3 {
	color: #050411;
	font-family: "GT America", Sans-serif;
	font-size: 22px;
	font-weight: 600;
}

.elementor-kit-7 h4 {
	color: #050411;
	font-family: "GT America", Sans-serif;
}

.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
	font-family: "GT America", Sans-serif;
	color: #000;
}

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

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

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 20px;
}

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

.site-header .site-branding {
	flex-direction: column;
	align-items: stretch;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@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-kit-7 {
		font-size: 14px;
	}
	
	.elementor-kit-7 a {
		font-size: 0px;
	}
	
	.elementor-kit-7 h1 {
		font-size: 30px;
	}
	
	.elementor-kit-7 h2 {
		font-size: 20px;
	}
	
	.elementor-kit-7 h3 {
		font-size: 18px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */

/* ----------------------------------------------------------
   Bulletproof fix: ensures links remain visible on mobile
   Scope: only text links inside Elementor Text Editor widgets
   ---------------------------------------------------------- */

/* ----------------------------------------------------------
   Bulletproof fix: ensures links remain visible on mobile
   Scope: only text links inside Elementor Text Editor widgets
   ---------------------------------------------------------- */
@media (max-width: 1024px) {
	:where(.elementor) :where(.elementor-widget-text-editor) :is(a, a span, a *) {
		display: inline !important;
		visibility: visible !important;
		font-size: inherit !important;
		line-height: inherit !important;
		color: inherit !important;
		-webkit-text-fill-color: inherit !important;
	}
	
	/* Prevents the iOS/Safari "display: contents" bug */
	:where(.elementor) :where(.elementor-widget-text-editor) a {
		display: inline !important;
		text-decoration: underline;
	}
}

/* Fix hidden Accordion titles on mobile — scoped to Elementor Accordion only */
@media (max-width:1024px) {
	.elementor-widget-accordion .elementor-accordion .elementor-tab-title, .elementor-widget-accordion .elementor-accordion .elementor-tab-title * {
		display: inline !important;
		visibility: visible !important;
		font-size: inherit !important;
		line-height: inherit !important;
		color: inherit !important;
		-webkit-text-fill-color: inherit !important;
	}
	
	/* Guard against display:contents or zero-size anchors */
	.elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
		display: inline !important;
		text-decoration: none;
	}
	
	/* Ensure taps work even if a parent applied pointer-events:none */
	.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
		pointer-events: auto !important;
	}
	
	/* Kill any weird before/after punctuation added by themes */
	.elementor-widget-accordion .elementor-accordion .elementor-tab-title::before, .elementor-widget-accordion .elementor-accordion .elementor-tab-title::after {
		content: none !important;
	}
}
