.elementor-788 .elementor-element.elementor-element-e96d39d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b3b495b *//* =========================================================
   CORPORATE VIDEO PRODUCTION SERVICE PAGE STYLES
   ========================================================= */
.video-service-wrapper {
    background-color: #011032;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tech-container { max-width: 1200px !important; margin: 0 auto; padding: 0 40px; }
.text-center { text-align: center; }
.w-100 { width: 100%; }
.mt-10 { margin-top: 10px; }

/* Typography & Buttons */
.section-title { color: #fff; font-size: 38px; font-weight: 800; margin-bottom: 15px; }
.section-subtitle { color: #8892b0; font-size: 18px; margin-bottom: 50px; }
.section-title-left { color: #fff; font-size: 36px; font-weight: 800; border-left: 5px solid #ff3333; padding-left: 15px; margin-bottom: 40px; }
.neon-subtitle { color: #ff3333; /* Cinematic Red */ letter-spacing: 3px; font-size: 16px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { font-size: 50px; font-weight: 900; color: #ffffff !important; line-height: 1.2; margin-bottom: 25px; text-shadow: 0 0 20px rgba(255, 51, 51, 0.2); }
.vid-lead-text { color: #ccd6f6; font-size: 18px; line-height: 1.8; margin-bottom: 40px; }

.bold-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; transition: all 0.3s ease; border-radius: 8px; cursor: pointer; border: none; }
.btn-neon-massive { padding: 20px 40px; font-size: 16px; font-weight: 700; background-color: #ff3333; color: #fff !important; box-shadow: 0 0 20px rgba(255, 51, 51, 0.4); }
.btn-neon-massive:hover { background-color: transparent !important; color: #ff3333 !important; border: 2px solid #ff3333; box-shadow: 0 0 30px rgba(255, 51, 51, 0.6); transform: translateY(-3px); }

/* --- HERO SECTION & VIEWFINDER ANIMATION --- */
.vid-hero-section { padding: 100px 0 80px; background: radial-gradient(circle at right, #011a4a 0%, #010a1c 100%); border-bottom: 1px solid rgba(255,51,51,0.1); }
.vid-hero-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }

/* The Animation Box */
.camera-animation-box { height: 400px; position: relative; display: flex; align-items: center; justify-content: center; background: url('https://www.transparenttextures.com/patterns/stardust.png') rgba(0,0,0,0.8); border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 50px rgba(0,0,0,0.5); overflow: hidden; }

/* Viewfinder UI */
.viewfinder { width: 90%; height: 85%; position: relative; border: 1px solid rgba(255,255,255,0.05); }

/* Corner Brackets */
.bracket { position: absolute; width: 30px; height: 30px; border: 3px solid rgba(255,255,255,0.7); }
.top-left { top: 0; left: 0; border-right: none; border-bottom: none; }
.top-right { top: 0; right: 0; border-left: none; border-bottom: none; }
.bottom-left { bottom: 0; left: 0; border-right: none; border-top: none; }
.bottom-right { bottom: 0; right: 0; border-left: none; border-top: none; }

/* REC Indicator */
.rec-indicator { position: absolute; top: 15px; right: 20px; color: #fff; font-size: 14px; font-family: monospace; font-weight: bold; display: flex; align-items: center; gap: 8px; letter-spacing: 2px; }
.red-dot { width: 12px; height: 12px; background: #ff3333; border-radius: 50%; box-shadow: 0 0 10px #ff3333; animation: blinkRec 1s infinite; }

/* Center Crosshair (Auto-focusing) */
.crosshair { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; animation: focusHunt 4s infinite alternate ease-in-out; }
.c-line-v { position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,0.5); }
.c-line-h { position: absolute; width: 100%; height: 1px; background: rgba(255,255,255,0.5); }
.focus-box { position: absolute; width: 40px; height: 40px; border: 1px solid #00E676; box-shadow: 0 0 10px rgba(0,230,118,0.5); opacity: 0; animation: focusLock 4s infinite alternate; }

/* Camera Meta Data */
.cam-meta { position: absolute; bottom: 15px; left: 20px; right: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,0.7); font-family: monospace; font-size: 12px; letter-spacing: 1px; }
.highlight-meta { color: #fff; font-weight: 800; background: rgba(255,51,51,0.2); padding: 2px 6px; border: 1px solid #ff3333; border-radius: 3px; }

/* Target File Name */
.target-text { position: absolute; top: 15px; left: 20px; color: rgba(255,255,255,0.5); font-family: monospace; font-size: 10px; letter-spacing: 1px; }

/* Animations */
@keyframes blinkRec { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes focusHunt { 0% { transform: translate(-50%, -50%) scale(0.8); } 50% { transform: translate(-50%, -50%) scale(1.2); } 100% { transform: translate(-50%, -50%) scale(1); } }
@keyframes focusLock { 0%, 60% { opacity: 0; width: 60px; height: 60px; } 70%, 100% { opacity: 1; width: 40px; height: 40px; } }


/* --- FEATURES GRID --- */
.vid-features-section { padding: 80px 0; }
.vid-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 40px; }
.vid-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 40px 25px; border-radius: 12px; transition: 0.4s; text-align: center; }
.vid-card:hover { transform: translateY(-10px); background: rgba(255,51,51,0.03); border-color: rgba(255,51,51,0.3); box-shadow: 0 10px 30px rgba(255,51,51,0.1); }
.vd-icon { font-size: 40px; color: #ff3333; margin-bottom: 20px; }
.vid-card h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.vid-card p { color: #8892b0; font-size: 14px; line-height: 1.7; margin: 0; }

/* --- PROCESS SECTION --- */
.vid-process-section { padding: 60px 0 100px; }
.vid-process-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.advanced-process-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 30px; }
.advanced-process-list li { display: flex; gap: 20px; align-items: flex-start; }
.process-icon { width: 60px; height: 60px; background: rgba(255,51,51,0.1); border: 1px solid #ff3333; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #ff3333; flex-shrink: 0; }
.process-details h4 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.process-details p { color: #8892b0; font-size: 15px; line-height: 1.7; margin: 0; }

.glass-stat-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 40px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.glass-stat-box h3 { color: #fff; font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.glass-stat-box p { color: #ccd6f6; font-size: 16px; margin-bottom: 30px; }
.stat-bar-container { margin-bottom: 20px; }
.stat-bar-container span { display: block; color: #fff; font-size: 13px; font-weight: 600; margin-top: 8px; text-transform: uppercase; letter-spacing: 1px; }
.stat-bar { height: 8px; background: rgba(255,255,255,0.1); border-radius: 10px; position: relative; overflow: hidden; }
.stat-fill { position: absolute; top: 0; left: 0; height: 100%; background: #ff3333; border-radius: 10px; }

/* --- FORM SECTION --- */
.vid-form-section { padding: 80px 0 100px; background: #010a1c; border-top: 1px solid rgba(255,51,51,0.1); border-bottom: 1px solid rgba(255,51,51,0.1); }
.vid-form-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: rgba(255,255,255,0.02); padding: 60px; border-radius: 20px; border: 1px solid rgba(255,51,51,0.2); align-items: center; }
.vid-form-text h2 { font-size: 36px; color: #fff; font-weight: 800; margin-bottom: 20px; }
.vid-form-text p { color: #8892b0; font-size: 17px; line-height: 1.8; margin-bottom: 30px; }
.trust-badges { display: flex; gap: 20px; }
.trust-badges span { background: rgba(255,51,51,0.05); color: #ff3333; padding: 8px 16px; border-radius: 30px; border: 1px solid rgba(255,51,51,0.2); font-size: 14px; font-weight: 600; }

.premium-vid-form { display: flex; flex-direction: column; gap: 20px; }
.input-group-premium input, .input-group-premium select { width: 100% !important; background: rgba(255,255,255,0.02) !important; border: 1px solid rgba(255,255,255,0.1) !important; color: #fff !important; font-family: 'Poppins', sans-serif !important; font-size: 15px !important; padding: 18px 20px !important; border-radius: 8px !important; outline: none !important; transition: 0.3s; }
.input-group-premium select { appearance: none !important; cursor: pointer; color: #8892b0 !important; }
.input-group-premium select option { background: #011032; color: #fff; }
.input-group-premium input:focus, .input-group-premium select:focus { border-color: #ff3333 !important; box-shadow: 0 0 0 3px rgba(255,51,51,0.1) !important; background: rgba(255,51,51,0.02) !important; }

/* --- MASSIVE PILLAR CONTENT --- */
.vid-massive-pillar { padding: 100px 0; font-family: 'Poppins', sans-serif; }
.max-w-900 { max-width: 900px !important; margin: 0 auto; padding: 0 40px; }
.pillar-header { margin-bottom: 60px; text-align: center; }
.pillar-main-title { color: #ff3333; font-size: 38px; font-weight: 900; line-height: 1.3; margin-bottom: 25px; }
.pillar-lead { color: #ccd6f6; font-size: 19px; line-height: 1.8; font-weight: 400; text-align: left; }
.pillar-section { margin-bottom: 55px; }
.pillar-h3 { color: #ffffff; font-size: 26px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pillar-text { color: #8892b0; font-size: 17px; line-height: 1.95; margin-bottom: 20px; text-align: justify; font-weight: 300; }
.pillar-text strong { color: #ccd6f6; font-weight: 600; }
.pillar-bullet-list { margin-bottom: 25px; padding-left: 0; }
.pillar-bullet-list li { color: #8892b0; font-size: 17px; line-height: 1.9; margin-bottom: 18px; position: relative; list-style-type: none; padding-left: 25px; text-align: justify; }
.pillar-bullet-list li::before { content: '\f0da'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #ff3333; font-size: 14px; top: 4px; }
.pillar-conclusion-box { background: rgba(255, 51, 51, 0.03); border-left: 4px solid #ff3333; padding: 40px; border-radius: 0 12px 12px 0; margin-top: 60px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.conclusion-title { color: #ff3333; font-size: 24px; font-weight: 800; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.conclusion-text { color: #ccd6f6; font-size: 17px; line-height: 1.8; margin: 0; }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .vid-hero-grid, .vid-process-wrapper, .vid-form-box { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .vid-features-grid { grid-template-columns: repeat(2, 1fr); }
    .advanced-process-list li { text-align: left; }
    .vid-form-box { padding: 40px 30px; }
    .trust-badges { justify-content: center; }
}
@media (max-width: 768px) {
    .tech-container { padding: 0 20px !important; }
    .main-tech-title { font-size: 40px; }
    .vid-features-grid { grid-template-columns: 1fr; }
    .camera-animation-box { height: 300px; padding: 0 10px; }
    .bracket { width: 20px; height: 20px; }
    .crosshair { width: 50px; height: 50px; }
    .cam-meta { font-size: 9px; left: 10px; right: 10px; }
    .target-text { font-size: 8px; left: 10px; }
    .pillar-main-title { font-size: 32px; text-align: left; }
    .pillar-h3 { font-size: 22px; }
    .pillar-text, .pillar-bullet-list li, .conclusion-text { font-size: 16px; text-align: left; }
    .pillar-conclusion-box { padding: 30px 20px; }
}/* End custom CSS */