/* ==========================================================================
   ESTONE OEM & ODM CAPABILITIES ORBIT SECTION STYLESHEET
   ========================================================================== */

/* Frontend Full Screen Edge-to-Edge Container Breakout */
.estone-capabilities-wrapper {
	position: relative;
	width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: linear-gradient(180deg, #eef7fc 0%, #f6faff 60%, #eaf4fc 100%);
	padding: 3.5rem 3rem;
	overflow: hidden;
	color: #000000;
	box-sizing: border-box;
}

/* Gutenberg Admin Block Editor Canvas Containment ONLY */
.editor-styles-wrapper .estone-capabilities-wrapper,
.block-editor-block-list__layout .estone-capabilities-wrapper,
.block-editor-block-list__block .estone-capabilities-wrapper,
.block-editor-iframe__html .estone-capabilities-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	left: auto !important;
	right: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.estone-capabilities-wrapper * {
	box-sizing: border-box;
}

/* Inner Container */
.estone-cap-inner-container {
	margin: 0 auto;
	width: 100%;
}

/* Header */
.estone-cap-header {
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

.estone-cap-title {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #000000;
	margin: 0;
	line-height: 1.25;
	word-wrap: break-word;
}

/* 3-Column Orbit Layout Grid Stage */
.estone-cap-grid {
	display: grid;
	gap: 2rem;
	width: 100%;
	align-items: center;
}

.estone-cap-col {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.estone-cap-node {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	padding: 1.5rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 20px rgba(0, 56, 117, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.estone-cap-node:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 56, 117, 0.08);
	background: #ffffff;
}

.estone-cap-heading {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000000;
	margin: 0 0 0.6rem 0;
	line-height: 1.3;
}

.estone-cap-desc {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 0.95rem;
	color: #334155;
	line-height: 1.6;
	margin: 0;
}

/* Central Orbital Stage */
.estone-cap-stage-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.estone-cap-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.estone-cap-orbit {
	position: absolute;
	border-radius: 50%;
	border: 1.5px solid #bcd7f5 !important;
	box-sizing: border-box;
}

/* Central Core Sphere Wrapper */
.estone-cap-center-wrap {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}

/* Center Solid Dark Navy Blue Circle (#003875) - Sits ON TOP of Glow Waves */
.estone-cap-center-circle {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	font-weight: 700 !important;
	padding: 1.5rem !important;
	line-height: 1.3 !important;
	z-index: 10 !important;
	background-color: #003875 !important;
	background: #003875 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 30px rgba(0, 56, 117, 0.4) !important;
	transition: transform 0.3s ease !important;
}

.estone-cap-center-wrap:hover .estone-cap-center-circle {
	transform: scale(1.03);
}

/* Translucent Glowing Aura Ring (Placed BEHIND Solid Dark Navy Circle) */
.estone-cap-pulse-wave {
	position: absolute !important;
	inset: -38px !important;
	border-radius: 50% !important;
	background: rgba(200, 222, 245, 0.6) !important;
	box-shadow: 0 0 35px rgba(188, 215, 245, 0.75), inset 0 0 15px rgba(255, 255, 255, 0.6) !important;
	z-index: 1 !important;
	pointer-events: none !important;
	animation: estoneCapPulseExact 2.8s ease-in-out infinite alternate !important;
}

.estone-cap-pulse-wave.wave-2 {
	inset: -58px !important;
	background: rgba(215, 232, 248, 0.4) !important;
	box-shadow: 0 0 45px rgba(188, 215, 245, 0.45) !important;
	z-index: 0 !important;
	animation: estoneCapPulseOuterExact 2.8s ease-in-out infinite alternate !important;
	animation-delay: 0.4s !important;
}

/* Continuous smooth breathing aura pulse animation */
@keyframes estoneCapPulseExact {
	0% {
		transform: scale(0.96);
		opacity: 0.65;
		box-shadow: 0 0 25px rgba(188, 215, 245, 0.5);
	}
	100% {
		transform: scale(1.06);
		opacity: 1;
		box-shadow: 0 0 50px rgba(188, 215, 245, 0.9);
	}
}

@keyframes estoneCapPulseOuterExact {
	0% {
		transform: scale(0.94);
		opacity: 0.4;
	}
	100% {
		transform: scale(1.08);
		opacity: 0.85;
	}
}

/* 4 Orbital Node Badges with Icons (Replaces Small Dots) */
.estone-cap-dot {
	position: absolute !important;
	width: 56px !important;
	height: 56px !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	border: 1.5px solid #cbd5e1 !important;
	box-shadow: 0 6px 20px rgba(0, 56, 117, 0.12) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 5 !important;
	transform: translate(-50%, -50%) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
	cursor: pointer !important;
}

.estone-cap-dot::before {
	content: '' !important;
	position: absolute !important;
	inset: -5px !important;
	border-radius: 50% !important;
	border: 1.5px dashed #bcd7f5 !important;
	transition: border-color 0.3s ease !important;
}

.estone-cap-dot:hover {
	transform: translate(-50%, -50%) scale(1.1) !important;
	box-shadow: 0 10px 30px rgba(0, 56, 117, 0.2) !important;
	border-color: #003875 !important;
}

.estone-cap-dot:hover::before {
	border-color: #003875 !important;
}

.estone-cap-dot img {
	width: 28px !important;
	height: 28px !important;
	object-fit: contain !important;
	display: block !important;
}

.estone-cap-dot svg {
	width: 28px !important;
	height: 28px !important;
	fill: none !important;
	stroke: #003875 !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	display: block !important;
}

/* Exact 45-degree angle positioning on circular orbit ring (14.65% and 85.35%) */
.estone-cap-dot.dot-1 { top: 14.65% !important; left: 14.65% !important; }
.estone-cap-dot.dot-2 { top: 14.65% !important; left: 85.35% !important; }
.estone-cap-dot.dot-3 { top: 85.35% !important; left: 14.65% !important; }
.estone-cap-dot.dot-4 { top: 85.35% !important; left: 85.35% !important; }

/* Optional CTA Button */
.estone-cap-cta {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.85rem 1.35rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
	box-shadow: 0 4px 15px rgba(201, 0, 0, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	z-index: 10;
}

.estone-cap-cta:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(201, 0, 0, 0.45);
}

/* Responsive Breakdown */
@media (max-width: 992px) {
	.estone-cap-grid {
		grid-template-columns: 1fr !important;
	}

	.estone-cap-stage-wrap {
		margin: 2rem 0;
	}
}
