.elementor-27 .elementor-element.elementor-element-e1bb28b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-27 .elementor-element.elementor-element-1ee4eb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-23b248d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-36842c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-183357e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-2bbbe09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:00px 00px;--row-gap:00px;--column-gap:00px;}.elementor-27 .elementor-element.elementor-element-bb158b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-bd83922{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}body.elementor-page-27:not(.elementor-motion-effects-element-type-background), body.elementor-page-27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #000000 72%, #755277 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e98c77c */.sph-hero {
    position: relative;
    background: linear-gradient(135deg, #0b1a2e, #1d3b4f, #2b5c6f);
    color: white;
    padding: 3rem 1.5rem;
    overflow-x: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

/* Animated floating icons - mobile friendly with reduced count and adjusted positions */
.sph-hero-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.sph-hero-icons i {
    position: absolute;
    color: rgba(255,255,255,0.08);
    font-size: 2.5rem;
    animation: float 20s infinite linear;
    will-change: transform;
}
/* Optimized icon positions to prevent overflow */
.sph-hero-icons i:nth-child(1) { top: 5%; left: 2%; animation-delay: 0s; font-size: 3rem; }
.sph-hero-icons i:nth-child(2) { top: 75%; left: 5%; animation-delay: 2s; font-size: 2.8rem; }
.sph-hero-icons i:nth-child(3) { top: 25%; right: 3%; animation-delay: 5s; font-size: 3.2rem; }
.sph-hero-icons i:nth-child(4) { bottom: 15%; right: 8%; animation-delay: 7s; font-size: 2.5rem; }
.sph-hero-icons i:nth-child(5) { top: 45%; left: 80%; animation-delay: 11s; font-size: 2.6rem; display: none; } /* hidden on mobile by default */
.sph-hero-icons i:nth-child(6) { bottom: 5%; left: 20%; animation-delay: 3s; font-size: 2.8rem; }

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); opacity: 0.08; }
    50% { transform: translateY(-15px) rotate(8deg); opacity: 0.12; }
    100% { transform: translateY(0) rotate(0deg); opacity: 0.08; }
}

.sph-hero-container {
    position: relative;
    z-index: 10;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    box-sizing: border-box;
}

/* Content with animation classes */
.sph-hero-content {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.sph-hero.animate-ready .sph-hero-content {
    opacity: 1;
    transform: translateX(0);
}

.sph-hero-image {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
    transition: opacity 0.6s ease 0.15s, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1) 0.15s;
}
.sph-hero.animate-ready .sph-hero-image {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.sph-hero-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #ffffff, #c1e4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}
.sph-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    opacity: 0.92;
    max-width: 500px;
    line-height: 1.5;
}
.sph-hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, #70e1f5, #ffd194);
    color: #0b1a2e;
    font-weight: 700;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.sph-hero-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}
.sph-hero-btn:active::before {
    width: 200px;
    height: 200px;
}
.sph-hero-btn:active {
    transform: scale(0.97);
}

.sph-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sph-hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.35));
    animation: subtle-float 5s infinite ease-in-out;
    will-change: transform;
}
@keyframes subtle-float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* ===== MOBILE OPTIMIZED STYLES ===== */
@media (max-width: 800px) {
    .sph-hero {
        padding: 2.5rem 1.2rem;
        min-height: 520px;
    }
    
    .sph-hero-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .sph-hero-content {
        order: 2;
        transform: translateY(25px);
    }
    .sph-hero.animate-ready .sph-hero-content {
        transform: translateY(0);
    }
    
    .sph-hero-image {
        order: 1;
        transform: translateY(-20px) scale(0.95);
        margin-bottom: 0.5rem;
    }
    .sph-hero.animate-ready .sph-hero-image {
        transform: translateY(0) scale(1);
    }
    
    .sph-hero-content h1 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    .sph-hero-content p {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .sph-hero-btn {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
    }
    
    /* Hide some floating icons on mobile to prevent clutter and overflow */
    .sph-hero-icons i:nth-child(3),
    .sph-hero-icons i:nth-child(5) {
        display: none;
    }
    .sph-hero-icons i:nth-child(1) { 
        font-size: 2rem; 
        top: 2%;
        left: -2%;
    }
    .sph-hero-icons i:nth-child(2) { 
        font-size: 1.8rem; 
        bottom: 10%;
        top: auto;
        left: 3%;
    }
    .sph-hero-icons i:nth-child(4) { 
        font-size: 1.8rem; 
        right: 0%;
        top: 15%;
    }
    .sph-hero-icons i:nth-child(6) { 
        font-size: 1.9rem; 
        bottom: 2%;
        left: auto;
        right: 5%;
        top: auto;
    }
    
    /* Disable float animation on mobile for better performance */
    @media (prefers-reduced-motion: reduce) {
        .sph-hero-icons i {
            animation: none;
        }
        .sph-hero-image img {
            animation: none;
        }
    }
}

/* Small mobile devices (below 480px) */
@media (max-width: 480px) {
    .sph-hero {
        padding: 2rem 1rem;
        min-height: 480px;
    }
    .sph-hero-content h1 {
        font-size: 1.75rem;
    }
    .sph-hero-content p {
        font-size: 0.95rem;
    }
    .sph-hero-btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    .sph-hero-icons i:nth-child(1),
    .sph-hero-icons i:nth-child(6) {
        display: none;
    }
}

/* Tablet landscape optimization */
@media (min-width: 801px) and (max-width: 1024px) {
    .sph-hero-content h1 {
        font-size: 2.4rem;
    }
    .sph-hero {
        padding: 3rem 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f43e6e */.comp-elegant {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
    border-radius: 60px;
    box-shadow: 0 30px 50px -20px rgba(0,40,80,0.2);
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: linear-gradient(145deg, #1a2c38, #0f1a24);
}

/* Animated Background Layers - INSIDE the container */
.comp-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

/* Gradient Orb Background */
.bg-gradient-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(112,225,245,0.35) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,209,148,0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(45,76,139,0.25) 0%, transparent 50%),
        radial-gradient(circle at 90% 20%, rgba(112,225,245,0.25) 0%, transparent 50%),
        radial-gradient(circle at 10% 85%, rgba(255,209,148,0.25) 0%, transparent 50%);
    animation: gradientShift 12s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Floating Particles */
.bg-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    background: linear-gradient(135deg, #70e1f5, #ffd194);
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 8s infinite ease-in-out;
    filter: blur(3px);
}

.particle:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 5%;
    opacity: 0.2;
    animation-duration: 12s;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 70%;
    left: 85%;
    opacity: 0.25;
    animation-duration: 10s;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    width: 120px;
    height: 120px;
    top: 40%;
    left: 20%;
    opacity: 0.18;
    animation-duration: 15s;
    animation-delay: 1s;
}

.particle:nth-child(4) {
    width: 50px;
    height: 50px;
    top: 85%;
    left: 15%;
    opacity: 0.3;
    animation-duration: 9s;
    animation-delay: 3s;
}

.particle:nth-child(5) {
    width: 70px;
    height: 70px;
    top: 20%;
    left: 80%;
    opacity: 0.22;
    animation-duration: 11s;
    animation-delay: 4s;
}

.particle:nth-child(6) {
    width: 45px;
    height: 45px;
    top: 55%;
    left: 45%;
    opacity: 0.32;
    animation-duration: 7s;
    animation-delay: 1.5s;
}

.particle:nth-child(7) {
    width: 65px;
    height: 65px;
    top: 75%;
    left: 60%;
    opacity: 0.2;
    animation-duration: 13s;
    animation-delay: 2.5s;
}

.particle:nth-child(8) {
    width: 55px;
    height: 55px;
    top: 15%;
    left: 50%;
    opacity: 0.28;
    animation-duration: 14s;
    animation-delay: 3.5s;
}

@keyframes floatParticle {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        transform: translate(50px, -40px) rotate(45deg);
        opacity: 0.4;
    }
    50% {
        transform: translate(-40px, 60px) rotate(90deg);
        opacity: 0.3;
    }
    75% {
        transform: translate(60px, -30px) rotate(135deg);
        opacity: 0.35;
    }
    100% {
        transform: translate(0, 0) rotate(180deg);
        opacity: 0;
    }
}

/* Floating Shapes */
.bg-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    background: rgba(112,225,245,0.1);
    border: 1px solid rgba(112,225,245,0.25);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 20s infinite ease-in-out;
    backdrop-filter: blur(2px);
}

.shape:nth-child(1) {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -80px;
    animation-duration: 25s;
}

.shape:nth-child(2) {
    width: 380px;
    height: 380px;
    bottom: -120px;
    left: -100px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation-duration: 30s;
    animation-delay: 2s;
    background: rgba(255,209,148,0.08);
}

.shape:nth-child(3) {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 20%;
    border-radius: 40% 60% 30% 70% / 40% 50% 60% 50%;
    animation-duration: 18s;
    animation-delay: 1s;
    background: rgba(112,225,245,0.07);
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg) scale(1);
    }
    50% {
        border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(360deg) scale(1);
    }
}

/* Grid Pattern Overlay */
.bg-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(112,225,245,0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112,225,245,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

/* Glow Effect */
.bg-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(112,225,245,0.2) 0%, transparent 70%);
    animation: glowPulse 4s ease infinite;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

/* Star Sparkles */
.bg-stars {
    position: absolute;
    width: 100%;
    height: 100%;
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
}

.star:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.star:nth-child(2) { top: 45%; left: 85%; animation-delay: 0.5s; width: 4px; height: 4px; }
.star:nth-child(3) { top: 70%; left: 25%; animation-delay: 1s; }
.star:nth-child(4) { top: 25%; left: 65%; animation-delay: 1.5s; }
.star:nth-child(5) { top: 85%; left: 45%; animation-delay: 2s; width: 2px; height: 2px; }
.star:nth-child(6) { top: 55%; left: 15%; animation-delay: 2.5s; }
.star:nth-child(7) { top: 35%; left: 75%; animation-delay: 0.8s; }
.star:nth-child(8) { top: 10%; left: 40%; animation-delay: 1.8s; }
.star:nth-child(9) { top: 80%; left: 55%; animation-delay: 1.2s; }
.star:nth-child(10) { top: 50%; left: 95%; animation-delay: 0.3s; }

@keyframes twinkle {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.8);
    }
}

/* Main Content - sits above background */
.comp-elegant-content {
    position: relative;
    z-index: 2;
}

/* Header with animation */
.comp-elegant .comp-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
    opacity: 0;
    transform: translateX(-25px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.comp-elegant.animate-ready .comp-header {
    opacity: 1;
    transform: translateX(0);
}
.comp-elegant .comp-header i {
    font-size: 2.2rem;
    color: #ffd194;
    background: rgba(255,209,148,0.15);
    padding: 0.8rem;
    border-radius: 24px;
    transition: all 0.3s ease;
}
.comp-elegant .comp-header h2 {
    font-weight: 600;
    font-size: 2rem;
    color: white;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Grid */
.comp-elegant .comp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Cards - Glassmorphism Effect */
.comp-elegant .comp-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 1.8rem 0.8rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 15px 30px -12px rgba(0,0,0,0.3);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    /* Initial hidden state */
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1), box-shadow 0.3s;
    will-change: transform, opacity;
}
.comp-elegant .comp-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Staggered delays for smooth cascade effect */
.comp-elegant .comp-card:nth-child(1).visible { transition-delay: 0.03s; }
.comp-elegant .comp-card:nth-child(2).visible { transition-delay: 0.07s; }
.comp-elegant .comp-card:nth-child(3).visible { transition-delay: 0.11s; }
.comp-elegant .comp-card:nth-child(4).visible { transition-delay: 0.15s; }
.comp-elegant .comp-card:nth-child(5).visible { transition-delay: 0.19s; }
.comp-elegant .comp-card:nth-child(6).visible { transition-delay: 0.23s; }
.comp-elegant .comp-card:nth-child(7).visible { transition-delay: 0.27s; }
.comp-elegant .comp-card:nth-child(8).visible { transition-delay: 0.31s; }

/* Hover effect - desktop only */
@media (hover: hover) {
    .comp-elegant .comp-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 40px -15px rgba(112,225,245,0.4);
        background: rgba(255,255,255,0.2);
        border-color: rgba(112,225,245,0.6);
    }
}

/* Active/tap feedback for mobile */
.comp-elegant .comp-card:active {
    transform: scale(0.96);
    transition: transform 0.1s ease;
}

/* Icon circle */
.comp-elegant .icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 2.5rem;
    color: #ffd194;
    box-shadow: 0 8px 15px -6px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.comp-elegant .comp-card.visible .icon-circle {
    animation: iconPop 0.4s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}
@keyframes iconPop {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (hover: hover) {
    .comp-elegant .comp-card:hover .icon-circle {
        background: linear-gradient(135deg, #70e1f5, #ffd194);
        color: #0b1a2e;
        transform: scale(1.08);
        box-shadow: 0 12px 20px -8px rgba(112,225,245,0.5);
    }
}

/* Text styling */
.comp-elegant .comp-name {
    font-weight: 600;
    font-size: 1rem;
    color: white;
    margin-bottom: 0.2rem;
    transition: color 0.2s ease;
}
.comp-elegant .comp-card:active .comp-name {
    color: #ffd194;
}

/* Responsive */
@media (max-width: 700px) {
    .comp-elegant {
        padding: 1.5rem;
        border-radius: 40px;
    }
    .comp-elegant .comp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .comp-elegant .comp-header {
        margin-bottom: 1.8rem;
        gap: 0.8rem;
    }
    .comp-elegant .comp-header h2 {
        font-size: 1.6rem;
    }
    .comp-elegant .comp-header i {
        font-size: 1.8rem;
        padding: 0.6rem;
    }
    .comp-elegant .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 2rem;
        border-radius: 24px;
        margin-bottom: 0.8rem;
    }
    .comp-elegant .comp-card {
        padding: 1.3rem 0.5rem 1rem;
        border-radius: 28px;
    }
    .comp-elegant .comp-name {
        font-size: 0.85rem;
    }
    /* Adjusted stagger for mobile */
    .comp-elegant .comp-card:nth-child(1).visible { transition-delay: 0.02s; }
    .comp-elegant .comp-card:nth-child(2).visible { transition-delay: 0.05s; }
    .comp-elegant .comp-card:nth-child(3).visible { transition-delay: 0.08s; }
    .comp-elegant .comp-card:nth-child(4).visible { transition-delay: 0.11s; }
    .comp-elegant .comp-card:nth-child(5).visible { transition-delay: 0.14s; }
    .comp-elegant .comp-card:nth-child(6).visible { transition-delay: 0.17s; }
    .comp-elegant .comp-card:nth-child(7).visible { transition-delay: 0.20s; }
    .comp-elegant .comp-card:nth-child(8).visible { transition-delay: 0.23s; }
    
    /* Reduce background animations on mobile for performance */
    .bg-particles .particle:nth-child(3),
    .bg-particles .particle:nth-child(5),
    .bg-particles .particle:nth-child(7),
    .bg-shapes .shape:nth-child(2) {
        display: none;
    }
}

@media (max-width: 480px) {
    .comp-elegant {
        padding: 1rem;
        border-radius: 32px;
    }
    .comp-elegant .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
        border-radius: 20px;
    }
    .comp-elegant .comp-card {
        padding: 1rem 0.3rem 0.8rem;
        border-radius: 24px;
    }
    .comp-elegant .comp-name {
        font-size: 0.75rem;
    }
    .comp-elegant .comp-header h2 {
        font-size: 1.4rem;
    }
    .comp-elegant .comp-header i {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a749c6 */.sph-about {
    position: relative;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://mobfixers.com/wp-content/uploads/2026/03/repair-background.jpg');
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    color: white;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* overlay for readability */
.sph-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.62);
    z-index: 1;
}

.sph-about-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Animation initial states */
.sph-about-content {
    opacity: 0;
    transform: translateX(-25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-about-image {
    opacity: 0;
    transform: translateX(25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1) 0.1s, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1) 0.1s;
}

.sph-about.animate-ready .sph-about-content,
.sph-about.animate-ready .sph-about-image {
    opacity: 1;
    transform: translateX(0);
}

/* Stats cards individual animation */
.sph-stat {
    text-align: center;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 0.8rem 1.2rem;
    min-width: 100px;
    transition: all 0.3s ease;
}

.sph-about.animate-ready .sph-stat {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.sph-about.animate-ready .sph-stat:nth-child(1) { transition-delay: 0.1s; }
.sph-about.animate-ready .sph-stat:nth-child(2) { transition-delay: 0.2s; }
.sph-about.animate-ready .sph-stat:nth-child(3) { transition-delay: 0.3s; }

.sph-about-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-left: 6px solid #70e1f5;
    padding-left: 1.2rem;
    position: relative;
}

.sph-about-content p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.sph-about-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.sph-stat i {
    font-size: 2.5rem;
    color: #ffd194;
    margin-bottom: 0.5rem;
    display: inline-block;
    transition: transform 0.2s ease;
}

.sph-stat span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
}

.sph-stat small {
    font-size: 0.85rem;
    opacity: 0.85;
    display: block;
    margin-top: 0.25rem;
}

.sph-about-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(0,0,0,0.4);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-about-image:hover {
        transform: translateY(-6px);
        box-shadow: 0 30px 50px rgba(0,0,0,0.5);
    }
    .sph-about-image:hover img {
        transform: scale(1.04);
    }
    .sph-stat:hover {
        background: rgba(255,255,255,0.18);
        transform: translateY(-4px);
    }
    .sph-stat:hover i {
        transform: scale(1.1);
    }
}

/* Mobile tap feedback */
.sph-stat:active {
    transform: scale(0.96);
    transition: transform 0.1s;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 800px) {
    .sph-about {
        background-attachment: scroll;
        padding: 3rem 1.2rem;
        min-height: auto;
    }
    
    .sph-about-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .sph-about-content h2 {
        border-left: none;
        padding-left: 0;
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .sph-about-content p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    
    .sph-about-stats {
        justify-content: center;
        gap: 1rem;
    }
    
    .sph-stat {
        padding: 0.6rem 1rem;
        min-width: 85px;
        backdrop-filter: blur(4px);
    }
    
    .sph-stat i {
        font-size: 2rem;
        margin-bottom: 0.3rem;
    }
    
    .sph-stat span {
        font-size: 1.6rem;
    }
    
    .sph-stat small {
        font-size: 0.75rem;
    }
    
    .sph-about-image {
        border-radius: 20px;
        max-width: 90%;
        margin: 0 auto;
    }
    
    /* Mobile animation adjustments */
    .sph-about-content {
        transform: translateY(20px);
    }
    .sph-about.animate-ready .sph-about-content {
        transform: translateY(0);
    }
    
    .sph-about-image {
        transform: translateY(20px);
    }
    .sph-about.animate-ready .sph-about-image {
        transform: translateY(0);
    }
    
    .sph-stat {
        transform: translateY(15px) scale(0.96);
    }
    .sph-about.animate-ready .sph-stat {
        transform: translateY(0) scale(1);
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sph-about {
        padding: 2rem 1rem;
    }
    
    .sph-about-content h2 {
        font-size: 1.8rem;
    }
    
    .sph-about-content p {
        font-size: 0.9rem;
    }
    
    .sph-stat {
        padding: 0.5rem 0.8rem;
        min-width: 75px;
    }
    
    .sph-stat i {
        font-size: 1.6rem;
    }
    
    .sph-stat span {
        font-size: 1.3rem;
    }
    
    .sph-stat small {
        font-size: 0.65rem;
    }
    
    .sph-about-stats {
        gap: 0.8rem;
    }
}

/* Landscape orientation */
@media (max-width: 800px) and (orientation: landscape) {
    .sph-about {
        padding: 2rem 1.5rem;
    }
    
    .sph-about-container {
        gap: 1.5rem;
    }
    
    .sph-about-stats {
        gap: 1rem;
    }
    
    .sph-stat {
        padding: 0.5rem 0.8rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .sph-about-content,
    .sph-about-image,
    .sph-stat {
        transition: none;
        opacity: 1;
        transform: none;
    }
    .sph-about-image img {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15403de */.sph-process {
    position: relative;
    padding: 5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    text-align: center;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, #0a0f1a, #0e1422, #12182a);
}

/* Animated Circuit Background */
.process-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

/* Circuit Lines */
.circuit-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circuit-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(112,225,245,0.4), transparent);
    height: 2px;
    animation: flowLine 3s infinite linear;
}

.circuit-line:nth-child(1) {
    top: 15%;
    left: -100%;
    width: 200px;
    animation-duration: 4s;
    animation-delay: 0s;
}

.circuit-line:nth-child(2) {
    top: 35%;
    right: -100%;
    width: 250px;
    background: linear-gradient(90deg, rgba(255,209,148,0.4), transparent);
    animation: flowLineReverse 4.5s infinite linear;
    animation-delay: 1s;
}

.circuit-line:nth-child(3) {
    top: 55%;
    left: -100%;
    width: 180px;
    animation-duration: 3.5s;
    animation-delay: 0.5s;
}

.circuit-line:nth-child(4) {
    top: 75%;
    right: -100%;
    width: 220px;
    background: linear-gradient(90deg, rgba(112,225,245,0.4), transparent);
    animation: flowLineReverse 4s infinite linear;
    animation-delay: 2s;
}

.circuit-line:nth-child(5) {
    top: 25%;
    left: -100%;
    width: 300px;
    animation-duration: 5s;
    animation-delay: 1.2s;
}

.circuit-line:nth-child(6) {
    top: 65%;
    right: -100%;
    width: 280px;
    background: linear-gradient(90deg, rgba(255,209,148,0.4), transparent);
    animation: flowLineReverse 5.5s infinite linear;
    animation-delay: 0.3s;
}

@keyframes flowLine {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes flowLineReverse {
    0% {
        right: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

/* Circuit Nodes */
.circuit-nodes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.node {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #70e1f5;
    border-radius: 50%;
    box-shadow: 0 0 15px #70e1f5;
    animation: nodePulse 2s infinite ease-in-out;
}

.node:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.node:nth-child(2) { top: 35%; left: 25%; animation-delay: 0.3s; width: 8px; height: 8px; }
.node:nth-child(3) { top: 55%; left: 40%; animation-delay: 0.6s; }
.node:nth-child(4) { top: 75%; left: 55%; animation-delay: 0.9s; }
.node:nth-child(5) { top: 25%; left: 70%; animation-delay: 1.2s; }
.node:nth-child(6) { top: 45%; left: 85%; animation-delay: 1.5s; }
.node:nth-child(7) { top: 65%; left: 15%; animation-delay: 1.8s; }
.node:nth-child(8) { top: 85%; left: 30%; animation-delay: 2.1s; }
.node:nth-child(9) { top: 20%; left: 50%; animation-delay: 0.5s; width: 5px; height: 5px; }
.node:nth-child(10) { top: 70%; left: 75%; animation-delay: 2.4s; }
.node:nth-child(11) { top: 50%; left: 5%; animation-delay: 1s; }
.node:nth-child(12) { top: 10%; left: 90%; animation-delay: 0.2s; }

@keyframes nodePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
        box-shadow: 0 0 10px #70e1f5;
    }
    50% {
        transform: scale(1.8);
        opacity: 1;
        box-shadow: 0 0 25px #70e1f5;
    }
}

/* Digital Rain Effect */
.digital-rain {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.rain-column {
    position: absolute;
    top: -100%;
    color: #70e1f5;
    font-family: monospace;
    font-size: 12px;
    white-space: pre;
    animation: rainFall linear infinite;
}

.rain-column:nth-child(1) { left: 10%; animation-duration: 8s; animation-delay: 0s; }
.rain-column:nth-child(2) { left: 25%; animation-duration: 6s; animation-delay: 1s; }
.rain-column:nth-child(3) { left: 40%; animation-duration: 7s; animation-delay: 2s; }
.rain-column:nth-child(4) { left: 55%; animation-duration: 5s; animation-delay: 0.5s; }
.rain-column:nth-child(5) { left: 70%; animation-duration: 9s; animation-delay: 1.5s; }
.rain-column:nth-child(6) { left: 85%; animation-duration: 6.5s; animation-delay: 2.5s; }

@keyframes rainFall {
    0% {
        top: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Glowing Grid */
.glowing-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(112,225,245,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112,225,245,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: gridPulse 3s ease infinite;
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

/* Floating Binary Numbers */
.binary-rain {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: monospace;
    font-size: 10px;
    color: rgba(112,225,245,0.2);
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}

.binary-stream {
    position: absolute;
    animation: binaryFloat 15s infinite linear;
}

.binary-stream:nth-child(1) { top: 20%; left: 5%; animation-duration: 12s; }
.binary-stream:nth-child(2) { top: 45%; left: 15%; animation-duration: 18s; animation-delay: 2s; }
.binary-stream:nth-child(3) { top: 70%; left: 25%; animation-duration: 14s; animation-delay: 1s; }
.binary-stream:nth-child(4) { top: 35%; left: 75%; animation-duration: 20s; animation-delay: 3s; }
.binary-stream:nth-child(5) { top: 60%; left: 85%; animation-duration: 16s; animation-delay: 0.5s; }
.binary-stream:nth-child(6) { top: 15%; left: 60%; animation-duration: 22s; animation-delay: 1.8s; }

@keyframes binaryFloat {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10% {
        opacity: 0.5;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Main Content */
.sph-process-content {
    position: relative;
    z-index: 2;
}

/* Header animations */
.sph-process h2,
.sph-process-sub {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-process.animate-ready h2,
.sph-process.animate-ready .sph-process-sub {
    opacity: 1;
    transform: translateY(0);
}

.sph-process.animate-ready .sph-process-sub {
    transition-delay: 0.1s;
}

.sph-process h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #70e1f5, #ffd194);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sph-process-sub {
    font-size: 1.2rem;
    color: #a0b5d0;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sph-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.sph-step {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border-radius: 30px;
    padding: 2.5rem 2rem;
    flex: 1 1 250px;
    max-width: 300px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(112,225,245,0.2);
    /* Initial animation state */
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), box-shadow 0.3s;
}

.sph-step.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Staggered delays for steps */
.sph-step.visible:nth-child(1) { transition-delay: 0.05s; }
.sph-step.visible:nth-child(2) { transition-delay: 0.15s; }
.sph-step.visible:nth-child(3) { transition-delay: 0.25s; }
.sph-step.visible:nth-child(4) { transition-delay: 0.35s; }

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-step:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 30px 50px rgba(112,225,245,0.3);
        border-color: rgba(112,225,245,0.5);
        background: rgba(255,255,255,0.1);
    }
}

/* Mobile tap feedback */
.sph-step:active {
    transform: scale(0.98);
    transition: transform 0.1s;
}

/* Animated border glow */
.sph-step::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #70e1f5, #ffd194, #70e1f5);
    border-radius: 32px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

@media (hover: hover) {
    .sph-step:hover::before {
        opacity: 0.3;
    }
}

/* Icon styling */
.sph-step-icon {
    background: linear-gradient(135deg, rgba(112,225,245,0.2), rgba(255,209,148,0.2));
    border: 1px solid rgba(112,225,245,0.4);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: relative;
}

/* Icon pop animation when step becomes visible */
.sph-step.visible .sph-step-icon {
    animation: iconPopIn 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

@keyframes iconPopIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (hover: hover) {
    .sph-step:hover .sph-step-icon {
        transform: rotate(8deg) scale(1.08);
        background: linear-gradient(135deg, rgba(112,225,245,0.3), rgba(255,209,148,0.3));
        border-color: #ffd194;
        box-shadow: 0 0 25px rgba(112,225,245,0.5);
    }
}

.sph-step-icon i {
    font-size: 3rem;
    color: #70e1f5;
    transition: transform 0.3s ease;
}

.sph-step:active .sph-step-icon i {
    transform: scale(0.95);
}

.sph-step h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.sph-step p {
    color: #b0c7db;
    line-height: 1.6;
    font-size: 1rem;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 800px) {
    .sph-process {
        padding: 3rem 1.2rem;
    }
    
    .sph-process h2 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .sph-process-sub {
        font-size: 1rem;
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }
    
    .sph-steps {
        gap: 1.2rem;
    }
    
    .sph-step {
        padding: 1.8rem 1.2rem;
        max-width: 280px;
        border-radius: 24px;
    }
    
    .sph-step-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }
    
    .sph-step-icon i {
        font-size: 2.2rem;
    }
    
    .sph-step h3 {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }
    
    .sph-step p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Mobile animation adjustments */
    .sph-step {
        transform: translateY(30px) scale(0.97);
    }
    
    /* Reduce background animations on mobile */
    .circuit-line:nth-child(3),
    .circuit-line:nth-child(5),
    .node:nth-child(4),
    .node:nth-child(7),
    .rain-column:nth-child(4),
    .rain-column:nth-child(5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .sph-process {
        padding: 2rem 1rem;
    }
    
    .sph-process h2 {
        font-size: 1.6rem;
    }
    
    .sph-process-sub {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .sph-steps {
        gap: 1rem;
    }
    
    .sph-step {
        padding: 1.3rem 1rem;
        border-radius: 20px;
        max-width: 260px;
    }
    
    .sph-step-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0.8rem;
    }
    
    .sph-step-icon i {
        font-size: 1.8rem;
    }
    
    .sph-step h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .sph-step p {
        font-size: 0.8rem;
        line-height: 1.45;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80de3f8 */.sph-why-unique {
    background: linear-gradient(145deg, #0a1922, #1a3340);
    padding: 5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    position: relative;
    overflow-x: hidden;
    color: white;
    width: 100%;
    box-sizing: border-box;
}

/* Particle background - optimized for mobile */
.sph-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.sph-particles span {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    background: rgba(112, 225, 245, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 8px #70e1f5;
    animation: particleMove 20s infinite linear;
    will-change: transform;
}

.sph-particles span:nth-child(1) { top: 15%; left: 5%; animation-duration: 18s; width: 4px; height: 4px; }
.sph-particles span:nth-child(2) { top: 55%; left: 85%; animation-duration: 22s; width: 5px; height: 5px; }
.sph-particles span:nth-child(3) { top: 75%; left: 20%; animation-duration: 25s; width: 3px; height: 3px; }
.sph-particles span:nth-child(4) { top: 25%; left: 92%; animation-duration: 20s; width: 4px; height: 4px; }
.sph-particles span:nth-child(5) { top: 65%; left: 10%; animation-duration: 28s; width: 3px; height: 3px; }
.sph-particles span:nth-child(6) { top: 35%; left: 45%; animation-duration: 24s; width: 4px; height: 4px; }

@keyframes particleMove {
    0% { transform: translate(0, 0) scale(1); opacity: 0.2; }
    25% { transform: translate(20px, -30px) scale(1.3); opacity: 0.5; }
    50% { transform: translate(-15px, 20px) scale(0.7); opacity: 0.3; }
    75% { transform: translate(25px, 15px) scale(1.1); opacity: 0.4; }
    100% { transform: translate(-20px, -25px) scale(1); opacity: 0.2; }
}

.sph-why-unique-container {
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Left side animations */
.sph-why-unique-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-why-unique.animate-ready .sph-why-unique-left {
    opacity: 1;
    transform: translateX(0);
}

.sph-why-unique-left h2 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(145deg, #ffffff, #b0e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sph-why-unique-left p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 1rem;
    color: #cbd5e0;
}

.sph-why-unique-left .accent {
    color: #ffd194;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

/* Right side – vertical feature list */
.sph-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Individual feature item */
.sph-feature-item {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    cursor: pointer;
    /* Entrance animation */
    opacity: 0;
    transform: translateX(-25px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1), background 0.3s, border-color 0.3s;
}

.sph-feature-item.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered delays for smooth cascade */
.sph-feature-item.visible:nth-child(1) { transition-delay: 0.05s; }
.sph-feature-item.visible:nth-child(2) { transition-delay: 0.12s; }
.sph-feature-item.visible:nth-child(3) { transition-delay: 0.19s; }
.sph-feature-item.visible:nth-child(4) { transition-delay: 0.26s; }
.sph-feature-item.visible:nth-child(5) { transition-delay: 0.33s; }
.sph-feature-item.visible:nth-child(6) { transition-delay: 0.40s; }

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-feature-item:hover {
        background: rgba(255,255,255,0.12);
        border-color: #70e1f5;
        transform: translateX(8px) scale(1.01);
        box-shadow: 0 15px 35px rgba(112, 225, 245, 0.2);
    }
}

/* Mobile tap feedback */
.sph-feature-item:active {
    transform: scale(0.98);
    transition: transform 0.1s;
    background: rgba(255,255,255,0.1);
}

/* Icon container */
.sph-feature-icon {
    background: linear-gradient(135deg, #2b5c6f, #1b3b4f);
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    position: relative;
}

/* Icon pop animation when item becomes visible */
.sph-feature-item.visible .sph-feature-icon {
    animation: iconScaleIn 0.4s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

@keyframes iconScaleIn {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (hover: hover) {
    .sph-feature-item:hover .sph-feature-icon {
        transform: scale(1.08) rotate(3deg);
        background: linear-gradient(135deg, #ffd194, #70e1f5);
        box-shadow: 0 8px 20px rgba(112,225,245,0.4);
    }
}

.sph-feature-item:active .sph-feature-icon {
    transform: scale(0.95);
    transition: transform 0.1s;
}

.sph-feature-icon i {
    font-size: 2rem;
    color: white;
    transition: all 0.2s ease;
}

@media (hover: hover) {
    .sph-feature-item:hover .sph-feature-icon i {
        color: #0a1922;
    }
}

/* Text content */
.sph-feature-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: white;
    transition: color 0.2s;
}

.sph-feature-text p {
    color: #b0c7db;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 800px) {
    .sph-why-unique {
        padding: 3rem 1.2rem;
    }
    
    .sph-why-unique-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .sph-why-unique-left {
        text-align: center;
        transform: translateY(-20px);
    }
    
    .sph-why-unique.animate-ready .sph-why-unique-left {
        transform: translateY(0);
    }
    
    .sph-why-unique-left h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .sph-why-unique-left p {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .sph-why-unique-left p:last-of-type {
        font-size: 0.9rem;
    }
    
    .sph-feature-list {
        gap: 1rem;
    }
    
    .sph-feature-item {
        padding: 1rem 1.2rem;
        gap: 1rem;
        transform: translateX(-20px);
    }
    
    .sph-feature-item.visible {
        transform: translateX(0);
    }
    
    .sph-feature-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
    
    .sph-feature-icon i {
        font-size: 1.6rem;
    }
    
    .sph-feature-text h3 {
        font-size: 1.1rem;
        margin-bottom: 0.15rem;
    }
    
    .sph-feature-text p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    /* Stagger delays optimized for mobile */
    .sph-feature-item.visible:nth-child(1) { transition-delay: 0.03s; }
    .sph-feature-item.visible:nth-child(2) { transition-delay: 0.08s; }
    .sph-feature-item.visible:nth-child(3) { transition-delay: 0.13s; }
    .sph-feature-item.visible:nth-child(4) { transition-delay: 0.18s; }
    .sph-feature-item.visible:nth-child(5) { transition-delay: 0.23s; }
    .sph-feature-item.visible:nth-child(6) { transition-delay: 0.28s; }
    
    /* Reduce particle count on mobile for performance */
    .sph-particles span:nth-child(4),
    .sph-particles span:nth-child(6) {
        display: none;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sph-why-unique {
        padding: 2rem 1rem;
    }
    
    .sph-why-unique-left h2 {
        font-size: 1.8rem;
    }
    
    .sph-why-unique-left p {
        font-size: 0.9rem;
    }
    
    .sph-feature-item {
        padding: 0.8rem 1rem;
        border-radius: 16px;
    }
    
    .sph-feature-icon {
        min-width: 44px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    
    .sph-feature-icon i {
        font-size: 1.4rem;
    }
    
    .sph-feature-text h3 {
        font-size: 1rem;
    }
    
    .sph-feature-text p {
        font-size: 0.75rem;
    }
    
    /* Hide more particles on very small screens */
    .sph-particles span:nth-child(2),
    .sph-particles span:nth-child(5) {
        display: none;
    }
}

/* Landscape orientation */
@media (max-width: 800px) and (orientation: landscape) {
    .sph-why-unique {
        padding: 2rem 1.5rem;
    }
    
    .sph-why-unique-container {
        gap: 1.5rem;
    }
    
    .sph-feature-list {
        gap: 0.8rem;
    }
    
    .sph-feature-item {
        padding: 0.8rem 1.2rem;
    }
    
    .sph-feature-icon {
        width: 45px;
        height: 45px;
    }
    
    .sph-feature-icon i {
        font-size: 1.4rem;
    }
    
    .sph-feature-text h3 {
        font-size: 1rem;
    }
    
    .sph-feature-text p {
        font-size: 0.75rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .sph-particles span,
    .sph-feature-item,
    .sph-feature-icon,
    .sph-why-unique-left {
        animation: none;
        transition: none;
    }
    
    .sph-feature-item {
        opacity: 1;
        transform: none;
    }
    
    .sph-why-unique-left {
        opacity: 1;
        transform: none;
    }
    
    .sph-particles span {
        animation: none;
        opacity: 0.1;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8df0dd5 */.sph-testimonials {
    background: linear-gradient(145deg, #1e2b3a, #0f1a24);
    padding: 5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    text-align: center;
    color: white;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* Header animations */
.sph-testimonials h2,
.sph-testimonials-sub {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-testimonials.animate-ready h2,
.sph-testimonials.animate-ready .sph-testimonials-sub {
    opacity: 1;
    transform: translateY(0);
}

.sph-testimonials.animate-ready .sph-testimonials-sub {
    transition-delay: 0.1s;
}

.sph-testimonials h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #ffffff, #c1e4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sph-testimonials-sub {
    font-size: 1.2rem;
    color: #b0c7db;
    margin-bottom: 3rem;
}

.sph-testimonial-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 320px;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
}

.sph-testimonial-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    will-change: transform;
}

.sph-testimonial-card {
    flex: 0 0 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.sph-testimonial-content {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    animation: cardGlow 4s infinite alternate;
}

@keyframes cardGlow {
    0% { box-shadow: 0 15px 35px rgba(112,225,245,0.08); }
    100% { box-shadow: 0 20px 45px rgba(112,225,245,0.25); }
}

/* Card entrance animation */
.sph-testimonial-card {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.sph-testimonials.animate-ready .sph-testimonial-card {
    opacity: 1;
    transform: scale(1);
}

.sph-testimonials.animate-ready .sph-testimonial-card:nth-child(1) { transition-delay: 0.1s; }
.sph-testimonials.animate-ready .sph-testimonial-card:nth-child(2) { transition-delay: 0.2s; }
.sph-testimonials.animate-ready .sph-testimonial-card:nth-child(3) { transition-delay: 0.3s; }

.sph-testimonial-content i {
    font-size: 2.5rem;
    color: #ffd194;
    margin-bottom: 1rem;
    display: inline-block;
    animation: iconPulse 2s infinite ease-in-out;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.sph-testimonial-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
    font-style: italic;
    color: #e8f0fe;
}

.sph-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.sph-testimonial-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffd194;
    transition: transform 0.2s ease;
}

.sph-testimonial-author h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: #fff;
}

.sph-testimonial-author span {
    font-size: 0.85rem;
    opacity: 0.8;
    color: #b0c7db;
}

/* navigation dots */
.sph-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.sph-testimonials.animate-ready .sph-testimonial-dots {
    opacity: 1;
    transform: translateY(0);
}

.sph-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    padding: 0;
}

.sph-dot.active {
    background: #ffd194;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(255,209,148,0.5);
}

.sph-dot:hover {
    background: #70e1f5;
    transform: scale(1.2);
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 800px) {
    .sph-testimonials {
        padding: 3rem 1rem;
    }
    
    .sph-testimonials h2 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .sph-testimonials-sub {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .sph-testimonial-container {
        min-height: 380px;
    }
    
    .sph-testimonial-content {
        padding: 1.5rem;
        border-radius: 24px;
    }
    
    .sph-testimonial-content i {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .sph-testimonial-content p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    
    .sph-testimonial-author img {
        width: 48px;
        height: 48px;
    }
    
    .sph-testimonial-author h4 {
        font-size: 1rem;
    }
    
    .sph-testimonial-author span {
        font-size: 0.8rem;
    }
    
    .sph-testimonial-dots {
        gap: 0.6rem;
        margin-top: 1.5rem;
    }
    
    .sph-dot {
        width: 8px;
        height: 8px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sph-testimonials {
        padding: 2rem 0.8rem;
    }
    
    .sph-testimonials h2 {
        font-size: 1.6rem;
    }
    
    .sph-testimonials-sub {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .sph-testimonial-container {
        min-height: 360px;
    }
    
    .sph-testimonial-content {
        padding: 1.2rem;
        border-radius: 20px;
    }
    
    .sph-testimonial-content i {
        font-size: 1.8rem;
    }
    
    .sph-testimonial-content p {
        font-size: 0.9rem;
        line-height: 1.45;
        margin-bottom: 1.2rem;
    }
    
    .sph-testimonial-author img {
        width: 42px;
        height: 42px;
    }
    
    .sph-testimonial-author h4 {
        font-size: 0.9rem;
    }
    
    .sph-testimonial-author span {
        font-size: 0.7rem;
    }
}

/* Landscape orientation */
@media (max-width: 800px) and (orientation: landscape) {
    .sph-testimonials {
        padding: 2rem 1rem;
    }
    
    .sph-testimonial-container {
        min-height: 280px;
    }
    
    .sph-testimonial-content {
        padding: 1.2rem;
    }
    
    .sph-testimonial-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .sph-testimonial-author img {
        width: 40px;
        height: 40px;
    }
}

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-testimonial-content:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.08);
    }
    
    .sph-testimonial-author img:hover {
        transform: scale(1.05);
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .sph-testimonial-content,
    .sph-testimonial-card,
    .sph-testimonials h2,
    .sph-testimonials-sub,
    .sph-testimonial-dots {
        transition: none;
        animation: none;
    }
    
    .sph-testimonial-card {
        opacity: 1;
        transform: none;
    }
    
    .sph-testimonials h2,
    .sph-testimonials-sub,
    .sph-testimonial-dots {
        opacity: 1;
        transform: none;
    }
    
    @keyframes cardGlow {
        0%, 100% { box-shadow: 0 15px 35px rgba(112,225,245,0.15); }
    }
    
    @keyframes iconPulse {
        0%, 100% { transform: scale(1); }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4f202 */.sph-brands-hex {
    background: linear-gradient(145deg, #0f1a24, #1a2c38);
    padding: 5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    position: relative;
    overflow-x: hidden;
    color: white;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

/* Animated digital rain background - optimized for mobile */
.sph-digital-rain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(0deg, 
        rgba(112,225,245,0.02) 0px, 
        transparent 2px, 
        transparent 10px);
    animation: rainMove 20s linear infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes rainMove {
    0% { background-position: 0 0; }
    100% { background-position: 0 40px; }
}

/* Floating glow particles - optimized */
.sph-glow-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sph-glow-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(112,225,245,0.35);
    border-radius: 50%;
    box-shadow: 0 0 12px #70e1f5;
    animation: particleFloat 15s infinite alternate;
    will-change: transform;
}

.sph-glow-particles span:nth-child(1) { top: 15%; left: 8%; animation-duration: 12s; }
.sph-glow-particles span:nth-child(2) { top: 70%; left: 88%; animation-duration: 18s; width: 6px; height: 6px; }
.sph-glow-particles span:nth-child(3) { top: 40%; left: 25%; animation-duration: 14s; }
.sph-glow-particles span:nth-child(4) { top: 82%; left: 15%; animation-duration: 20s; }
.sph-glow-particles span:nth-child(5) { top: 22%; left: 75%; animation-duration: 16s; }
.sph-glow-particles span:nth-child(6) { top: 55%; left: 45%; animation-duration: 22s; width: 5px; height: 5px; }

@keyframes particleFloat {
    0% { transform: translate(0, 0) scale(1); opacity: 0.15; }
    50% { transform: translate(20px, -20px) scale(1.5); opacity: 0.6; }
    100% { transform: translate(-15px, 15px) scale(1); opacity: 0.15; }
}

.sph-brands-hex-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Header animations */
.sph-brands-hex h2,
.sph-brands-hex-sub {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-brands-hex.animate-ready h2,
.sph-brands-hex.animate-ready .sph-brands-hex-sub {
    opacity: 1;
    transform: translateY(0);
}

.sph-brands-hex.animate-ready .sph-brands-hex-sub {
    transition-delay: 0.1s;
}

.sph-brands-hex h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(145deg, #ffffff, #c1e4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sph-brands-hex-sub {
    font-size: 1.1rem;
    color: #b0c7db;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hexagonal grid */
.sph-hex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    perspective: 1000px;
    max-width: 800px;
    margin: 0 auto;
}

/* Hexagon item */
.sph-hex-item {
    width: 140px;
    height: 160px;
    position: relative;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    /* Entrance animation */
    opacity: 0;
    transform: translateY(35px) rotateY(10deg) scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-hex-item.visible {
    opacity: 1;
    transform: translateY(0) rotateY(0) scale(1);
}

/* Staggered delays for smooth cascade */
.sph-hex-item.visible:nth-child(1) { transition-delay: 0.02s; }
.sph-hex-item.visible:nth-child(2) { transition-delay: 0.07s; }
.sph-hex-item.visible:nth-child(3) { transition-delay: 0.12s; }
.sph-hex-item.visible:nth-child(4) { transition-delay: 0.17s; }
.sph-hex-item.visible:nth-child(5) { transition-delay: 0.22s; }
.sph-hex-item.visible:nth-child(6) { transition-delay: 0.27s; }
.sph-hex-item.visible:nth-child(7) { transition-delay: 0.32s; }
.sph-hex-item.visible:nth-child(8) { transition-delay: 0.37s; }

/* Hexagon shape using clip-path */
.sph-hex-content {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(112,225,245,0.25);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

/* Glow overlay */
.sph-hex-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(112,225,245,0.25) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-hex-item:hover {
        transform: translateY(-8px) rotateY(8deg) rotateX(3deg) scale(1.03);
        filter: drop-shadow(0 15px 25px rgba(112,225,245,0.3));
    }
    
    .sph-hex-item:hover .sph-hex-content {
        border-color: #70e1f5;
        background: rgba(255,255,255,0.1);
    }
    
    .sph-hex-item:hover .sph-hex-content::before {
        opacity: 1;
    }
    
    .sph-hex-item:hover .sph-hex-content i {
        transform: scale(1.15) rotate(5deg);
        filter: drop-shadow(0 0 12px #70e1f5);
    }
    
    .sph-hex-item:hover .sph-hex-content span {
        letter-spacing: 0.5px;
    }
}

/* Mobile tap feedback */
.sph-hex-item:active {
    transform: scale(0.96);
    transition: transform 0.1s;
}

.sph-hex-item:active .sph-hex-content {
    background: rgba(255,255,255,0.12);
    border-color: #ffd194;
}

/* Icon styling */
.sph-hex-content i {
    font-size: 3rem;
    color: #ffd194;
    margin-bottom: 0.5rem;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* Brand name */
.sph-hex-content span {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    transition: all 0.2s;
    text-align: center;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 700px) {
    .sph-brands-hex {
        padding: 3rem 1rem;
    }
    
    .sph-brands-hex h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .sph-brands-hex-sub {
        font-size: 0.9rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .sph-hex-grid {
        gap: 1rem;
        max-width: 500px;
    }
    
    .sph-hex-item {
        width: 110px;
        height: 120px;
    }
    
    /* Mobile: circle shape for better performance and aesthetics */
    .sph-hex-content {
        clip-path: circle(50% at 50% 50%);
        border-radius: 50%;
        background: rgba(255,255,255,0.05);
    }
    
    .sph-hex-content i {
        font-size: 2.2rem;
        margin-bottom: 0.3rem;
    }
    
    .sph-hex-content span {
        font-size: 0.8rem;
    }
    
    .sph-hex-item {
        transform: translateY(25px) scale(0.95);
    }
    
    .sph-hex-item.visible {
        transform: translateY(0) scale(1);
    }
    
    /* Reduce particle count for performance */
    .sph-glow-particles span:nth-child(3),
    .sph-glow-particles span:nth-child(5) {
        display: none;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sph-brands-hex {
        padding: 2rem 0.8rem;
    }
    
    .sph-brands-hex h2 {
        font-size: 1.6rem;
    }
    
    .sph-brands-hex-sub {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .sph-hex-grid {
        gap: 0.8rem;
        max-width: 340px;
    }
    
    .sph-hex-item {
        width: 90px;
        height: 100px;
    }
    
    .sph-hex-content i {
        font-size: 1.8rem;
        margin-bottom: 0.2rem;
    }
    
    .sph-hex-content span {
        font-size: 0.7rem;
    }
    
    /* Hide more particles on very small screens */
    .sph-glow-particles span:nth-child(2),
    .sph-glow-particles span:nth-child(4) {
        display: none;
    }
    
    .sph-digital-rain {
        animation: none;
        opacity: 0.3;
    }
}

/* Tablet devices */
@media (min-width: 701px) and (max-width: 1024px) {
    .sph-hex-item {
        width: 130px;
        height: 145px;
    }
    
    .sph-hex-content i {
        font-size: 2.8rem;
    }
    
    .sph-hex-content span {
        font-size: 0.9rem;
    }
}

/* Landscape orientation */
@media (max-width: 800px) and (orientation: landscape) {
    .sph-brands-hex {
        padding: 2rem 1rem;
    }
    
    .sph-hex-grid {
        gap: 0.8rem;
    }
    
    .sph-hex-item {
        width: 100px;
        height: 110px;
    }
    
    .sph-hex-content i {
        font-size: 2rem;
    }
    
    .sph-hex-content span {
        font-size: 0.75rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .sph-digital-rain,
    .sph-glow-particles span,
    .sph-hex-item,
    .sph-hex-content i,
    .sph-brands-hex h2,
    .sph-brands-hex-sub {
        animation: none;
        transition: none;
    }
    
    .sph-hex-item {
        opacity: 1;
        transform: none;
    }
    
    .sph-brands-hex h2,
    .sph-brands-hex-sub {
        opacity: 1;
        transform: none;
    }
    
    .sph-digital-rain {
        background: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2d5fe6 */.sph-guarantee-orbit {
    background: radial-gradient(circle at 30% 30%, #1b3445, #0a1722);
    padding: 5rem 2rem;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    position: relative;
    overflow-x: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    box-sizing: border-box;
}

/* Animated particle grid - optimized for mobile */
.sph-particle-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(112,225,245,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112,225,245,0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: particleDrift 30s infinite linear;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

@keyframes particleDrift {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(5px, -8px) rotate(1deg); }
    50% { transform: translate(-5px, 5px) rotate(-1deg); }
    75% { transform: translate(8px, 3px) rotate(0.5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

/* Floating glow orbs - optimized */
.sph-glow-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112,225,245,0.15) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 2;
    pointer-events: none;
}

.sph-glow-orb:nth-child(2) {
    top: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    animation: orbPulse 12s infinite alternate;
}

.sph-glow-orb:nth-child(3) {
    bottom: 10%;
    right: 5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255,209,148,0.12) 0%, transparent 70%);
    animation: orbPulse 16s infinite alternate-reverse;
}

@keyframes orbPulse {
    0% { transform: scale(1) translate(0, 0); opacity: 0.3; }
    100% { transform: scale(1.2) translate(-15px, 15px); opacity: 0.6; }
}

.sph-orbit-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

/* Heading animations */
.sph-orbit-heading {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-guarantee-orbit.animate-ready .sph-orbit-heading {
    opacity: 1;
    transform: translateY(0);
}

.sph-orbit-heading h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(145deg, #ffffff, #c1e4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sph-orbit-heading p {
    font-size: 1.1rem;
    color: #b0c7db;
    max-width: 600px;
    margin: 0 auto;
}

/* Central emblem with animation */
.sph-central-emblem {
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #2b5c6f, #1b3b4f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 2.5rem;
    box-shadow: 0 0 40px rgba(112,225,245,0.3);
    border: 2px solid rgba(255,255,255,0.15);
    position: relative;
    animation: emblemPulse 4s infinite ease-in-out;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}

.sph-guarantee-orbit.animate-ready .sph-central-emblem {
    opacity: 1;
    transform: scale(1);
}

.sph-central-emblem::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px dashed rgba(112,225,245,0.4);
    animation: spin 20s infinite linear;
}

@keyframes emblemPulse {
    0% { transform: scale(1); box-shadow: 0 0 40px rgba(112,225,245,0.25); }
    50% { transform: scale(1.03); box-shadow: 0 0 60px rgba(112,225,245,0.5); }
    100% { transform: scale(1); box-shadow: 0 0 40px rgba(112,225,245,0.25); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.sph-central-emblem i {
    font-size: 4.5rem;
    color: #ffd194;
    filter: drop-shadow(0 0 8px #ffd194);
    animation: iconGlow 3s infinite alternate;
}

@keyframes iconGlow {
    from { filter: drop-shadow(0 0 5px #ffd194); }
    to { filter: drop-shadow(0 0 15px #70e1f5); }
}

/* Guarantee cards grid */
.sph-orbit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.8rem;
    perspective: 1000px;
    width: 100%;
    margin-top: 1rem;
}

/* Individual card */
.sph-orbit-card {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 28px;
    padding: 1.8rem 1.2rem;
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* Entrance animation */
    opacity: 0;
    transform: translateY(35px) rotateX(-5deg) scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.sph-orbit-card.visible {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
}

/* Staggered delays */
.sph-orbit-card.visible:nth-child(1) { transition-delay: 0.05s; }
.sph-orbit-card.visible:nth-child(2) { transition-delay: 0.13s; }
.sph-orbit-card.visible:nth-child(3) { transition-delay: 0.21s; }
.sph-orbit-card.visible:nth-child(4) { transition-delay: 0.29s; }

/* Hover effects - desktop only */
@media (hover: hover) {
    .sph-orbit-card:hover {
        transform: translateY(-10px) rotateY(3deg) scale(1.02);
        background: rgba(255,255,255,0.08);
        border-color: #70e1f5;
        box-shadow: 0 25px 45px rgba(112,225,245,0.3);
    }
}

/* Mobile tap feedback */
.sph-orbit-card:active {
    transform: scale(0.98);
    transition: transform 0.1s;
    background: rgba(255,255,255,0.08);
}

/* Shine effect */
.sph-orbit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, transparent 30%, rgba(112,225,245,0.2) 50%, transparent 70%);
    transform: translateX(-120%) skewX(-15deg);
    transition: transform 0.6s;
    pointer-events: none;
}

@media (hover: hover) {
    .sph-orbit-card:hover::before {
        transform: translateX(120%) skewX(-15deg);
    }
}

/* Icon container */
.sph-orbit-icon {
    background: linear-gradient(135deg, #2b5c6f, #1b3b4f);
    width: 85px;
    height: 85px;
    border-radius: 35% 65% 30% 70% / 55% 40% 60% 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    animation: morphShape 12s infinite alternate;
}

@keyframes morphShape {
    0% { border-radius: 35% 65% 30% 70% / 55% 40% 60% 45%; }
    50% { border-radius: 65% 35% 70% 30% / 40% 60% 40% 60%; }
    100% { border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%; }
}

.sph-orbit-card.visible .sph-orbit-icon {
    animation: iconPopIn 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

@keyframes iconPopIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (hover: hover) {
    .sph-orbit-card:hover .sph-orbit-icon {
        transform: scale(1.08) rotate(8deg);
        background: linear-gradient(135deg, #ffd194, #70e1f5);
    }
    
    .sph-orbit-card:hover .sph-orbit-icon i {
        color: #0a1722;
    }
}

.sph-orbit-icon i {
    font-size: 2.5rem;
    color: white;
    transition: all 0.2s ease;
}

.sph-orbit-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.sph-orbit-card p {
    color: #b0c7db;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Floating numbers */
.sph-orbit-card .tiny-number {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 1.6rem;
    font-weight: 800;
    opacity: 0.12;
    color: #70e1f5;
    transition: all 0.2s;
    font-family: monospace;
}

@media (hover: hover) {
    .sph-orbit-card:hover .tiny-number {
        opacity: 0.25;
        transform: scale(1.2);
    }
}

.sph-guarantee-orbit {
    overflow: hidden;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 800px) {
    .sph-guarantee-orbit {
        padding: 3rem 1rem;
    }
    
    .sph-orbit-heading h2 {
        font-size: 2rem;
    }
    
    .sph-orbit-heading p {
        font-size: 0.9rem;
        padding: 0 1rem;
    }
    
    .sph-central-emblem {
        width: 120px;
        height: 120px;
        margin: 1rem 0 1.8rem;
    }
    
    .sph-central-emblem::before {
        width: 140px;
        height: 140px;
    }
    
    .sph-central-emblem i {
        font-size: 3.5rem;
    }
    
    .sph-orbit-cards {
        gap: 1.2rem;
    }
    
    .sph-orbit-card {
        width: calc(50% - 0.8rem);
        min-width: 160px;
        padding: 1.2rem 0.8rem;
        border-radius: 24px;
    }
    
    .sph-orbit-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 0.8rem;
    }
    
    .sph-orbit-icon i {
        font-size: 2rem;
    }
    
    .sph-orbit-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .sph-orbit-card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .sph-orbit-card .tiny-number {
        font-size: 1.2rem;
        top: 8px;
        right: 12px;
    }
    
    /* Animation adjustments */
    .sph-orbit-card {
        transform: translateY(25px) scale(0.96);
    }
    
    .sph-orbit-card.visible {
        transform: translateY(0) scale(1);
    }
    
    /* Hide decorative elements for performance */
    .sph-particle-grid {
        background-size: 30px 30px;
        opacity: 0.4;
    }
    
    .sph-glow-orb:nth-child(2),
    .sph-glow-orb:nth-child(3) {
        display: none;
    }
}

/* Small mobile devices */
@media (max-width: 550px) {
    .sph-orbit-cards {
        gap: 1rem;
    }
    
    .sph-orbit-card {
        width: calc(50% - 0.6rem);
        min-width: 140px;
        padding: 1rem 0.6rem;
        border-radius: 20px;
    }
    
    .sph-orbit-icon {
        width: 60px;
        height: 60px;
    }
    
    .sph-orbit-icon i {
        font-size: 1.8rem;
    }
    
    .sph-orbit-card h3 {
        font-size: 1rem;
    }
    
    .sph-orbit-card p {
        font-size: 0.7rem;
    }
    
    .sph-orbit-card .tiny-number {
        font-size: 1rem;
        top: 6px;
        right: 10px;
    }
}

/* Single column on very small screens */
@media (max-width: 400px) {
    .sph-orbit-card {
        width: 100%;
        max-width: 260px;
    }
}

/* Landscape orientation */
@media (max-width: 800px) and (orientation: landscape) {
    .sph-guarantee-orbit {
        padding: 2rem 1rem;
    }
    
    .sph-orbit-cards {
        gap: 1rem;
    }
    
    .sph-orbit-card {
        width: calc(25% - 0.8rem);
        min-width: 170px;
        padding: 1rem 0.8rem;
    }
    
    .sph-orbit-icon {
        width: 55px;
        height: 55px;
    }
    
    .sph-orbit-icon i {
        font-size: 1.6rem;
    }
    
    .sph-orbit-card h3 {
        font-size: 0.9rem;
    }
    
    .sph-orbit-card p {
        font-size: 0.7rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .sph-particle-grid,
    .sph-glow-orb,
    .sph-central-emblem,
    .sph-central-emblem::before,
    .sph-central-emblem i,
    .sph-orbit-icon,
    .sph-orbit-card {
        animation: none;
        transition: none;
    }
    
    .sph-orbit-card {
        opacity: 1;
        transform: none;
    }
    
    .sph-orbit-heading,
    .sph-central-emblem {
        opacity: 1;
        transform: none;
    }
    
    .sph-particle-grid {
        background: none;
    }
}/* End custom CSS */