.hover-card:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
}

.team-card {
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
}

@media (max-width: 575.98px) {
    .team-card {
        aspect-ratio: auto;
        height: 320px;
    }
}

.team-card-inner {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==================== */

.services-dark-theme {
    background-color: #020617;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.services-dark-theme .text-primary {
    color: #00AEEF !important;
}

.services-dark-theme .bg-primary {
    background-color: #00AEEF !important;
}

.services-dark-theme .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: 0.3s;
}

.services-dark-theme .btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 174, 239, 0.2);
}

.services-dark-theme .btn-outline-glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: 0.3s;
}

.services-dark-theme .btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-dark-theme .glass-panel {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    transition: 0.3s;
}

.services-dark-theme .glass-panel:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.05);
}

.services-dark-theme .glow-bg {
    position: absolute;
    z-index: 0;
    filter: blur(120px);
    pointer-events: none;
}

.services-dark-theme .hero-section-srv {
    position: relative;

    background-color: #050B14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-dark-theme .badge-srv {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.3);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
}

.services-dark-theme .gradient-text {
    background: linear-gradient(to right, #00AEEF, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-dark-theme .dark-card {
    background: #0f1624;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.services-dark-theme .icon-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

/* Timeline */
.services-dark-theme .timeline-point {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.services-dark-theme .timeline-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.services-dark-theme .timeline-point:last-child::before {
    display: none;
}

.services-dark-theme .timeline-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #00AEEF;
    border: 4px solid #0f1624;
    border-radius: 50%;
}

.services-dark-theme .timeline-card {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
}

/* Side by Side Capabilities */
.services-dark-theme .cap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-dark-theme .cap-item {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.services-dark-theme .cap-item:hover,
.services-dark-theme .cap-item.active {
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.3);
    color: #fff;
}

/* Tech Grid */
.services-dark-theme .tech-icon-box {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}

.services-dark-theme .tech-icon-box:hover {
    background: #0f1624;
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
}

/* Accordion Dark */
.services-dark-theme .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.services-dark-theme .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 24px 0;
    border: none;
    box-shadow: none !important;
}

.services-dark-theme .accordion-button:not(.collapsed) {
    background: transparent;
    color: #00AEEF;
    box-shadow: none;
}

.services-dark-theme .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.services-dark-theme .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0 0 24px 0;
}

.services-dark-theme .cta-gradient {
    background: linear-gradient(135deg, #0f1624 0%, #03081A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* ==================== */

.hover-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.feature-pill {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 12px;
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.feature-pill:hover,
.feature-pill.active {
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.3);
    color: #00AEEF;
}

.feature-pill i {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #00AEEF;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    padding: 0 40px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    top: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00AEEF;
    box-shadow: 0 0 10px #00AEEF;
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -8px;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 60px;
        padding-right: 20px;
    }

    .timeline-item:nth-child(odd) .timeline-dot,
    .timeline-item:nth-child(even) .timeline-dot {
        left: 12px;
    }
}

.tech-logo-box {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: 0.3s;
    cursor: pointer;
    color: #94a3b8;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
}

.tech-logo-box:hover {
    background: rgba(0, 174, 239, 0.05);
    border-color: rgba(0, 174, 239, 0.3);
    color: white;
    transform: translateY(-3px);
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 174, 239, 0.05) !important;
    color: #00AEEF !important;
    box-shadow: inset 0 -1px 0 rgba(0, 174, 239, 0.2);
}

.accordion-item {
    border-color: rgba(255, 255, 255, 0.05) !important;
    background: #0B1221 !important;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.accordion-button {
    background: #0B1221;
    color: white;
    padding: 20px 25px;
    font-weight: 600;
    box-shadow: none;
    border: none;
}

.accordion-body {
    color: #94a3b8;
    background: #0B1221;
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.glitch-img-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 174, 239, 0.2);
}

.glitch-img-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 174, 239, 0.4), transparent, rgba(0, 174, 239, 0.1));
    mix-blend-mode: overlay;
}

.badge-srv {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.2);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ==================== */

.ai-dark-theme {
    background-color: #020617;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.ai-dark-theme .text-primary,
.ai-dark-theme .text-cyan {
    color: #00AEEF !important;
}

.ai-dark-theme .bg-primary {
    background-color: #00AEEF !important;
}

.ai-dark-theme .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
}

.ai-dark-theme .btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 174, 239, 0.2);
}

.ai-dark-theme .btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: 0.3s;
}

.ai-dark-theme .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ai-dark-theme .badge-ai {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.ai-dark-theme .hero-ai {

    background: radial-gradient(circle at 50% 10%, rgba(0, 174, 239, 0.1) 0%, #020617 50%);
    text-align: center;
}

/* Grid cards for AI & ML */
.ai-dark-theme .ai-card {
    background: #0B1221;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.ai-dark-theme .ai-card:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.05);
}

.ai-dark-theme .ai-card-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 1.25rem;
}

.ai-dark-theme .ai-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.ai-dark-theme .ai-card-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 24px;
}

.ai-dark-theme .ai-card-link {
    color: #00AEEF;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.ai-dark-theme .ai-card-link:hover {
    opacity: 0.8;
}

/* Section Title headers */
.ai-dark-theme .section-header-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 50%;
    color: #00AEEF;
    margin-right: 16px;
    font-size: 1.2rem;
}

.ai-dark-theme .section-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* CTA specific styles */
.ai-dark-theme .cta-wrapper {
    background: #080C17;
    border-top: 1px solid rgba(255, 255, 255, 0.05);

}

.ai-dark-theme .cta-card {
    background: #0F1624;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ai-dark-theme .cta-icon-top {
    width: 50px;
    height: 50px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AEEF;
    font-size: 1.5rem;
    margin: 0 auto 20px auto;
}

.ai-dark-theme .check-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

.ai-dark-theme .check-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AEEF;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 8px;
    margin-right: 16px;
}

.ai-dark-theme .check-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.ai-dark-theme .check-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.ai-dark-theme .stats-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 30px;
}

.ai-dark-theme .stat-item strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.ai-dark-theme .stat-item span {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

/* ==================== */

.services-dark-theme {
    background-color: #020617;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.services-dark-theme .text-primary {
    color: #00AEEF !important;
}

.services-dark-theme .bg-primary {
    background-color: #00AEEF !important;
}

.services-dark-theme .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.services-dark-theme .btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
}

.services-dark-theme .btn-outline-glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 24px;
    transition: 0.3s;
}

.services-dark-theme .btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-dark-theme .glass-panel {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    transition: 0.3s;
}

.services-dark-theme .glass-panel:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.05);
}

.services-dark-theme .glow-bg {
    position: absolute;
    z-index: 0;
    filter: blur(120px);
    pointer-events: none;
}

/* Specific elements from screenshot */
.services-dark-theme .hero-section-srv {
    position: relative;
    padding: 60px 0;
    background-color: #050B14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-dark-theme .badge-srv {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.3);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
}

.services-dark-theme .gradient-text {
    background: linear-gradient(to right, #00AEEF, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-dark-theme .dark-card {
    background: #0f1624;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.services-dark-theme .icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* Timeline */
.services-dark-theme .timeline-point {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.services-dark-theme .timeline-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.services-dark-theme .timeline-point:last-child::before {
    display: none;
}

.services-dark-theme .timeline-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #00AEEF;
    border: 4px solid #0f1624;
    border-radius: 50%;
}

.services-dark-theme .timeline-card {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
}

/* Side by Side Capabilities */
.services-dark-theme .cap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-dark-theme .cap-item {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
    /* d-flex; */
    align-items: center;
}

.services-dark-theme .cap-item:hover,
.services-dark-theme .cap-item.active {
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.3);
    color: #fff;
}

/* Tech Grid */
.services-dark-theme .tech-icon-box {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}

.services-dark-theme .tech-icon-box:hover {
    background: #0f1624;
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
}

.services-dark-theme .tech-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 8px;
}

/* Accordion Dark */
.services-dark-theme .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.services-dark-theme .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 24px 0;
    border: none;
    box-shadow: none !important;
}

.services-dark-theme .accordion-button:not(.collapsed) {
    background: transparent;
    color: #00AEEF;
    box-shadow: none;
}

.services-dark-theme .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.services-dark-theme .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0 0 24px 0;
}

/* CTA Banner */
.services-dark-theme .cta-gradient {
    background: linear-gradient(135deg, #0f1624 0%, #03081A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* ==================== */

.hover-card:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
}

/* ==================== */

.hover-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.review-card {
    background: #0A111F;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
    padding: 40px 30px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quote-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 44px;
    height: 44px;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.star-rating {
    color: #00AEEF;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1A2234;
    border: 1px solid #2A344A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

/* ==================== */

.services-dark-theme {
    background-color: #020617;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.services-dark-theme .text-primary {
    color: #00AEEF !important;
}

.services-dark-theme .bg-primary {
    background-color: #00AEEF !important;
}

.services-dark-theme .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.services-dark-theme .btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
}

.services-dark-theme .btn-outline-glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 24px;
    transition: 0.3s;
}

.services-dark-theme .btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-dark-theme .glass-panel {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    transition: 0.3s;
}

.services-dark-theme .glass-panel:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.05);
}

.services-dark-theme .glow-bg {
    position: absolute;
    z-index: 0;
    filter: blur(120px);
    pointer-events: none;
}

/* Specific elements from screenshot */
.services-dark-theme .hero-section-srv {
    position: relative;
    padding: 60px 0;
    background-color: #050B14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-dark-theme .badge-srv {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.3);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
}

.services-dark-theme .gradient-text {
    background: linear-gradient(to right, #00AEEF, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-dark-theme .dark-card {
    background: #0f1624;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.services-dark-theme .icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* Timeline */
.services-dark-theme .timeline-point {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.services-dark-theme .timeline-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.services-dark-theme .timeline-point:last-child::before {
    display: none;
}

.services-dark-theme .timeline-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #00AEEF;
    border: 4px solid #0f1624;
    border-radius: 50%;
}

.services-dark-theme .timeline-card {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
}

/* Side by Side Capabilities */
.services-dark-theme .cap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-dark-theme .cap-item {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.services-dark-theme .cap-item:hover,
.services-dark-theme .cap-item.active {
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.3);
    color: #fff;
}

/* Tech Grid */
.services-dark-theme .tech-icon-box {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}

.services-dark-theme .tech-icon-box:hover {
    background: #0f1624;
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
}

.services-dark-theme .tech-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 8px;
}

/* Accordion Dark */
.services-dark-theme .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.services-dark-theme .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 24px 0;
    border: none;
    box-shadow: none !important;
}

.services-dark-theme .accordion-button:not(.collapsed) {
    background: transparent;
    color: #00AEEF;
    box-shadow: none;
}

.services-dark-theme .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.services-dark-theme .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0 0 24px 0;
}

/* CTA Banner */
.services-dark-theme .cta-gradient {
    background: linear-gradient(135deg, #0f1624 0%, #03081A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* ==================== */

.contact-card {
    background: #0A0F1A;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
    border-radius: 16px;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3);
    background: #0B1221;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(0, 174, 239, 0.1);
    border: 1px solid rgba(0, 174, 239, 0.2);
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-form-container {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
}

.form-control,
.form-select {
    background: #151B2B;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: white;
    padding: 12px 20px;
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
    background: #151B2B;
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.3);
    border-color: #00AEEF;
    color: white;
}

.form-label {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .contact-card-row {
        margin-top: 20px !important;
    }

    .contact-form-container {
        padding: 25px !important;
    }
}

/* ==================== */

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 174, 239, 0.05) !important;
    color: #00AEEF !important;
    box-shadow: inset 0 -1px 0 rgba(0, 174, 239, 0.2);
}

.accordion-item {
    border-color: rgba(255, 255, 255, 0.05) !important;
    background: #0B1221 !important;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button {
    background: #0B1221;
    color: white;
    padding: 20px 25px;
    font-weight: 600;
    box-shadow: none;
}

.accordion-body {
    color: #94a3b8;
    background: #0B1221;
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==================== */

body {
    background-color: #020617 !important;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.text-primary {
    color: #00AEEF !important;
}

.bg-primary {
    background-color: #00AEEF !important;
}

.btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
    color: #fff;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.1);
}

.gradient-text {
    background: linear-gradient(to right, #00AEEF, #33c4ff, #00AEEF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-dark-custom {
    background: rgba(2, 6, 23, 0.9) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.navbar-dark-custom .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600;
    transition: 0.3s;
}

.navbar-dark-custom .nav-link:hover {
    color: #00AEEF !important;
}

.navbar-dark-custom .navbar-brand {
    color: #fff !important;
}

/* Dropdown styles for dark mode */
.dropdown-menu-dark-custom {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu-dark-custom .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.2s;
}

.dropdown-menu-dark-custom .dropdown-item:hover {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

@keyframes spin-slow {
    100% {
        transform: rotate(360deg);
    }
}

.animate-spin-slow {
    animation: spin-slow 20s linear infinite;
}

.hero-section {
    /* min-height: 100vh; */
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mega-menu-card {
        width: 100% !important;
        max-width: 100vw !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* ==================== */

.hover-card:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
}

.article-card {
    overflow: hidden;
    position: relative;
}

/* Add some visual flair inside cards to mimic abstract geometric backgrounds */
.bg-tech-1 {
    background-image: radial-gradient(circle at top right, rgba(0, 174, 239, 0.2), transparent 60%);
}

.bg-tech-2 {
    background-image: radial-gradient(circle at bottom left, rgba(0, 174, 239, 0.1), transparent 50%);
}

.img-placeholder {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.badge-primary-trans {
    background: rgba(0, 174, 239, 0.2);
    color: #00AEEF;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.badge-dark-trans {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.vertical-stripes {
    background: repeating-linear-gradient(90deg, transparent, transparent 100px, rgba(255, 255, 255, 0.02) 100px, rgba(255, 255, 255, 0.02) 101px), #070D18;
}

/* ==================== */

.hover-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.filter-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.filter-btn.active {
    background: #00AEEF;
    color: white;
    border-color: #00AEEF;
}

.project-img-container {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.project-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.hover-card:hover .project-img-container img {
    transform: scale(1.05);
}

.stat-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .stat-divider {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* Scrolling banner animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: #111111;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.slider::before,
.slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
}

.slider::before {
    left: 0;
    background: linear-gradient(to right, #050B14, transparent);
}

.slider::after {
    right: 0;
    background: linear-gradient(to left, #050B14, transparent);
}

.slide-track {
    display: inline-flex;
    animation: scroll 40s linear infinite;
}

.slide {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: 0.3s;
}

.slide:hover {
    opacity: 1;
}

.client-badge {
    font-weight: bold;
    color: white;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 5px;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 23, 43, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: 0.3s;
}

.hover-card:hover .project-overlay {
    opacity: 1;
}

/* ==================== */

.services-dark-theme {
    background-color: #020617;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.services-dark-theme .text-primary {
    color: #00AEEF !important;
}

.services-dark-theme .bg-primary {
    background-color: #00AEEF !important;
}

.services-dark-theme .btn-primary {
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: 0.3s;
}

.services-dark-theme .btn-primary:hover {
    background-color: #0092c9;
    border-color: #0092c9;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 174, 239, 0.2);
}

.services-dark-theme .btn-outline-glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 28px;
    transition: 0.3s;
}

.services-dark-theme .btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-dark-theme .glass-panel {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    transition: 0.3s;
}

.services-dark-theme .glass-panel:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.05);
}

.services-dark-theme .glow-bg {
    position: absolute;
    z-index: 0;
    filter: blur(120px);
    pointer-events: none;
}

.services-dark-theme .hero-section-srv {
    position: relative;

    background-color: #050B14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-dark-theme .badge-srv {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border: 1px solid rgba(0, 174, 239, 0.3);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
}

.services-dark-theme .gradient-text {
    background: linear-gradient(to right, #00AEEF, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-dark-theme .dark-card {
    background: #0f1624;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.services-dark-theme .icon-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

/* Timeline */
.services-dark-theme .timeline-point {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.services-dark-theme .timeline-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.services-dark-theme .timeline-point:last-child::before {
    display: none;
}

.services-dark-theme .timeline-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #00AEEF;
    border: 4px solid #0f1624;
    border-radius: 50%;
}

.services-dark-theme .timeline-card {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
}

/* Side by Side Capabilities */
.services-dark-theme .cap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-dark-theme .cap-item {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.services-dark-theme .cap-item:hover,
.services-dark-theme .cap-item.active {
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.3);
    color: #fff;
}

/* Tech Grid */
.services-dark-theme .tech-icon-box {
    background: #0B1221;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}

.services-dark-theme .tech-icon-box:hover {
    background: #0f1624;
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
}

/* Accordion Dark */
.services-dark-theme .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.services-dark-theme .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 24px 0;
    border: none;
    box-shadow: none !important;
}

.services-dark-theme .accordion-button:not(.collapsed) {
    background: transparent;
    color: #00AEEF;
    box-shadow: none;
}

.services-dark-theme .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.services-dark-theme .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0 0 24px 0;
}

.services-dark-theme .cta-gradient {
    background: linear-gradient(135deg, #0f1624 0%, #03081A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.glitch-img-container {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

/* ==================== */

.hover-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 174, 239, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.article-card {
    overflow: hidden;
    position: relative;
}

.img-placeholder {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.badge-dark-trans {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Simple abstract visual elements */
.abstract-shape-1 {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 174, 239, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abstract-shape-1::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 174, 239, 0.6);
    border-radius: 50%;
}

.abstract-shape-2 {
    width: 60px;
    height: 60px;
    border: 1px dashed rgba(0, 174, 239, 0.5);
    border-radius: 8px;
    transform: rotate(45deg);
}

.abstract-shape-3 {
    width: 80px;
    height: 40px;
    border: 1px solid rgba(0, 174, 239, 0.3);
    border-radius: 20px;
}

.pill-link {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    border-radius: 50px;
    padding: 10px 25px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: 500;
}

.pill-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.pill-link.active {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-color: rgba(0, 174, 239, 0.3);
}

/* ==================== */

.hero {
    padding: 120px 0;
}

.gradient-text {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    border: none;
}


.card-dark {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}


.accordion-button {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: #fff;
}

footer {
    background: #f8f9fa;
    color: #333;
    padding: 60px 0 20px;
}

footer a {
    color: #555;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}

/* --- Process Section Redesign --- */
.process-grid-card {
    background: #0d111b;
    /* Dark background similar to image */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: 0.3s ease;
}

.process-grid-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.process-grid-card.border-hover-red:hover {
    border-color: rgba(255, 50, 50, 0.3);
}

.process-mockup-box {
    background: #07090f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.mockup-icon-box {
    width: 32px;
    height: 32px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-line {
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.mockup-line.w-75 {
    width: 75%;
}

.mockup-pill {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

.mockup-pill-outline {
    border: 1px solid rgba(0, 174, 239, 0.5);
    color: #00AEEF;
}

.mockup-pill-white {
    background: white;
    color: black;
}

.process-wireframe-box {
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.chat-mockup {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chat-bubble {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.85rem;
    position: relative;
}

.chat-left {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 4px;
    color: rgba(255, 255, 255, 0.8);
}

.chat-right {
    align-self: flex-end;
    background: #00AEEF;
    color: white;
    border-bottom-right-radius: 4px;
}

.chat-sender {
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 4px;
    opacity: 0.7;
}

.chat-text {
    line-height: 1.4;
}

/* --- Stats Section Redesign --- */
.stats-pill-banner {
    background: #1c1f26;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 28px;
    transition: 0.3s;
}

.stats-card {
    background: #242730;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 20px;
    transition: 0.3s ease;
    text-align: center;
}

.stats-card:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.stats-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.05);
    border: 1px solid rgba(0, 174, 239, 0.2);
    border-radius: 16px;
    color: #00AEEF;
    margin-bottom: 24px;
}

/* --- Testimonial Section Redesign --- */
.testimonial-card {
    background: #242730;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(0, 174, 239, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.testimonial-card.border-hover-red:hover {
    border-color: rgba(255, 50, 50, 0.3);
}

/* --- FAQ Section Redesign --- */
.faq-section-bg {
    background: #03081A;
    position: relative;
    overflow: hidden;
}

.faq-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03;
    pointer-events: none;
}

.faq-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #00AEEF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.faq-accordion .accordion-item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px 25px;
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
    background-size: 14px;
    transition: 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #00AEEF;
    background: rgba(0, 174, 239, 0.05);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(180deg) brightness(1.2);
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.7);
    padding: 0 25px 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- Redesigned Contact Section --- */
.contact-section-bg {
    background: #03081A;
    position: relative;
    overflow: hidden;
}

.contact-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03;
    pointer-events: none;
}

.contact-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #00AEEF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.contact-form-card {
    background: #1a1e29;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    background-color: #242730;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    background-color: #2a2e39;
    border-color: rgba(0, 174, 239, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 174, 239, 0.25);
}

.contact-form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-form-card label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

/* --- Split CTA Section --- */
.cta-split-bg {
    background: #03081A;
    position: relative;
    overflow: hidden;
}

.cta-feature-row {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 0.3s ease;
}

.cta-feature-row:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 174, 239, 0.3);
}

.cta-feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cta-box-card {
    background: #0A1128;
    border: 1px solid rgba(0, 174, 239, 0.2);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cta-box-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #00AEEF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 24px auto;
}