        :root { --dt-main-rgb: 10, 30, 94; --dt-secondary-color: #0a1e5e; }
        .dt-container { max-width: 1431px; }
        button, .dt-btn { border-radius: 10px; }
        .dt_footer--one { background-color: #012684; }

        .sub-title { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 12px; }
        .anime-dots { display: flex; align-items: center; gap: 4px; }
        .anime-dots span { display: inline-block; width: 6px; height: 6px; background: #0a1e5e; border-radius: 50%; animation: dotPulse 1.4s infinite ease-in-out both; }
        .anime-dots span:nth-child(1) { animation-delay: 0s; }
        .anime-dots span:nth-child(2) { animation-delay: 0.2s; }
        .anime-dots span:nth-child(3) { animation-delay: 0.4s; }
        @keyframes dotPulse { 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; } 40% { transform: scale(1); opacity: 1; } }
        .sub-title .text-animate { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #0a1e5e; }

        .service-hero-section { background: linear-gradient(135deg, #00022A 0%, #0a1e5e 50%, #001a4d 100%); position: relative; overflow: hidden; padding: 190px 0 60px; }
        .service-hero-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: url('/assets/images/services/audio-visual-hero.webp') no-repeat center right; background-size: contain; opacity: 0.3; pointer-events: none; background-size:cover; }
        .service-hero-section .dt-container { position: relative; z-index: 2; }
        .service-hero-label { display: inline-block; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #4da6ff; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 8px 20px; border-radius: 30px; margin-bottom: 25px; }
        .service-hero-title { color: #fff; font-size: 52px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 700px; }
        .service-hero-subtitle { color: #4da6ff; font-size: 22px; font-weight: 600; margin-bottom: 20px; }
        .service-hero-desc { color: rgba(255, 255, 255, 0.8); font-size: 16px; line-height: 1.7; max-width: 600px; margin-bottom: 35px; }
        .service-hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
        .dt-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, 0.3); padding: 12px 30px; border-radius: 10px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; }
        .dt-btn-outline:hover { background: #fff; color: #0a1e5e; border-color: #fff; }

        .service-breadcrumb-section { background: #f8f9fa; padding: 12px 0; border-bottom: 1px solid #e9ecef; }
        .service-breadcrumb-section .breadcrumb { display: flex; list-style: none; padding: 0; margin: 0; font-size: 14px; flex-wrap: wrap; }
        .service-breadcrumb-section .breadcrumb li { display: flex; align-items: center; }
        .service-breadcrumb-section .breadcrumb li+li::before { content: '\>'; margin: 0 10px; color: #888; }
        .service-breadcrumb-section .breadcrumb a { color: #0a1e5e; text-decoration: none; }
        .service-breadcrumb-section .breadcrumb .active { color: #666; }

        .sidebar-widget { background: #fff; border-radius: 15px; padding: 25px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); margin-bottom: 30px; }
        @media (max-width:991px) { .sidebar-widget{ display: none; } }
        .sidebar-widget .widget-title { font-size: 18px; font-weight: 700; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #0a1e5e; }
        .service-sidebar-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; text-decoration: none; color: #333; transition: all 0.3s; }
        .service-sidebar-item:hover { color: #0a1e5e; padding-left: 5px; }
        .service-sidebar-item i:first-child { width: 30px; color: #0a1e5e; }
        .service-sidebar-item i:last-child { margin-left: auto; font-size: 12px; }
        .service-sidebar-item.view-all { background: #f8f9fa; margin-top: 10px; border-radius: 8px; padding: 12px; }
        .service-sidebar-item.view-all span { font-weight: 600; }

        .solution-areas-section { padding: 50px 0; }
        .solution-areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .solution-area-item { padding: 25px 20px; text-align: center; border: 1px solid #e9ecef; border-radius: 15px; background: #fff; transition: all 0.3s; }
        .solution-area-item:hover { background: #f8f9ff; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(10, 30, 94, 0.08); }
        .solution-area-item i { font-size: 32px; color: #0a1e5e; margin-bottom: 12px; display: block; }
        .solution-area-item h5 { font-size: 16px; font-weight: 700; color: #0a1e5e; margin: 0 0 10px 0; line-height: 1.4; }
        .solution-area-desc { font-size: 13px; color: #555; line-height: 1.6; text-align: left; margin-top: 10px; }
        .solution-area-desc p { margin-bottom: 8px; }
        .solution-area-desc p:last-child { margin-bottom: 0; }
        .solution-area-features { list-style: none; padding: 0; margin: 10px 0 0 0; text-align: left; }
        .solution-area-features li { font-size: 12px; color: #444; padding: 4px 0; padding-left: 16px; position: relative; }
        .solution-area-features li:before { content: '✓'; position: absolute; left: 0; color: #0a1e5e; font-weight: 700; }

        .why-choose-section { padding: 60px 0; color: #fff; }
        .why-choose-section .section-title { text-align: center; margin-bottom: 35px; }
        .why-choose-section .section-title h2 { color: #fff; font-size: 36px; margin-bottom: 12px; }
        .why-choose-section .section-title p { color: rgba(255, 255, 255, 0.7); max-width: 900px; margin: 0 auto; }
        .why-choose-dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .why-choose-dark-item { padding: 25px 20px; text-align: center; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
        .why-choose-dark-item i { width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 20px; color: #4da6ff; }
        .why-choose-dark-item h4 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 10px; }
        .why-choose-dark-item p { color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.6; margin: 0; }

        .who-we-support-section { padding: 60px 0; background: #fff; }
        .who-we-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 35px; }
        .who-we-support-item { text-align: left; padding: 28px 25px; background: #f8f9fa; border-radius: 15px; transition: all 0.3s; border: 1px solid #e9ecef; }
        .who-we-support-item:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(10, 30, 94, 0.06); border-color: #0a1e5e; }
        .who-we-support-item i { font-size: 28px; color: #0a1e5e; margin-bottom: 12px; display: block; }
        .who-we-support-item h5 { font-size: 16px; font-weight: 700; color: #0a1e5e; margin: 0 0 10px 0; }
        .who-we-support-desc { font-size: 13px; color: #555; line-height: 1.6; }
        .who-we-support-desc p { margin-bottom: 8px; }
        .who-we-support-desc p:last-child { margin-bottom: 0; }
        .industry-challenges { margin-top: 12px; padding-top: 12px; border-top: 1px dashed #ddd; }
        .industry-challenges strong { color: #0a1e5e; font-size: 12px; display: block; margin-bottom: 6px; }
        .industry-challenges ul { list-style: none; padding: 0; margin: 0; }
        .industry-challenges ul li { font-size: 12px; color: #555; padding: 3px 0; padding-left: 16px; position: relative; }
        .industry-challenges ul li:before { content: '•'; position: absolute; left: 0; color: #0a1e5e; font-weight: bold; }

        .delivery-process-section { padding: 60px 0; background: #f8f9fa; }
        .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; padding: 10px 0; }
        .process-card { background: #ffffff; border-radius: 16px; padding: 28px 22px; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); border: 1px solid #e9ecef; position: relative; transition: all 0.3s ease; }
        .process-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(10, 30, 94, 0.12); border-color: #0a1e5e; }
        .step-number { width: 44px; height: 44px; background-color: #0a1e5e; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-bottom: 14px; flex-shrink: 0; }
        .step-icon { width: 48px; height: 48px; margin-bottom: 14px; }
        .step-icon svg { width: 100%; height: 100%; stroke: #0a1e5e; stroke-width: 1.5; fill: none; }
        .step-title { font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 10px; line-height: 1.4; }
        .step-description { font-size: 13px; color: #64748b; line-height: 1.6; margin: 0 auto; }

        .dt_promise-content { display: flex; align-items: center; gap: 40px; padding: 40px; background: linear-gradient(135deg, #f8f9fa, #fff); border-radius: 20px; border: 1px solid #e9ecef; }
        .dt_promise-left { display: flex; flex-direction: column; align-items: center; text-align: center; flex-shrink: 0; gap: 15px; }
        .dt_promise-title { font-size: 28px; font-weight: 700; color: #0a1e5e; margin: 0; white-space: nowrap; }
        .dt_promise-icon { width: 100px; height: 100px; background: linear-gradient(135deg, #0a1e5e, #1a3a8a); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
        .dt_promise-icon i { font-size: 32px; color: #fff; }
        .dt_promise-right { flex: 1; }
        .dt_promise-text { font-size: 16px; line-height: 1.7; color: #555; }
        .dt_promise-text p { margin-bottom: 12px; }
        .dt_promise-text p:last-child { margin-bottom: 0; }
        @media (max-width: 767px) {
            .dt_promise-content { flex-direction: column; align-items: center; text-align: center; gap: 25px; padding: 30px 20px; }
            .dt_promise-left { gap: 12px; }
            .dt_promise-title { font-size: 24px; }
            .dt_promise-text { font-size: 15px; text-align: center; }
        }

        .dt_cta-box { background: linear-gradient(135deg, #0a1e5e, #1a3a8a); border-radius: 20px; padding: 50px 40px; text-align: center; color: #fff; }
        .dt_cta-title { color: #fff; font-size: 32px; margin-bottom: 15px; }
        .dt_cta-description { color: rgba(255, 255, 255, 0.8); margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }
        .dt_cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
        .dt-btn-white { background: #fff; color: #0a1e5e; border: none; padding: 12px 30px; border-radius: 10px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; }
        .dt-btn-white:hover { background: #f0f0f0; transform: translateY(-2px); color: #0a1e5e; }

        .whatsapp-float { position: fixed; bottom: 100px; right: 24px; background-color: #25D366; width: 56px; height: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4); transition: all 0.3s ease; z-index: 1000; text-decoration: none; opacity: 0; visibility: hidden; transform: scale(0.8); }
        .whatsapp-float.show { opacity: 1; visibility: visible; transform: scale(1); }
        .whatsapp-float:hover { transform: scale(1.08); }
        @keyframes pulse { 0% { transform: scale(1); opacity: 0.4; } 70% { transform: scale(1.3); opacity: 0; } 100% { transform: scale(1.3); opacity: 0; } }

        .dt_uptop { position: fixed; bottom: 30px; right: 24px; width: 50px; height: 50px; background: #0a1e5e; border: none; border-radius: 50%; cursor: pointer; z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s; }
        .dt_uptop.show { opacity: 1; visibility: visible; }
        .dt_uptop svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; }

        .bg-light { background-color: #f8f9fa; }
        .dt-py-default { padding: 50px 0; }

        /* Trust Bar */
        .trust-bar-section { background: #fff; padding: 40px 0; border-bottom: 1px solid #e9ecef; }
        .trust-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
        .trust-bar-item i { font-size: 28px; color: #0a1e5e; margin-bottom: 10px; }
        .trust-bar-item h4 { font-size: 14px; font-weight: 700; color: #0a1e5e; margin: 0 0 4px 0; }
        .trust-bar-item p { font-size: 12px; color: #666; margin: 0; }
        @media (max-width: 768px) { .trust-bar-grid { grid-template-columns: repeat(2, 1fr); } }

        /* Differentiators */
        .differentiators-section { padding: 50px 0; background: linear-gradient(135deg, #f8f9ff, #fff); }
        .differentiators-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
        .differentiator-item { display: flex; gap: 15px; padding: 20px; background: #fff; border-radius: 12px; border: 1px solid #e9ecef; }
        .differentiator-item i { font-size: 24px; color: #0a1e5e; flex-shrink: 0; margin-top: 3px; }
        .differentiator-item h4 { font-size: 15px; font-weight: 700; color: #0a1e5e; margin: 0 0 6px 0; }
        .differentiator-item p { font-size: 13px; color: #555; line-height: 1.5; margin: 0; }
        @media (max-width: 768px) { .differentiators-grid { grid-template-columns: 1fr; } }

        @media (max-width: 991px) {
            .service-hero-title { font-size: 36px; }
            .service-hero-section { padding: 150px 0 50px; }
            .solution-areas-grid { grid-template-columns: repeat(2, 1fr); }
            .why-choose-dark-grid { grid-template-columns: repeat(2, 1fr); }
            .who-we-support-grid { grid-template-columns: repeat(2, 1fr); }
            .dt-py-default { padding: 40px 0; }
        }
        @media (max-width: 768px) {
            .process-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
            .process-card { padding: 25px 15px; }
        }
        @media (max-width: 576px) {
            .service-hero-section { padding: 20px 0 40px; }
            .service-hero-title { font-size: 28px; }
            .service-hero-subtitle { font-size: 18px; }
            .service-hero-desc { font-size: 15px; }
            .service-hero-buttons { justify-content: center; }
            .solution-areas-grid { grid-template-columns: 1fr; }
            .why-choose-dark-grid { grid-template-columns: 1fr; }
            .who-we-support-grid { grid-template-columns: 1fr; }
            .dt-py-default { padding: 30px 0; }
        }
        /* Certified Team Proof Block */
        .certified-proof-section { padding: 50px 0; background: linear-gradient(135deg, #f8f9ff, #fff); }
        .certified-proof-block { background: #fff; border-radius: 16px; padding: 35px 30px; border: 1px solid #e9ecef; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
        .certified-proof-block h3 { color: #0a1e5e; font-size: 20px; font-weight: 700; margin-bottom: 15px; }
        .certified-proof-block p { color: #555; font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
        .capability-tags { display: flex; flex-wrap: wrap; gap: 8px; }
        .capability-tag { background: #f0f4ff; color: #0a1e5e; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; border: 1px solid #d0d8f0; }

        @media (max-width: 480px) {
            .process-grid { grid-template-columns: 1fr; gap: 16px; }
            .process-card::after { display: none !important; }
            .process-card { padding: 25px 20px; }
            .step-title { min-height: auto; }
        }