.elementor-100 .elementor-element.elementor-element-6853efc{--display:flex;--margin-top:-126px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-100 .elementor-element.elementor-element-6853efc:not(.elementor-motion-effects-element-type-background), .elementor-100 .elementor-element.elementor-element-6853efc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131313;}/* Start custom CSS for html, class: .elementor-element-3d99002 *//* ==========================================================================
   VENKAT KOMMOJU - OFFICIAL CINEMATIC DESIGN SYSTEM (COMPACT & SCREEN-FIT)
   ========================================================================== */
.vk-portfolio-body { 
    background-color: #131313; 
    color: #e5e2e1; 
    font-family: 'Inter', sans-serif; 
    scroll-behavior: smooth; 
}
.vk-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
    box-sizing: border-box; 
}
.vk-text-gold { 
    color: #f2ca50; 
}

/* SECTION HEADERS */
.vk-section-header { 
    text-align: center; 
    margin-bottom: 40px; 
}
.vk-section-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 36px; 
    color: #e5e2e1; 
    margin: 0 0 8px 0; 
    font-weight: 600; 
}
.vk-section-subtitle { 
    color: #f2ca50; 
    font-size: 11px; 
    text-transform: uppercase; 
    letter-spacing: 0.2em; 
    font-weight: 700; 
}

/* 1. HEADER NAV BAR */
.vk-site-header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 99999; 
    background: rgba(19, 19, 19, 0.95); 
    backdrop-filter: blur(20px); 
    border-bottom: 1px solid rgba(242, 202, 80, 0.2); 
    transition: all 0.3s ease; 
}
.vk-header-container { 
    max-width: 1250px; 
    margin: 0 auto; 
    padding: 12px 20px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}
.vk-header-spacer { 
    height: 65px; 
    width: 100%; 
}
.vk-header-brand { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
}
.vk-header-logo-box { 
    position: relative; 
    width: 34px; 
    height: 34px; 
    background: #000; 
    border: 2px solid #f2ca50; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.vk-logo-letter { 
    color: #f2ca50; 
    font-family: 'Playfair Display', serif; 
    font-size: 16px; 
    font-weight: 700; 
}
.vk-header-brand-name { 
    font-family: 'Playfair Display', serif; 
    font-size: 18px; 
    color: #f2ca50; 
    font-weight: 600; 
}
.vk-header-menu { 
    display: flex; 
    gap: 25px; 
}
.vk-menu-link { 
    color: #e5e2e1; 
    text-decoration: none; 
    font-size: 13px; 
    transition: color 0.3s; 
    font-weight: 500; 
}
.vk-menu-link:hover { 
    color: #f2ca50; 
}
.vk-btn-header-hire { 
    background-color: #f2ca50; 
    color: #241a00; 
    padding: 7px 18px; 
    font-weight: 700; 
    border-radius: 4px; 
    text-decoration: none; 
    font-size: 12px; 
    text-transform: uppercase; 
}

/* 2. HERO & COMPACT CREW PROFILE CARD */
.vk-hero-section { 
    position: relative; 
    width: 100%; 
    min-height: 85vh; 
    background-color: #131313; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 40px 20px; 
    box-sizing: border-box; 
    text-align: center; 
}
.vk-hero-spotlight { 
    position: absolute; 
    inset: 0; 
    background: radial-gradient(circle at 50% 50%, rgba(242, 202, 80, 0.12) 0%, rgba(0, 0, 0, 0) 70%); 
    pointer-events: none; 
}
.vk-hero-content { 
    position: relative; 
    z-index: 5; 
    max-width: 800px; 
    width: 100%; 
}
.vk-hero-tagline { 
    color: #f2ca50; 
    font-size: 12px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.15em; 
    display: block; 
    margin-bottom: 8px; 
}
.vk-hero-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 44px; 
    color: #e5e2e1; 
    margin: 0 0 5px 0; 
    font-weight: 700; 
}
.vk-hero-role { 
    font-family: 'Playfair Display', serif; 
    font-size: 20px; 
    color: #c8c6c5; 
    margin: 0 0 25px 0; 
    font-weight: 500; 
}

/* EXPERIENCED CREW CARD (TEXT FOCUS) */
.vk-crew-card { 
    max-width: 550px; 
    margin: 0 auto; 
    background: rgba(32, 31, 31, 0.9); 
    border: 2px solid #f2ca50; 
    border-radius: 12px; 
    padding: 25px 30px; 
    text-align: left; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
    backdrop-filter: blur(10px); 
}
.vk-card-badge { 
    display: inline-block; 
    background: #f2ca50; 
    color: #241a00; 
    font-size: 11px; 
    font-weight: 700; 
    padding: 3px 10px; 
    border-radius: 4px; 
    text-transform: uppercase; 
    margin-bottom: 12px; 
}
.vk-card-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 22px; 
    color: #f2ca50; 
    margin: 0 0 12px 0; 
    border-bottom: 1px solid rgba(242,202,80,0.2); 
    padding-bottom: 6px; 
}
.vk-card-details p { 
    font-size: 14px; 
    margin: 8px 0; 
    color: #e5e2e1; 
    line-height: 1.5; 
}
.vk-card-details strong { 
    color: #f2ca50; 
    font-weight: 600; 
    display: inline-block; 
    width: 110px; 
}

/* 3. BIOGRAPHY SECTION (1000+ WORDS DETAILED NARRATIVE) */
.vk-bio-section { 
    background-color: #0e0e0e; 
    padding: 70px 0; 
    border-top: 1px solid rgba(242, 202, 80, 0.1); 
}
.vk-bio-content-wrapper { 
    max-width: 900px; 
    margin: 0 auto; 
}
.vk-bio-paragraph { 
    margin-bottom: 35px; 
}
.vk-bio-paragraph h3 { 
    font-family: 'Playfair Display', serif; 
    font-size: 22px; 
    color: #f2ca50; 
    margin: 0 0 12px 0; 
    font-weight: 600; 
    border-left: 3px solid #f2ca50; 
    padding-left: 12px; 
}
.vk-bio-paragraph p { 
    font-size: 15px; 
    line-height: 1.75; 
    color: #c8c6c5; 
    text-align: justify; 
    margin-bottom: 12px; 
}
.vk-bio-list {
    margin: 10px 0 20px 20px;
    padding: 0;
}
.vk-bio-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #c8c6c5;
    margin-bottom: 6px;
    list-style-type: square;
}
.vk-bio-list strong {
    color: #f2ca50;
}

/* 4. COMPACT FILMOGRAPHY LIST (TEXT-BASED LIST SYSTEM) */
.vk-works-section { 
    background-color: #131313; 
    padding: 70px 0; 
}
.vk-writings-list-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 16px; 
    max-width: 950px; 
    margin: 0 auto; 
}
.vk-writing-item { 
    background: #1c1b1b; 
    padding: 16px 20px; 
    border-radius: 6px; 
    border-left: 4px solid #f2ca50; 
    font-size: 14px; 
    color: #e5e2e1; 
    line-height: 1.5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.vk-writing-item strong {
    color: #f2ca50;
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

/* 5. SERVICES EXPERTISE GRID */
.vk-services-section { 
    background-color: #1c1b1b; 
    padding: 70px 0; 
}
.vk-services-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px; 
}
.vk-service-card { 
    background: rgba(26, 26, 26, 0.6); 
    border: 1px solid rgba(242, 202, 80, 0.06); 
    padding: 25px 20px; 
    border-radius: 6px; 
    text-align: center; 
    transition: all 0.3s ease;
}
.vk-service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(242, 202, 80, 0.3);
}
.vk-srv-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 18px; 
    color: #e5e2e1; 
    margin: 0 0 8px 0; 
    font-weight: 600;
}
.vk-srv-desc { 
    color: #c8c6c5; 
    font-size: 13px; 
    line-height: 1.5; 
    margin: 0; 
}

/* 6. COMPACT SITE FOOTER */
.vk-site-footer { 
    background-color: #0e0e0e; 
    border-top: 1px solid rgba(242, 202, 80, 0.15); 
    padding: 30px 0; 
}
.vk-footer-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 15px; 
    flex-wrap: wrap; 
}
.vk-footer-brand-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vk-coded-logo-small {
    width: 28px;
    height: 28px;
    border: 2px solid #f2ca50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.logo-small-text {
    color: #f2ca50;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
}
.vk-footer-name { 
    font-family: 'Playfair Display', serif; 
    font-size: 16px; 
    color: #f2ca50; 
    font-weight: 600; 
}
.vk-footer-copy { 
    margin: 0; 
    font-size: 12px; 
    color: #c8c6c5; 
    opacity: 0.6; 
}

/* ==========================================================================
   DYNAMIC MEDIA QUERIES (100% RESPONSIVE SMART SYSTEM)
   ========================================================================== */
@media (max-width: 991px) {
    .vk-writings-list-grid { grid-template-columns: 1fr; }
    .vk-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .vk-header-menu { display: none; }
    .vk-hero-title { font-size: 32px; }
    .vk-hero-role { font-size: 18px; }
    .vk-section-title { font-size: 26px; }
    .vk-crew-card { padding: 20px 15px; }
    .vk-card-details strong { display: block; margin-bottom: 2px; }
    .vk-services-grid { grid-template-columns: 1fr; }
    .vk-footer-flex { flex-direction: column; text-align: center; }
    .vk-footer-brand-row { justify-content: center; }
}/* End custom CSS */