/**
 * Home Guarantees Section
 * ----------------------------------------
 * Front page-er categories section-er upor trust bar.
 * Existing old styles untouched rakhar jonno sobkichu
 * fully scoped class-er moddhe rakha hoyeche.
 */

.mmn_guarantees_section {
	margin-top: var(--mmn-guarantees-space-top, 0px !important);
	margin-bottom: var(--mmn-guarantees-space-bottom, 0px !important);
	background: #ffffff;
	padding: 0;
}

.mmn_guarantees_section .home-categories__inner {
	width: 100%;
	max-width: var(--mmn-guarantees-max-width, 1200px !important);
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	background: transparent;
}

.mmn_guarantees_section .mmn_features_container {
	width: 100%;
	max-width: 100%;
	background: var(--mmn-guarantees-bg, #ffffff);
	border-radius: 8px;
	padding: 24px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: none;
	border: 0;
}

.mmn_guarantees_section .mmn_feature_item {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
	text-decoration: none;
	color: var(--mmn-guarantees-text, #2b394f);
	min-width: 0;
	background: transparent;
}

.mmn_guarantees_section .mmn_feature_item:hover,
.mmn_guarantees_section .mmn_feature_item:focus-visible {
	transform: translateY(-3px);
	opacity: 0.85;
	outline: none;
}

.mmn_guarantees_section .mmn_feature_item:hover .mmn_feature_icon svg,
.mmn_guarantees_section .mmn_feature_item:focus-visible .mmn_feature_icon svg {
	transform: scale(1.1) rotate(2deg);
}

.mmn_guarantees_section .mmn_feature_icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--mmn-feature-icon-color, #00b56a);
	background: transparent;
}

.mmn_guarantees_section .mmn_feature_icon svg {
	width: 22px;
	height: 22px;
	display: block;
	transition: transform 0.3s ease;
}

.mmn_guarantees_section .mmn_feature_text {
	font-family: 'Poppins', sans-serif;
	color: var(--mmn-guarantees-text, #2b394f);
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	letter-spacing: 0.2px;
	line-height: 1.45;
	background: transparent;
}

@media (max-width: 1024px) {
	.mmn_guarantees_section .mmn_features_container {
		justify-content: center;
		gap: 32px;
		padding: 24px;
	}
}

@media (max-width: 768px) {
	.mmn_guarantees_section .mmn_features_container {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
		padding: 20px 18px;
	}

	.mmn_guarantees_section .mmn_feature_item {
		width: calc(50% - 10px);
		align-items: flex-start;
	}

	.mmn_guarantees_section .mmn_feature_text {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.mmn_guarantees_section .mmn_features_container {
		padding: 18px 14px;
		column-gap: 16px;
		row-gap: 18px;
	}

	.mmn_guarantees_section .mmn_feature_item {
		width: calc(50% - 8px);
		gap: 10px;
	}

	.mmn_guarantees_section .mmn_feature_icon,
	.mmn_guarantees_section .mmn_feature_icon svg {
		width: 20px;
		height: 20px;
	}

	.mmn_guarantees_section .mmn_feature_text {
		font-size: 14px;
		line-height: 1.4;
	}
}

/**
 * Home Notice Bar
 * ----------------------------------------
 * Existing guarantee styles untouched rekhe
 * alada scoped modern orange-combined centered notice bar style.
 */

.mmn_home_notice_bar_section {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background: #ffffff;
}

.mmn_home_notice_bar_section .home-categories__inner {
	width: 100%;
	max-width: var(--mmn-home-notice-max-width, 1100px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
}

.mmn_home_notice_bar_section .mmn_home_notice_bar_inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 18px 24px;
	border-radius: 20px;
	border: 1px solid rgba(249, 115, 22, 0.16);
	background:
		linear-gradient(135deg, #fff7ed 0%, #ffffff 36%, #ffedd5 100%);
	isolation: isolate;
}

.mmn_home_notice_bar_section .mmn_home_notice_bar_inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(251, 191, 36, 0.30) 0%, transparent 34%),
		radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.22) 0%, transparent 38%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	pointer-events: none;
	z-index: 0;
}

.mmn_home_notice_bar_section .mmn_home_notice_bar_inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, #facc15 0%, #f97316 100%);
	pointer-events: none;
	z-index: 0;
}

.mmn_home_notice_bar_section .mmn_home_notice_bar_text {
	position: relative;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.2px;
	text-align: center;
	color: var(--mmn-home-notice-text, #7c2d12);
	margin: 0;
	word-break: break-word;
	text-wrap: balance;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

@media (max-width: 768px) {
	.mmn_home_notice_bar_section .home-categories__inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_inner {
		border-radius: 18px;
		padding: 16px 18px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_inner::after {
		width: 5px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_text {
		font-size: 15px;
		line-height: 1.65;
	}
}

@media (max-width: 480px) {
	.mmn_home_notice_bar_section .home-categories__inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_inner {
		border-radius: 16px;
		padding: 14px 14px 14px 16px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_inner::after {
		width: 4px;
	}

	.mmn_home_notice_bar_section .mmn_home_notice_bar_text {
		font-size: 14px;
		line-height: 1.6;
	}
}