.elementor-49309 .elementor-element.elementor-element-d0e0d34{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49309 .elementor-element.elementor-element-aa6de0b{--display:flex;--justify-content:center;}.elementor-49309 .elementor-element.elementor-element-7134c61{text-align:left;}.elementor-49309 .elementor-element.elementor-element-7134c61 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:45px;line-height:52px;color:#000000;}.elementor-49309 .elementor-element.elementor-element-7b1fa34{font-family:"Inter", Sans-serif;font-size:18px;color:#000000;}.elementor-49309 .elementor-element.elementor-element-66e9f5e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49309 .elementor-element.elementor-element-2d04574 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-49309 .elementor-element.elementor-element-2dd58a4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49309 .elementor-element.elementor-element-db16158{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49309 .elementor-element.elementor-element-d746796 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-49309 .elementor-element.elementor-element-7134c61{text-align:center;}}@media(max-width:767px){.elementor-49309 .elementor-element.elementor-element-d0e0d34{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-49309 .elementor-element.elementor-element-7134c61{width:auto;max-width:auto;text-align:left;}}/* Start custom CSS for html, class: .elementor-element-2d04574 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
            background: white;
            font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
        }

        .ADTA-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .ADTA-hero-section {
            padding: 60px 0;
            border-bottom: 1px solid #e2e8f0;
        }

        .ADTA-hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .ADTA-hero-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #0f172a;
            letter-spacing: -0.025em;
        }

        .ADTA-highlight {
            color: #059669;
            padding: 4px 12px;
        }

        .ADTA-hero-subtitle {
            font-size: 16px;
            color: #64748b;
            margin-bottom: 30px;
            line-height: 1.7;
            font-weight: 400;
        }

        .ADTA-cta-button {
            background: linear-gradient(135deg, #059669, #047857);
            color: white;
            border: none;
            padding: 16px 32px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 12px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 14px 0 rgba(5, 150, 105, 0.25);
            font-family: 'Inter', sans-serif;
        }

        .ADTA-cta-button:hover {
            background: linear-gradient(135deg, #047857, #065f46);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px 0 rgba(5, 150, 105, 0.35);
        }

        /* Hero Analytics Dashboard */
        .ADTA-hero-analytics {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 28px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            animation: ADTA-hero-float 6s ease-in-out infinite;
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .ADTA-hero-analytics::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(5, 150, 105, 0.02), rgba(99, 102, 241, 0.02));
            pointer-events: none;
        }

        .ADTA-hero-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid #f1f5f9;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-title-dash {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            letter-spacing: -0.025em;
        }

        .ADTA-hero-live {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #059669;
            font-size: 12px;
            font-weight: 500;
            background: #ecfdf5;
            padding: 6px 12px;
            border-radius: 20px;
            border: 1px solid #a7f3d0;
        }

        .ADTA-hero-pulse {
            width: 6px;
            height: 6px;
            background: #059669;
            border-radius: 50%;
            animation: ADTA-pulse 2s infinite;
        }

        .ADTA-hero-metrics {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-metric {
            background: linear-gradient(135deg, #f8fafc, #f1f5f9);
            padding: 16px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            animation: ADTA-metric-bounce 3s ease-in-out infinite;
        }

        .ADTA-hero-metric:nth-child(1) { animation-delay: 0s; }
        .ADTA-hero-metric:nth-child(2) { animation-delay: 0.5s; }
        .ADTA-hero-metric:nth-child(3) { animation-delay: 1s; }
        .ADTA-hero-metric:nth-child(4) { animation-delay: 1.5s; }

        .ADTA-hero-metric:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .ADTA-hero-value {
            font-size: 20px;
            font-weight: 700;
            color: #059669;
            margin-bottom: 4px;
            letter-spacing: -0.025em;
            animation: ADTA-value-counter 2s ease-in-out infinite;
        }

        .ADTA-hero-label {
            font-size: 11px;
            color: #64748b;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .ADTA-hero-charts {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 16px;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-main-chart {
            background: #fafbfc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 16px;
            position: relative;
            overflow: hidden;
        }

        .ADTA-hero-side-stats {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .ADTA-hero-stat-item {
            background: linear-gradient(135deg, #f8fafc, #ffffff);
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 12px;
            display: flex;
            align-items: center;
            gap: 12px;
            animation: ADTA-stat-slide 4s ease-in-out infinite;
        }

        .ADTA-hero-stat-item:nth-child(1) { animation-delay: 0s; }
        .ADTA-hero-stat-item:nth-child(2) { animation-delay: 1s; }
        .ADTA-hero-stat-item:nth-child(3) { animation-delay: 2s; }

        .ADTA-hero-stat-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: white;
        }

        .ADTA-hero-stat-icon.ADTA-green { background: linear-gradient(135deg, #059669, #047857); }
        .ADTA-hero-stat-icon.ADTA-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
        .ADTA-hero-stat-icon.ADTA-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }

        .ADTA-hero-stat-text {
            flex: 1;
        }

        .ADTA-hero-stat-value {
            font-size: 14px;
            font-weight: 600;
            color: #0f172a;
        }

        .ADTA-hero-stat-label {
            font-size: 10px;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Animations */
        @keyframes ADTA-hero-float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }

        @keyframes ADTA-pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.2); }
        }

        @keyframes ADTA-metric-bounce {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-3px); }
        }

        @keyframes ADTA-value-counter {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        @keyframes ADTA-stat-slide {
            0%, 100% { transform: translateX(0px); }
            50% { transform: translateX(3px); }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .ADTA-hero-metrics {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .ADTA-hero-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .ADTA-hero-title {
                font-size: 28px;
            }

            .ADTA-hero-charts {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .ADTA-container {
                padding: 0 16px;
            }

            .ADTA-hero-title {
                font-size: 24px;
            }

            .ADTA-hero-analytics {
                padding: 24px;
            }

            .ADTA-hero-metrics {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-082e623 */<style>
    
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.3;
            color: #1a1a1a;
            background: white;
            font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
        }

        .ADTA-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .ADTA-hero-section {
            background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
            padding: 60px 0;
            border-bottom: 1px solid #e2e8f0;
        }

        .ADTA-hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .ADTA-hero-title {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #0f172a;
            letter-spacing: -0.025em;
        }

        .ADTA-highlight {
            color: #059669;
            padding: 4px 12px;
        }

        .ADTA-hero-subtitle {
            font-size: 16px;
            color: #64748b;
            margin-bottom: 30px;
            line-height: 1.7;
            font-weight: 400;
        }

        .ADTA-cta-button {
            background: linear-gradient(135deg, #059669, #047857);
            color: white;
            border: none;
            padding: 16px 32px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 12px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 14px 0 rgba(5, 150, 105, 0.25);
            font-family: 'Inter', sans-serif;
        }

        .ADTA-cta-button:hover {
            background: linear-gradient(135deg, #047857, #065f46);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px 0 rgba(5, 150, 105, 0.35);
        }

        /* Hero Analytics Dashboard */
        .ADTA-hero-analytics {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 28px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            animation: ADTA-hero-float 6s ease-in-out infinite;
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .ADTA-hero-analytics::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(5, 150, 105, 0.02), rgba(99, 102, 241, 0.02));
            pointer-events: none;
        }

        .ADTA-hero-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid #f1f5f9;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-title-dash {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            letter-spacing: -0.025em;
        }

        .ADTA-hero-live {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #059669;
            font-size: 12px;
            font-weight: 500;
            background: #ecfdf5;
            padding: 6px 12px;
            border-radius: 20px;
            border: 1px solid #a7f3d0;
        }

        .ADTA-hero-pulse {
            width: 6px;
            height: 6px;
            background: #059669;
            border-radius: 50%;
            animation: ADTA-pulse 2s infinite;
        }

        .ADTA-hero-metrics {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-metric {
            background: linear-gradient(135deg, #f8fafc, #f1f5f9);
            padding: 16px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            animation: ADTA-metric-bounce 3s ease-in-out infinite;
        }

        .ADTA-hero-metric:nth-child(1) { animation-delay: 0s; }
        .ADTA-hero-metric:nth-child(2) { animation-delay: 0.5s; }
        .ADTA-hero-metric:nth-child(3) { animation-delay: 1s; }
        .ADTA-hero-metric:nth-child(4) { animation-delay: 1.5s; }

        .ADTA-hero-metric:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .ADTA-hero-value {
            font-size: 20px;
            font-weight: 700;
            color: #059669;
            margin-bottom: 4px;
            letter-spacing: -0.025em;
            animation: ADTA-value-counter 2s ease-in-out infinite;
        }

        .ADTA-hero-label {
            font-size: 11px;
            color: #64748b;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .ADTA-hero-charts {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 16px;
            position: relative;
            z-index: 2;
        }

        .ADTA-hero-main-chart {
            background: #fafbfc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 16px;
            position: relative;
            overflow: hidden;
        }

        .ADTA-hero-side-stats {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .ADTA-hero-stat-item {
            background: linear-gradient(135deg, #f8fafc, #ffffff);
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 12px;
            display: flex;
            align-items: center;
            gap: 12px;
            animation: ADTA-stat-slide 4s ease-in-out infinite;
        }

        .ADTA-hero-stat-item:nth-child(1) { animation-delay: 0s; }
        .ADTA-hero-stat-item:nth-child(2) { animation-delay: 1s; }
        .ADTA-hero-stat-item:nth-child(3) { animation-delay: 2s; }

        .ADTA-hero-stat-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: white;
        }

        .ADTA-hero-stat-icon.ADTA-green { background: linear-gradient(135deg, #059669, #047857); }
        .ADTA-hero-stat-icon.ADTA-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
        .ADTA-hero-stat-icon.ADTA-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }

        .ADTA-hero-stat-text {
            flex: 1;
        }

        .ADTA-hero-stat-value {
            font-size: 14px;
            font-weight: 600;
            color: #0f172a;
        }

        .ADTA-hero-stat-label {
            font-size: 10px;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Animations */
        @keyframes ADTA-hero-float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }

        @keyframes ADTA-pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.2); }
        }

        @keyframes ADTA-metric-bounce {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-3px); }
        }

        @keyframes ADTA-value-counter {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        @keyframes ADTA-stat-slide {
            0%, 100% { transform: translateX(0px); }
            50% { transform: translateX(3px); }
        }

        /* Problem Section */
        .ADTA-problem-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            color: white;
            position: relative;
        }

        .ADTA-problem-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
        }

        .ADTA-problem-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        /* Problem Dashboard */
        
        /* Updated Problem Section with white background */
    .ADTA-problem-section {
        padding: 60px 0;
        background: white; /* Changed from dark gradient to white */
        color: #1a1a1a; /* Changed text color to dark */
        position: relative;
    }

    .ADTA-problem-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(0,0,0,0.05)"/><circle cx="80" cy="40" r="1.5" fill="rgba(0,0,0,0.05)"/><circle cx="40" cy="80" r="1" fill="rgba(0,0,0,0.05)"/></svg>'); /* Changed dots to dark */
    }

    .ADTA-problem-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    /* Updated Problem Dashboard */
    .ADTA-problem-dashboard {
        background: rgba(255, 255, 255, 0.95); /* Light background */
        border-radius: 20px;
        padding: 32px;
        border: 1px solid rgba(0, 0, 0, 0.1); /* Dark border */
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        animation: ADTA-problem-glow 4s ease-in-out infinite;
    }

    .ADTA-problem-dashboard::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(0, 196, 154, 0.05), rgba(99, 102, 241, 0.05));
        pointer-events: none;
    }

    .ADTA-problem-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Dark border */
        position: relative;
        z-index: 2;
    }

    .ADTA-problem-alert {
        width: 40px;
        height: 40px;
        background: rgba(0, 196, 154, 0.1);
        border: 2px solid #00C49A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: ADTA-alert-pulse 2s ease-in-out infinite;
    }

    .ADTA-problem-title {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a; /* Dark text */
    }

    .ADTA-problem-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .ADTA-problem-metric {
        background: rgba(0, 0, 0, 0.03); /* Very light gray */
        border: 1px solid rgba(0, 0, 0, 0.1); /* Dark border */
        border-radius: 12px;
        padding: 16px;
        text-align: center;
        animation: ADTA-problem-shake 3s ease-in-out infinite;
    }

    .ADTA-problem-metric:nth-child(1) { animation-delay: 0s; }
    .ADTA-problem-metric:nth-child(2) { animation-delay: 0.5s; }
    .ADTA-problem-metric:nth-child(3) { animation-delay: 1s; }
    .ADTA-problem-metric:nth-child(4) { animation-delay: 1.5s; }

    .ADTA-problem-metric-value {
        font-size: 24px;
        font-weight: 700;
        color: #00C49A; /* Kept colorful for emphasis */
        margin-bottom: 4px;
        animation: ADTA-danger-blink 2s ease-in-out infinite;
    }

    .ADTA-problem-metric-label {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.7); /* Dark text */
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .ADTA-problem-bars {
        position: relative;
        z-index: 2;
    }

    .ADTA-problem-bar-item {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }

    .ADTA-problem-bar-label {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.8); /* Dark text */
        width: 100px;
        flex-shrink: 0;
    }

    .ADTA-problem-bar-track {
        flex: 1;
        height: 8px;
        background: rgba(0, 0, 0, 0.1); /* Dark background */
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }

    .ADTA-problem-bar-fill {
        height: 100%;
        border-radius: 4px;
        animation: ADTA-bar-danger 3s ease-in-out infinite;
    }

    /* Colorful progress bars */
    .ADTA-problem-bar-fill.ADTA-high { 
        background: #00C49A;
        width: 85%;
    }
    .ADTA-problem-bar-fill.ADTA-medium { 
        background: linear-gradient(90deg, #f59e0b, #d97706);
        width: 65%;
    }
    .ADTA-problem-bar-fill.ADTA-critical { 
        background: linear-gradient(90deg, #ef4444, #b91c1c);
        width: 95%;
    }

    .ADTA-problem-percentage {
        font-size: 12px;
        font-weight: 600;
        color: #00C49A; /* Kept colorful */
        width: 40px;
        text-align: right;
    }

    .ADTA-section-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #1a1a1a; /* Dark text */
        letter-spacing: -0.025em;
    }

    .ADTA-section-text {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.8); /* Dark text */
        line-height: 1.7;
        font-weight: 400;
        padding-bottom:10px;
        margin-bottom: 5px;
    }

    .ADTA-problem-points {
        list-style: none;
        margin-top: 24px;
    }

    .ADTA-problem-points li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        color: rgba(0, 0, 0, 0.9); /* Dark text */
        font-size: 15px;
        line-height: 1.6;
    }

    .ADTA-problem-points i {
        color: #ef4444; /* Kept red for warning */
        background: rgba(239, 68, 68, 0.2);
        padding: 6px;
        border-radius: 50%;
        font-size: 10px;
        margin-top: 2px;
        flex-shrink: 0;
    }

    /* Animations */
    @keyframes ADTA-problem-glow {
        0%, 100% { box-shadow: 0 0 20px rgba(0, 196, 154, 0.2); }
        50% { box-shadow: 0 0 30px rgba(0, 196, 154, 0.4); }
    }

    @keyframes ADTA-alert-pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    @keyframes ADTA-problem-shake {
        0%, 100% { transform: translateX(0px); }
        25% { transform: translateX(-1px); }
        75% { transform: translateX(1px); }
    }

    @keyframes ADTA-danger-blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; }
    }

    @keyframes ADTA-bar-danger {
        0%, 100% { transform: scaleX(1); }
        50% { transform: scaleX(1.02); }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .ADTA-problem-content {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        
        .ADTA-problem-grid {
            grid-template-columns: 1fr;
        }
        
        .ADTA-section-title {
            font-size: 28px;
        }
    }

    @media (max-width: 480px) {
        .ADTA-container {
            padding: 0 16px;
        }
        
        .ADTA-section-title {
            font-size: 24px;
        }
        
        .ADTA-problem-dashboard {
            padding: 24px;
        }
    }
        
        
        
        
        
        
        /* Solution Section */
        .ADTA-solution-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
            position: relative;
        }

        .ADTA-solution-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 80%, rgba(5, 150, 105, 0.03) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.03) 0%, transparent 50%);
        }

        .ADTA-solution-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 2;
        }

        .ADTA-solution-header .ADTA-section-title {
            color: #0f172a;
            margin-bottom: 16px;
        }

        .ADTA-solution-header .ADTA-section-text {
            color: #64748b;
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;
            font-weight: 400;
        }

        .ADTA-solution-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            position: relative;
            z-index: 2;
        }

        .ADTA-solution-card {
            background: white;
            padding: 20px 28px;
            border-radius: 20px;
            text-align: left;
            border: 1px solid #e2e8f0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .ADTA-solution-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--card-gradient);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .ADTA-solution-card:hover::before {
            transform: scaleX(1);
        }

        .ADTA-solution-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
            border-color: var(--card-border);
        }

        .ADTA-solution-card:nth-child(1) {
            --card-gradient: linear-gradient(135deg, #3b82f6, #1d4ed8);
            --card-border: #3b82f6;
        }

        .ADTA-solution-card:nth-child(2) {
            --card-gradient: linear-gradient(135deg, #8b5cf6, #7c3aed);
            --card-border: #8b5cf6;
        }

        .ADTA-solution-card:nth-child(3) {
            --card-gradient: linear-gradient(135deg, #f59e0b, #d97706);
            --card-border: #f59e0b;
        }

        .ADTA-solution-card:nth-child(4) {
            --card-gradient: linear-gradient(135deg, #ef4444, #dc2626);
            --card-border: #ef4444;
        }

        .ADTA-solution-card:nth-child(5) {
            --card-gradient: linear-gradient(135deg, #059669, #047857);
            --card-border: #059669;
        }

        .ADTA-solution-card:nth-child(6) {
            --card-gradient: linear-gradient(135deg, #06b6d4, #0891b2);
            --card-border: #06b6d4;
        }

        .ADTA-card-icon {
            width: 56px;
            height: 56px;
            background: var(--card-gradient);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: white;
            font-size: 24px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        }

        .ADTA-card-title {
            font-size: 18px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 8px;
            letter-spacing: -0.025em;
        }

        .ADTA-card-description {
            font-size: 14px;
            color: #64748b;
            line-height: 1.6;
            font-weight: 400;
        }

        /* Features Section */
        .ADTA-features-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        }

        .ADTA-features-section .ADTA-section-title {
            text-align: center;
            margin-bottom: 48px;
            color: #0f172a;
        }

        .ADTA-tab-buttons {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            margin-bottom: 48px;
            background: white;
            padding: 8px;
            border-radius: 16px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 48px;
        }

        .ADTA-tab-button {
            background: transparent;
            border: none;
            padding: 16px 20px;
            border-radius: 12px;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            font-weight: 500;
            color: #64748b;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: 14px;
            font-family: 'Inter', sans-serif;
            text-align: center;
        }

        .ADTA-tab-button i {
            font-size: 20px;
            margin-bottom: 4px;
        }

        .ADTA-tab-button.active {
            background: linear-gradient(135deg, #059669, #047857);
            color: white;
            box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
        }

        .ADTA-tab-button:hover:not(.active) {
            background: #f1f5f9;
            color: #0f172a;
        }

        .ADTA-tab-pane {
            display: none;
        }

        .ADTA-tab-pane.active {
            display: block;
        }

        .ADTA-tab-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            background: white;
            padding: 48px;
            border-radius: 24px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            border: 1px solid #e2e8f0;
        }

        .ADTA-tab-inner .ADTA-card-title {
            color: #0f172a;
            margin-bottom: 16px;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: -0.025em;
        }

        .ADTA-tab-inner .ADTA-section-text {
            color: #64748b;
            margin-bottom: 20px;
            line-height: 1.7;
        }

        .ADTA-feature-list {
            list-style: none;
        }

        .ADTA-feature-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #475569;
            font-weight: 500;
            font-size: 14px;
        }

        .ADTA-feature-list i {
            color: #059669;
            background: #ecfdf5;
            padding: 6px;
            border-radius: 50%;
            font-size: 10px;
            border: 1px solid #a7f3d0;
        }

        .ADTA-chart-container {
            background: #fafbfc;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 24px;
        }

        /* Security Section */
        .ADTA-security-section {
            padding: 80px 0;
            background: white;
        }

        .ADTA-security-section .ADTA-section-title {
            color: #0f172a;
            text-align: center;
            margin-bottom: 60px;
        }

        .ADTA-security-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
        }

        .ADTA-security-item {
            text-align: center;
            padding: 32px 28px;
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .ADTA-security-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--security-gradient);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .ADTA-security-item:hover::before {
            transform: scaleX(1);
        }

        .ADTA-security-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            border-color: var(--security-border);
        }

        .ADTA-security-item:nth-child(1) {
            --security-gradient: linear-gradient(135deg, #6366f1, #4f46e5);
            --security-border: #6366f1;
        }

        .ADTA-security-item:nth-child(2) {
            --security-gradient: linear-gradient(135deg, #059669, #047857);
            --security-border: #059669;
        }

        .ADTA-security-item:nth-child(3) {
            --security-gradient: linear-gradient(135deg, #f59e0b, #d97706);
            --security-border: #f59e0b;
        }

        .ADTA-security-item:nth-child(4) {
            --security-gradient: linear-gradient(135deg, #8b5cf6, #7c3aed);
            --security-border: #8b5cf6;
        }

        .ADTA-security-icon {
            width: 56px;
            height: 56px;
            background: var(--security-gradient);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 24px;
            color: white;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        }

        .ADTA-security-item .ADTA-card-title {
            color: #0f172a;
            margin-bottom: 12px;
            font-size: 18px;
            font-weight: 600;
        }

        .ADTA-security-item .ADTA-section-text {
            color: #64748b;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Getting Started Section */
        .ADTA-getting-started-section {
            padding: 80px 0;
            text-align: center;
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .ADTA-getting-started-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 80%, rgba(5, 150, 105, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
        }

        .ADTA-getting-started-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        /* Setup Dashboard */
        .ADTA-setup-dashboard {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            padding: 32px;
            backdrop-filter: blur(10px);
            position: relative;
            height: 400px;
            overflow: hidden;
            animation: ADTA-setup-glow 5s ease-in-out infinite;
        }

        .ADTA-setup-dashboard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(5, 150, 105, 0.1), rgba(99, 102, 241, 0.1));
            border-radius: 24px;
            opacity: 0.5;
        }

        .ADTA-setup-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
            position: relative;
            z-index: 2;
        }

        .ADTA-setup-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #059669, #047857);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: ADTA-setup-spin 3s linear infinite;
        }

        .ADTA-setup-title {
            font-size: 16px;
            font-weight: 600;
            color: white;
        }

        .ADTA-setup-progress {
            position: relative;
            z-index: 2;
            margin-bottom: 24px;
        }

        .ADTA-progress-bar {
            width: 100%;
            height: 8px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .ADTA-progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #059669, #3b82f6, #8b5cf6);
            border-radius: 4px;
            width: 75%;
            animation: ADTA-progress-flow 3s ease-in-out infinite;
        }

        .ADTA-progress-text {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.8);
            text-align: center;
        }

        .ADTA-setup-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 24px;
            position: relative;
            z-index: 2;
        }

        .ADTA-setup-step {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 16px;
            text-align: center;
            animation: ADTA-step-pulse 4s ease-in-out infinite;
        }

        .ADTA-setup-step:nth-child(1) { animation-delay: 0s; }
        .ADTA-setup-step:nth-child(2) { animation-delay: 1s; }
        .ADTA-setup-step:nth-child(3) { animation-delay: 2s; }

        .ADTA-setup-step-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 8px;
            font-size: 14px;
            color: white;
        }

        .ADTA-setup-step-icon.ADTA-step-1 { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
        .ADTA-setup-step-icon.ADTA-step-2 { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
        .ADTA-setup-step-icon.ADTA-step-3 { background: linear-gradient(135deg, #059669, #047857); }

        .ADTA-setup-step-title {
            font-size: 12px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
        }

        .ADTA-setup-step-desc {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.7);
        }

        .ADTA-setup-integrations {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            position: relative;
            z-index: 2;
        }

        .ADTA-integration-item {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 12px;
            text-align: center;
            animation: ADTA-integration-connect 5s ease-in-out infinite;
        }

        .ADTA-integration-item:nth-child(1) { animation-delay: 0s; }
        .ADTA-integration-item:nth-child(2) { animation-delay: 1s; }
        .ADTA-integration-item:nth-child(3) { animation-delay: 2s; }
        .ADTA-integration-item:nth-child(4) { animation-delay: 3s; }

        .ADTA-integration-logo {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            margin: 0 auto 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
            font-weight: 600;
        }

        .ADTA-integration-logo.ADTA-slack { background: #4A154B; }
        .ADTA-integration-logo.ADTA-teams { background: #0078D4; }
        .ADTA-integration-logo.ADTA-google { background: #4285F4; }
        .ADTA-integration-logo.ADTA-jira { background: #0052CC; }

        .ADTA-integration-name {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.8);
        }

        .ADTA-integration-status {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin: 4px auto 0;
            animation: ADTA-status-blink 2s ease-in-out infinite;
        }

        .ADTA-integration-status.ADTA-connected { background: #059669; }
        .ADTA-integration-status.ADTA-connecting { background: #f59e0b; }

        @keyframes ADTA-setup-glow {
            0%, 100% { box-shadow: 0 0 20px rgba(5, 150, 105, 0.2); }
            50% { box-shadow: 0 0 40px rgba(99, 102, 241, 0.3); }
        }

        @keyframes ADTA-setup-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes ADTA-progress-flow {
            0% { transform: translateX(-10px); }
            50% { transform: translateX(5px); }
            100% { transform: translateX(-10px); }
        }

        @keyframes ADTA-step-pulse {
            0%, 100% { transform: scale(1); opacity: 0.8; }
            50% { transform: scale(1.02); opacity: 1; }
        }

        @keyframes ADTA-integration-connect {
            0%, 100% { border-color: rgba(255, 255, 255, 0.1); }
            50% { border-color: rgba(5, 150, 105, 0.5); }
        }

        @keyframes ADTA-status-blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        .ADTA-getting-started-right .ADTA-section-title {
            color: white;
            margin-bottom: 16px;
            font-size: 28px;
        }

        .ADTA-getting-started-right .ADTA-section-text {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 32px;
            font-size: 16px;
            line-height: 1.7;
        }

        .ADTA-steps {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .ADTA-step {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .ADTA-step::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--step-gradient);
            transform: scaleY(0);
            transition: transform 0.4s ease;
        }

        .ADTA-step:hover::before {
            transform: scaleY(1);
        }

        .ADTA-step:hover {
            transform: translateX(8px);
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .ADTA-step:nth-child(1) {
            --step-gradient: linear-gradient(135deg, #3b82f6, #1d4ed8);
        }

        .ADTA-step:nth-child(2) {
            --step-gradient: linear-gradient(135deg, #8b5cf6, #7c3aed);
        }

        .ADTA-step:nth-child(3) {
            --step-gradient: linear-gradient(135deg, #059669, #047857);
        }

        .ADTA-step-number {
            width: 48px;
            height: 48px;
            background: var(--step-gradient);
            color: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 18px;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .ADTA-step-content h4 {
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
            letter-spacing: -0.025em;
        }

        .ADTA-step-content p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            line-height: 1.5;
        }

        /* CTA Section */
        .ADTA-cta-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
            color: #0f172a;
            text-align: center;
            position: relative;
        }

        .ADTA-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: black;
        }

        .ADTA-cta-content {
            position: relative;
            z-index: 2;
        }

        .ADTA-cta-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: white;
            letter-spacing: -0.025em;
        }

        .ADTA-cta-text {
            font-size: 18px;
            color: white;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
            font-weight: 400;
        }

        .ADTA-cta-button-large {
            background: #00C49A;
            color: white;
            border: none;
            padding: 20px 40px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 16px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 25px rgba(5, 150, 105, 0.3);
            font-family: 'Inter', sans-serif;
        }

        .ADTA-cta-button-large:hover {
            background: #00C49A;
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(5, 150, 105, 0.4);
        }

        /* FAQ Section */
        .ADTA-faq-section {
            padding: 80px 0;
            background: white;
        }

        .ADTA-faq-section .ADTA-section-title {
            text-align: center;
            margin-bottom: 60px;
            color: #0f172a;
        }

        .ADTA-faq-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .ADTA-faq-item {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .ADTA-faq-item:hover {
            border-color: #059669;
            box-shadow: 0 4px 12px rgba(5, 150, 105, 0.1);
        }

        .ADTA-faq-question {
            padding: 28px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            background: #fafbfc;
        }

        .ADTA-faq-question:hover {
            background: #f1f5f9;
        }

        .ADTA-faq-question h3 {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            letter-spacing: -0.025em;
        }

        .ADTA-faq-question i {
            color: #059669;
            font-size: 16px;
            transition: transform 0.3s ease;
            background: #ecfdf5;
            padding: 8px;
            border-radius: 50%;
            border: 1px solid #a7f3d0;
        }

        .ADTA-faq-item.active .ADTA-faq-question i {
            transform: rotate(180deg);
            background: #059669;
            color: white;
        }

        .ADTA-faq-answer {
            padding: 0 28px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background: white;
        }

        .ADTA-faq-item.active .ADTA-faq-answer {
            padding: 28px;
            max-height: 200px;
        }

        .ADTA-faq-answer p {
            color: #64748b;
            line-height: 1.7;
            font-size: 15px;
            font-weight: 400;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .ADTA-tab-buttons {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }

            .ADTA-hero-metrics {
                grid-template-columns: repeat(2, 1fr);
            }

            .ADTA-problem-grid {
                grid-template-columns: 1fr;
            }

            .ADTA-setup-steps {
                grid-template-columns: 1fr;
            }

            .ADTA-setup-integrations {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .ADTA-hero-content,
            .ADTA-problem-content,
            .ADTA-tab-inner,
            .ADTA-getting-started-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .ADTA-hero-title {
                font-size: 28px;
            }

            .ADTA-section-title {
                font-size: 24px;
            }

            .ADTA-tab-buttons {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .ADTA-tab-button {
                flex-direction: row;
                justify-content: center;
                padding: 12px 16px;
            }

            .ADTA-tab-button i {
                margin-bottom: 0;
                margin-right: 8px;
            }

            .ADTA-security-grid,
            .ADTA-solution-cards {
                grid-template-columns: 1fr;
            }

            .ADTA-hero-metrics {
                grid-template-columns: repeat(2, 1fr);
            }

            .ADTA-hero-charts {
                grid-template-columns: 1fr;
            }

            .ADTA-hero-section,
            .ADTA-problem-section,
            .ADTA-solution-section,
            .ADTA-features-section,
            .ADTA-security-section,
            .ADTA-getting-started-section,
            .ADTA-cta-section,
            .ADTA-faq-section {
                padding: 60px 0;
            }

            .ADTA-tab-inner,
            .ADTA-setup-dashboard {
                padding: 32px 24px;
            }

            .ADTA-setup-dashboard {
                height: 300px;
            }
        }

        @media (max-width: 480px) {
            .ADTA-container {
                padding: 0 16px;
            }

            .ADTA-hero-title {
                font-size: 24px;
            }

            .ADTA-section-title {
                font-size: 20px;
            }

            .ADTA-hero-analytics,
            .ADTA-problem-dashboard {
                padding: 24px;
            }

            .ADTA-solution-cards,
            .ADTA-security-grid {
                gap: 24px;
            }

            .ADTA-solution-card,
            .ADTA-security-item {
                padding: 24px 20px;
            }

            .ADTA-setup-dashboard {
                height: 250px;
                padding: 20px;
            }

            .ADTA-hero-metrics {
                grid-template-columns: 1fr;
            }

            .ADTA-setup-integrations {
                grid-template-columns: repeat(2, 1fr);
            }
            
        }
        
        @media only screen and (max-width: 767px){
          
          .text-left-G{
            text-align: left;
          }
}
        
     
     
     .faq-item {
    background: white;
    border: 1px solid #00c49a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 6px -1px rgba(133, 212, 200, 0.5);
    background: white;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
}

.faq-question {
    width: 100%;
    padding: 24px;
    background: transparent;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #f9fafb;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
}

.faq-answer-content {
    padding: 0 24px 24px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.chevron.rotate {
    transform: rotate(180deg);
}

/* Progress Bars */
.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 50px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 50px;
    transition: width 1s ease;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes floatY {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes mockupEntry {
    from {
        opacity: 0;
        transform: scale(0.8) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.pulse { animation: pulse 2s infinite; }

/* Utility Classes */
.space-x-2 > * + * { margin-left: 8px; }
.space-x-3 > * + * { margin-left: 12px; }
.space-x-4 > * + * { margin-left: 16px; }
.space-y-3 > * + * { margin-top: 12px; }
.space-y-4 > * + * { margin-top: 16px; }
.space-y-6 > * + * { margin-top: 24px; }

.rounded-full { border-radius: 50%; }
.rounded-lg { border-radius: 8px; }
.rounded-xl { border-radius: 12px; }
.rounded-2xl { border-radius: 16px; }

.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }

.w-full { width: 100%; }
.h-full { height: 100%; }

/* Responsive Design */
@media (min-width: 640px) {
    .container { padding: 0 24px; }
    .hero-title { font-size: 44px; }
    .text-5xl { font-size: 48px; }
    .text-6xl { font-size: 56px; }
    .sm\:grid-2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .tab-grid { grid-template-columns: 1fr 1fr; }
    .md\:grid-2 { grid-template-columns: repeat(2, 1fr); }
    .md\:grid-3 { grid-template-columns: repeat(3, 1fr); }
    .md\:grid-4 { grid-template-columns: repeat(4, 1fr); }
    .tab-navigation { flex-wrap: nowrap; }
}

@media (min-width: 1024px) {
    .container { padding: 0 32px; }
    .hero-title { font-size: 44px; }
    .text-5xl { font-size: 48px; }
    .text-6xl { font-size: 64px; }
    .lg\:grid-2 { grid-template-columns: repeat(2, 1fr); }
    .lg\:grid-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .hero-title { font-size: 40px; }
    .text-4xl { font-size: 30px; }
    .text-3xl { font-size: 24px; }
    .section { padding: 60px 0; }
    .tab-text { padding: 32px; }
    .tab-mockup { padding: 32px; }
    .btn { padding: 12px 20px; font-size: 14px; }
    .btn-lg { padding: 14px 24px; font-size: 16px; }
    .hero { padding: 60px 0; }
    .hero-grid { gap: 32px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero-title { font-size: 32px; }
    .text-4xl { font-size: 24px; }
    .card { padding: 20px; }
    .tab-text { padding: 24px; }
    .tab-mockup { padding: 24px; }
    .faq-question { padding: 20px; font-size: 16px; }
    .faq-answer-content { padding: 0 20px 20px; }
}

/* Icon Styles */
.icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-lg {
    width: 24px;
    height: 24px;
}

.icon-xl {
    width: 32px;
    height: 32px;
}
    
    
.acepeakai-faq-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.acepeakai-faq-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.acepeakai-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.acepeakai-accordion-entry {
    background-color: white;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.acepeakai-accordion-header {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.acepeakai-accordion-header:hover {
    background-color: #f9fafb;
}

.acepeakai-accordion-arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.acepeakai-accordion-entry.acepeakai-open .acepeakai-accordion-arrow {
    transform: rotate(180deg);
}

.acepeakai-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.acepeakai-accordion-entry.acepeakai-open .acepeakai-accordion-body {
    max-height: 200px;
}

.acepeakai-accordion-text {
    padding: 0 1.5rem 1.5rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}


   
 

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d746796 *//* --- General Styles --- */
:root {
    --brand-color: #00b08a;
}
.C-S-S-prob-5-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.C-S-S-prob-5-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
}
.C-S-S-prob-5-main-heading {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

/* --- CTA Section --- */
.C-S-S-prob-5-cta-section {
    background-color: #000000;
    padding: 4rem 0;
}
.C-S-S-prob-5-cta-container {
    text-align: center;
    max-width: 63rem;
    margin: auto;
}
.C-S-S-prob-5-cta-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}
.C-S-S-prob-5-cta-container p {
    color: #e5e7eb;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}
.C-S-S-prob-5-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffffff;
    color: #000000;
    padding: 0.8rem 2rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}
.C-S-S-prob-5-cta-button:hover {
    background-color: #34d399; /* Green background */
    color: #ffffff;           /* White text */
}

/* --- FAQ Section --- */
.C-S-S-prob-5-faq-section {
    background-color: #ffffff;
    padding: 3rem 0;
}
.C-S-S-prob-5-faq-container {
    max-width: 56rem; /* Specific width for FAQ container */
}
.C-S-S-prob-5-heading-container {
    margin-bottom: 3rem;
    text-align: center;
}
.C-S-S-prob-5-faq-item {
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
}
.C-S-S-prob-5-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.C-S-S-prob-5-faq-answer.open {
    max-height: 200px;
}
.C-S-S-prob-5-faq-icon {
    transition: transform 0.3s ease-in-out;
}
.C-S-S-prob-5-faq-icon.open {
    transform: rotate(180deg);
}
.C-S-S-prob-5-faq-heading-active {
    color: var(--brand-color);
}
.C-S-S-prob-5-faq-item button {
    width: 100%;
    padding: 1.25rem 1.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}
.C-S-S-prob-5-faq-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    padding-right: 1rem;
    margin: 0;
}
.C-S-S-prob-5-answer-content {
    padding: 0 1.5rem 1.25rem 1.5rem;
    color: #374151;
    line-height: 1.7;
}
.C-S-S-prob-5-answer-content strong {
    color: #111827;
}

/* --- Media Queries --- */
@media (max-width: 767px) {
    .C-S-S-prob-5-cta-section,
    .C-S-S-prob-5-faq-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .C-S-S-prob-5-main-heading,
    .C-S-S-prob-5-cta-container h2 {
        font-size: 2.1rem;
        line-height: 1.3;
    }
}/* End custom CSS */