 /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7f6;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            text-align: center;
        }

        .container {
            max-width: 600px;
            padding: 20px;
        } */

        /* Icon Styling */
        .case-study-icon {
            color: #2563eb;
            margin-bottom: 20px;
        }

        /* h1 { color: #1e293b; margin-bottom: 10px; }
        p { color: #64748b; line-height: 1.6; margin-bottom: 30px; } */

        /* Trigger Link */
        .btn-trigger {
            display: inline-block;
            background-color: #2563eb;
            color: white;
            padding: 12px 24px;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: background 0.3s;
        }

        .btn-trigger:hover { background-color: #1d4ed8; }

        /* LIGHTBOX CSS */
        .lightbox-overlay {
            display: none; 
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(11, 11, 11, 0.9); /* Modern dark slate overlay */
            backdrop-filter: blur(4px); /* Modern blur effect */
        }

        .lightbox-content {
            position: relative;
            background:transparent; /*  #000; */
            border: 2px solid var(--color-outline);
            margin: 5% auto;
            padding: 40px;
            width: 90%;
            max-width: 1440px;
            border-radius: 12px;
            text-align: left;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .close-btn {
            position: absolute;
            top: 50px;
            right: 50px;
            font-size: 50px;
            cursor: pointer;
            color: #94a3b8;
        }

        .close-btn:hover { color: #1e293b; }

        .project-item {
            /* border-bottom: 1px solid #e2e8f0; */
            padding: 15px 0;
        }

        .project-item:last-child { border: none; }

        /*   /////////////////////////////////   */
       /*    /////Vidoe Overlay Styles ///////  */
               /* Basic Page Styling */
        /* body { font-family: sans-serif; display: flex; justify-content: center; gap: 20px; padding: 50px; background: #f4f4f4; } */
        
        /* .cta-button {
            padding: 15px 25px;
            background: #ff0000;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: background 0.3s;
        } */

        /* .cta-button:hover { background: #cc0000; } */

        /* Lightbox Overlay */
        .lightbox {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1000;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
        }

        /* Lightbox Content Container */
        /* .lightbox-content {
            position: relative;
            width: 80%;
            max-width: 800px;
            aspect-ratio: 16 / 9;
        }  */

        .vLight{
            position: relative;
            
             width: 90%;
            max-width: 1440px;
            aspect-ratio: 16 / 9;

        }

        .lightbox-content iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Close Button */
        /* .close-btn {
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: none;
            border: none;
        } */

        .ButV{
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: none;
            border: none;

        }

        

        @media(max-width: 767px) {
.close-btn {
        top:0; right:20px;}}