/* ============================================================
   HERO SECTION – Wave Dots (matching homepage)
   ============================================================ */
.hero-dots {
	position: relative;
	overflow: hidden;
}
.hero-dots .bg-wrap {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 0;
}
.hero-dots .hero-dots-bg {
	background: var(--rs-bg-warm);
	opacity: 1;
}
.hero-dots-inner {
	position: relative;
	z-index: 2;
	width: 100%;
}
/* Soft bottom fade on hero to blend into next section */
.hero-dots::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: clamp(50px, 8vw, 80px);
	background: linear-gradient(180deg, transparent 0%, rgba(245,245,245,0.5) 60%, rgba(245,245,245,0.6) 100%);
	z-index: 3;
	pointer-events: none;
}
/* Particle network canvas */
.particle-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	z-index: 1;
}

#header-text .edtel-37-0-0 {
	font-family: 'OpenSans', sans-serif;
	color: #0d0d1a;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

#header-text .edtel-5-0-0 {
	position: Relative;
}

#header-text .bg-wrap {
	background: transparent;
}
#header-text {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
@media (min-width: 576px) {
	#header-text { padding-top: 60px !important; padding-bottom: 60px !important; }
}
@media (min-width: 992px) {
	#header-text { padding-top: 70px !important; padding-bottom: 70px !important; }
}
#header-text .edtel-37-0-0 {
	font-size: clamp(20px, 3vw, 40px);
}
#header-text .edtel-37-1-0 {
	font-size: clamp(15px, 1.4vw, 18px);
	font-family: 'OpenSans', sans-serif;
	color: rgba(0,0,0,0.62);
	line-height: 1.7;
	letter-spacing: 0.15px;
}
#header-text .edtel-66-0-0 {
	top: clamp(-40px, -3vw, -20px);
}#sep-center-1 {
    position: relative;
    z-index: 4;
    margin-top: clamp(-30px, -2.5vw, -20px);
    margin-bottom: clamp(-20px, -1.5vw, -10px);
}
#sep-center-1 .bg-wrap {
    background-color: rgba(255, 255, 255, 0);
}
#sep-center-1 .edtel-66-0-0 {
	top: clamp(-60px, -4.5vw, -40px);
}
#sep-center-1 .edtel-5-0-0 {
	height: clamp(28px, 3vw, 40px);
	width: clamp(28px, 3vw, 40px);
	opacity: 0.55;
	transition: opacity 0.3s ease;
}
#sep-center-1:hover .edtel-5-0-0 {
	opacity: 0.8;
}

/* ============================================================
   SKEW GRADIENT CARDS – Services Section
   ============================================================ */

.skew-cards-section {
	position: relative;
	background: var(--rs-bg-warm-deep);
	overflow: hidden;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.skew-cards-section .bg-wrap {
	background: linear-gradient(180deg, var(--rs-bg-white) 0%, var(--rs-bg-warm) 20%, var(--rs-bg-warm-deep) 50%, var(--rs-bg-warm) 100%);
}
/* Soft fade from hero white into cards section */
.skew-cards-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(40px, 5vw, 60px);
	background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
	pointer-events: none;
}
.skew-cards-section h3.skew-cards-heading {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	color: #1a1a2e;
	letter-spacing: 1px;
	margin-bottom: var(--sp-xs);
}
.skew-cards-section .skew-cards-subheading {
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(13px, 1.2vw, 15px);
	color: #5a5a6e;
	margin-bottom: 0;
}
.skew-cards-section .edtel-8-0-0 {
	fill: #ff1269;
}

/* --- Grid container --- */
.skew-cards-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.skew-cards-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

/* --- Individual card wrapper --- */
.skew-card {
	position: relative;
	width: clamp(240px, 20vw, 270px);
	height: clamp(300px, 28vw, 350px);
	margin: var(--sp-md) var(--sp-md);
	cursor: pointer;
	--mouse-x: 50%;
	--mouse-y: 50%;
}

/* --- Gradient/glow panels hidden — clean card style --- */
.skew-card__gradient,
.skew-card__glow,
.skew-card__blobs,
.skew-card__blob {
	display: none;
}

/* Card content panel */
.skew-card__content {
	position: relative;
	z-index: 20;
	left: 0;
	padding: 20px 28px;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	border-radius: var(--rs-radius-md);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: #222;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.skew-card:hover .skew-card__content {
	border-color: rgba(255, 18, 105, 0.35);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transform: translateY(-4px);
}

/* --- Card typography --- */
.skew-card__title {
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(17px, 1.5vw, 20px);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px 0;
	line-height: 1.3;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.skew-card__desc {
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(13px, 1.1vw, 14px);
	font-weight: 400;
	color: #555;
	line-height: 1.75;
	margin: 0;
	flex: 1;
}
.skew-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'OpenSans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #ff1269;
	background: transparent;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
	border: none;
	border-bottom: 1.5px solid transparent;
	transition: all 0.3s ease;
	align-self: flex-start;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: auto;
}
.skew-card__cta svg {
	transition: transform 0.3s ease;
}
.skew-card__cta:hover {
	border-bottom-color: #ff1269;
	color: #e00030;
	text-decoration: none;
}
.skew-card__cta:hover svg {
	transform: translateX(3px);
}

/* --- Mobile: stack cards vertically --- */
@media all and (max-width: 767px) {
	.skew-cards-grid {
		flex-direction: column;
		align-items: center;
	}
}

/* --- Scroll-stack service columns --- */
.scroll-stack-col {
	display: flex;
	flex-direction: column;
}

/* Cards 2-4: sticky, next card scrolls up and covers previous */
.scroll-stack-card {
	position: sticky;
	top: 0;
	z-index: 1;
	margin: 0 0 20px 0;
	padding: 0;
	cursor: pointer;
}

/* First card: also sticky so it participates in the glass scale-down effect */
.scroll-stack-card.scroll-stack-card--first {
	position: sticky;
	top: 0;
	z-index: 1;
}

.scroll-stack-card:nth-child(2) { top: 0;    z-index: 2; }
.scroll-stack-card:nth-child(3) { top: 15px; z-index: 3; }
.scroll-stack-card:nth-child(4) { top: 30px; z-index: 4; }

/* Card content styling — glassmorphism */
.scroll-stack-card .skew-card__content {
	width: 100%;
	padding: 36px 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.6));
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	box-shadow:
		0 6px 28px rgba(0, 0, 0, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
	border-radius: var(--rs-radius-md);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: #222;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
	transform-origin: center top;
	position: relative;
	overflow: hidden;
}

.scroll-stack-card:hover .skew-card__content {
	border-color: rgba(255, 18, 105, 0.35);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
	transform: translateY(-4px);
}

/* Glass shine overlay */
.scroll-stack-card .skew-card__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
	border-radius: var(--rs-radius-md) var(--rs-radius-md) 0 0;
	pointer-events: none;
}

/* Scale-down state applied by JS as card gets covered */
.scroll-stack-card.is-covered .skew-card__content {
	transform: scale(0.95);
	filter: brightness(0.97);
}

/* Mobile: normal stacked layout */
@media all and (max-width: 767px) {
	.scroll-stack-card,
	.scroll-stack-card.scroll-stack-card--first {
		position: relative;
		top: auto !important;
		height: auto;
		margin-bottom: 20px;
	}
}

/* --- Backdrop overlay --- */
.expand-overlay {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.expand-overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* --- Expanded modal card --- */
.expand-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.94);
	z-index: 1001;
	max-width: clamp(340px, 50vw, 580px);
	width: calc(100% - 48px);
	background: #fff;
	border-radius: var(--rs-radius-md);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 24px 70px rgba(0, 0, 0, 0.12);
	overflow-y: auto;
	max-height: calc(100vh - 60px);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
	            transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.expand-modal::-webkit-scrollbar {
	display: none;
}
.expand-modal.is-active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

/* Modal image */
.expand-modal__image-wrap {
	position: relative;
	flex-shrink: 0;
}
.expand-modal__image {
	width: 100%;
	height: clamp(150px, 20vw, 220px);
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: var(--rs-radius-md) var(--rs-radius-md) 0 0;
}
.expand-modal__image-fade {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to top, #fff, transparent);
	z-index: 1;
}

/* Modal body */
.expand-modal__body {
	position: relative;
	padding: 0;
}
.expand-modal__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 36px 0;
}
.expand-modal__subtitle {
	font-family: 'OpenSans', sans-serif;
	font-size: 12px;
	color: #888;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.expand-modal__title {
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	color: #1a1a2e;
	margin: 0;
	line-height: 1.3;
}

/* Close button */
.expand-modal__close {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--rs-bg-warm);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #666;
	transition: all 0.25s ease;
	outline: none;
	margin-top: 2px;
}
.expand-modal__close:hover {
	background: var(--rs-bg-warm-deep);
	border-color: rgba(0, 0, 0, 0.12);
	color: #222;
}
.expand-modal__close svg {
	transition: transform 0.25s ease;
}
.expand-modal__close:hover svg {
	transform: rotate(90deg);
}

/* Modal content */
.expand-modal__content {
	padding: 16px 36px 36px;
}
.expand-modal__content p {
	font-family: 'OpenSans', sans-serif;
	font-size: 15px;
	color: #3a3a4a;
	line-height: 1.75;
	margin: 0 0 14px 0;
}
.expand-modal__content p:last-child {
	margin-bottom: 0;
}

/* --- Modal responsive --- */
@media all and (max-width: 480px) {
	.expand-modal {
		max-width: 380px;
		border-radius: 14px;
	}
	.expand-modal__image {
		height: 170px;
		border-radius: 14px 14px 0 0;
	}
	.expand-modal__header {
		padding: 18px 24px 0;
	}
	.expand-modal__title {
		font-size: 20px;
	}
	.expand-modal__content {
		padding: 14px 24px 28px;
	}
	.expand-modal__content p {
		font-size: 14px;
	}
}

/* ============================================================
   SERVICES TITLE – Main page heading (prominent)
   ============================================================ */
#services-title h3 {
	font-weight: 300;
	letter-spacing: 1.5px;
	color: #1a1a2e;
}
#services-title h3 strong {
	font-weight: 700;
}

/* ============================================================
   DETAIL SECTIONS – Cohesive image + text styling
   ============================================================ */

/* Smooth gradient transition from cards section into detail sections */
#desc-img-text-text {
	position: relative;
	border-top: none;
}
#desc-img-text-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(50px, 6vw, 80px);
	background: linear-gradient(180deg, #f5f5f5 0%, transparent 100%);
	z-index: 0;
	pointer-events: none;
}

/* Rounded corners + soft shadow on detail section images */
[id^="desc-img-text-text"] .shadow.padding,
#desc-text-img-img .shadow.padding {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(0,0,0,0.07), 0 2px 8px rgba(0,0,0,0.03);
	transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s cubic-bezier(0.4,0,0.2,1);
}
[id^="desc-img-text-text"] .shadow.padding:hover,
#desc-text-img-img .shadow.padding:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.09), 0 4px 12px rgba(0,0,0,0.04);
}

/* Consistent heading separator styling across all detail sections */
[id^="desc-img-text-text"] .svg-primary,
#desc-text-img-img .svg-secondary {
	fill: #ff1269;
}

/* Unified detail section headings — subtitle size */
[id^="desc-img-text-text"] h3,
#desc-text-img-img h3 {
}
[id^="desc-img-text-text"] h3 strong,
#desc-text-img-img h3 strong {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #1a1a2e;
}

/* Unified detail section paragraph text */
[id^="desc-img-text-text"] p,
#desc-text-img-img p {
	font-family: 'OpenSans', sans-serif;
	color: #444;
	line-height: 1.78;
	font-size: clamp(13px, 1.2vw, 15px);
}

/* Alternating backgrounds: top-services → services-title → detail sections */
#top-services-3col .bg-wrap {
	background-color: var(--rs-bg-white) !important;
}
#services-title .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}
#desc-img-text-text .bg-wrap {
	background-color: var(--rs-bg-white) !important;
}
#desc-img-text-text--0 .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}
#desc-img-text-text--1 .bg-wrap {
	background-color: var(--rs-bg-white) !important;
}
#desc-img-text-text--2 .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}

/* Soft gradient transitions between detail sections */
[id^="desc-img-text-text"]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 0;
	pointer-events: none;
}
#desc-img-text-text::after {
	background: linear-gradient(180deg, transparent 0%, rgba(245,245,245,0.5) 100%);
}
#desc-img-text-text--0::after {
	background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.5) 100%);
}
#desc-img-text-text--1::after {
	background: linear-gradient(180deg, transparent 0%, rgba(245,245,245,0.5) 100%);
}
#desc-img-text-text--2::after {
	background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.5) 100%);
}
[id^="desc-img-text-text"] {
	position: relative;
}

/* ============================================================
   PARTNERS + TECH STACK – Visual polish
   ============================================================ */

/* Warm background for partners/tech to flow with detail sections */
#partners .bg-wrap {
	background-color: var(--rs-bg-white) !important;
}
#tech-stack .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}

#partners .edtel-8-0-0,
#tech-stack .edtel-8-0-0 {
	fill: #ff1269;
}

/* Unified heading style */
#partners h3 strong,
#tech-stack h3 strong {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	font-size: 30px;
	color: #1a1a2e;
}
#partners p,
#tech-stack p {
	color: #555;
	line-height: 1.7;
}

/* Partner + tech logos — clean, no hover */
#partners img,
#tech-stack img {
	opacity: 1;
	filter: none;
}

/* Soft gradient separator instead of hard border */
#partners {
	border-bottom: none;
	position: relative;
}
#partners::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 5%;
	right: 5%;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.06) 30%, rgba(0,0,0,0.06) 70%, transparent 100%);
}

/* Tech stack label text styling */
#tech-stack .small.text-muted {
	color: #666 !important;
	font-weight: 500;
	letter-spacing: 0.2px;
}

/* ============================================================
   COUNTER SECTION – Refined & polished
   ============================================================ */

#benefits-2col-counter .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}

/* Gradient separator above counter */
#benefits-2col-counter {
	position: relative;
}
#benefits-2col-counter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.06) 30%, rgba(0,0,0,0.06) 70%, transparent 100%);
}

#benefits-2col-counter .counter-number strong {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #1a1a2e;
}

#benefits-2col-counter .counter-number .count-up-data {
	font-size: clamp(30px, 3.5vw, 42px);
	font-weight: 800;
	color: #1a1a2e;
	letter-spacing: -0.5px;
}

#benefits-2col-counter .counter-label {
	font-size: clamp(12px, 1.1vw, 14px);
	color: #666;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 0;
}
#benefits-2col-counter svg.mr-30 {
	flex-shrink: 0;
	width: clamp(36px, 4vw, 50px);
	height: clamp(36px, 4vw, 50px);
	stroke-width: 1.3;
	transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

/* Counter items — soft card feel on hover */
#benefits-2col-counter .d-flex.mb-50 {
	padding: 16px 18px;
	border-radius: 12px;
	transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
#benefits-2col-counter .d-flex.mb-50:hover {
	background: rgba(255,18,105,0.04);
	box-shadow: 0 4px 16px rgba(255,18,105,0.06);
	transform: translateY(-2px);
}
#benefits-2col-counter .d-flex.mb-50:hover svg.mr-30 {
	transform: scale(1.08);
}

/* ============================================================
   REQUEST OFFER SECTION – Polished CTA
   ============================================================ */

#desc-text-img-img .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}

/* Gradient top transition into request section */
#desc-text-img-img {
	position: relative;
}
#desc-text-img-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(50px, 6vw, 80px);
	background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, transparent 100%);
	z-index: 0;
	pointer-events: none;
}

#desc-text-img-img h3 strong {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #1a1a2e;
}
#desc-text-img-img p {
	color: #555;
	line-height: 1.75;
}



/* ============================================================
   FOOTER – Refined dark footer
   ============================================================ */

#footer-logo-social {
	position: relative;
}
#footer-logo-social .bg-wrap {
	background-color: #232122 !important;
}
#footer-logo-social::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ff1269 0%, rgba(255,18,105,0.3) 50%, transparent 100%);
	z-index: 1;
}

/* Social icons — subtle hover glow */
#footer-logo-social .inline-group a {
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 0.7;
}
#footer-logo-social .inline-group a:hover {
	opacity: 1;
	transform: translateY(-2px);
}

/* ============================================================
   SECTION BADGES — Pill labels above headings
   ============================================================ */
.section-badge {
	display: inline-block;
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(8px, 0.8vw, 10px);
	font-weight: 600;
	letter-spacing: clamp(2px, 0.3vw, 2.5px);
	text-transform: uppercase;
	color: #ff1269;
	background: rgba(255,18,105,0.06);
	border: 1px solid rgba(255,18,105,0.15);
	border-radius: 50px;
	padding: var(--sp-xs) var(--sp-md);
	margin-bottom: var(--sp-sm);
}

/* ============================================================
   STICKY SUBNAV — Section navigation bar
   ============================================================ */
.servicii-subnav {
	position: sticky;
	top: 60px;
	z-index: 100;
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(0,0,0,0.06);
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
	padding: 0;
	transition: box-shadow 0.3s ease;
}
.subnav-track {
	display: flex;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0;
}
.subnav-track::-webkit-scrollbar {
	display: none;
}
.subnav-link {
	font-family: 'OpenSans', sans-serif;
	font-size: clamp(10px, 1vw, 12px);
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
	padding: clamp(10px, 1.2vw, 14px) clamp(12px, 1.6vw, 20px);
	white-space: nowrap;
	position: relative;
	transition: color 0.3s ease;
}
.subnav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #ff1269;
	border-radius: 2px;
	transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
}
.subnav-link:hover {
	color: #333;
	text-decoration: none;
}
.subnav-link.active {
	color: #ff1269;
	font-weight: 600;
}
.subnav-link.active::after {
	width: 60%;
}
@media all and (max-width: 767px) {
	.servicii-subnav {
		top: 56px;
	}
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Staggered reveal for children in grids */
.reveal-on-scroll.is-visible .col-sm-6:nth-child(1),
.reveal-on-scroll.is-visible .col-6:nth-child(1) { transition-delay: 0s; }
.reveal-on-scroll.is-visible .col-sm-6:nth-child(2),
.reveal-on-scroll.is-visible .col-6:nth-child(2) { transition-delay: 0.1s; }
.reveal-on-scroll.is-visible .col-sm-6:nth-child(3),
.reveal-on-scroll.is-visible .col-6:nth-child(3) { transition-delay: 0.2s; }
.reveal-on-scroll.is-visible .col-sm-6:nth-child(4),
.reveal-on-scroll.is-visible .col-6:nth-child(4) { transition-delay: 0.3s; }

/* ============================================================
   REMAINING PAGE STYLES
   ============================================================ */

#services-carousel .edtel-8-0-0 {
	fill: #ff1269;
}
















#clients-2col .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}
#clients-2col .edtel-8-0-0 {
	fill: #ff1269;
}

@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-0 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-1 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-1-3w0r5racgu {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-2 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-3 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-3-807zdp3dbd {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-4 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-5 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-5-hxdeoeo1v9 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-6 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-7 {
		height: 100px;
	}
}
@media all and (max-width: 767px) {
	#clients-2col .edtel-5-0-7-m9e6ctmxxk {
		height: 100px;
	}
}
#benefits-2col-counter .edtel-8-0-0 {
	fill: #ff1269;
}

#benefits-2col-counter .edtel-11-0-0 {
	fill: #ff1269;
}

#benefits-2col-counter .edtel-11-0-1 {
	fill: #ff1269;
}

#benefits-2col-counter .edtel-11-0-2 {
	fill: #ff1269;
}

#benefits-2col-counter .edtel-11-0-3 {
	fill: #ff1269;
}

#desc-text-img-img .edtel-8-0-0 {
	fill: #ff1269;
}

/* Scroll offset for fixed navbar on service sections */
#desc-img-text-text,
#desc-img-text-text--0,
#desc-img-text-text--1,
#desc-img-text-text--2,
#desc-text-img-img {
	scroll-margin-top: 100px;
}