.p-hero {
            padding: 80px 0;
            background: linear-gradient(135deg, #0d246b 0%, #1c3faa 100%);
        }
        .p-hero h1 {
            color: #ffffff;
            font-size: 4rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .p-hero p {
            color: #ffffff;
            font-size: 1.125rem;
            line-height: 1.6;
            margin-bottom: 32px;
            max-width: 500px;
        }
        .btn-primary-custom {
            background-color: #ffffff;
            color: #0d246b;
            font-weight: 600;
            padding: 16px 32px;
            border-radius: 8px;
            border: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .btn-primary-custom:hover {
            background-color: #f0f0f0;
            color: #0d246b;
        }
        .btn-primary-custom span {
            margin-left: 8px;
        }
        .btn-secondary-custom {
            background-color: transparent;
            color: #ffffff;
            font-weight: 600;
            padding: 16px 32px;
            border-radius: 8px;
            border: 1px solid #ffffff;
            transition: all 0.3s ease;
        }
        .btn-secondary-custom:hover {
            background-color: #ffffff;
            color: #0d246b;
        }
        .stats-container {
            color: #ffffff;
            margin-top: 48px;
            display: flex;
            gap: 48px;
        }
        .stat-item {
            text-align: left;
        }
        .stat-item .value {
            font-size: 2.25rem;
            font-weight: 700;
        }
        .stat-item .label {
            font-size: 1rem;
            color: #a0aec0;
        }
        .campaign-performance-card {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 24px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        .card-header-custom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }
        .card-header-custom h2 {
            font-size: 1.25rem;
            font-weight: 600;
            margin: 0;
        }
        .traffic-lights {
            display: flex;
            gap: 6px;
        }
        .traffic-light {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        .red1 { background-color: #ff5f56; }
        .yellow { background-color: #ffbd2e; }
        .green { background-color: #27c93f; }
        .performance-metrics {
            display: flex;
            gap: 16px;
            margin-bottom: 32px;
        }
        .metric-box {
            background-color: rgba(255, 255, 255, 0.15);
            padding: 16px;
            border-radius: 12px;
            flex-grow: 1;
        }
        .metric-box .value {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 4px;
        }
        .metric-box .label {
            font-size: 0.875rem;
            color: #a0aec0;
        }
        .progress-item {
            margin-bottom: 16px;
        }
        .progress-item:last-child {
            margin-bottom: 0;
        }
        .progress-label {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            font-size: 0.875rem;
        }
        .progress-label .name {
            color: #ffffff;
        }
        .progress-label .percentage {
            color: #a0aec0;
        }
        .progress-bar-container {
            width: 100%;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            height: 8px;
        }
        .progress-bar-fill {
            height: 100%;
            border-radius: 8px;
        }
        .google-ads { background-color: #34d399; }
        .bing-ads { background-color: #60a5fa; }
        .shopping { background-color: #c084fc; }
        @media (max-width: 991.98px) {
            .p-hero h1 {
                font-size: 3rem;
            }
            .p-hero {
                text-align: center;
            }
            .p-hero p {
                margin-left: auto;
                margin-right: auto;
            }
            .stats-container {
                justify-content: center;
            }
            .content-col, .card-col {
                margin-bottom: 40px;
            }
        }
        @media (max-width: 767.98px) {
            .p-hero h1 {
                font-size: 2.5rem;
            }
            .stats-container {
                flex-direction: column;
                gap: 24px;
                align-items: center;
            }
            .stat-item {
                text-align: center;
            }
            .performance-metrics {
                flex-direction: column;
            }
        }





         .stats-2 {
            padding: 80px 0;
            background-color: #ffffff;
        }
        .stats-2 .container {
            max-width: 1140px;
        }
        .stats-2 h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #212529;
            text-align: center;
        }
        .stats-2 .title-underline {
            width: 80px;
            height: 4px;
            background-color: #0d6efd;
            margin: 0 auto 40px;
            border-radius: 2px;
        }
        .stats-2 .lead {
            font-size: 1.125rem;
            color: #6c757d;
            max-width: 800px;
            margin: 0 auto 60px;
            text-align: center;
        }
        .stats-2 .feature-item {
            text-align: center;
            margin-bottom: 30px;
        }
        .stats-2 .feature-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #e7f1ff;
            margin-bottom: 20px;
        }
        .stats-2 .feature-icon img {
            width: 40px;
            height: 40px;
        }
        .stats-2 .feature-item h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #212529;
        }
        .stats-2 .feature-item p {
            color: #6c757d;
        }
        @media (max-width: 767.98px) {
            .stats-2 {
                padding: 60px 0;
            }
            .stats-2 h2 {
                font-size: 2rem;
            }
            .stats-2 .lead {
                font-size: 1rem;
                margin-bottom: 40px;
            }
        }



          #paid-2 {
            padding: 80px 0;
            background-color: #ffffff;
        }
        #paid-2 .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        #paid-2 .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
        }
        #paid-2 .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 80px;
            height: 3px;
            background: #0d6efd;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        .service-card {
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 12px;
            padding: 30px;
            height: 100%;
            transition: box-shadow 0.3s ease-in-out;
        }
        .service-card:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .service-card h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .service-card p {
            font-size: 16px;
            color: #6c757d;
            margin-bottom: 25px;
        }
        .service-features {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            font-size: 15px;
        }
        .service-features li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .service-features li .material-icons {
            color: #0d6efd;
            font-size: 20px;
            margin-right: 8px;
        }


          :root {
            --bs-blue: #0d6efd;
            --bs-indigo: #6610f2;
            --bs-purple: #6f42c1;
            --bs-pink: #d63384;
            --bs-red: #dc3545;
            --bs-orange: #fd7e14;
            --bs-yellow: #ffc107;
            --bs-green: #198754;
            --bs-teal: #20c997;
            --bs-cyan: #0dcaf0;
            --bs-white: #fff;
            --bs-gray: #6c757d;
            --bs-gray-dark: #343a40;
            --bs-gray-100: #f8f9fa;
            --bs-gray-200: #e9ecef;
            --bs-gray-300: #dee2e6;
            --bs-gray-400: #ced4da;
            --bs-gray-500: #adb5bd;
            --bs-gray-600: #6c757d;
            --bs-gray-700: #495057;
            --bs-gray-800: #343a40;
            --bs-gray-900: #212529;
            --bs-primary: #0d6efd;
            --bs-secondary: #6c757d;
            --bs-success: #198754;
            --bs-info: #0dcaf0;
            --bs-warning: #ffc107;
            --bs-danger: #dc3545;
            --bs-light: #f8f9fa;
            --bs-dark: #212529;
            --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
        }
        body {
            font-family: var(--bs-font-sans-serif);
            background-color: #ffffff;
            color: #212529;
        }
        .paid-3 {
            padding: 6rem 0;
            background-color: #ffffff;
        }
        .paid-3 .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .paid-3 .header {
            text-align: center;
            margin-bottom: 4rem;
        }
        .paid-3 h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #212529;
        }
        .paid-3 .header-underline {
            width: 80px;
            height: 4px;
            background-color: var(--bs-primary);
            margin: 0 auto 1.5rem;
            border-radius: 2px;
        }
        .paid-3 .header p {
            font-size: 1.125rem;
            color: #495057;
            max-width: 700px;
            margin: 0 auto;
        }
        .paid-3 .card {
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            border-radius: 0.75rem;
            padding: 2rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .paid-3 .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }
        .paid-3 .card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
        }
        .paid-3 .card .category {
            font-size: 1rem;
            font-weight: 500;
            color: var(--bs-primary);
            margin-bottom: 1.5rem;
        }
        .paid-3 .card .challenge-solution p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #495057;
        }
        .paid-3 .card .challenge-solution strong {
            font-weight: 700;
            color: #212529;
        }
        .paid-3 .stats-container {
            margin-top: auto;
            padding-top: 1.5rem;
            border-top: 1px solid #e9ecef;
            display: flex;
            justify-content: space-between;
        }
        .paid-3 .stat-item {
            text-align: center;
        }
        .paid-3 .stat-value {
            font-size: 1.75rem;
            font-weight: 700;
        }
        .paid-3 .stat-label {
            font-size: 0.875rem;
            color: #6c757d;
        }
        .paid-3 .stat-value.negative {
            color: #dc3545;
        }
        .paid-3 .stat-value.positive {
            color: #198754;
        }
        .paid-3 .stat-value.neutral {
            color: #212529;
        }


         .c-section {
             background: linear-gradient(135deg, #0d246b 0%, #1c3faa 100%);
            padding: 6rem 1rem;
            color: #ffffff;
            text-align: center;
            font-family: 'Roboto', sans-serif;
        }
        .c-section h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .c-section p {
            font-size: 1.125rem;
            max-width: 600px;
            margin: 0 auto 2.5rem auto;
        }
        .c-section .btn {
            border-radius: 0.375rem;
            font-weight: 700;
            padding: 0.75rem 1.5rem;
            margin: 0 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .c-section .btn-dark {
            background-color: #fff;
            border-color: #212529;
            color: black;
        }
        .c-section .btn-light {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #212529;
        }
        .c-section .btn .material-icons {
            font-size: 1.25rem;
            margin-left: 0.5rem;
        }
        @media (max-width: 768px) {
            .c-section {
                padding: 4rem 1rem;
            }
            .c-section h2 {
                font-size: 2rem;
            }
            .c-section p {
                font-size: 1rem;
            }
            .c-section .btn-group-custom {
                flex-direction: column;
            }
            .c-section .btn {
                width: 100%;
                margin: 0.5rem 0;
            }
        }



         #social1 {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
        #social1 .container {
            max-width: 1200px;
        }
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #212529;
            position: relative;
            padding-bottom: 1rem;
        }
        .section-title::after {
            content: '';
            position: absolute;
            display: block;
            width: 80px;
            height: 4px;
            background: #8A2BE2;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        .section-subtitle {
            font-size: 1.125rem;
            color: #6c757d;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .platform-card {
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            border-radius: 0.75rem;
            padding: 2.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .platform-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .platform-icon {
            width: 60px;
            height: 60px;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: #fff;
        }
        .facebook { background-image: linear-gradient(45deg, #0062E0, #19AFFF); }
        .instagram { background-image: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045); }
        .linkedin { background-color: #0077b5; }
        .tiktok { background-color: #010101; }
        .twitter { background-color: #1DA1F2; }
        .pinterest { background-color: #E60023; }
        .platform-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #212529;
            margin-bottom: 1rem;
        }
        .platform-description {
            font-size: 1rem;
            color: #6c757d;
            margin-bottom: 1.5rem;
        }
        .features-list {
            list-style: none;
            padding: 0;
            font-size: 0.95rem;
            color: #495057;
        }
        .features-list li {
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
        }
        .features-list .material-icons {
            font-size: 1.25rem;
            color: #20c997;
            margin-right: 0.5rem;
        }