/* Hero Section Custom Fixes */
.hero-style {
    min-height: 938px !important;
}

/* Fix button z-index to appear above feature cards */
.hero-btn {
    position: relative;
    z-index: 10 !important;
}

@media (max-width: 991px) {
    .hero-style {
        min-height: auto !important;
    }
}

/* Team Card Fixes - Small cards allow overflow for upward expansion */
.xb-team-item:not(.xb-team-item-big) {
    overflow: visible !important;
}

.xb-team-item:not(.xb-team-item-big) .xb-item--img {
    overflow: visible !important;
    border-radius: 10px;
}

.xb-team-item:not(.xb-team-item-big) .xb-item--img img {
    border-radius: 10px;
}

.xb-team-item .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: bottom left;
}

/* Small team cards - original zoom effect (upward expansion) */
.xb-team-item:not(.xb-team-item-big):hover .xb-item--img img {
    transform: scale(1.63) !important;
}

/* Small cards - consistent button positioning */
.xb-team-item:not(.xb-team-item-big) .xb-item--holder {
    flex-wrap: wrap !important;
}

.xb-team-item:not(.xb-team-item-big) .xb-item--author {
    width: 100% !important;
    min-width: 100% !important;
}

/* Social Icons - Horizontal Layout */
.xb-item--socials {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    flex-shrink: 0;
}

.xb-team-item .xb-item--social {
    height: 36px !important;
    width: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100px;
    background: var(--color-secondary) !important;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
}

.xb-team-item .xb-item--social i {
    font-size: 14px !important;
    color: var(--color-white) !important;
}

/* Remove button hover effect on card hover */
.xb-team-item:hover .xb-item--social {
    background: var(--color-secondary) !important;
}

.xb-team-item:hover .xb-item--social i {
    color: var(--color-white) !important;
}

/* Big Team Cards */
.xb-team-item-big {
    overflow: hidden !important;
}

.xb-team-item-big .xb-item--img {
    overflow: hidden !important;
    border-radius: 10px;
    max-height: 350px;
}

.xb-team-item-big .xb-item--img img {
    object-position: top center;
}

/* Big cards - no zoom on hover */
.xb-team-item-big:hover .xb-item--img img {
    transform: scale(1) !important;
}

.xb-team-item-big .xb-item--holder {
    flex-wrap: nowrap !important;
}

.xb-team-item-big .xb-item--socials {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
}

.xb-team-item-big .xb-item--social {
    height: 44px !important;
    width: 44px !important;
}

.xb-team-item-big .xb-item--social i {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .xb-team-item-big .xb-item--holder {
        flex-wrap: wrap !important;
    }

    .xb-team-item-big .xb-item--social {
        height: 38px !important;
        width: 38px !important;
    }

    .xb-team-item-big .xb-item--social i {
        font-size: 14px !important;
    }
}

/* Modern Footer Hero Section - Matrix Theme Turbo v2 */
.footer-hero-section.matrix-theme {
    position: relative;
    padding: 100px 0;
    background: #00020f;
    /* Match site secondary color exactly */
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgba(0, 255, 151, 0.2);
    perspective: 800px;
}

/* Symmetric 3D Grid - Centered Perspective like Image 2 */
.footer-matrix-grid {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotateX(75deg);
    transform-origin: center bottom;
    width: 200%;
    height: 150%;
    background-image:
        linear-gradient(rgba(0, 255, 151, 0.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 151, 0.25) 1px, transparent 1px);
    background-size: 80px 80px;
    animation: moveGridTurbo 6s linear infinite;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
    -webkit-mask-image: radial-gradient(ellipse at center bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 80%);
}

@keyframes moveGridTurbo {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 600px;
    }
}

/* Scanline Effect - More Visible */
.footer-hero-section.matrix-theme::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 255, 151, 0.1) 51%, transparent 51%);
    /* More opacity */
    background-size: 100% 4px;
    z-index: 10;
    pointer-events: none;
}

/* Floating Particles (Brighter) */
.footer-particles .particle {
    position: absolute;
    border-radius: 50%;
    background: #00ff97;
    filter: blur(0px);
    /* Sharper p c les */
    box-shadow: 0 0 15px #00ff97, 0 0 30px #00ff97;
    /* Stronger glow */
    animation: floatParticleTurbo 5s infinite cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0.8;
}

.particle.p1 {
    width: 4px;
    height: 4px;
    top: 30%;
    left: 20%;
    animation-delay: 0s;
    animation-duration: 4s;
}

.particle.p2 {
    width: 6px;
    height: 6px;
    top: 70%;
    left: 80%;
    animation-delay: 1s;
    animation-duration: 6s;
}

.particle.p3 {
    width: 3px;
    height: 3px;
    top: 50%;
    left: 50%;
    animation-delay: 2s;
    animation-duration: 3s;
}

.particle.p4 {
    width: 5px;
    height: 5px;
    top: 20%;
    left: 70%;
    animation-delay: 0.5s;
    animation-duration: 5s;
}

.particle.p5 {
    width: 4px;
    height: 4px;
    top: 80%;
    left: 30%;
    animation-delay: 1.5s;
    animation-duration: 4.5s;
}

@keyframes floatParticleTurbo {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) scale(0);
        opacity: 0;
    }
}

/* Pulse Glow */
.footer-hero-glow.pulse-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 255, 151, 0.2) 0%, rgba(0, 2, 15, 0) 70%);
    /* More opacity */
    z-index: 0;
    pointer-events: none;
    filter: blur(50px);
    animation: pulseGlowTurbo 4s infinite alternate;
}

@keyframes pulseGlowTurbo {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

/* Modern Footer Hero Section - Minimal */
.footer-hero-section {
    position: relative;
    padding: 100px 0;
    /* More space for the slogan */
    background: #0b0f19;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Enhanced Glow for Focus */
.footer-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 255, 151, 0.1) 0%, rgba(11, 15, 25, 0) 70%);
    z-index: 0;
    pointer-events: none;
    filter: blur(80px);
    /* Softer blur */
}

/* ... (Animated Line stays same) ... */
.footer-hero-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00ff97, transparent);
    z-index: 2;
    box-shadow: 0 0 15px #00ff97;
    animation: glowLine 2s infinite alternate;
}

@keyframes glowLine {
    from {
        opacity: 0.5;
        box-shadow: 0 0 5px #00ff97;
    }

    to {
        opacity: 1;
        box-shadow: 0 0 20px #00ff97;
    }
}

.footer-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.footer-hero-content.minimal {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    margin: 0 auto;
}

/* Badge Style */
.footer-hero-badge {
    display: inline-block;
    padding: 6px 12px;
    /* Smaller badge padding */
    border-radius: 30px;
    background: rgba(0, 255, 151, 0.1);
    color: #00ff97;
    font-size: 13px;
    /* Slightly smaller font */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    /* Reduced margin */
    border: 1px solid rgba(0, 255, 151, 0.2);
}

/* Title Style */
.footer-hero-title {
    font-size: 42px;
    /* Reduced from 56px */
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 16px;
    /* Reduced margin */
    letter-spacing: -1px;
}

/* Minimal & Big Title Style - Improved Layout */
.footer-hero-title.animate-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 255, 151, 0.3);
}

.footer-hero-title .gradient-text {
    background: linear-gradient(135deg, #ffffff 30%, #00ff97 50%, #ffffff 70%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 255, 151, 0.4);
}

/* Glitch Animation on Text Hover */
.footer-hero-title:hover .gradient-text {
    animation: shine 4s linear infinite, glitchText 0.3s cubic-bezier(.25, .46, .45, .94) both infinite;
    text-shadow: 2px 0 #fff, -2px 0 #00ff97;
}

/* Animated Gradient Text */
.gradient-text.animated-gradient {
    background: linear-gradient(135deg, #ffffff 30%, #00ff97 50%, #ffffff 70%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/* Subtitle Style */
.footer-hero-subtitle {
    font-size: 16px;
    /* Reduced from 18px */
    color: #a0a0a0;
    line-height: 1.5;
    margin-bottom: 32px;
    /* Reduced margin */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons Container */
.footer-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* CTA Buttons */
.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #00ff97;
    color: #0b0f19 !important;
    border: 1px solid #00ff97;
}

.footer-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 255, 151, 0.2);
    background: #00e688;
}

.footer-cta-btn.secondary {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-cta-btn.secondary:hover {
    border-color: #00ff97;
    background: rgba(0, 255, 151, 0.05);
    color: #00ff97 !important;
}

.footer-cta-btn.secondary svg {
    transition: transform 0.3s ease;
}

.footer-cta-btn.secondary:hover svg {
    transform: translateX(4px);
}

/* Button Icon/Text Align */
.footer-cta-btn .btn-icon {
    display: flex;
    align-items: center;
}

.footer-cta-btn .btn-arrow {
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-hero-title.animate-title {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .footer-hero-title {
        font-size: 36px;
    }

    .footer-hero-section {
        padding: 60px 0;
    }

    .footer-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .footer-hero-title.animate-title {
        font-size: 40px;
    }
}

```