/* Artistic Elementor Widgets - base structural styles.
   Colors, fonts, spacing, widths are all controlled from the Elementor
   Style tab and output as inline CSS vars / widget CSS by Elementor itself.
   This file only holds structural rules that don't need to be editable. */

.artistic-hero-section {
	display: flex;
	align-items: center;
	gap: 40px;
	overflow: hidden;
}

.artistic-hero-section__content {
	flex: 1 1 50%;
	min-width: 280px;
}

.artistic-hero-section__media {
	flex: 1 1 50%;
	min-width: 280px;
}

.artistic-hero-section__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-bottom: 14px;
}

.artistic-hero-section__breadcrumb a {
	text-decoration: none;
	color: inherit;
}

.artistic-hero-section__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 14px;
}

.artistic-hero-section__label:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: currentColor;
}

.artistic-hero-section__heading {
	margin: 0 0 18px;
	line-height: 1.2;
}

.artistic-hero-section__heading .artistic-highlight {
	display: block;
}

.artistic-hero-section__description {
	margin: 0 0 26px;
	line-height: 1.7;
}

.artistic-hero-section__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.artistic-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
}

.artistic-hero-btn svg,
.artistic-hero-btn i {
	line-height: 1;
	font-size: 0.95em;
}

.artistic-hero-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.25s ease;
}

.artistic-hero-section__media {
	position: relative;
}

.artistic-hero-section__media img {
	display: block;
	width: 100%;
	height: auto;
}

/* Icon box / Mission-Vision-Values section */

.artistic-iconbox-section {
	display: flex;
	flex-wrap: wrap;
}

.artistic-iconbox-item {
	flex: 1 1 0;
	min-width: 220px;
	display: flex;
	gap: 18px;
}

.artistic-iconbox-item__icon-wrap {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.artistic-iconbox-item__icon-wrap i,
.artistic-iconbox-item__icon-wrap svg {
	font-size: 22px;
	line-height: 1;
}

.artistic-iconbox-item__title {
	margin: 0 0 10px;
}

.artistic-iconbox-item__text {
	margin: 0;
	line-height: 1.7;
}

.artistic-iconbox-item__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artistic-iconbox-item__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
	line-height: 1.5;
}

.artistic-iconbox-item__list li:last-child {
	margin-bottom: 0;
}

.artistic-iconbox-item__list li .artistic-bullet-icon {
	flex-shrink: 0;
	margin-top: 3px;
}

/* Mobile responsive fallback (Elementor's own responsive controls override
   specific values per breakpoint; this just makes sure the base layout
   collapses sanely even without extra control tweaks). */
@media (max-width: 767px) {
	.artistic-hero-section {
		flex-direction: column;
	}

	.artistic-iconbox-section {
		flex-direction: column;
	}
}
