/* ============================================
   INNOVERSAL AI FUTURISTIC DESIGN SYSTEM
   Modern, Professional, International-Grade
   ============================================ */

:root {
    --ai-primary: #00d4ff;
    --ai-secondary: #7c3aed;
    --ai-accent: #ff00ff;
    --ai-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --ai-gradient-2: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    --ai-gradient-3: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --ai-gradient-4: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --ai-dark: #0a0e27;
    --ai-darker: #060917;
    --ai-light: rgba(255, 255, 255, 0.9);
    --ai-glass: rgba(255, 255, 255, 0.05);
    --ai-glass-border: rgba(255, 255, 255, 0.1);
    --ai-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    --ai-glow: 0 0 20px rgba(0, 212, 255, 0.5);
}

/* ============================================
   GLOBAL OVERRIDES - DARK THEME
   ============================================ */

body {
    background: #0a0e27 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

section {
    background: linear-gradient(180deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%) !important;
}

/* ============================================
   NAVBAR - FUTURISTIC GLASS DESIGN
   ============================================ */

.navbar-area {
    background: rgba(10, 14, 39, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    position: sticky !important;
    top: 0;
    z-index: 999;
}

/* Force dark background on sticky/scrolled state */
.navbar-area.is-sticky,
.navbar-area.active {
    background: rgba(10, 14, 39, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7) !important;
}

.tracer-nav {
    background: transparent !important;
}

.navbar,
.navbar-light {
    background: transparent !important;
    background-color: transparent !important;
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    padding: 10px 20px !important;
    transition: all 0.3s ease !important;
    position: relative;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #00d4ff !important;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 80%;
}

/* Email Button in Header */
.default-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3) !important;
}

.default-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.5) !important;
    color: #ffffff !important;
}

.default-btn i {
    margin-right: 8px;
}

/* Mobile Menu */
.tracer-responsive-nav {
    background: rgba(10, 14, 39, 0.98) !important;
    backdrop-filter: blur(20px);
}

.mean-menu {
    background: transparent !important;
}

/* Dark/Light Toggle */
.dark-version {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 50px;
}

/* ============================================
   HERO SECTION - FUTURISTIC AI DESIGN
   ============================================ */

.ai-hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%);
    overflow: hidden;
    padding: 200px 0 100px;
    margin-top: 0;
}

.ai-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ai-neural-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(255, 0, 255, 0.05) 0%, transparent 50%);
    z-index: 1;
    animation: neuralPulse 15s ease-in-out infinite;
}

@keyframes neuralPulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

.ai-hero-content {
    position: relative;
    z-index: 10;
    padding: 0 30px;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--ai-primary);
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--ai-primary);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px var(--ai-primary);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

.ai-hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.gradient-text {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #ff00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-top: 10px;
    animation: gradientShift 5s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.ai-hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 600px;
}

/* Stats Row */
.ai-stats-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.ai-stat-item {
    position: relative;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number::after {
    content: '+';
    margin-left: 2px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* AI Buttons */
.ai-btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ai-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.ai-primary-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.ai-primary-btn:hover::before {
    left: 100%;
}

.ai-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6);
    color: #ffffff;
    text-decoration: none;
}

.ai-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ai-primary);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.ai-secondary-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: var(--ai-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
    color: var(--ai-primary);
    text-decoration: none;
}

/* Hero Visual */
.ai-hero-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-hologram {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hologram-ring {
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.ring-1 {
    width: 300px;
    height: 300px;
    border-color: rgba(0, 212, 255, 0.3);
    animation-duration: 10s;
}

.ring-2 {
    width: 400px;
    height: 400px;
    border-color: rgba(124, 58, 237, 0.3);
    animation-duration: 15s;
    animation-direction: reverse;
}

.ring-3 {
    width: 500px;
    height: 500px;
    border-color: rgba(255, 0, 255, 0.2);
    animation-duration: 20s;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ai-brain-icon {
    font-size: 120px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 50%, #ff00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.5));
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.ai-floating-cards {
    position: absolute;
    width: 100%;
    height: 100%;
}

.float-card {
    position: absolute;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    animation: floatCard 4s ease-in-out infinite;
}

.float-card i {
    font-size: 24px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-1 {
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}

.card-2 {
    top: 30%;
    right: -5%;
    animation-delay: 1s;
}

.card-3 {
    bottom: 30%;
    left: -5%;
    animation-delay: 2s;
}

.card-4 {
    bottom: 10%;
    right: 0%;
    animation-delay: 3s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-15px) translateX(10px); }
}

/* ============================================
   AI CAPABILITIES SECTION
   ============================================ */

.ai-capabilities-section {
    background: linear-gradient(180deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%);
    position: relative;
    overflow: hidden;
}

.ai-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.ai-sub-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--ai-primary);
    margin-bottom: 20px;
}

.tech-icon {
    font-size: 16px;
    animation: pulse 2s ease-in-out infinite;
}

.gradient-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ai-section-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* AI Solution Cards */
.ai-solution-card {
    position: relative;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ai-solution-card:hover .card-glow {
    opacity: 1;
}

.ai-solution-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 15px 45px rgba(0, 212, 255, 0.3);
}

.ai-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
    border-radius: 20px;
    animation: rotate 10s linear infinite;
}

.ai-icon-wrapper i {
    font-size: 36px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 1;
    position: relative;
}

.ai-solution-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.ai-solution-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ai-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ai-tech-tags span {
    padding: 5px 12px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    color: var(--ai-primary);
    letter-spacing: 0.5px;
}

.ai-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ai-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ai-card-link i {
    transition: transform 0.3s ease;
}

.ai-card-link:hover {
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
}

.ai-card-link:hover i {
    transform: translateX(5px);
}

/* ============================================
   AI SERVICES SECTION
   ============================================ */

.ai-services-section {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1d3e 100%);
    position: relative;
    overflow: visible !important;
}

.ai-services-section .container-fluid {
    overflow: visible !important;
}

.ai-services-section .row {
    overflow: visible !important;
}

.ai-services-section .col-lg-6 {
    overflow: visible !important;
}

.ai-service-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.service-illustration {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: visible;
}

.ai-grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    opacity: 0.3;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.floating-element {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--ai-primary);
    animation: floatElement 5s ease-in-out infinite;
    z-index: 10;
}

.elem-1 {
    top: -40px;
    left: 50%;
    animation-name: floatElement1;
    animation-delay: 0s;
}

.elem-2 {
    top: 50%;
    right: -40px;
    animation-name: floatElement2;
    animation-delay: 1.5s;
}

.elem-3 {
    top: 50%;
    left: -40px;
    animation-name: floatElement3;
    animation-delay: 3s;
}

@keyframes floatElement1 {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-20px); }
}

@keyframes floatElement2 {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(-20px); }
}

@keyframes floatElement3 {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(20px); }
}

.central-orb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.5);
    animation: orbPulse 3s ease-in-out infinite;
}

.orb-ring {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    animation: rotate 8s linear infinite;
}

@keyframes orbPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 50px rgba(0, 212, 255, 0.5); }
    50% { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 80px rgba(0, 212, 255, 0.8); }
}

/* Services Grid */
.ai-services-content {
    padding: 0 30px;
}

.ai-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 40px;
}

.ai-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateX(10px);
}

.service-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--ai-primary);
}

.service-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.service-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   OUR MISSION AREA - DARK THEME FIX
   ============================================ */

.our-mission-area {
    background: linear-gradient(180deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%) !important;
    position: relative;
}

.our-mission-content .content .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--ai-primary) !important;
    margin-bottom: 20px;
}

.our-mission-content .content h2 {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.our-mission-content .content p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.our-mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-mission-list li {
    margin-bottom: 20px;
}

.our-mission-list li span {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
    font-weight: 600;
}

.our-mission-list li span:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(0, 212, 255, 0.3) !important;
    transform: translateX(10px);
}

.our-mission-list li .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-mission-list li .icon i {
    font-size: 20px;
    color: var(--ai-primary) !important;
}

/* ============================================
   ABOUT AREA - ENSURE DARK THEME
   ============================================ */

.about-area {
    background: linear-gradient(180deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%) !important;
}

.about-content .content .sub-title {
    color: var(--ai-primary) !important;
}

.about-content .content h2 {
    color: #ffffff !important;
}

.about-content .content p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.about-list li span {
    color: rgba(255, 255, 255, 0.9) !important;
}

.about-list li .icon {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%) !important;
}

.about-list li .icon i {
    color: var(--ai-primary) !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1199px) {
    .ai-hero-title {
        font-size: 52px;
    }

    .gradient-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .ai-hero-title {
        font-size: 42px;
    }

    .ai-hero-subtitle {
        font-size: 18px;
    }

    .ai-stats-row {
        gap: 30px;
    }

    .stat-number {
        font-size: 36px;
    }

    .gradient-title {
        font-size: 36px;
    }

    .ai-hero-visual {
        height: 400px;
        margin-top: 50px;
    }

    .ai-service-visual {
        height: 400px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .ai-hero-section {
        padding: 150px 0 80px;
        margin-top: 0;
    }

    .ai-hero-title {
        font-size: 36px;
    }

    .ai-hero-subtitle {
        font-size: 16px;
    }

    .ai-stats-row {
        gap: 20px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 12px;
    }

    .ai-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .ai-primary-btn,
    .ai-secondary-btn {
        width: 100%;
        justify-content: center;
    }

    .gradient-title {
        font-size: 32px;
    }

    .ai-hero-visual {
        height: 300px;
    }

    .ai-hologram {
        width: 200px;
        height: 200px;
    }

    .ring-1 { width: 200px; height: 200px; }
    .ring-2 { width: 280px; height: 280px; }
    .ring-3 { width: 360px; height: 360px; }

    .ai-brain-icon {
        font-size: 80px;
    }

    .float-card {
        font-size: 12px;
        padding: 10px 15px;
    }

    .float-card i {
        font-size: 18px;
    }

    .ai-solution-card {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .ai-hero-section {
        padding: 180px 0 80px;
    }

    .ai-hero-title {
        font-size: 28px;
    }

    .ai-stats-row {
        flex-direction: column;
        gap: 15px;
    }

    .gradient-title {
        font-size: 28px;
    }

    .float-card {
        display: none;
    }
}

/* ============================================
   ADDITIONAL ENHANCEMENTS
   ============================================ */

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0a0e27;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #00d4ff 100%);
}

/* Selection Styling */
::selection {
    background: rgba(0, 212, 255, 0.3);
    color: #ffffff;
}

::-moz-selection {
    background: rgba(0, 212, 255, 0.3);
    color: #ffffff;
}

/* Smooth Transitions for All Interactive Elements */
* {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* ============================================
   TEAM SECTION - FUTURISTIC DESIGN
   ============================================ */

.scientist-area {
    background: linear-gradient(180deg, #0a0e27 0%, #1a1d3e 50%, #0a0e27 100%) !important;
    position: relative;
}

.scientist-area .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.scientist-area .section-title .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--ai-primary);
    margin-bottom: 20px;
}

.scientist-area .section-title h2 {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.scientist-area .section-title p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.single-scientist-item-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.single-scientist-item-box:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 15px 45px rgba(0, 212, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.single-scientist-item-box .image {
    position: relative;
    overflow: hidden;
}

.single-scientist-item-box .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-scientist-item-box:hover .image img {
    transform: scale(1.1);
}

.single-scientist-item-box .social {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 10px;
    background: rgba(10, 14, 39, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    transition: bottom 0.4s ease;
}

.single-scientist-item-box:hover .social {
    bottom: 20px;
}

.single-scientist-item-box .social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    color: var(--ai-primary);
    font-size: 18px;
    transition: all 0.3s ease;
}

.single-scientist-item-box .social li a:hover {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: #ffffff;
    transform: translateY(-3px);
}

.single-scientist-item-box .content {
    padding: 25px 20px;
    text-align: center;
}

.single-scientist-item-box .content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.single-scientist-item-box .content span {
    font-size: 14px;
    color: var(--ai-primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   FOOTER - FUTURISTIC DESIGN
   ============================================ */

.footer-area {
    background: linear-gradient(180deg, #060917 0%, #0a0e27 100%) !important;
    position: relative;
    padding: 80px 0 30px;
}

.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.5) 50%, transparent 100%);
}

.single-footer-widget {
    margin-bottom: 40px;
}

.single-footer-widget h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.single-footer-widget h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
}

.single-footer-widget p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.social-link {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-link li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    color: var(--ai-primary);
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-link li a:hover {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: #ffffff;
    transform: translateY(-3px) rotate(360deg);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.4);
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.footer-contact-info li i {
    font-size: 20px;
    color: var(--ai-primary);
    min-width: 20px;
    margin-top: 3px;
}

.footer-contact-info li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.footer-contact-info li a:hover {
    color: var(--ai-primary);
    text-decoration: none;
    padding-left: 5px;
}

.footer-bottom-area {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-area p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.footer-bottom-area a {
    color: var(--ai-primary);
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-bottom-area a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-bottom-area ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-bottom-area ul li a:hover {
    color: var(--ai-primary);
}

.footer-map {
    opacity: 0.15;
}

/* ============================================
   MAP SECTION
   ============================================ */

#map {
    position: relative;
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

#map iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(100%) invert(90%) contrast(90%);
    opacity: 0.8;
}

/* ============================================
   GO TOP BUTTON
   ============================================ */

.go-top {
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
    transition: all 0.3s ease;
}

.go-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.6);
}

/* ============================================
   PRELOADER
   ============================================ */

.preloader {
    background: #0a0e27 !important;
}

.sbl-half-circle-spin div {
    border-top-color: var(--ai-primary) !important;
    border-left-color: var(--ai-secondary) !important;
}

/* ============================================
   INNOVERSAL FLOATING ANIMATION - ISOLATED
   ============================================ */

.innov-visual-col {
    overflow: visible !important;
}

.innov-service-visual-wrapper {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.innov-illustration-box {
    position: relative;
    width: 400px;
    height: 400px;
}

.innov-grid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: innovGridMove 20s linear infinite;
    opacity: 0.3;
}

@keyframes innovGridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.innov-float-icon {
    position: fixed;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #00d4ff;
    z-index: 999;
    pointer-events: none;
}

.innov-float-icon i {
    position: relative;
    z-index: 1;
}

.innov-float-top {
    animation: innovFloatTop 5s ease-in-out infinite;
}

.innov-float-right {
    animation: innovFloatRight 5s ease-in-out infinite 1.5s;
}

.innov-float-left {
    animation: innovFloatLeft 5s ease-in-out infinite 3s;
}

@keyframes innovFloatTop {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes innovFloatRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-20px); }
}

@keyframes innovFloatLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(20px); }
}

.innov-center-orb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(124, 58, 237, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 212, 255, 0.5);
    animation: innovOrbPulse 3s ease-in-out infinite;
}

.innov-orb-ring {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 50%;
    animation: innovOrbRotate 8s linear infinite;
}

@keyframes innovOrbPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 50px rgba(0, 212, 255, 0.5); }
    50% { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 80px rgba(0, 212, 255, 0.8); }
}

@keyframes innovOrbRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    .innov-service-visual-wrapper {
        height: 400px;
        margin-bottom: 50px;
    }

    .innov-illustration-box {
        width: 300px;
        height: 300px;
    }

    .innov-float-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}
