/* Rabor Elementor widgets — editor + front parity */
.rabor-el-widget {
	position: relative;
	width: 100%;
}

.rabor-home-section-head.rabor-section-heading {
	max-width: var(--rabor-container, 1310px);
	width: 100%;
	margin: clamp(2rem, 3.5vw, 2.75rem) auto 0;
	padding-inline: var(--rabor-container-padding, 15px);
	box-sizing: border-box;
}

.rabor-home-section-head__board {
	width: 100%;
	height: 0;
	border-top: 1px solid #e4e4ef;
	margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
}

.rabor-home-section-head__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.65rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(32, 28, 112, 0.06);
	border: 1px solid rgba(32, 28, 112, 0.08);
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: clamp(0.76rem, 1.05vw, 0.82rem);
	font-weight: 700;
	color: #201c70;
}


.rabor-home-section-head__title {
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-weight: 800;
	line-height: 1.4;
}

.elementor-editor-active .rabor-el-widget {
	min-height: 24px;
}

.rabor-section-heading__title,
.rabor-home-section-head__title {
	margin: 0 0 clamp(0.85rem, 1.4vw, 1.15rem);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	color: var(--rabor-color-primary, #201c70);
}

.rabor-section-heading--center .rabor-home-section-head__title,
.rabor-section-heading--center .rabor-section-heading__title {
	text-align: center;
}

.rabor-section-heading--right .rabor-home-section-head__title,
.rabor-section-heading--right .rabor-section-heading__title {
	text-align: right;
}

.rabor-section-heading__eyebrow {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	color: var(--rabor-color-accent, #f15921);
}

.rabor-home-intro {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
}

@media (max-width: 991px) {
	.rabor-home-intro__row {
		flex-direction: column;
	}
}

.rabor-home-intro__media img,
.rabor-home-cta__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.rabor-brands-page__grid,
.rabor-manufacturers-page .wd-grid-g {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 1rem;
}

.rabor-blog-hero__title {
	margin: 0 0 0.5rem;
}

/* Homepage hero */
.rabor-home-hero {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.rabor-home-hero__link {
	display: block;
}

.rabor-home-hero__image {
	width: 100%;
	height: auto;
	display: block;
}

/* Audience grid (home categories) */
.rabor-audience-grid__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

@media (max-width: 991px) {
	.rabor-audience-grid__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.rabor-audience-grid__inner {
		grid-template-columns: 1fr;
	}
}

.rabor-audience-card {
	min-height: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
}

/* Info pages */
.rabor-info-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
	padding: 2rem 0;
}

.rabor-info-hero__eyebrow {
	display: block;
	font-size: 0.875rem;
	color: var(--rabor-color-accent, #f15921);
	margin-bottom: 0.5rem;
}

.rabor-info-hero__title {
	margin: 0 0 0.75rem;
}

.rabor-info-hero__subtitle {
	margin: 0;
	opacity: 0.85;
}

.rabor-info-hero__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

@media (max-width: 991px) {
	.rabor-info-hero {
		grid-template-columns: 1fr;
	}
}

.rabor-page-section {
	padding: 2rem 0;
}

.rabor-page-section--media-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
}

.rabor-page-section__eyebrow {
	display: block;
	font-size: 0.875rem;
	color: var(--rabor-color-accent, #f15921);
	margin-bottom: 0.5rem;
}

.rabor-page-section__title {
	margin: 0 0 1rem;
}

.rabor-page-section__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

@media (max-width: 991px) {
	.rabor-page-section--media-right {
		grid-template-columns: 1fr;
	}
}

.rabor-faq-list__title {
	margin: 0 0 1.5rem;
	text-align: center;
	color: #201c70;
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 800;
}

.rabor-faq-list__items {
	display: grid;
	gap: 0.85rem;
}

.rabor-faq-item {
	border: 1px solid rgba(32, 28, 112, 0.12);
	border-radius: 14px;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 6px 18px rgba(32, 28, 112, 0.06);
	overflow: hidden;
}

.rabor-faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	cursor: pointer;
	font-weight: 800;
	color: #201c70;
	padding: 0.95rem 1rem;
	background: #fff;
	list-style: none;
}

.rabor-faq-item__question::-webkit-details-marker {
	display: none;
}

.rabor-faq-item[open]>.rabor-faq-item__question {
	background: #fce9e2;
	border-bottom: 1px solid rgba(32, 28, 112, 0.08);
}

.rabor-faq-item__text {
	flex: 1;
	min-width: 0;
}

.rabor-faq-item__icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1.5px solid rgba(32, 28, 112, 0.22);
	position: relative;
}

.rabor-faq-item__icon::before,
.rabor-faq-item__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1.5px;
	background: #201c70;
	transform: translate(-50%, -50%);
}

.rabor-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.rabor-faq-item[open] .rabor-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.rabor-faq-item__answer {
	margin: 0;
	padding: 0.85rem 1rem 1rem;
	color: #64648a;
	line-height: 1.9;
	background: #fff;
}

.rabor-contact-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.rabor-contact-info__list {
	margin: 1.5rem 0 0;
}

.rabor-contact-info__row {
	margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
	.rabor-contact-info {
		grid-template-columns: 1fr;
	}
}

/* Homepage intro — sketch: text+CTA | video */
.rabor-el-widget--home-intro .rabor-home-intro,
.rabor-home-intro.rabor-home-intro--video,
.rabor-home-intro.rabor-home-intro--image {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch;
	gap: 1rem;
	padding: clamp(1.25rem, 3vw, 2.5rem) 0;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-inline: auto !important;
	width: 100%;
	max-width: var(--rabor-container, 1310px);
	box-sizing: border-box;
}

.rabor-home-intro__title {
	font-family: "Yekan Bakh FaNum", sans-serif !important;
	font-size: clamp(1.65rem, 3.2vw, 2.4rem) !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	color: #201c70 !important;
	width: fit-content !important;
	margin: auto !important;
	margin-bottom: 32px !important;
}

.rabor-home-intro__title::after {
	content: "";
	display: block;
	width: 52px;
	height: 4px;
	margin-top: 0.75rem;
	margin-inline-start: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #f37344, #f15921);
}

.rabor-home-intro__row {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.25rem, 3vw, 2.75rem);
	width: 100%;
}

.rabor-home-intro__content {
	flex: 1 1 48% !important;
	width: 48% !important;
	max-width: 48% !important;
	min-width: 0;
}

.rabor-home-intro__media {
	flex: 0 0 48% !important;
	width: 48% !important;
	max-width: 48% !important;
	min-width: 280px !important;
	overflow: visible !important;
}

.rabor-home-intro__text {
	margin-top: 0;
	line-height: 1.9;
	color: #3a3a55;
}

.rabor-home-intro__text p {
	margin: 0 0 0.75rem;
}

.rabor-home-intro__video,
.rabor-home-intro__media img {
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	min-height: 240px;
	display: block !important;
	border-radius: 18px;
	background: #0f172a;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	box-shadow: 0 16px 40px rgba(32, 28, 112, 0.12);
}

.rabor-home-intro__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.5rem;
	padding: 0.7rem 1.35rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f37344, #f15921);
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(241, 89, 33, 0.28);
}

.rabor-home-intro__cta:hover {
	filter: brightness(1.05);
	color: #fff !important;
}

@media (max-width: 991px) {
	.rabor-home-intro__row {
		flex-direction: column !important;
	}

	.rabor-home-intro__content,
	.rabor-home-intro__media {
		max-width: 100% !important;
		width: 100% !important;
		flex: 1 1 100% !important;
		min-width: 0 !important;
	}
}

/* Banner host */
.rabor-home-banner-host {
	margin: 0;
}

.elementor .rabor-banner-slider,
.rabor-banner-slider {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	height: 68vh;
}

.elementor .rabor-banner-swiper,
.rabor-banner-swiper {
	width: 100%;
	max-height: inherit;
	height: 100%;
}

.elementor .rabor-banner-slider__link,
.rabor-banner-slider__link {
	display: block;
	position: relative;
	line-height: 0;
	height: 100%;
	overflow: hidden;
}

.elementor .rabor-banner-slider__picture,
.rabor-banner-slider__picture {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor .rabor-banner-slider__image,
.rabor-banner-slider__image {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	display: block;
	object-fit: cover !important;
	object-position: center center;
	background: #e8ebf2;
}

.rabor-banner-slider__caption {
	position: absolute;
	inset-inline-start: 1.25rem;
	bottom: 1.25rem;
	background: rgba(17, 35, 55, 0.72);
	color: #fff;
	padding: 0.4rem 0.85rem;
	border-radius: 8px;
	font-size: 0.95rem;
	line-height: 1.4;
}


.swiper-pagination.rabor-banner-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    background: white;
    width: fit-content;
    margin: auto;
    padding: 14px 20px 4px 20px;
    bottom: 42px;
    border-radius: 20px 20px 0 0;
}

.swiper-pagination.rabor-banner-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal::before {
    left: -26px;
}

.swiper-pagination.rabor-banner-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal::after {
    right: -26px;
    transform: rotateY(180deg);
}

.swiper-pagination.rabor-banner-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal::before, .swiper-pagination.rabor-banner-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 0C26 20.8 7.66667 26 -1.1365e-06 26L26 26L26 0Z' fill='%23fff'/%3E%3C/svg%3E");
    position: absolute;
    height: 26px;
    width: 26px;
    bottom: 0;
}


.rabor-banner-slider__pagination .swiper-pagination-bullet-active {
	background: var(--rabor-color-accent, #f15921);
}

.rabor-banner-slider__nav {
	color: #fff;
	background: rgba(17, 35, 55, 0.45);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
}

.rabor-banner-slider__nav::after {
	font-size: 16px;
	font-weight: 700;
}

.rabor-categories-slider {
	padding: 0.5rem 0 2rem;
}

.rabor-categories-slider__track,
.rabor-articles-slider__track {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
}

.rabor-categories-swiper,
.rabor-articles-swiper {
	flex: 1;
	min-width: 0;
}

.rabor-categories-slider__nav,
.rabor-articles-slider__nav {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e8eaf0;
	background: #fff;
	color: #201c70;
	position: static;
	margin: 0;
	box-shadow: 0 4px 12px rgba(17, 35, 55, 0.06);
}

.rabor-categories-slider__nav::after,
.rabor-articles-slider__nav::after {
	font-size: 14px;
	font-weight: 700;
}

.rabor-cat-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	border: 0;
	background: #fff;
	box-shadow: 0 4px 18px rgba(17, 35, 55, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rabor-cat-card:hover {
	box-shadow: 0 10px 28px rgba(17, 35, 55, 0.1);
	transform: translateY(-3px);
}

.rabor-cat-card__media {
	display: block;
	aspect-ratio: 4 / 5;
	background: #f4f5f7;
	overflow: hidden;
}

.rabor-cat-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rabor-cat-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f4f5f7, #e8ebf0);
}

.rabor-cat-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.9rem 1rem 1.1rem;
	text-align: center;
}

.rabor-cat-card__title {
	font-size: 1rem;
	font-weight: 800;
	color: #201c70;
}

.rabor-cat-card__count {
	font-size: 0.8rem;
	opacity: 0.65;
}

.rabor-articles-slider {
	padding: 0.25rem 0 2.5rem;
}

.rabor-articles-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0.25rem 0 1rem;
	flex-wrap: wrap;
}

.rabor-articles-slider__title-spacer {
	flex: 1;
}

.rabor-articles-slider__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.25rem;
	padding-bottom: 0.25rem;
}

.rabor-articles-slider__cta {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1.35rem;
	border-radius: 999px;
	background: transparent;
	color: #f15921 !important;
	border: 1.5px solid #f15921;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 700;
	transition: background 0.2s ease, color 0.2s ease;
}

.rabor-articles-slider__cta:hover {
	background: #f15921;
	color: #fff !important;
}

.rabor-article-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(32, 28, 112, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rabor-article-card:hover {
	transform: translateY(-6px);
	border-color: rgba(241, 89, 33, 0.22);
}

.rabor-article-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(145deg, #eef0f6, #f7f8fb);
	overflow: hidden;
}

.rabor-article-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.rabor-article-card:hover .rabor-article-card__media img {
	transform: scale(1.04);
}

.rabor-article-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f4f5f7, #e8ebf0);
}

.rabor-article-card__body {
	padding: 1.2rem 1.25rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}

.rabor-article-card__date {
	display: inline-flex;
	align-items: center;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
	background: #fff3ec;
	color: #f15921;
	font-size: 0.78rem;
	font-weight: 700;
	width: fit-content;
}

.rabor-article-card__title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.55;
	color: #201c70;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rabor-article-card__title a {
	color: inherit;
	text-decoration: none;
}

button.rabor-articles-slider__nav.rabor-articles-slider__nav--next.swiper-button-next, button.rabor-articles-slider__nav.rabor-articles-slider__nav--prev.swiper-button-prev {
    transform: rotate(180deg);
}

button.rabor-audience-slider__nav.rabor-audience-slider__nav--next.swiper-button-next, button.rabor-audience-slider__nav.rabor-audience-slider__nav--prev.swiper-button-prev {
    transform: rotate(180deg);
}

.rabor-article-card__title a:hover {
	color: #f15921;
}

.rabor-article-card__excerpt {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.85;
	color: #5c5c78;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rabor-article-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.35rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #f15921 !important;
	text-decoration: none;
}

.rabor-article-card__more::after {
	content: "‹";
	font-size: 1.05em;
	line-height: 1;
}

.rabor-article-card__more:hover {
	color: #201c70 !important;
}

.rabor-home-section-head--articles {
	margin-bottom: 0.35rem;
}

.rabor-articles-section-host {
	position: relative;
	padding-block: 0.5rem 1.5rem;
	max-width: var(--rabor-container, 1310px);
	width: 100%;
	margin-inline: auto;
	padding-inline: var(--rabor-container-padding, 15px);
	box-sizing: border-box;
}

.rabor-articles-section-host>.elementor-widget-rabor-section-heading .rabor-home-section-head {
	max-width: none;
	padding-inline: 0;
	margin-inline: 0;
}

.rabor-articles-section-host .rabor-articles-slider {
	padding-top: 0.25rem;
}

/* ── Category products tabs ── */
.rabor-cat-products-tabs {
	position: relative;
	width: 100%;
}

.rabor-cat-products-tabs.is-loading .rabor-cat-products-tabs__panels {
	opacity: 0.55;
	pointer-events: none;
}

.rabor-cat-products-tabs__loader {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}

.rabor-cat-products-tabs.is-loading .rabor-cat-products-tabs__loader {
	display: flex;
}

.rabor-cat-products-tabs__loader-dot {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid rgba(32, 28, 112, 0.15);
	border-top-color: var(--rabor-color-primary, #201c70);
	animation: rabor-cat-tabs-spin 0.7s linear infinite;
}

@keyframes rabor-cat-tabs-spin {
	to {
		transform: rotate(360deg);
	}
}

.rabor-cat-products-tabs__nav-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.15rem;
}

.rabor-cat-products-tabs__tab {
	appearance: none;
	border: 1px solid #e4e4ef;
	background: #fff;
	color: #4a4a68;
	border-radius: 999px;
	padding: 0.5rem 1.1rem;
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rabor-cat-products-tabs__tab:hover,
.rabor-cat-products-tabs__tab:focus-visible {
	color: var(--rabor-color-primary, #201c70);
	border-color: rgba(32, 28, 112, 0.25);
	outline: none;
	box-shadow: 0 0 0 3px rgba(32, 28, 112, 0.08);
}

.rabor-cat-products-tabs__tab.is-active {
	background: var(--rabor-color-primary, #201c70);
	border-color: var(--rabor-color-primary, #201c70);
	color: #fff;
	box-shadow: 0 8px 20px rgba(32, 28, 112, 0.18);
}

.rabor-cat-products-tabs__panels {
	width: 100%;
	min-width: 0;
}

.rabor-cat-products-tabs__panel-wrap {
	display: none;
}

.rabor-cat-products-tabs__panel-wrap.is-active {
	display: block;
}

.rabor-cat-products-tabs__footer {
	display: flex;
	justify-content: center;
	margin-top: 1.15rem;
}

.rabor-cat-products-tabs__view-all {
	min-width: min(100%, 240px);
	justify-content: center;
}

.rabor-cat-products-tabs__view-all .fancy span {
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
}

.rabor-cat-products-slider {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	min-width: 0;
}

.rabor-cat-products-swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.rabor-cat-products-swiper .swiper-wrapper {
	align-items: stretch;
}

.rabor-cat-products-swiper .swiper-slide,
.rabor-cat-products-slide {
	height: auto;
	box-sizing: border-box;
}

.rabor-cat-products-slide__list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.rabor-cat-products-slide__list > li.product,
.rabor-cat-products-slide__list > .wd-product {
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
	float: none !important;
	height: 100%;
	display: block !important;
}

.rabor-main .rabor-category-products-section-host .rabor-cat-products-slide__list {
	display: block !important;
	grid-template-columns: none !important;
	gap: 0 !important;
}

.rabor-main .rabor-category-products-section-host .rabor-cat-products-slide__list > li.product > .product-wrapper,
.rabor-product-cards-context.rabor-cat-products-slide__list > li.product > .product-wrapper {
	height: 100%;
}

.rabor-cat-products-slider__nav {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid #e4e4ef;
	border-radius: 50%;
	background: #fff;
	color: var(--rabor-color-primary, #201c70);
	cursor: pointer;
	position: relative;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rabor-cat-products-slider__nav::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-inline-end: 2px solid currentColor;
	transform: rotate(45deg);
}


button.rabor-cat-products-slider__nav.rabor-cat-products-slider__nav--next.swiper-button-next, button.rabor-cat-products-slider__nav.rabor-cat-products-slider__nav--prev.swiper-button-prev {
    transform: rotate(-90deg);
}

button.rabor-home-products-carousel__nav.rabor-home-products-carousel__nav--prev.swiper-button-prev , button.rabor-home-products-carousel__nav.rabor-home-products-carousel__nav--next.swiper-button-next {
	transform: rotate(180deg);
}

.rabor-cat-products-slider__nav--prev::after {
	transform: rotate(-135deg);
}

.rabor-cat-products-slider__nav:hover,
.rabor-cat-products-slider__nav:focus-visible {
	background: rgba(32, 28, 112, 0.05);
	border-color: rgba(32, 28, 112, 0.2);
	outline: none;
}

.rabor-cat-products-slider__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.rabor-cat-products-slider__empty {
	display: flex;
    align-items: center;
    justify-content: center;
    background: #4040ff00;
    border-radius: 14px;
    border-right: 4px solid #201c70;
    margin-top: 48px;
    margin-bottom: 80px;
    padding: 32px;
}

.rabor-cat-products-slider__empty-text,
.rabor-cat-products-tabs__empty p {
	margin: 0;
	font-family: "Yekan Bakh FaNum", sans-serif;
	color: #6b6b86;
}

@media (max-width: 767px) {
	.rabor-cat-products-tabs__nav-wrap {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 0.25rem;
	}

	.rabor-cat-products-tabs__nav-wrap::-webkit-scrollbar {
		display: none;
	}

	.rabor-cat-products-tabs__tab {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.rabor-cat-products-slider__nav {
		display: none;
	}
}

/* ── Why Rabor benefits ── */
.rabor-why-rabor {
	--rabor-why-bg-opacity: 0.06;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
	background: linear-gradient(180deg, #fafbff 0%, #f3f4fb 48%, #fafbff 100%);
}

.rabor-why-rabor__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: var(--rabor-why-bg-opacity);
	pointer-events: none;
	z-index: 0;
}

.rabor-why-rabor__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(32, 28, 112, 0.07), transparent 42%),
		radial-gradient(circle at 82% 78%, rgba(241, 89, 33, 0.06), transparent 40%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.55) 100%);
	pointer-events: none;
	z-index: 0;
}

.rabor-why-rabor__inner {
	position: relative;
	z-index: 1;
	max-width: var(--rabor-container, 1310px);
	margin-inline: auto;
}

.rabor-why-rabor__topline {
	text-align: center;
	margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.rabor-why-rabor__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 1.1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(32, 28, 112, 0.1);
	box-shadow: 0 4px 18px rgba(32, 28, 112, 0.06);
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--rabor-color-primary, #201c70);
}

.rabor-why-rabor__mindmap {
	position: relative;
	height: min(42vw, 560px);
	min-height: 500px;
}

.rabor-why-rabor__svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: visible;
}

.rabor-why-rabor__path {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rabor-why-rabor__path--base {
	stroke: rgba(32, 28, 112, 0.14);
	stroke-width: 1.5px;
}

.rabor-why-rabor__path--active {
	stroke-width: 2.5px;
	filter: drop-shadow(0 0 6px rgba(241, 89, 33, 0.35));
	transition: stroke-dashoffset 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.rabor-why-rabor__nodes {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.rabor-why-rabor__center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(280px, 32vw);
	padding: 1.1rem 1.15rem;
	text-align: center;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 20px 40px rgba(32, 28, 112, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	z-index: 3;
}

.rabor-why-rabor__center::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(32, 28, 112, 0.22), rgba(241, 89, 33, 0.18));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.rabor-why-rabor__title {
	margin: 0 0 0.55rem;
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 800;
	color: var(--rabor-color-primary, #201c70);
	line-height: 1.45;
}

.rabor-why-rabor__title:last-child {
	margin-bottom: 0;
}

.rabor-why-rabor__subtitle {
	margin: 0;
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: clamp(0.78rem, 1.1vw, 0.88rem);
	line-height: 1.75;
	color: #5f5f7a;
}

.rabor-why-rabor__item {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.55rem;
	width: min(320px, 33vw);
	padding: 0.95rem 1rem 1rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(16px) saturate(170%);
	-webkit-backdrop-filter: blur(16px) saturate(170%);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 12px 28px rgba(32, 28, 112, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	transition:
		transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease,
		background 0.35s ease;
	z-index: 3;
	cursor: default;
	outline: none;
}

.rabor-why-rabor__item-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.65rem;
}

.rabor-why-rabor__item-head .rabor-why-rabor__icon {
	grid-column: 1;
	grid-row: 1;
}

.rabor-why-rabor__item-head .rabor-why-rabor__item-title {
	grid-column: 2;
	grid-row: 1;
}

.rabor-why-rabor__item--p1 {
	left: 0;
	top: 8%;
}

.rabor-why-rabor__item--p2 {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rabor-why-rabor__item--p3 {
	left: 0;
	bottom: 8%;
}

.rabor-why-rabor__item--p4 {
	right: 0;
	top: 8%;
}

.rabor-why-rabor__item--p5 {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rabor-why-rabor__item--p6 {
	right: 0;
	bottom: 8%;
}

.rabor-why-rabor__item--p2:hover,
.rabor-why-rabor__item--p2:focus-visible,
.rabor-why-rabor__item--p5:hover,
.rabor-why-rabor__item--p5:focus-visible {
	transform: translateY(calc(-50% - 6px)) scale(1.02);
}

.rabor-why-rabor__item:hover,
.rabor-why-rabor__item:focus-visible {
	border-color: rgba(241, 89, 33, 0.28);
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		0 22px 40px rgba(32, 28, 112, 0.12),
		0 0 0 1px rgba(241, 89, 33, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.rabor-why-rabor__item--p1:hover,
.rabor-why-rabor__item--p1:focus-visible,
.rabor-why-rabor__item--p3:hover,
.rabor-why-rabor__item--p3:focus-visible,
.rabor-why-rabor__item--p4:hover,
.rabor-why-rabor__item--p4:focus-visible,
.rabor-why-rabor__item--p6:hover,
.rabor-why-rabor__item--p6:focus-visible {
	transform: translateY(-6px) scale(1.02);
}

.rabor-why-rabor__item:focus-visible {
	outline: 2px solid rgba(32, 28, 112, 0.35);
	outline-offset: 3px;
}

.rabor-why-rabor__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(32, 28, 112, 0.12), rgba(241, 89, 33, 0.14));
	color: var(--rabor-color-primary, #201c70);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rabor-why-rabor__item:hover .rabor-why-rabor__icon,
.rabor-why-rabor__item:focus-visible .rabor-why-rabor__icon {
	transform: scale(1.08);
	box-shadow:
		0 6px 16px rgba(241, 89, 33, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.rabor-why-rabor__icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.rabor-why-rabor__item-title {
	margin: 0;
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: clamp(0.88rem, 1.25vw, 0.98rem);
	font-weight: 800;
	color: #201c70;
	line-height: 1.55;
	text-align: start;
}

.rabor-why-rabor__item-text {
	margin: 0;
	font-family: "Yekan Bakh FaNum", sans-serif;
	font-size: clamp(0.76rem, 1.05vw, 0.84rem);
	line-height: 1.75;
	color: #666680;
	text-align: start;
}

@media (prefers-reduced-motion: reduce) {
	.rabor-why-rabor__path--active {
		transition: none;
	}

	.rabor-why-rabor__item {
		transition: none;
	}
}

@media (max-width: 1199px) {
	.rabor-why-rabor__mindmap {
		height: 500px;
		min-height: 500px;
	}
}

@media (max-width: 991px) {
	.rabor-why-rabor__mindmap {
		height: auto;
		min-height: 0;
	}

	.rabor-why-rabor__svg {
		display: none;
	}

	.rabor-why-rabor__center {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		max-width: 560px;
		margin: 0 auto 1.25rem;
	}

	.rabor-why-rabor__nodes {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.rabor-why-rabor__item {
		position: relative;
		inset: auto;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.rabor-why-rabor {
		padding: 2.5rem 1rem;
	}

	.rabor-why-rabor__nodes {
		grid-template-columns: 1fr;
	}
}
