/* =========================================================
   innovation-startup-zone.css
   Page-specific styles for /innovation-startup-zone
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

.innovation-bg {
  background: #01014e !important;
}
.innovation-text {
  font-size: 4rem !important;
  font-weight: 900;
  line-height: 1.1;
  font-family: 'Anta' !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .innovation-text {
    font-size: 2rem !important;
    font-weight: 900;
    line-height: 1.1;
    font-family: 'Anta' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

/* ---------------------------------------------------------
   Moved out of innovation-startup-zone.php (was an inline <style> block)
   --------------------------------------------------------- */

    

    :root {
        --font-primary: 'Poppins', sans-serif;
        --font-heading: 'Chakra Petch', sans-serif;
        --primary-purple: #B517FF;
        --purple-glow: #D05CFF;
    }


    .robotic-heding {
        font-family: 'Anta' !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 2rem;
        color: #fff;
    }



    .robotic-text-1 {
        font-family: 'Rajdhani';
    }

    .robotic-text-2 {
        font-family: 'Rajdhani';
    }

    .robotic-text {
        font-weight: 900 !important;
        letter-spacing: 1.5px !important;
        font-size: 4rem;
    }

    .robotic-heding {
        font-weight: 500 !important;
        letter-spacing: 1.5px !important;
    }

    .stats-wrapper1 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .stat-card-neon1 {
        background: rgba(2, 2, 10, 0.7);
        border: 1px solid rgba(181, 23, 255, 0.25);
        padding: 25px;
        border-radius: 4px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
    }

        .stat-card-neon1::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            border-top: 2px solid var(--primary-purple);
            border-right: 2px solid var(--primary-purple);
        }

        .stat-card-neon1::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border-bottom: 2px solid var(--primary-purple);
            border-left: 2px solid var(--primary-purple);
        }

    .stat-number-box1 {
        font-family: 'Orbitron', sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--primary-purple) !important;
        text-shadow: 0 0 10px var(--purple-glow);
    }

    .stat-symbol1 {
        font-size: 2rem;
        color: #FFFFFF;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }

    .stat-label-neon1, .stat-label-neon {
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.1rem;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .stat-card-neon1:hover {
        background: rgba(181, 23, 255, 0.06);
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(181, 23, 255, 0.3);
    }


    :root {
        --primary-purple: #8A2BE2;
        --purple-glow: rgba(138, 43, 226, 0.5);
    }

    .btn-cyber1 {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        box-shadow: 0 0 15px rgb(255 255 255 / 63%);
        text-shadow: 0 0 8px rgb(255 255 255 / 60%);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-weight: 700;
    }

        .btn-cyber1:hover {
            background: #ffffff;
            color: black;
            border-color: #ffffff;
            box-shadow: 0 0 30px rgb(255 255 255 / 52%), 0 0 60px rgb(255 255 255 / 55%);
            text-shadow: none;
        }


    .why-visit-card1 {
        background: rgb(2 2 56);
        border: 1px solid rgb(102 123 135);
        padding: 30px;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .why-visit-card1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: #7dbfff;
            opacity: 0.5;
            transition: 0.3s;
        }

        .why-visit-card1:hover {
            transform: translateY(-5px);
            border-color: #7dbfff;
            box-shadow: 0 0 25px rgba(181, 23, 255, 0.25);
        }

            .why-visit-card1:hover::before {
                opacity: 1;
                box-shadow: 0 0 10px var(--primary-purple);
            }

    .why-icon {
        font-size: 2.5rem;
        color: #7dbfff;
        margin-bottom: 20px;
    }

    :root {
        --primary-cyan: #00FFFF;
        --cyan-glow: rgba(0, 255, 255, 0.5);
    }


    .visitor-card1 {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(0, 255, 255, 0.25);
        border-radius: 8px;
        padding: 18px 25px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        cursor: default;
    }

        .visitor-card1:hover {
            border-color: var(--primary-cyan);
            box-shadow: 0 0 15px var(--cyan-glow);
            transform: translateY(-3px);
        }


    .collage-item1 {
        position: relative;
        overflow: hidden;
        border: 2px solid rgb(254 119 1 / 83%);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-radius: 4px;
    }

        .collage-item1 * {
            color: #fff !important;
            text-shadow: 0 0 6px rgba(181, 23, 255, 0.4);
        }


        .collage-item1:hover {
            border-color: #fe7701;
            box-shadow: 0 0 15px rgb(254 119 1);
            transform: scale(1.02);
            z-index: 10;
        }



    .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .stat-card-neon {
        background: rgb(0 0 62);
        border: 1px solid rgba(0, 243, 255, 0.2);
        padding: 25px;
        border-radius: 4px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
    }
        /* Corner Accents */
        .stat-card-neon::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            border-top: 2px solid #fe7701;
            border-right: 2px solid #fe7701;
        }

        .stat-card-neon::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border-bottom: 2px solid #30f5ff;
            border-left: 2px solid #30f5ff;
        }

    .stat-number-box {
        font-family: 'Orbitron', sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        color: #fe7701 !important;
        text-shadow: 0 0 10px rgb(137 247 111 / 55%);
        line-height: 1;
        margin-bottom: 5px;
    }

    .stat-symbol {
        font-size: 2rem;
        color: #fff;
    }

    .stat-label-neon {
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.1rem;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .stat-card-neon:hover {
        background: rgba(0, 243, 255, 0.05) !important;
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgb(12 30 139);
    }



    .visitor-grid1 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }

    .visitor-card1 {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
        border: 1px solid rgb(255 255 255 / 79%);
        border-radius: 8px;
        padding: 18px 25px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        cursor: default;
    }

        .visitor-card1 i {
            font-size: 1.5rem;
            width: 30px;
            color: #fe7701;
            text-shadow: 0 0 10px rgb(224 224 255 / 71%);
            transition: 0.3s;
            margin-top: -5px;
        }

        .visitor-card1 span {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            color: #e0e0e0;
        }

        .visitor-card1:hover {
            background: rgb(8 8 102);
            border-color: #a0a0ff;
            box-shadow: 0 0 20px rgb(255 247 0 / 20%);
            transform: translateY(-3px);
        }

            .visitor-card1:hover i {
                color: #fff;
                transform: scale(1.1);
            }



    .glass-card {
        background: var(--glass);
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 40px 20px;
        border-radius: 15px;
        transition: 0.4s;
        position: relative;
    }

        .glass-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: var(--neon-blue);
            box-shadow: 0 0 30px rgb(110 104 223 / 66%);
        }

    .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        background: linear-gradient(to right, #fe7701, #fe7701);
    }



    .video-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #04045a;
        z-index: 1;
    }







    /* Grid container for three boxes */
    .callout-grid {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* Individual boxes */
    .callout-box {
        background: #00003e;
        flex: 1 1 250px;
        max-width: 300px;
        padding: 40px 20px;
        border-radius: 20px;
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
    }

        /* Hover effect */
        .callout-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 30px rgba(0,0,0,0.2);
        }

    /* Title inside box */
    .callout-title {
        font-size: 24px;
        font-weight: 700;
        color: #ffd837;
        position: relative;
        padding-bottom: 10px;
    }

        /* Optional underline decoration */
        .callout-title::after {
            content: '';
            display: block;
            width: 50%;
            height: 4px;
            background: #ffd837;
            margin: 8px auto 0 auto;
            border-radius: 2px;
        }
