/* .bss-network-title {
    color: var(--bss-white) !important;
} */

.isoft-network-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.isoft-network-hero-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.isoft-network-hero-overlay-gradient {
    position: absolute;
    inset: 0;
    background: none;
    mix-blend-mode: normal;
}

/* .isoft-network-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
    gap: 64px;
    align-items: center;
} */


.isoft-network-hero-subtitle {
    margin: 0 0 32px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4b5563; /* modern neutral gray for light background */
    max-width: 32rem;
}

.isoft-network-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.isoft-network-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    white-space: nowrap;
}

.isoft-network-btn-primary {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #022c22;
    box-shadow:
        0 14px 30px rgba(22, 163, 74, 0.35),
        0 0 0 1px rgba(34, 197, 94, 0.25);
}

.isoft-network-btn-primary i {
    font-size: 0.9rem;
}

.isoft-network-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow:
        0 18px 40px rgba(22, 163, 74, 0.45),
        0 0 0 1px rgba(34, 197, 94, 0.38);
}

.isoft-network-btn-secondary {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(148, 163, 184, 0.5);
    color: #e5e7eb;
}

.isoft-network-btn-secondary:hover {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(148, 163, 184, 0.9);
    transform: translateY(-1px);
}

.isoft-network-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}



.isoft-network-meta-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.isoft-network-hero-side {
    display: flex;
    justify-content: flex-end;
}

.isoft-network-hero-card {
    width: 100%;
    max-width: 380px;
    padding: 22px 20px 20px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, rgba(55, 65, 81, 0.8), transparent 55%), rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(55, 65, 81, 0.8);
    /* box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.85),
        0 0 0 1px rgba(148, 163, 184, 0.25); */
    backdrop-filter: blur(16px);
}

.isoft-network-hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.isoft-network-card-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9ca3af;
}

.isoft-network-card-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #bbf7d0;
}

.isoft-network-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
}

.isoft-network-hero-card-body {
    padding-top: 6px;
    border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.isoft-network-hero-metric {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.isoft-network-hero-metric-label {
    font-size: 0.85rem;
    color: #9ca3af;
}

.isoft-network-hero-metric-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bss-navy-50);
}

.isoft-network-hero-card-text {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4b5563;
}

.isoft-network-vendors {
    padding-top: 80px;
}

.isoft-network-vendor-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.isoft-network-logo-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #0f172a;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

/* CCTV & AV Experiences Section - Creative Enhancements */
.isoft-network-experiences {
    position: relative;
    overflow: hidden;
}

.isoft-network-experiences-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.isoft-network-experiences-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(26, 53, 86, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(95, 127, 168, 0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 0%, rgba(26, 53, 86, 0.02) 50%, transparent 100%);
    background-size: 100% 100%, 100% 100%, 200% 200%;
    animation: patternMove 25s ease-in-out infinite;
}

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


.isoft-network-experiences .bss-itsm-container {
    position: relative;
    z-index: 1;
}

.isoft-network-experiences-grid {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1200px;
    padding: 0 20px;
}

.isoft-network-experiences .bss-itsm-module-card {
    position: relative;
    opacity: 0;
    transform: translateY(40px) rotateX(10deg);
    animation: cardFadeIn3D 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: calc(var(--card-index) * 0.12s);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes cardFadeIn3D {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

.isoft-network-card-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(26, 53, 86, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
}

.isoft-network-experiences .bss-itsm-module-card:hover {
    z-index: 10;
}

.isoft-network-experiences .bss-itsm-module-card:hover .isoft-network-card-glow {
    opacity: 1;
    animation: glowPulse 2.5s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2) rotate(180deg);
    }
}

.isoft-network-experiences .bss-itsm-module-card::before {
    z-index: 1;
}

.isoft-network-experiences .bss-itsm-module-header,
.isoft-network-experiences .bss-itsm-module-description {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.isoft-network-experiences .bss-itsm-module-card:hover .bss-itsm-module-header {
    transform: translateX(4px);
}

.isoft-network-experiences .bss-itsm-module-icon {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.isoft-network-experiences .bss-itsm-module-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, var(--bss-navy-400) 0%, transparent 70%);
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.isoft-network-experiences .bss-itsm-module-card:hover .bss-itsm-module-icon {
    transform: scale(1.15) rotate(8deg);
}

.isoft-network-experiences .bss-itsm-module-card:hover .bss-itsm-module-icon::before {
    opacity: 0.2;
    animation: iconPulse 2s ease-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.05;
    }
}

.isoft-network-experiences .bss-itsm-module-icon .icon {
    font-size: 2.5rem;
    color: var(--bss-navy-600);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(26, 53, 86, 0.1));
}

.isoft-network-experiences .bss-itsm-module-card:hover .bss-itsm-module-icon .icon {
    color: var(--bss-navy-800);
    filter: drop-shadow(0 6px 12px rgba(26, 53, 86, 0.3));
    transform: scale(1.1);
}

.isoft-network-featured-card {
    position: relative;
    background: linear-gradient(135deg, rgba(238, 243, 248, 0.6) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-color: var(--bss-navy-300);
}

.isoft-network-featured-card::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: var(--bss-navy-gradient);
    border-radius: 21px;
    opacity: 0.15;
    z-index: -1;
    animation: featuredGlow 3s ease-in-out infinite;
    filter: blur(10px);
}

@keyframes featuredGlow {
    0%, 100% {
        opacity: 0.15;
        filter: blur(10px);
    }
    50% {
        opacity: 0.25;
        filter: blur(15px);
    }
}

.isoft-network-featured-card .bss-itsm-module-icon .icon {
    background: linear-gradient(135deg, var(--bss-navy-600), var(--bss-navy-400));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(26, 53, 86, 0.2));
}

.isoft-network-featured-card:hover .bss-itsm-module-icon .icon {
    background: linear-gradient(135deg, var(--bss-navy-800), var(--bss-navy-600));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 6px 12px rgba(26, 53, 86, 0.4));
}

/* 3D Tilt Effect on Mouse Move */
.isoft-network-experiences .bss-itsm-module-card {
    cursor: pointer;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .isoft-network-experiences .bss-itsm-module-card {
        transition: transform 0.1s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
    }
}

/* Enhanced shadow on hover */
.isoft-network-experiences .bss-itsm-module-card:hover {
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18),
                0 0 0 1px rgba(26, 53, 86, 0.1),
                0 8px 32px rgba(26, 53, 86, 0.12);
}

/* Responsive */
@media screen and (max-width: 1024px) {
    /* .isoft-network-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    } */

    .isoft-network-hero-side {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .isoft-network-hero {
        padding: 96px 0 60px;
        min-height: auto;
    }

    .isoft-network-hero-meta {
        gap: 12px;
    }

    .isoft-network-meta-item {
        min-width: 140px;
    }
}

@media screen and (max-width: 640px) {
    .isoft-network-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .isoft-network-btn {
        width: 100%;
        justify-content: center;
    }

    .isoft-network-meta-item {
        flex: 1 1 100%;
    }
}

