/* ============================================================
   HERO SECTION – Wave Dots (compact, matching servicii)
   ============================================================ */
.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);
}

/* ============================================================
   SCROLL SEPARATOR
   ============================================================ */
#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;
}

/* ============================================================
   THREE-COLUMN INTRO SECTION
   ============================================================ */
#desc-img-list-3col .bg-wrap { background-color: var(--rs-bg-white) !important; }
#desc-img-list-3col .edtel-11-0-0 { fill: #ff1269; }
#desc-img-list-3col .edtel-11-0-1 { fill: #ff1269; }
#desc-img-list-3col .edtel-11-0-2 { fill: #ff1269; }
#desc-img-list-3col .edtel-8-0-0 { fill: #ff1269; }
#desc-img-list-3col .edtel-37-3-0 { color: #444444; }
#desc-img-list-3col .edtel-37-3-1 { color: #444444; }
#desc-img-list-3col .edtel-37-3-2 { color: #444444; }

/* ============================================================
   COUNTER SECTION
   ============================================================ */
#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 .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}
#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; }
#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 p {
	color: #555;
	font-size: clamp(13px, 1.2vw, 14px);
	line-height: 1.75;
}
#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);
}
#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);
}

/* ============================================================
   SECTION BADGES — Pill labels above headings (matching servicii)
   ============================================================ */
.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);
}

/* ============================================================
   INDUSTRY SECTIONS — Alternating backgrounds & visual rhythm
   ============================================================ */
.industry-section {
	position: relative;
}

/* Explicit alternating backgrounds per section */
#medical .bg-wrap        { background-color: var(--rs-bg-white) !important; }
#defense .bg-wrap        { background-color: var(--rs-bg-warm) !important; }
#arhitectura .bg-wrap    { background-color: var(--rs-bg-white) !important; }
#constructii .bg-wrap    { background-color: var(--rs-bg-warm) !important; }
#educatie .bg-wrap       { background-color: var(--rs-bg-white) !important; }
#administratie .bg-wrap  { background-color: var(--rs-bg-warm) !important; }

/* Soft gradient transitions between industry sections */
.industry-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(25px, 3vw, 40px);
	background: linear-gradient(180deg, rgba(245,245,245,0.3) 0%, transparent 100%);
	pointer-events: none;
	z-index: 1;
}
.industry-section--alt::before {
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, transparent 100%);
}

/* Industry images — rounded corners with hover lift (matching other pages) */
.industry-img {
	border-radius: var(--rs-radius-md);
	transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.industry-img:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS (matching index/servicii pattern)
   ============================================================ */
.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.revealed {
	opacity: 1;
	transform: translateY(0);
}

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

/* ============================================================
   PARTNERS & TECH STACK
   ============================================================ */
#tech-stack .bg-wrap {
	background-color: var(--rs-bg-white) !important;
}

#partners .bg-wrap {
	background-color: var(--rs-bg-warm) !important;
}
#partners h3 strong,
#tech-stack h3 strong {
	font-weight: 700;
	letter-spacing: 1.2px;
	font-size: 30px;
	color: #1a1a2e;
}
#partners p,
#tech-stack p {
	color: #555;
	line-height: 1.7;
}
#partners img,
#tech-stack img {
	opacity: 1;
	filter: none;
}
#tech-stack .small.text-muted {
	color: #666 !important;
	font-weight: 500;
	letter-spacing: 0.2px;
}

/* ============================================================
   GALLERY (hidden section — keeping existing styles)
   ============================================================ */
.page-wrapper {
    overflow: hidden;
    position: relative;
}

.section {
    overflow: hidden;
}

@media only screen and (max-width: 575.98px) {
    .section .section-heading .section-title {
        font-size: 2rem;
    }
}

.gallery-filter-btn-wrapper {
    text-align: center;
    margin-bottom: var(--sp-xl);
}

.gallery-filter-btn-wrapper a:last-child {
    margin-right: 0;
}

.portfolio-cobbles-item {
    padding: 0;
    margin: 0;
}

.portfolio-cobbles-item img {
    border-radius: 0 !important;
}

.portfolio-grid {
    padding-left: 15px;
    padding-right: 15px;
}

.isotope-filter.side-bar-left a,
.isotope-filter.side-bar-sm-left a,
.isotope-filter.side-bar-md-left a,
.isotope-filter.side-bar-lg-left a,
.isotope-filter.side-bar-right a,
.isotope-filter.side-bar-sm-right a,
.isotope-filter.side-bar-md-right a,
.isotope-filter.side-bar-lg-right a {
    margin-left: 0;
    margin-bottom: 0.5rem;
}
#gallery-3col-grid .edtel-66-0-1 {
	left: 30px;
}

@media all and (max-width: 767px) {
	#gallery-3col-grid .edtel-66-0-1 {
		left: -2px;
		right: 0px;
	}
}
#gallery-3col-grid .bg-wrap { background-color: var(--rs-bg-white) !important; }

/* ============================================================
   FOOTER
   ============================================================ */
#footer-logo-social .bg-wrap {
	background-color: #232122 !important;
}
