/* Universal Dark Theme for All Pages */
/* This CSS file provides dark theme styling for all pages in the website */

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

/* Body and HTML dark theme */
body {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    min-height: 100vh;
    color: #ffffff !important;
}

html {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
}

/* ===========================
   HEADER DARK THEME
   =========================== */

/* .header {
    background-color: rgba(10, 20, 40, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(78, 184, 192, 0.2);
} */

/* .header .menu-btn {
    color: #ffffff !important;
} */
/* 
.header .nav-links a {
    color: #ffffff !important;
}

.header .nav-links a:hover {
    color: var(--primary-teal) !important;
}

.header .nav-links a::after {
    background-color: var(--primary-teal) !important;
} */

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

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

/* .header .phone {
    color: #ffffff !important;
}

.header .phone:hover {
    color: var(--primary-teal) !important;
}

.header .phone::after {
    background-color: var(--primary-teal) !important;
} */

/* ===========================
   MODAL MENU DARK THEME
   =========================== */

.modal-menu {
    background: rgba(10, 20, 40, 0.98) !important;
}

.modal-content {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 100%) !important;
}

.close-btn {
    color: #ffffff !important;
    border-color: rgba(78, 184, 192, 0.3) !important;
}

.close-btn:hover {
    background: var(--primary-teal) !important;
    color: #ffffff !important;
}

.modal-nav a {
    color: #ffffff !important;
}

.modal-nav a:hover {
    color: var(--primary-teal) !important;
}

.modal-nav a::after {
    background: var(--primary-teal) !important;
}

/* ===========================
   BANNER SECTION DARK THEME
   =========================== */

.banner {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    position: relative;
}

.banner::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;
}

.banner h1 {
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.banner p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.counter-number {
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.6);
}

.counter-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.typing-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

.banner-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(78, 184, 192, 0.3);
}

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

/* ===========================
   HEADER SECTION (SERVICES/ABOUT/PRODUCTS PAGES)
   =========================== */

.header-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    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 !important;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.3);
}

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

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

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

/* ===========================
   FEATURES SECTION DARK THEME
   =========================== */

.features-section {
    background: linear-gradient(135deg, #0f1b2e 0%, #1e2a47 50%, #0a1428 100%) !important;
    position: relative;
}

.features-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; */
    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;
}

.features-content h2 {
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.features-content h2::after {
    background: linear-gradient(90deg, transparent, var(--primary-teal), transparent) !important;
}

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

.features-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(78, 184, 192, 0.3);
}

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

/* ===========================
   ABOUT SECTION DARK THEME
   =========================== */

.about-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    position: relative;
}

.about-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%);
    pointer-events: none;
}

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

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

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

.about-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(78, 184, 192, 0.3);
}

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

.stat-number {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(78, 184, 192, 0.5);
}

.stat-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.stat-icon {
    color: var(--primary-teal) !important;
}

/* About section background elements */
.about-shape {
    background: rgba(78, 184, 192, 0.05) !important;
    border: 1px solid rgba(78, 184, 192, 0.1);
}

.about-float-item {
    background: rgba(78, 184, 192, 0.1) !important;
    color: var(--primary-teal) !important;
    border: 1px solid rgba(78, 184, 192, 0.2);
}

/* ===========================
   PRODUCTS SECTION DARK THEME
   =========================== */

.products-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    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 !important;
    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) !important;
}

/* Product Detail Section */
.product-detail-section {
    background: linear-gradient(135deg, #0f1b2e 0%, #1e2a47 50%, #0a1428 100%) !important;
    position: relative;
}

.product-detail-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;
}

.product-detail-section h2 {
    color: #ffffff !important;
    text-shadow: 0 0 20px rgba(78, 184, 192, 0.4);
}

.product-detail-section p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.product-detail-list {
    background: rgba(30, 42, 71, 0.4) !important;
    border: 1px solid rgba(78, 184, 192, 0.2);
    backdrop-filter: blur(10px);
}

.product-detail-item {
    background: rgba(78, 184, 192, 0.05) !important;
    border: 1px solid rgba(78, 184, 192, 0.1);
    color: #ffffff !important;
}

.product-detail-item:hover {
    background: rgba(78, 184, 192, 0.1) !important;
    border-color: rgba(78, 184, 192, 0.3);
}

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

/* ===========================
   TECHNOLOGIES SECTION DARK THEME
   =========================== */

.technologies-section {
    background: linear-gradient(135deg, #0f1b2e 0%, #1e2a47 50%, #0a1428 100%) !important;
    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 !important;
    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) !important;
}

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

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

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

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

.tech-name {
    color: #ffffff !important;
}

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

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

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

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

/* ===========================
   GOAL SECTION DARK THEME
   =========================== */

.goal-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    position: relative;
}

.goal-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;
}

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

.goal-title-underline {
    background: linear-gradient(90deg, transparent, var(--primary-teal), transparent) !important;
}

.goal-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

.goal-card {
    background: rgba(30, 42, 71, 0.4) !important;
    border: 1px solid rgba(78, 184, 192, 0.2) !important;
    backdrop-filter: blur(10px);
}

.goal-card:hover {
    background: rgba(30, 42, 71, 0.6) !important;
    border-color: rgba(78, 184, 192, 0.4) !important;
    box-shadow: 0 10px 30px rgba(78, 184, 192, 0.2);
}

.goal-card-title {
    color: #ffffff !important;
}

.goal-card-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.goal-card-icon {
    color: var(--primary-teal) !important;
}

.progress-text {
    color: #ffffff !important;
}

.progress-label {
    color: rgba(255, 255, 255, 0.8) !important;
}

.progress-ring-circle {
    stroke: var(--primary-teal) !important;
}

.progress-ring-circle-bg {
    stroke: rgba(78, 184, 192, 0.2) !important;
}

/* Goal section background elements */
.goal-shape {
    background: rgba(78, 184, 192, 0.05) !important;
    border: 1px solid rgba(78, 184, 192, 0.1);
}

.goal-float-item {
    background: rgba(78, 184, 192, 0.1) !important;
    color: var(--primary-teal) !important;
    border: 1px solid rgba(78, 184, 192, 0.2);
}

/* ===========================
   LOGO CAROUSEL DARK THEME
   =========================== */

.logo-carousel-section {
    background: linear-gradient(135deg, #0f1b2e 0%, #1e2a47 50%, #0a1428 100%) !important;
    position: relative;
}

.logo-carousel-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;
}

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

.logo-item {
    background: rgba(30, 42, 71, 0.4) !important;
    border: 1px solid rgba(78, 184, 192, 0.2) !important;
    backdrop-filter: blur(10px);
}

.logo-item:hover {
    background: rgba(30, 42, 71, 0.6) !important;
    border-color: rgba(78, 184, 192, 0.4) !important;
    box-shadow: 0 10px 20px rgba(78, 184, 192, 0.2);
}

/* ===========================
   SERVICES & INDUSTRIES SECTIONS
   =========================== */

.ser-ind-services-section,
.ser-ind-industries-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    position: relative;
}

.ser-ind-services-section::before,
.ser-ind-industries-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.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(30, 115, 190, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

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

.ser-ind-section-title p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.ser-ind-service-card,
.ser-ind-industry-card {
    background: rgba(30, 42, 71, 0.4) !important;
    border: 1px solid rgba(78, 184, 192, 0.2) !important;
    backdrop-filter: blur(10px);
}

.ser-ind-service-card:hover,
.ser-ind-industry-card:hover {
    background: rgba(30, 42, 71, 0.6) !important;
    border-color: rgba(78, 184, 192, 0.4) !important;
    box-shadow: 0 10px 30px rgba(78, 184, 192, 0.2);
}

.ser-ind-service-card h3,
.ser-ind-industry-card h3 {
    color: #ffffff !important;
}

.ser-ind-service-card p,
.ser-ind-industry-card p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.ser-ind-service-icon,
.ser-ind-industry-icon {
    color: var(--primary-teal) !important;
}

/* ===========================
   GET STARTED SECTION DARK THEME
   =========================== */

.ser-ind-get-started-section {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 50%, #0f1b2e 100%) !important;
    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;
}

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

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

.ser-ind-get-started-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
    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);
}

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

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

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

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

/* ===========================
   FOOTER DARK THEME
   =========================== */

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

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

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

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

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

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

.ser-ind-footer-container p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.ser-ind-footer-container a {
    color: rgba(255, 255, 255, 0.7) !important;
}

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

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

/* ===========================
   DESCRIPTION SECTION DARK THEME
   =========================== */

.description-section {
    background: rgba(10, 20, 40, 0.8) !important;
    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) !important;
}

/* ===========================
   CONTACT MODAL DARK THEME
   =========================== */

.contact-modal-content {
    background: linear-gradient(135deg, #0a1428 0%, #1e2a47 100%) !important;
    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%) !important;
}

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

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

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

.address-item i {
    color: var(--primary-teal) !important;
}

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

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

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

.contact-submit-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
}

.social-link {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-teal) 100%) !important;
    color: #ffffff !important;
}

/* ===========================
   FLOATING ELEMENTS DARK THEME
   =========================== */

.float-item {
    background: rgba(78, 184, 192, 0.1) !important;
    color: var(--primary-teal) !important;
    border: 1px solid rgba(78, 184, 192, 0.2);
}

.pulse {
    background: radial-gradient(circle, rgba(78, 184, 192, 0.2) 0%, transparent 70%) !important;
}

/* ===========================
   RESPONSIVE ADJUSTMENTS
   =========================== */

@media (max-width: 768px) {
    /* .header {
        background-color: rgba(10, 20, 40, 0.98) !important;
    } */
    
    .tech-category {
        padding: 20px;
    }
    
    .tech-item {
        padding: 12px;
    }
    
    .goal-card {
        padding: 20px;
    }
    
    .ser-ind-service-card,
    .ser-ind-industry-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .banner h1 {
        font-size: 2rem !important;
    }
    
    .header-title {
        font-size: 2rem !important;
    }
    
    .about-title {
        font-size: 2rem !important;
    }
}

/* ===========================
   ADDITIONAL DARK THEME ELEMENTS
   =========================== */

/* Ensure all text elements are properly themed */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Ensure all section backgrounds are dark */
section {
    position: relative;
}

/* Scrollbar dark theme */
/* ::-webkit-scrollbar {
    background: #0a1428;
}

::-webkit-scrollbar-thumb {
    background: rgba(78, 184, 192, 0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(78, 184, 192, 0.7); */
}

/* Selection dark theme */
::selection {
    background: rgba(78, 184, 192, 0.3);
    color: #ffffff;
}
