/* Minimal SIBIONICS retheme: keep AppMicron index2 layout intact */

html {
	direction: rtl;
	scroll-padding-top: 105px;
}

/* Keep horizontal overflow clipped without breaking sticky header. */
.wrapper {
	overflow-x: clip;
	max-width: 100%;
}

body {
	font-family: Tahoma, Arial, sans-serif;
}


.logo-brand {
	display: inline-block;
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}

.logo-brand:hover {
	color: #fff;
	text-decoration: none;
}

.theme-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 32px;
	padding: 0 11px;
	margin: 7px 0 0 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s ease;
}

.theme-toggle:hover {
	background: rgba(255, 255, 255, 0.18);
}

.theme-toggle i {
	font-size: 17px;
	line-height: 1;
}

.logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.header-toggles {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 7px;
}

.header-toggles .theme-toggle {
	margin: 0;
}

.header-toggles--drawer {
	margin: 0 0 14px;
}

/* Keep original float header: logo left, social right, nav right. */
html[data-sibionics-lang="ku"] nav ul li a {
	padding: 0 8px;
	font-size: 15px;
}

body.theme-light .main-section {
	background-image: url(../images/main-sec-bg.png) !important;
}

body.theme-light .bg3 {
	background-image: url(../images/bg3.png) !important;
}

body.theme-light .bg4 {
	background-image: url(../images/bg4.png) !important;
}

body.theme-light .bg5 {
	background-image: url(../images/bg5.png) !important;
}

body.theme-light .bg6 {
	background-image: url(../images/bg6.png) !important;
}

header.sticky nav ul li a,
header.sticky nav ul li a:hover,
header.sticky nav ul li.active a,
.mobile-menu ul li a,
.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
	color: #fff !important;
}

body.theme-light header.sticky nav ul li a,
body.theme-light header.sticky nav ul li a:hover,
body.theme-light header.sticky nav ul li.active a,
body.theme-light .mobile-menu ul li a,
body.theme-light .mobile-menu ul li a:hover,
body.theme-light .mobile-menu ul li.active a {
	color: #fff !important;
}

[data-sibionics-offers] {
	justify-content: center;
}

.sibionics-offers-dots {
	display: none;
}

.sibionics-offer-col {
	margin-bottom: 34px;
}

.sibionics-offer-card {
	float: none;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	text-align: center;
}

.sibionics-offers-empty {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.sibionics-offer-prices {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	margin: 14px 0 18px;
}

.sibionics-offer-regular {
	color: rgba(255, 255, 255, 0.58);
	font-size: 16px;
	font-weight: 700;
	text-decoration: line-through;
}

.sibionics-offer-sale {
	color: #fff;
	font-size: 26px;
	line-height: 1;
	font-weight: 900;
}

.sibionics-offer-card .blog-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	margin-bottom: 20px;
	border-bottom: 0;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

/* Remove template decorative triangles that overlap offer titles. */
.sibionics-offer-card .blog-img:before,
.sibionics-offer-card .blog-img:after {
	display: none !important;
}

.sibionics-offer-card .blog-img img {
	width: auto;
	max-width: 100%;
	max-height: 230px;
	object-fit: contain;
}

.sibionics-offer-card .blog-info {
	position: relative;
	z-index: 2;
	padding-top: 4px;
}

.sibionics-offer-card .blog-info h3 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
}

.sibionics-offer-card .blog-info h3 a {
	color: #fff;
	text-decoration: none;
}

.sibionics-offer-description {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	line-height: 1.8;
	margin: 12px 0 0;
	text-align: center;
}

.sibionics-offer-order {
	display: inline-block;
	height: 44px;
	line-height: 42px;
	padding: 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.sibionics-offer-order:hover {
	background: #00BDB5;
	border-color: #00BDB5;
	color: #fff;
	text-decoration: none;
}

/* Better life — card grid like offers (no order button) */
.better-life {
	padding: 56px 0 56px;
	position: relative;
	overflow: visible;
	background-color: #333333;
}

.better-life-sec {
	overflow: visible;
}

.better-life-sec .heading {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
	overflow: visible;
}

.better-life-sec .heading h3 {
	float: none;
	display: block;
	width: 100%;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin: 0;
	padding: 0 12px;
	line-height: 1.4;
	text-transform: none !important;
	overflow: visible;
	white-space: normal;
}

[data-sibionics-better-life] {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px 16px;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
	overflow: visible;
}

.better-life-col {
	float: none !important;
	margin: 0 !important;
	padding: 0 8px !important;
	flex: 0 1 360px;
	max-width: 360px;
	width: 100%;
	box-sizing: border-box;
}

.better-life-card-item {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
}

/* Single / few cards: larger presentation */
[data-sibionics-better-life].better-life-grid--single .better-life-col {
	flex: 0 1 560px;
	max-width: 560px;
}

[data-sibionics-better-life].better-life-grid--single .better-life-img {
	aspect-ratio: 3 / 2;
	height: auto;
	border-radius: 22px;
}

[data-sibionics-better-life].better-life-grid--few .better-life-col {
	flex: 0 1 420px;
	max-width: 420px;
}

[data-sibionics-better-life].better-life-grid--few .better-life-img {
	aspect-ratio: 3 / 2;
	height: auto;
}

.better-life-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 2;
	height: auto;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.better-life-col.is-active .better-life-img {
	border-color: rgba(0, 189, 181, 0.7);
	box-shadow: 0 12px 28px rgba(0, 189, 181, 0.18);
}

.better-life-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.better-life-img--empty {
	background: rgba(255, 255, 255, 0.06);
}

.better-life-info {
	padding: 0 4px;
	overflow: visible;
	width: 100%;
	box-sizing: border-box;
}

.better-life-info h3 {
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 1.55;
	margin: 0 0 8px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-transform: none !important;
	overflow: visible;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.better-life-text {
	display: block;
	width: 100%;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	white-space: pre-line;
	word-wrap: break-word;
	overflow-wrap: anywhere;
	overflow: visible;
}

.better-life-empty {
	margin: 12px 0 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 700;
}

.better-life-dots {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.better-life-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
}

.better-life-dot.is-active {
	background: #00BDB5;
	transform: scale(1.2);
}

body.theme-light .better-life-sec .heading h3,
body.theme-light .better-life-info h3 {
	color: #222;
}

body.theme-light .better-life {
	background-color: #f7f8fa;
}

body.theme-light .better-life-text,
body.theme-light .better-life-empty {
	color: rgba(0, 0, 0, 0.65);
}

body.theme-light .better-life-img {
	background: rgba(0, 0, 0, 0.03);
	border-color: rgba(0, 0, 0, 0.08);
}

.sibionics-faqs {
	padding-top: 70px;
	padding-bottom: 80px;
}

.sibionics-faq-panel {
	position: relative;
	z-index: 2;
	max-width: 820px;
	height: 210px;
	min-height: 210px;
	margin: 0 auto 28px;
	padding: 10px 16px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.22s ease;
	overflow: hidden;
}

.sibionics-faq-panel.is-fading {
	opacity: 0;
}

.sibionics-faq-loading {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.7;
}

.sibionics-faq-question {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin: 0 auto 14px;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.sibionics-faq-answer {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.88);
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
}

.sibionics-faqs .testimonial-slider[hidden] {
	display: none !important;
}

.sibionics-faq-nav,
.testimonial-nav.sibionics-faq-nav {
	float: none !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 14px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 16px 28px;
	overflow-x: auto;
	overflow-y: hidden;
	direction: rtl;
	text-align: center;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.sibionics-faq-nav::-webkit-scrollbar,
.testimonial-nav.sibionics-faq-nav::-webkit-scrollbar {
	display: none;
}

.sibionics-faq-nav:before,
.sibionics-faq-nav:after,
.testimonial-nav.sibionics-faq-nav:before,
.testimonial-nav.sibionics-faq-nav:after {
	display: none !important;
}

.sibionics-faq-thumb {
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 auto;
	width: 168px;
	height: 168px;
	margin: 0;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	overflow: hidden;
	scroll-snap-align: center;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, width 0.35s ease, height 0.35s ease;
}

.sibionics-faq-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.35s ease;
}

.sibionics-faq-thumb:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 189, 181, 0.65);
}

.sibionics-faq-thumb.is-active {
	width: 168px;
	height: 168px;
	border-color: #00BDB5;
	box-shadow: 0 12px 30px rgba(0, 189, 181, 0.3);
	transform: translateY(-4px) scale(1.06);
}

.sibionics-faq-thumb.is-active img {
	transform: scale(1.02);
}

@media (max-width: 767px) {
	.sibionics-faq-question {
		font-size: 22px;
	}

	.sibionics-faq-answer {
		font-size: 16px !important;
	}

	.sibionics-faq-panel {
		height: 180px;
		min-height: 180px;
	}

	.sibionics-faq-thumb {
		width: 128px;
		height: 128px;
	}

	.sibionics-faq-thumb.is-active {
		width: 128px;
		height: 128px;
		transform: translateY(-3px) scale(1.05);
	}
}

/* Keep navigation readable on the teal sticky/mobile header. */
header.sticky,
.responsive-mobile-menu,
.responsive-mobile-menu.active {
	background-color: #00BDB5 !important;
}

header.sticky nav ul li a,
header.sticky nav ul li a:hover,
header.sticky nav ul li.active a,
.responsive-mobile-menu .close-menu,
.responsive-mobile-menu .mobile-menu ul li a,
.responsive-mobile-menu .mobile-menu ul li a:hover,
.responsive-mobile-menu .mobile-menu ul li.active a,
.responsive-mobile-menu .mb-social-links li a,
.responsive-mobile-menu .mb-social-links li a:hover,
.responsive-mobile-menu .mb-copyright-text p,
.responsive-mobile-menu .theme-toggle {
	color: #fff !important;
}

body.theme-light .sibionics-offer-regular {
	color: rgba(0, 0, 0, 0.48);
}

body.theme-light .sibionics-offer-card .blog-info h3 a {
	color: #333;
}

body.theme-light .sibionics-offer-description {
	color: rgba(0, 0, 0, 0.68);
}

body.theme-light .sibionics-faq-question {
	color: #333;
}

body.theme-light .sibionics-faq-answer {
	color: rgba(0, 0, 0, 0.72);
}

body.theme-light .sibionics-faq-loading {
	color: rgba(0, 0, 0, 0.55);
}

body.theme-light .footer-bg {
	background-image: url(../images/footer-bg.png) !important;
}

body.theme-light .about-num:before {
	background-image: url(../images/poly.png) !important;
}

body.theme-light .price:hover {
	background-image: url(../images/price-bg.png) !important;
}

body.theme-light .user-comment:before {
	background-image: url(../images/comm.png) !important;
}

body.theme-light header:not(.sticky) .logo-brand,
body.theme-light header:not(.sticky) nav ul li a,
body.theme-light header:not(.sticky) .up-social-links ul li a,
body.theme-light header:not(.sticky) .theme-toggle {
	color: #333;
}

body.theme-light header:not(.sticky) .theme-toggle {
	border-color: rgba(51, 51, 51, 0.35);
	background: rgba(255, 255, 255, 0.55);
}

header:not(.sticky) {
	top: 30px;
}

.main-section,
.features,
.about,
.better-life,
.services,
.pricing,
.testimonial,
.news,
.get-started,
footer {
	position: relative;
	overflow: hidden;
	scroll-margin-top: 105px;
}

/* Features must not pull the next section underneath it */
.features {
	margin-bottom: 0 !important;
	z-index: 1;
	padding-bottom: 40px;
}

.features:before {
	display: none !important;
}

.features-sec:before {
	display: none !important;
}

.better-life {
	z-index: 2;
	clear: both;
	overflow: visible !important;
	isolation: isolate;
	background-color: #333333;
}

.main-section {
	background-image: url(../images/main-sec-bg2-teal.png) !important;
}

.bg3 {
	background-image: url(../images/bg3_2-teal.png) !important;
}

.bg4 {
	background-image: url(../images/bg4_2-teal.png) !important;
}

.bg5 {
	background-image: url(../images/bg5_2-teal.png) !important;
}

.bg6 {
	background-image: url(../images/bg6_2-teal.png) !important;
}

.footer-bg {
	background-image: url(../images/footer-bg2-teal.png) !important;
}

.about-num:before {
	background-image: url(../images/poly_2-teal.png) !important;
}

.price:hover {
	background-image: url(../images/price-bg2-teal.png) !important;
}

.user-comment:before {
	background-image: url(../images/comm2-teal.png) !important;
}

.feature-icon > span,
.wait-sec,
.testimonial-nav:after,
.double-bounce1,
.double-bounce2 {
	background-color: #00BDB5 !important;
}

.banner-text > a:hover,
.about-list > a:hover {
	background-color: #00BDB5 !important;
	border-color: transparent !important;
}

header.sticky {
	background-color: #00BDB5 !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 999999 !important;
	padding: 18px 0 !important;
}

nav ul li a:hover,
nav ul li.active a,
.mobile-menu ul li a:hover,
.mobile-menu ul li.active a,
.up-social-links ul li a:hover,
.mb-social-links li a:hover,
.blog-info h3 a:hover {
	color: #00BDB5 !important;
}

header.sticky nav ul li a,
header.sticky nav ul li a:hover,
header.sticky nav ul li.active a,
.responsive-mobile-menu .mobile-menu ul li a,
.responsive-mobile-menu .mobile-menu ul li a:hover,
.responsive-mobile-menu .mobile-menu ul li.active a,
.responsive-mobile-menu .mb-social-links li a,
.responsive-mobile-menu .mb-social-links li a:hover,
.responsive-mobile-menu .close-menu,
.responsive-mobile-menu .mb-copyright-text p,
.responsive-mobile-menu .theme-toggle {
	color: #fff !important;
}

.responsive-mobile-menu,
.responsive-mobile-menu.active {
	background-color: #00BDB5 !important;
}

/* Mobile drawer: clean layout + theme toggle + copyright */
.responsive-mobile-menu {
	display: flex;
	flex-direction: column;
	padding: 28px 28px 32px !important;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.responsive-mobile-menu::-webkit-scrollbar {
	width: 4px;
}

.responsive-mobile-menu::-webkit-scrollbar-track {
	background: transparent;
}

.responsive-mobile-menu::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 4px;
}

.responsive-mobile-menu .close-menu {
	float: none;
	align-self: flex-start;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 8px;
}

.responsive-mobile-menu .mobile-menu {
	float: none;
	flex: 1 1 auto;
	width: 100%;
	margin: 12px 0 0;
}

.responsive-mobile-menu .mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.responsive-mobile-menu .mobile-menu ul li {
	float: none;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.responsive-mobile-menu .mobile-menu ul li:last-child {
	border-bottom: none;
}

.responsive-mobile-menu .mobile-menu ul li a {
	float: none;
	display: block;
	width: 100%;
	padding: 14px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
}

.responsive-mobile-menu .mb-menu-footer {
	margin-top: auto;
	padding-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.responsive-mobile-menu .theme-toggle--drawer {
	margin: 0;
	height: 40px;
	padding: 0 18px;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
	font-size: 14px;
}

.responsive-mobile-menu .theme-toggle--drawer:hover {
	background: rgba(255, 255, 255, 0.22);
}

.responsive-mobile-menu .mb-social-links {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.responsive-mobile-menu .mb-social-links li {
	display: block;
	margin: 0;
}

.responsive-mobile-menu .mb-social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	font-size: 18px;
	line-height: 1;
}

.responsive-mobile-menu .mb-social-links li a:hover {
	background: rgba(255, 255, 255, 0.24);
	color: #fff !important;
}

.responsive-mobile-menu .mb-copyright-text {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
}

.responsive-mobile-menu .mb-copyright-text p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.85;
	letter-spacing: 0.01em;
}

@media (max-width: 1200px) {
	.theme-toggle--header {
		display: none !important;
	}

	.logo {
		flex-direction: row;
		align-items: center;
	}

	.header-toggles {
		margin-top: 0;
		margin-inline-start: 10px;
	}
}

/* Bottom footer: about link centered, then copyright + social. */
.bottom-footer-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 12px;
	direction: rtl;
}

.bottom-footer-about {
	flex: 1 1 100%;
	display: inline-block;
	text-align: center;
	margin: 0 0 2px;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.bottom-footer-about:hover {
	color: #00BDB5;
}

.bottom-footer-data p {
	float: none;
	margin: 0;
	text-align: right;
}

.bottom-footer-data .social-links {
	float: none;
	margin: 0;
}

.banner-text {
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
	max-width: 470px;
	margin-right: auto;
}

.main-section .banner-text {
	position: relative;
	right: 55px;
	top: -70px;
}

.banner-text h2,
.banner-text h3,
.banner-text > a {
	text-transform: none;
}

.banner-text p {
	font-size: 17px;
	line-height: 1.9;
	max-width: 430px;
	margin-bottom: 42px;
}

.banner-text h3 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.banner-text h2 {
	font-size: 52px;
	line-height: 1.12;
	margin-bottom: 24px;
	white-space: nowrap;
}

.banner-text > a {
	font-size: 20px;
	line-height: 62px;
	padding: 0 76px;
}

.banner-imgs {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-product-wrap {
	position: relative;
	width: 720px;
	height: 560px;
	max-width: 100%;
	margin: 45px auto 0;
}

.hero-product-wrap img {
	float: none;
	height: auto;
	max-width: none;
	display: block;
}

/* الجوال بالخلف يسار — الجهاز قدام يمين مع تداخل خفيف */
.hero-product-wrap .hero-phone {
	position: absolute;
	width: 455px !important;
	left: -10px;
	top: 50px;
	z-index: 1;
}

.hero-product-wrap .hero-device {
	position: absolute;
	width: 500px !important;
	left: 270px;
	top: 10px;
	z-index: 2;
}

.about-img img,
.service-img > img,
.blog-img img {
	object-fit: contain;
	background: transparent;
}

.services .row {
	direction: ltr;
}

.services-list {
	position: relative;
	top: 155px;
	direction: rtl;
	text-align: right;
	padding-top: 0;
}

.service-details {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
}

.service-details > span {
	float: none;
	flex: 0 0 60px;
	text-align: center;
}

.service-info {
	float: none;
	width: auto;
	padding-left: 0;
	text-align: right;
}

.service-info h3 {
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 10px;
}

.service-info p {
	font-size: 15px;
	line-height: 1.7;
}

.main-srv-sec {
	min-height: 720px;
}

.service-img {
	position: relative;
	top: 155px;
	width: 46%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.service-img > img {
	width: 360px !important;
	max-width: 100%;
	height: auto;
}

.service-img > a {
	display: block;
	z-index: 3;
}

.service-img > a img,
.service-img [data-sibionics-how-to-videos] > a:not(.lightbox-video-hidden) img {
	width: 120px !important;
	max-width: none;
}

.service-img > a.lightbox-video-hidden,
.service-img [data-sibionics-how-to-videos] > a.lightbox-video-hidden {
	display: none !important;
}

.service-img [data-sibionics-how-to-videos] {
	display: contents;
}

.service-img [data-sibionics-how-to-videos] > a:not(.lightbox-video-hidden) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	display: block;
}

/* Lightbox: one CSS arrow set only (hide touch duplicates) */
#html5box-html5-lightbox .html5-next-touch,
#html5box-html5-lightbox .html5-prev-touch {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#html5box-html5-lightbox #html5-next,
#html5box-html5-lightbox #html5-prev {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px !important;
	margin-top: -22px !important;
	background: rgba(0, 0, 0, 0.55) !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-align: center;
	z-index: 20 !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

#html5box-html5-lightbox #html5-next.html5-hide,
#html5box-html5-lightbox #html5-prev.html5-hide {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

#html5box-html5-lightbox #html5-next img,
#html5box-html5-lightbox #html5-prev img,
#html5box-html5-lightbox #html5-playpause img {
	display: none !important;
}

#html5box-html5-lightbox #html5-next::before,
#html5box-html5-lightbox #html5-prev::before {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

#html5box-html5-lightbox #html5-next::before {
	content: "‹";
}

#html5box-html5-lightbox #html5-prev::before {
	content: "›";
}

#html5box-html5-lightbox #html5-playpause {
	display: none !important;
}

/* Lightbox: dark title strip (replaces flat white bar) */
#html5box-html5-lightbox #html5-elem {
	background-color: #0b1214 !important;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

#html5box-html5-lightbox #html5-elem-wrap {
	background: #000;
}

#html5box-html5-lightbox #html5-elem-data-box {
	background: linear-gradient(180deg, #121a1c 0%, #0b1214 100%) !important;
	border-top: 1px solid rgba(0, 189, 181, 0.28) !important;
	padding: 14px 18px 16px !important;
	height: auto !important;
	max-height: none !important;
	text-align: center !important;
}

#html5box-html5-lightbox #html5-text {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 14px !important;
	font-family: inherit !important;
	line-height: 1.5 !important;
	text-align: center !important;
	direction: rtl;
	margin: 0 !important;
	letter-spacing: 0.02em;
}

#html5box-html5-lightbox #html5-close {
	width: 36px !important;
	height: 36px !important;
	margin-top: -10px !important;
	margin-right: -10px !important;
	background: rgba(0, 0, 0, 0.55) !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 30 !important;
}

#html5box-html5-lightbox #html5-close img {
	opacity: 0.9;
	width: 14px;
	height: 14px;
}

.service-main-info {
	position: absolute;
	top: 65px;
	right: 0;
	transform: none;
	direction: rtl;
	text-align: right;
	width: 50%;
	padding-top: 0;
}

.service-main-info h3 {
	font-size: 46px;
	line-height: 1.15;
}

.service-main-info p {
	font-size: 15px;
	line-height: 1.9;
}

.feature-info h3 {
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 12px;
}

.feature-info p {
	font-size: 15px;
	line-height: 1.7;
	max-width: 230px;
	margin: 0 auto;
}

/* About/benefits section: keep original template, align Arabic content cleanly */
.about .row {
	direction: ltr;
	align-items: center;
}

.about-img {
	position: absolute;
	left: 14.5%;
	top: 42%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 390px;
	height: auto;
	pointer-events: none;
}

.about-img img {
	width: 390px !important;
	max-width: none;
	margin: 0;
	position: static;
	transform: none;
}

.about-list {
	direction: rtl;
	padding: 70px 0 0 0;
	max-width: 660px;
	margin: 0 auto;
}

.about-info {
	display: flex;
	flex-direction: row;
	gap: 46px;
	align-items: start;
	margin-bottom: 44px;
}

.about-num {
	float: none;
	width: 118px;
	flex: 0 0 118px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.about-num:before {
	width: 88px;
	height: 92px;
	top: -24px;
	right: 16px;
	background-size: contain;
	opacity: 0.85;
	z-index: -1;
}

.about-num.st2:before {
	left: auto;
	right: 18px;
	top: -10px;
}

.about-num.st3:before {
	right: 12px;
	bottom: -24px;
}

.about-num span {
	position: relative;
	z-index: 2;
}

.abt-info {
	direction: rtl;
	text-align: right;
	max-width: 500px;
}

.abt-info h3 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.abt-info p {
	font-size: 15px;
	line-height: 1.8;
	max-width: 500px;
}

.about-list > a {
	margin-right: 164px;
	margin-left: 0;
}

/* ============================================================
   Mobile / tablet layout (≤991px):
   All desktop offsets are reset so sections stack in a clean,
   centered, single-column flow.
   ============================================================ */
@media (max-width: 991px) {

	/* --- Hero --- */
	.main-section {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.main-section .banner-text {
		right: 0;
		top: 0;
	}

	.banner-text {
		padding: 0 6px;
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
	}

	.banner-text h3 {
		font-size: 19px;
		margin-bottom: 8px;
	}

	.banner-text h2 {
		white-space: normal;
		font-size: 42px;
		line-height: 1.2;
		margin-bottom: 16px;
	}

	.banner-text p {
		margin: 0 auto 28px;
		max-width: 420px;
		padding: 0 8px;
		font-size: 16px;
		line-height: 1.85;
	}

	.banner-text > a {
		font-size: 17px;
		line-height: 54px;
		height: 54px;
		padding: 0 44px;
		border-radius: 16px;
	}

	.hero-product-wrap {
		width: 100%;
		max-width: 440px;
		height: 380px;
		margin: 30px auto 0;
	}

	.hero-product-wrap .hero-phone {
		width: 250px !important;
		left: 8px;
		top: 60px;
	}

	.hero-product-wrap .hero-device {
		width: 280px !important;
		left: auto;
		right: 8px;
		top: 20px;
	}

	/* --- Features --- */
	.features {
		padding-bottom: 24px;
		margin-bottom: 0 !important;
	}

	.feature {
		margin-bottom: 36px;
	}

	.feature-info h3 {
		font-size: 24px;
	}

	.feature-info p {
		max-width: 280px;
	}

	.better-life {
		padding: 36px 0 44px;
		overflow: visible;
	}

	.better-life-sec .heading {
		margin-bottom: 16px;
	}

	.better-life-sec .heading h3 {
		font-size: 26px;
		padding: 0 8px;
	}

	[data-sibionics-better-life] {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		align-items: stretch;
		gap: 14px;
		margin: 0 !important;
		padding: 0 16px 10px !important;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		direction: rtl;
	}

	[data-sibionics-better-life]::-webkit-scrollbar {
		display: none;
	}

	.better-life-col {
		flex: 0 0 86% !important;
		max-width: 86% !important;
		width: 86% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		scroll-snap-align: center;
	}

	[data-sibionics-better-life].better-life-grid--single .better-life-col {
		flex-basis: 90% !important;
		max-width: 90% !important;
		width: 90% !important;
	}

	[data-sibionics-better-life].better-life-grid--single .better-life-img,
	[data-sibionics-better-life].better-life-grid--few .better-life-img {
		aspect-ratio: 3 / 2;
		height: auto;
	}

	.better-life-card-item {
		max-width: 100%;
	}

	.better-life-img {
		aspect-ratio: 3 / 2;
		height: auto;
		margin-bottom: 14px;
		border-radius: 16px;
	}

	.better-life-info {
		padding: 0 6px;
	}

	.better-life-info h3 {
		font-size: 18px;
		line-height: 1.6;
	}

	.better-life-text {
		font-size: 14px;
		line-height: 1.75;
	}

	.better-life-dots {
		display: flex;
	}

	/* --- About (01/02/03) --- */
	.about {
		padding: 70px 0 50px;
		overflow: hidden;
	}

	.about .row {
		direction: rtl;
	}

	/* Hide the decorative bg3 image on mobile; we draw a real circle behind the phone. */
	.about > .fixed-bg.bg3 {
		display: none !important;
	}

	/* Phone sits perfectly centered inside a teal circle. */
	.about-img {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		float: none !important;
		width: 310px !important;
		height: 310px !important;
		max-width: 86vw;
		margin: 28px auto 56px !important;
		display: block !important;
		text-align: center;
		pointer-events: auto;
		z-index: 2;
	}

	.about-img:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: #00BDB5;
		z-index: 0;
	}

	.about-img img {
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		z-index: 1;
		float: none !important;
		width: 235px !important;
		max-width: 76% !important;
		height: auto !important;
		margin: 0 !important;
		display: block !important;
		object-fit: contain;
	}

	/* Push the numbered list below the circle so text never overlaps it. */
	.about-list {
		padding-top: 24px;
		max-width: 520px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.about-info {
		gap: 22px;
		margin-bottom: 38px;
		align-items: center;
	}

	.about-num {
		width: 92px;
		flex: 0 0 92px;
	}

	.about-num span {
		font-size: 40px;
	}

	.about-num:before {
		width: 68px;
		height: 72px;
		top: -16px;
		right: 10px;
	}

	.abt-info h3 {
		font-size: 26px;
	}

	.abt-info p {
		font-size: 14.5px;
		line-height: 1.8;
	}

	/* --- Services / how to use --- */
	.services {
		padding: 50px 0;
	}

	.services .row {
		direction: rtl;
	}

	.services-list {
		top: 0;
		padding: 0 4px;
	}

	.service-details {
		margin-bottom: 26px;
	}

	.service-details > span {
		flex: 0 0 46px;
		font-size: 30px;
	}

	.service-info h3 {
		font-size: 23px;
		margin-bottom: 6px;
	}

	.service-info {
		width: auto;
	}

	.main-srv-sec {
		min-height: auto;
		display: flex;
		flex-direction: column;
	}

	/* Title + text first, then the device image with its play button. */
	.service-main-info {
		position: relative;
		order: 1;
		width: 100%;
		top: auto;
		right: auto;
		transform: none;
		text-align: center;
		margin-top: 34px;
	}

	.service-main-info h3 {
		font-size: 30px;
		line-height: 1.25;
		margin-bottom: 12px;
	}

	.service-main-info p {
		max-width: 460px;
		margin: 0 auto;
	}

	.service-img {
		position: relative;
		order: 2;
		width: 100%;
		top: auto;
		right: auto;
		transform: none;
		min-height: 300px;
		margin: 26px 0 0;
	}

	.service-img > img {
		width: 250px !important;
	}

	.service-img > a img,
	.service-img [data-sibionics-how-to-videos] > a:not(.lightbox-video-hidden) img {
		width: 96px !important;
	}

	/* --- FAQ --- */
	.testimonial {
		margin-top: 0 !important;
	}

	.sibionics-faqs {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sibionics-faq-panel {
		height: 170px;
		min-height: 170px;
		margin-bottom: 18px;
	}

	.sibionics-faq-question {
		font-size: 21px;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.sibionics-faq-answer {
		font-size: 15.5px !important;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.sibionics-faq-nav,
	.testimonial-nav.sibionics-faq-nav {
		gap: 12px;
		padding: 10px 20px 22px;
		justify-content: flex-start;
		align-items: center;
		min-height: 150px;
	}

	.sibionics-faq-thumb {
		width: 118px;
		height: 118px;
		border-radius: 16px;
	}

	.sibionics-faq-thumb.is-active {
		width: 118px;
		height: 118px;
		transform: translateY(-3px) scale(1.06);
	}

	/* --- Offers: one-card horizontal slider on mobile --- */
	.news {
		padding: 60px 0;
		overflow: hidden;
	}

	.news .blog-posts {
		overflow: visible;
	}

	.heading h3 {
		font-size: 32px;
	}

	[data-sibionics-offers] {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		align-items: stretch;
		gap: 14px;
		margin: 0 !important;
		padding: 0 18px 10px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scrollbar-width: none;
		direction: rtl;
	}

	[data-sibionics-offers]::-webkit-scrollbar {
		display: none;
	}

	.sibionics-offer-col {
		flex: 0 0 86%;
		max-width: 86%;
		width: 86%;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		scroll-snap-align: center;
	}

	.sibionics-offer-card {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0 8px;
	}

	.sibionics-offer-card .blog-img {
		height: 210px;
		margin-bottom: 16px;
		border-radius: 16px;
	}

	.sibionics-offer-card .blog-img img {
		max-height: 210px;
		width: 100%;
		object-fit: cover;
	}

	.sibionics-offer-card .blog-info h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.sibionics-offers-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		margin-top: 18px;
		direction: ltr;
	}

	.sibionics-offers-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 0;
		padding: 0;
		background: rgba(255, 255, 255, 0.28);
		cursor: pointer;
	}

	.sibionics-offers-dot.is-active {
		width: 22px;
		border-radius: 999px;
		background: #00BDB5;
	}

	/* --- Footer --- */
	.top-footer {
		padding: 50px 0 20px;
	}

	.widget {
		text-align: center;
	}

	.widget-contact ul li span {
		display: block;
		text-align: center;
	}

	.contact-form {
		margin-top: 10px;
	}

	.bottom-footer {
		padding: 28px 0;
	}

	.bottom-footer-data {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.bottom-footer-data p {
		text-align: center;
		width: auto;
		margin: 0;
	}

}

/* ============================================================
   Small phones (≤576px)
   ============================================================ */
@media (max-width: 576px) {

	.custom-container {
		padding: 0 18px;
	}

	/* --- Hero --- */
	.banner-text h2 {
		font-size: 34px;
	}

	.banner-text p {
		font-size: 15px;
		padding: 0;
	}

	.hero-product-wrap {
		max-width: 330px;
		height: 300px;
		margin-top: 20px;
	}

	.hero-product-wrap .hero-phone {
		width: 185px !important;
		left: 4px;
		top: 50px;
	}

	.hero-product-wrap .hero-device {
		width: 205px !important;
		right: 4px;
		top: 20px;
	}

	/* --- About --- */
	.about {
		padding-top: 60px;
	}

	.about-img {
		width: 290px !important;
		height: 290px !important;
		margin: 24px auto 50px !important;
	}

	.about-img img {
		width: 220px !important;
		max-width: 78% !important;
	}

	.about-list {
		padding-top: 16px;
	}

	.about-info {
		gap: 16px;
	}

	.about-num {
		width: 78px;
		flex: 0 0 78px;
	}

	.about-num span {
		font-size: 34px;
	}

	.abt-info {
		text-align: right;
	}

	.abt-info h3 {
		font-size: 22px;
	}

	/* --- Services --- */
	.service-info h3 {
		font-size: 20px;
	}

	.service-main-info h3 {
		font-size: 26px;
		line-height: 1.3;
	}

	.service-img {
		min-height: 260px;
	}

	.service-img > img {
		width: 215px !important;
	}

	.service-img > a img,
	.service-img [data-sibionics-how-to-videos] > a:not(.lightbox-video-hidden) img {
		width: 84px !important;
	}

	/* --- FAQ --- */
	.sibionics-faq-question {
		font-size: 19px;
	}

	.sibionics-faq-answer {
		font-size: 14.5px !important;
	}

	.sibionics-faq-panel {
		height: 155px;
		min-height: 155px;
	}

	.sibionics-faq-thumb {
		width: 100px;
		height: 100px;
	}

	.sibionics-faq-thumb.is-active {
		width: 100px;
		height: 100px;
		transform: translateY(-2px) scale(1.05);
	}

	/* --- Offers --- */
	.heading h3 {
		font-size: 27px;
	}

	.sibionics-offer-col {
		flex-basis: 88%;
		max-width: 88%;
		width: 88%;
	}

	.sibionics-offer-card {
		max-width: 100%;
	}

	.sibionics-offer-card .blog-img {
		height: 190px;
	}

	.sibionics-offer-card .blog-img img {
		max-height: 190px;
	}

	.sibionics-offer-card .blog-info h3 {
		font-size: 22px;
	}

}
