/* Dark Theme for Products Page */
/* Override the body background for products page */
body {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%);
    min-height: 100vh;
    color: #ffffff;
}

/* Header adjustments for dark theme */
.header {
    background-color: rgba(10, 20, 40, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(78, 184, 192, 0.2);
}
/* 
.header .menu-btn {
    color: #ffffff;
} */

/* .header .nav-links a {
    color: #ffffff;
} */

.header .nav-links a:hover {
    color: var(--primary-teal);
}
/* 
.header .contact-btn {
    border-color: var(--primary-teal);
    color: var(--primary-teal);
    background: rgba(78, 184, 192, 0.1);
} */

.header .contact-btn:hover {
    background: var(--primary-teal);
    color: #ffffff;
}

.header .phone {
    color: #ffffff;
}

/* Header Section Dark Theme */
.header-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%);
    position: relative;
    overflow: hidden;
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(78, 184, 192, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(30, 115, 190, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(78, 184, 192, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.header-title {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.3);
}

.header-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

/* Network background adjustments */
.network-bg .circle {
    background: rgba(78, 184, 192, 0.1);
    border: 2px solid rgba(78, 184, 192, 0.3);
}

.network-bg .line {
    background: linear-gradient(90deg, transparent, rgba(78, 184, 192, 0.4), transparent);
}

/* Description Section Dark Theme */
.description-section {
    background: rgba(10, 20, 40, 0.8);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(78, 184, 192, 0.2);
    border-bottom: 1px solid rgba(78, 184, 192, 0.2);
}

.description-text {
    color: rgba(255, 255, 255, 0.9);
}

/* Products Section - Enhanced Dark Theme */
.products-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%);
    position: relative;
}

.products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(78, 184, 192, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(30, 115, 190, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(78, 184, 192, 0.04) 0%, transparent 80%);
    pointer-events: none;
}

.products-section .section-title {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.products-section .section-title::after {
    background: linear-gradient(90deg, transparent, var(--primary-teal), transparent);
}

/* Technologies Section Dark Theme */
.technologies-section {
    background: linear-gradient(135deg, #0f1b2e 0%, #1e2a47 50%, #0a1428 100%);
    position: relative;
}

.technologies-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(78, 184, 192, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(30, 115, 190, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.technologies-section .section-title {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.technologies-section .section-title::after {
    background: linear-gradient(90deg, transparent, var(--primary-teal), transparent);
}

/* Tech Category Cards Dark Theme */
.tech-category {
    background: rgba(30, 42, 71, 0.4);
    border: 1px solid rgba(78, 184, 192, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}

.tech-category:hover {
    background: rgba(30, 42, 71, 0.6);
    border-color: rgba(78, 184, 192, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(78, 184, 192, 0.2);
}

.tech-category-product {
    background: rgba(30, 42, 71, 0.4) !important;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: none !importent;
    padding: 30px;
    transition: all 0.3s ease;
}

.tech-item {
    background: rgba(78, 184, 192, 0.05);
    border: 1px solid rgba(78, 184, 192, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background: rgba(78, 184, 192, 0.1);
    border-color: rgba(78, 184, 192, 0.3);
    transform: translateX(5px);
}

.tech-name {
    color: #ffffff;
}

.tech-icon {
    color: var(--primary-teal);
}

/* Tech Background Elements */
.tech-bg-circle {
    background: rgba(78, 184, 192, 0.05);
    border: 2px solid rgba(78, 184, 192, 0.1);
}

/* Floating Tech Icons */
.floating-tech {
    background: rgba(78, 184, 192, 0.1);
    border: 1px solid rgba(78, 184, 192, 0.2);
    color: var(--primary-teal);
}

/* Code Animation */
.code-line {
    background: rgba(78, 184, 192, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-left: 3px solid var(--primary-teal);
}

/* Get Started Section Dark Theme */
.ser-ind-get-started-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%);
    position: relative;
}

.ser-ind-get-started-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(78, 184, 192, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(30, 115, 190, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Get Started Content */
.ser-ind-get-started-container h2 {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.ser-ind-get-started-container p {
    color: rgba(255, 255, 255, 0.8);
}

.ser-ind-get-started-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%);
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(78, 184, 192, 0.3);
}

.ser-ind-get-started-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(78, 184, 192, 0.5);
}

/* Footer Dark Theme */
.ser-ind-footer {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 100%);
    border-top: 1px solid rgba(78, 184, 192, 0.2);
}

.ser-ind-footer-content {
    color: rgba(255, 255, 255, 0.8);
}

.ser-ind-footer h3 {
    color: #ffffff;
}

.ser-ind-footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.ser-ind-footer a:hover {
    color: var(--primary-teal);
}

/* Background Shapes for Get Started */
.ser-ind-bg-shape {
    background: rgba(78, 184, 192, 0.05);
    border-radius: 50%;
}

.bg-shape-1 {
    background: radial-gradient(circle, rgba(78, 184, 192, 0.1) 0%, transparent 70%);
}

.bg-shape-2 {
    background: radial-gradient(circle, rgba(30, 115, 190, 0.08) 0%, transparent 70%);
}

.bg-shape-3 {
    background: radial-gradient(circle, rgba(78, 184, 192, 0.06) 0%, transparent 70%);
}

/* Footer Background Elements */
.ser-ind-bg-element {
    background: rgba(78, 184, 192, 0.04);
    border-radius: 50%;
}

/* Particles Enhancement */
.particle {
    background: rgba(78, 184, 192, 0.6);
    box-shadow: 0 0 10px rgba(78, 184, 192, 0.4);
}

/* Contact Modal Dark Theme Override */
.contact-modal-content {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 100%);
    border: 1px solid rgba(78, 184, 192, 0.2);
}

.contact-info-section {
    background: linear-gradient(135deg, rgba(10, 20, 40, 0.9) 0%, rgba(30, 42, 71, 0.9) 100%);
}

.contact-header h2 {
    color: #ffffff;
}

.contact-header h3 {
    color: var(--primary-teal);
}

.address-item p {
    color: rgba(255, 255, 255, 0.9);
}

.contact-form-section h3 {
    color: #ffffff;
}

.form-group input,
.form-group textarea {
    background: rgba(78, 184, 192, 0.1);
    border-color: rgba(78, 184, 192, 0.2);
    color: #ffffff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments for dark theme */
@media (max-width: 768px) {
    .header {
        background-color: rgba(10, 20, 40, 0.98);
    }
    
    .tech-category {
        padding: 20px;
    }
    
    .tech-item {
        padding: 12px;
    }
}
