/** about-intro-section styles for Bargheto Widgets */

.elementor-widget-bargheto_about_intro_section .ais__badge {
	display: block;
	margin-bottom: 0.75rem;
	width: fit-content;
	background-color: var(--ais-badge-bg, rgba(0, 67, 203, 0.1));
	color: var(--ais-badge-color, #0043CB);
}

.elementor-widget-bargheto_about_intro_section .ais__title {
	margin-top: 0;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 2.7rem;
	color: #121517;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_about_intro_section .ais__title {
		font-size: 1.875rem;
	}
}

.elementor-widget-bargheto_about_intro_section .ais__lead {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 2rem;
	color: #787b7d;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_about_intro_section .ais__lead {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.elementor-widget-bargheto_about_intro_section .ais__body {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 2rem;
	color: #919396;
}

@media (min-width: 768px) {
	.elementor-widget-bargheto_about_intro_section .ais__body {
		font-size: 1rem;
	}
}

.elementor-widget-bargheto_about_intro_section .ais__image-wrap {
	overflow: hidden;
	border-radius: 1rem;
}

.elementor-widget-bargheto_about_intro_section .ais__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-bargheto_about_intro_section .btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 0.75rem;
	padding: 0.875rem 1.75rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms ease;
	background-color: var(--btn-accent, #0043CB);
	color: #fff;
}

.elementor-widget-bargheto_about_intro_section .btn:hover {
	opacity: 0.9;
	box-shadow: 0 10px 25px -5px color-mix(in srgb, var(--btn-accent, #0043CB) 35%, transparent);
}
