/* Service pages header styling - Enforce Montserrat font with proper sizing */
.services-hero h1,
.services-hero h2,
.services-hero h3,
.services-hero h4,
.services-hero h5,
.services-hero h6,
.end-to-end-section h1,
.end-to-end-section h2,
.end-to-end-section h3,
.stats-section h1,
.stats-section h2,
.stats-section h3,
.closing-section h1,
.closing-section h2,
.closing-section h3,
.cta-section h1,
.cta-section h2,
.cta-section h3 {
    font-family: "Montserrat", sans-serif !important;
}

/* Ensure display heading sizes are maintained */
.services-hero .display-4 {
    font-size: calc(1.475rem + 2.7vw) !important;
}

@media (min-width: 1200px) {
    .services-hero .display-4 {
        font-size: 3.5rem !important;
    }
}

.stats-section .display-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
}

@media (min-width: 1200px) {
    .stats-section .display-5 {
        font-size: 3rem !important;
    }
}

/* Ensure h2 elements in service sections have proper sizing */
.end-to-end-section h2,
.stats-section h2:not(.display-5),
.cta-section h2,
.why-use-eor-section h2,
.how-it-works-section h2,
.ideal-for-section h2,
.bcp-facility-section h2,
.key-benefits-section h2,
.bcp-ideal-for-section h2,
.bcp-closing-section h2,
.final-cta-section h2,
.intro-section h2,
.customer-support-section h2,
.who-is-for-section h2,
.why-choose-section h2,
.popular-programs-section h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
    font-weight: 700 !important;
}

@media (min-width: 1200px) {
    .end-to-end-section h2,
    .stats-section h2:not(.display-5),
    .cta-section h2,
    .why-use-eor-section h2,
    .how-it-works-section h2,
    .ideal-for-section h2,
    .bcp-facility-section h2,
    .key-benefits-section h2,
    .bcp-ideal-for-section h2,
    .bcp-closing-section h2,
    .final-cta-section h2,
    .intro-section h2,
    .customer-support-section h2,
    .who-is-for-section h2,
    .why-choose-section h2,
    .popular-programs-section h2 {
        font-size: 2rem !important;
    }
}

/* Ensure card titles and other headings in service pages use Montserrat with proper sizing */
.why-use-eor-section .card-title,
.how-it-works-section .fw-semibold,
.key-benefits-section .fw-semibold {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}

/* Header section styling */
.payorplay-header {
    background-color: #fff;
}

/* Ensure Bootstrap responsive display utilities work correctly */
@media (max-width: 767.98px) {
    .d-md-none {
        display: block !important;
    }
    .d-md-block {
        display: none !important;
    }
    .d-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-none.d-md-block {
        display: block !important;
    }
    .d-none {
        display: none !important;
    }
}

/* JS-triggered states for PayOrPlayTheme */
.payorplay-header.payorplay-scrolled {
    background-color: hsl(var(--card) / 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow-card);
    border-bottom: 1px solid hsl(var(--border));
}

.payorplay-mobile-nav {
    display: none;
}

@media (max-width: 767px) {
    .payorplay-mobile-nav.payorplay-mobile-open {
        display: block;
    }
}

/* Services Dropdown Menu */
.services-dropdown-container {
    position: relative;
}

.services-dropdown-trigger {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.services-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 50;
}

.services-dropdown-container:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
}

.services-dropdown-menu {
    background-color: hsl(var(--card) / 0.95);
    backdrop-filter: blur(16px);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-card);
    border: 1px solid hsl(var(--border));
    min-width: 280px;
    overflow: hidden;
}

.services-dropdown-item {
    display: block;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    text-decoration: none;
    transition: all 0.2s;
}

.services-dropdown-item:hover {
    color: hsl(var(--primary));
    background-color: hsl(var(--purple-subtle));
}

/* Chevron rotation for dropdown trigger */
.services-dropdown-container:hover .dropdown-chevron {
    transform: rotate(180deg);
}

/* Mobile Services Dropdown */
.services-mobile-toggle {
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.services-mobile-menu {
    padding-left: 1rem;
}

.services-mobile-menu a {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    text-decoration: none;
    transition: all 0.2s;
}

.services-mobile-menu a:hover {
    color: hsl(var(--primary));
}

/* ========================================
   Technology-Inspired Animated Background
   Based on TB Color & Design hexagonal theme
   ======================================== */

/* Tech background container */
.tech-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Circuit board background pattern */
.tech-circuits-bg {
    position: absolute;
    inset: 0;
    background-image: url('/TerrabarnTheme/assets/img/circuits.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.08;
    animation: circuits-scroll 60s linear infinite;
}

@keyframes circuits-scroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

/* Circuit nodes/connection points */
.circuit-node {
    position: absolute;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, rgba(161, 68, 255, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(161, 68, 255, 0.4);
    animation: node-pulse 4s ease-in-out infinite;
}

.circuit-node:nth-child(1) {
    top: 15%;
    left: 20%;
    animation-delay: 0s;
}

.circuit-node:nth-child(2) {
    top: 30%;
    left: 65%;
    animation-delay: -1s;
}

.circuit-node:nth-child(3) {
    top: 55%;
    left: 40%;
    animation-delay: -2s;
}

.circuit-node:nth-child(4) {
    top: 70%;
    left: 80%;
    animation-delay: -1.5s;
}

.circuit-node:nth-child(5) {
    bottom: 15%;
    left: 35%;
    animation-delay: -0.5s;
}

@keyframes node-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* SVG circuit patterns */
.circuit-svg-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.circuit-path {
    fill: none;
    stroke: rgba(161, 68, 255, 0.2);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: circuit-flow 6s ease-in-out infinite;
}

.circuit-path-1 {
    animation-delay: 0s;
}

.circuit-path-2 {
    animation-delay: -2s;
}

.circuit-path-3 {
    animation-delay: -4s;
}

@keyframes circuit-flow {
    0%, 100% {
        stroke-opacity: 0.15;
        stroke-width: 1.5;
    }
    50% {
        stroke-opacity: 0.4;
        stroke-width: 2;
    }
}

/* Animated hexagon pattern */
.tech-hexagons {
    position: absolute;
    inset: -50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='92' viewBox='0 0 80 92'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1' d='M40 2L78 24V68L40 90L2 68V24L40 2Z'/%3E%3C/svg%3E");
    background-size: 80px 92px;
    animation: hexagon-drift 120s linear infinite;
    opacity: 0.2;
}

@keyframes hexagon-zoom {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(2.5);
        opacity: 0.3;
    }
}

/* Floating tech nodes */
.tech-node {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #a144ff 0%, transparent 70%);
    border-radius: 50%;
    animation: node-float 15s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(161, 68, 255, 0.6), 0 0 40px rgba(161, 68, 255, 0.3);
}

.tech-node:nth-child(1) {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
    width: 10px;
    height: 10px;
}

.tech-node:nth-child(2) {
    top: 25%;
    left: 75%;
    animation-delay: -3s;
    width: 6px;
    height: 6px;
}

.tech-node:nth-child(3) {
    top: 50%;
    left: 85%;
    animation-delay: -6s;
    width: 12px;
    height: 12px;
}

.tech-node:nth-child(4) {
    top: 70%;
    left: 25%;
    animation-delay: -9s;
    width: 8px;
    height: 8px;
}

.tech-node:nth-child(5) {
    top: 85%;
    left: 60%;
    animation-delay: -12s;
    width: 10px;
    height: 10px;
}

.tech-node:nth-child(6) {
    top: 40%;
    left: 45%;
    animation-delay: -5s;
    width: 7px;
    height: 7px;
}

@keyframes node-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translate(30px, -30px) scale(1.2);
        opacity: 1;
    }
    50% {
        transform: translate(-20px, 20px) scale(0.9);
        opacity: 0.6;
    }
    75% {
        transform: translate(20px, 30px) scale(1.1);
        opacity: 0.9;
    }
}

/* Pulse rings */
.tech-pulse-ring {
    position: absolute;
    border: 1px solid rgba(161, 68, 255, 0.4);
    border-radius: 50%;
    animation: pulse-expand 6s ease-out infinite;
}

.tech-pulse-ring:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 70%;
    animation-delay: 0s;
}

.tech-pulse-ring:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 60%;
    left: 20%;
    animation-delay: -2s;
}

.tech-pulse-ring:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 75%;
    left: 75%;
    animation-delay: -4s;
}

@keyframes pulse-expand {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Data stream particles */
.tech-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #a144ff;
    border-radius: 50%;
    animation: particle-fall 10s linear infinite;
    box-shadow: 0 0 10px rgba(161, 68, 255, 0.8);
}

.tech-particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.tech-particle:nth-child(2) {
    left: 25%;
    animation-delay: -2s;
    animation-duration: 12s;
}

.tech-particle:nth-child(3) {
    left: 40%;
    animation-delay: -4s;
    animation-duration: 10s;
}

.tech-particle:nth-child(4) {
    left: 60%;
    animation-delay: -1s;
    animation-duration: 9s;
}

.tech-particle:nth-child(5) {
    left: 80%;
    animation-delay: -3s;
    animation-duration: 11s;
}

@keyframes particle-fall {
    0% {
        top: -10%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 110%;
        opacity: 0;
    }
}

/* Grid overlay */
.tech-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(161, 68, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 68, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: grid-move 20s linear infinite;
    opacity: 0.4;
}

@keyframes grid-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

/* ========================================
   Hero Section - Enhanced Circuit & Hexagon Animation
   ======================================== */

/* Hero tech background container */
.hero-tech-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

/* Layered hexagon grid */
.hexagon-grid {
    position: absolute;
    inset: -100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 80 92'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1' d='M40 2L78 24V68L40 90L2 68V24L40 2Z'/%3E%3C/svg%3E");
    background-size: 100px 115px;
    background-position: center;
    animation: hexagon-zoom 60s linear infinite;
    opacity: 0.35;
}

.hexagon-grid-delayed {
    position: absolute;
    inset: -100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 80 92'%3E%3Cpath fill='none' stroke='rgba(161,68,255,0.12)' stroke-width='1' d='M40 2L78 24V68L40 90L2 68V24L40 2Z'/%3E%3C/svg%3E");
    background-size: 100px 115px;
    background-position: center;
    animation: hexagon-zoom 60s linear infinite;
    animation-delay: -30s;
    opacity: 0.28;
}

/* Enhanced hexagon visibility for desktop */
@media (min-width: 1024px) {
    .hexagon-grid {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 80 92'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.18)' stroke-width='1.5' d='M40 2L78 24V68L40 90L2 68V24L40 2Z'/%3E%3C/svg%3E");
        opacity: 0.5;
    }

    .hexagon-grid-delayed {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 80 92'%3E%3Cpath fill='none' stroke='rgba(161,68,255,0.2)' stroke-width='1.5' d='M40 2L78 24V68L40 90L2 68V24L40 2Z'/%3E%3C/svg%3E");
        opacity: 0.45;
    }
}

@keyframes hexagon-zoom-reverse {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(2.5);
        opacity: 0.3;
    }
}

/* Circuit traces SVG */
.circuit-traces {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.circuit-trace {
    fill: none;
    stroke: rgba(161, 68, 255, 0.55);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: circuit-draw 8s ease-in-out infinite;
}

.trace-1 {
    animation-delay: 0s;
}

.trace-2 {
    animation-delay: 1.5s;
}

.trace-3 {
    animation-delay: 3s;
}

.trace-4 {
    animation-delay: 4.5s;
}

.trace-vertical {
    stroke: rgba(161, 68, 255, 0.4);
    stroke-width: 1.5;
    animation-delay: 2s;
}

@keyframes circuit-draw {
    0% {
        stroke-dashoffset: 1000;
        stroke-opacity: 0;
    }
    20% {
        stroke-opacity: 0.6;
    }
    80% {
        stroke-opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 0;
    }
}

/* Floating hexagon particles */
.hex-particle {
    position: absolute;
    width: 20px;
    height: 22px;
    background: linear-gradient(135deg, rgba(161, 68, 255, 0.5), rgba(251, 191, 111, 0.3));
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: hex-float 18s ease-in-out infinite;
    will-change: transform, opacity;
}

.hex-particle-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    width: 28px;
    height: 32px;
}

.hex-particle-2 {
    top: 25%;
    left: 80%;
    animation-delay: -3s;
    width: 18px;
    height: 20px;
}

.hex-particle-3 {
    top: 45%;
    left: 15%;
    animation-delay: -6s;
    width: 35px;
    height: 40px;
}

.hex-particle-4 {
    top: 60%;
    left: 85%;
    animation-delay: -9s;
    width: 22px;
    height: 25px;
}

.hex-particle-5 {
    top: 75%;
    left: 25%;
    animation-delay: -12s;
    width: 26px;
    height: 30px;
}

.hex-particle-6 {
    top: 35%;
    left: 50%;
    animation-delay: -5s;
    width: 15px;
    height: 17px;
}

@keyframes hex-float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.5;
    }
    25% {
        transform: translate(30px, -30px) rotate(90deg) scale(1.15);
        opacity: 0.7;
    }
    50% {
        transform: translate(-20px, 20px) rotate(180deg) scale(0.95);
        opacity: 0.4;
    }
    75% {
        transform: translate(20px, 20px) rotate(270deg) scale(1.1);
        opacity: 0.6;
    }
}

/* Glowing circuit nodes */
.circuit-node-glow {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(161, 68, 255, 0.5) 50%, transparent 70%);
    border-radius: 50%;
    animation: node-glow-pulse 6s ease-in-out infinite;
    will-change: transform, opacity;
}

.node-1 {
    top: 18%;
    left: 25%;
    animation-delay: 0s;
}

.node-2 {
    top: 35%;
    left: 70%;
    animation-delay: -1.5s;
}

.node-3 {
    top: 50%;
    left: 45%;
    animation-delay: -3s;
}

.node-4 {
    top: 65%;
    left: 80%;
    animation-delay: -2s;
}

.node-5 {
    bottom: 20%;
    left: 30%;
    animation-delay: -0.5s;
}

@keyframes node-glow-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

/* Data flow pulses */
.data-pulse {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(161, 68, 255, 0.6) 50%, transparent 70%);
    border-radius: 50%;
    animation: data-flow 12s linear infinite;
    will-change: transform, opacity;
}

.data-pulse-1 {
    top: 20%;
    left: -10%;
    animation-delay: 0s;
}

.data-pulse-2 {
    top: 50%;
    left: -10%;
    animation-delay: -3s;
}

.data-pulse-3 {
    top: 70%;
    left: -10%;
    animation-delay: -6s;
}

@keyframes data-flow {
    0% {
        transform: translateX(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
        transform: translateX(0) scale(1);
    }
    90% {
        opacity: 0.8;
        transform: translateX(120vw) scale(1);
    }
    100% {
        transform: translateX(120vw) scale(1);
        opacity: 0;
    }
}

/* Rotating hexagon rings */
.hex-ring {
    position: absolute;
    border: 1.5px solid rgba(161, 68, 255, 0.3);
    animation: hex-rotate 40s linear infinite;
    will-change: transform;
}

.hex-ring::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border: 1px solid rgba(251, 191, 111, 0.2);
    animation: hex-rotate-reverse 30s linear infinite;
}

.hex-ring::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    animation: hex-rotate 25s linear infinite reverse;
}

.hex-ring-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 70%;
    animation-delay: 0s;
}

.hex-ring-2 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 10%;
    animation-delay: -15s;
    opacity: 0.4;
}

.hex-ring-3 {
    width: 150px;
    height: 150px;
    bottom: 15%;
    left: 60%;
    animation-delay: -30s;
    opacity: 0.5;
}

@keyframes hex-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes hex-rotate-reverse {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/* Glowing orb effect (existing, enhanced for hero) */
.tech-orb {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(161, 68, 255, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    animation: orb-float 15s ease-in-out infinite;
    filter: blur(20px);
    will-change: transform;
}

.tech-orb-1 {
    top: 10%;
    left: 30%;
    animation-delay: 0s;
}

.tech-orb-2 {
    bottom: 20%;
    right: 10%;
    animation-delay: -5s;
    width: 150px;
    height: 150px;
}

.tech-orb-3 {
    top: 50%;
    right: 30%;
    animation-delay: -10s;
    width: 100px;
    height: 100px;
}

@keyframes orb-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(20px, -20px) scale(1.05);
    }
    66% {
        transform: translate(-15px, 15px) scale(0.95);
    }
}

/* Mobile performance optimizations */
@media (prefers-reduced-motion: reduce) {
    .hero-tech-background * {
        animation: none !important;
    }
}

@media (max-width: 768px) {
    .hex-particle,
    .circuit-node-glow,
    .data-pulse {
        animation-duration: 24s;
    }
    
    .hex-ring {
        animation-duration: 60s;
    }
    
    .tech-orb {
        animation-duration: 20s;
    }
}

/* Services section tech effects */
.services-tech-bg {
    position: relative;
}

.services-tech-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(161, 68, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(161, 68, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

/* Animated border effect for cards */
.tech-card-border {
    position: relative;
}

.tech-card-border::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #a144ff, transparent, #a144ff);
    background-size: 400%;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: gradient-rotate 8s linear infinite;
    z-index: -1;
}

.tech-card-border:hover::before {
    opacity: 0.5;
}

@keyframes gradient-rotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Glowing orb effect */
.tech-orb {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(161, 68, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: orb-float 12s ease-in-out infinite;
    filter: blur(20px);
}

.tech-orb-1 {
    top: 10%;
    left: 30%;
    animation-delay: 0s;
}

.tech-orb-2 {
    bottom: 20%;
    right: 10%;
    animation-delay: -4s;
    width: 150px;
    height: 150px;
}

.tech-orb-3 {
    top: 50%;
    right: 30%;
    animation-delay: -8s;
    width: 100px;
    height: 100px;
}

@keyframes orb-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}
