 .container-fluid1 {
            padding: 5rem 2rem;
        }
        .main-content {
            max-width: 1400px;
            margin: auto;
        }
        .rating-section {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }
        .stars {
            color: #ffc107;
            margin-right: 0.5rem;
        }
        .rating-text {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .google-partner {
            display: flex;
            align-items: center;
            margin-left: 1.5rem;
            font-size: 0.9rem;
            color: #6c757d;
        }
        .google-partner .material-icons {
            font-size: 1rem;
            color: #dc3545;
            margin-right: 0.5rem;
        }
        h1 {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
        }
        h1 .highlight {
            color: #dc3545;
        }
        .lead {
            font-size: 1.2rem;
            color: #495057;
            margin-bottom: 2rem;
            max-width: 500px;
        }
        .lead .highlight-text {
            color: #dc3545;
            font-weight: 700;
        }
        .features-list {
            list-style: none;
            padding: 0;
            margin-bottom: 2rem;
        }
        .features-list li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 1rem;
        }
        .features-list .material-icons {
            color: #28a745;
            margin-right: 0.75rem;
        }
        .btn-custom-red {
            background-color: #dc3545;
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            border-radius: 0.5rem;
            margin-right: 1rem;
            transition: background-color 0.3s;
        }
        .btn-custom-red:hover {
            background-color: #c82333;
        }
        .btn-custom-white {
            background-color: white;
            color: #dc3545;
            border: 2px solid #dc3545;
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            border-radius: 0.5rem;
            transition: all 0.3s;
        }
        .btn-custom-white:hover {
            background-color: #f8d7da;
            color: #dc3545;
        }
        .arrow-icon {
            vertical-align: middle;
            margin-left: 0.5rem;
        }
        .performance-card {
            background-color: white;
            border-radius: 1rem;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            position: relative;
        }
        .performance-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }
        .performance-title {
            font-size: 1.25rem;
            font-weight: 700;
        }
        .roi-badge {
            background-color: #dc3545;
            color: white;
            padding: 0.75rem 1rem;
            border-radius: 0.5rem;
            font-size: 0.9rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            position: absolute;
            top: -20px;
            right: 20px;
        }
        .roi-badge .material-icons {
            font-size: 1.25rem;
            margin-right: 0.25rem;
        }
        .performance-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        .stat-box {
            padding: 1.5rem;
            border-radius: 0.75rem;
            text-align: center;
        }
        .stat-box-wasted {
            background-color: #fef2f2;
        }
        .stat-box-effective {
            background-color: #f0fdf4;
        }
        .stat-percentage {
            font-size: 2.5rem;
            font-weight: 700;
        }
        .stat-percentage-wasted {
            color: #ef4444;
        }
        .stat-percentage-effective {
            color: #22c55e;
        }
        .stat-label {
            font-size: 0.9rem;
            color: #6b7280;
        }
        .performance-details .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        .detail-label {
            width: 100px;
            color: #6b7280;
        }
        .progress-bar-container {
            flex-grow: 1;
            height: 10px;
            background-color: #e5e7eb;
            border-radius: 5px;
            margin: 0 1rem;
        }
        .progress-bar-fill {
            height: 100%;
            border-radius: 5px;
        }
        .progress-bar-red { background-color: #ef4444; }
        .progress-bar-green { background-color: #22c55e; }
        .detail-value {
            width: 80px;
            text-align: right;
            font-weight: 700;
        }
        .detail-value-red { color: #ef4444; }
        .detail-value-green { color: #22c55e; }
        .ad-spend-card {
            background-color: #4f46e5;
            color: white;
            padding: 1rem;
            border-radius: 0.75rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 150px;
            height: 100px;
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
        }
        .ad-spend-card .material-icons {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .ad-spend-text {
            font-weight: 700;
            font-size: 0.9rem;
            line-height: 1.2;
        }
        .join-us-section {
            margin-top: 8rem;
            display: flex;
            align-items: center;
        }
        .avatar-group {
            display: flex;
        }
        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #a5b4fc;
            border: 2px solid white;
            margin-left: -15px;
        }
        .avatar:first-child {
            margin-left: 0;
        }
        .join-text {
            margin-left: 1rem;
            font-size: 0.9rem;
            color: #6b7280;
        }
        .alert-custom {
            background-color: #fffbeb;
            border-left: 4px solid #fbbF24;
            padding: 1rem;
            margin-top: 3rem;
            display: flex;
            align-items: center;
        }
        .alert-custom .material-icons {
            color: #fbbF24;
            margin-right: 0.75rem;
        }
        .alert-custom p {
            margin: 0;
            font-size: 0.9rem;
            color: #92400e;
        }
        @media (max-width: 991.98px) {
            h1 {
                font-size: 2.8rem;
            }
            .performance-card {
                margin-top: 4rem;
            }
            .join-us-section {
                margin-top: 6rem;
                justify-content: center;
            }
            .ad-spend-card {
                position: static;
                transform: none;
                margin: 2rem auto 0;
            }
        }
        @media (max-width: 767.98px) {
            .container-fluid1 {
                padding: 3rem 1rem;
            }
            .rating-section {
                flex-direction: column;
                align-items: flex-start;
            }
            .google-partner {
                margin-left: 0;
                margin-top: 0.5rem;
            }
            h1 {
                font-size: 2.2rem;
            }
            .lead {
                font-size: 1.1rem;
            }
            .btn-group {
                flex-direction: column;
            }
            .btn-custom-red, .btn-custom-white {
                width: 100%;
                margin-bottom: 1rem;
            }
            .performance-stats {
                grid-template-columns: 1fr;
            }
            .join-us-section {
                flex-direction: column;
                text-align: center;
            }
            .join-text {
                margin-left: 0;
                margin-top: 1rem;
            }
        }




        .stats-section {
            padding: 60px 0;
            background-color: #ffffff;
        }
        .stat-card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            padding: 30px;
            text-align: center;
            border: 1px solid #e9ecef;
            margin-bottom: 20px;
        }
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 0.5rem;
        }
        .stat-label {
            font-size: 1rem;
            color: #6c757d;
        }
        @media (min-width: 768px) {
            .stat-card {
                margin-bottom: 0;
            }
        }







         .services-section {
            padding: 60px 0;
        }
        .services-section .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .services-section .comprehensive-solutions {
            display: inline-block;
            background-color: #fce8e6;
            color: #d93025;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .services-section h1 {
            font-size: 48px;
            font-weight: 700;
            color: #202124;
            margin-bottom: 20px;
        }
        .services-section p.lead {
            color: #5f6368;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .service-card {
            background-color: #ffffff;
            border: 1px solid #dee2e6;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
        }
        .service-card-header {
            background-color: #c4262e;
            color: #ffffff;
            padding: 20px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .service-card-header h3 {
            margin: 0;
            font-size: 24px;
            font-weight: 600;
        }
        .service-card-header .badge {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            font-weight: 500;
            padding: 8px 12px;
            border-radius: 20px;
            margin-top: 10px;
            display: inline-block;
        }
        .service-card-body {
            padding: 30px;
        }
        .service-card-body p {
            color: #5f6368;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.6;
        }
        .service-card ul {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }
        .service-card ul li {
            color: #3c4043;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        .service-card ul li .material-icons {
            color: #c4262e;
            margin-right: 10px;
            font-size: 20px;
        }
        .service-card-body .learn-more {
            color: #c4262e;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
        }
        .service-card-body .learn-more .material-icons {
             transition: transform 0.3s ease;
        }
        .service-card-body .learn-more:hover .material-icons {
            transform: translateX(5px);
        }







          #random-section {
            padding-top: rem;
            padding-bottom: 5rem;
        }
        .cta-card {
            background-color: #d9232d;
            border-radius: 20px;
            color: white;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .cta-card h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }
        .cta-card p {
            font-size: 1.125rem;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto 2rem;
        }
        .cta-button {
            background-color: #1a1a1a;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
        }
        .cta-button .arrow {
            margin-left: 10px;
            transition: transform 0.2s;
        }
        .cta-button:hover .arrow {
            transform: translateX(5px);
        }
        .social-proof {
            display: flex;
            align-items: center;
            margin-top: 2rem;
        }
        .avatar-group {
            display: flex;
        }
        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 3px solid #d9232d;
            margin-left: -15px;
            background-color: #f7b731;
        }
        .avatar:first-child {
            margin-left: 0;
        }
        .social-proof-text {
            margin-left: 15px;
            font-size: 1rem;
            font-weight: 500;
        }
        .stats-section {
            padding-top: 4rem;
            padding-bottom: 4rem;
            text-align: center;
        }
        .stat-item {
            margin-bottom: 2rem;
        }
        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #1a1a1a;
        }
        .stat-label {
            font-size: 1rem;
            color: #6c757d;
        }
        @media (max-width: 768px) {
            .cta-card h2 {
                font-size: 2rem;
            }
            .social-proof {
                flex-direction: column;
                align-items: center;
            }
            .cta-button {
                margin-bottom: 1rem;
            }
        }




       :root {
            --primary-red: #dc3545;
            --light-gray: #f8f9fa;
            --text-gray: #6c757d;
            --success-green: #28a745;
            --warning-orange: #fd7e14;
            --info-blue: #17a2b8;
            --purple: #6f42c1;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--light-gray);
        }

        .growth-section {
            padding: 80px 0;
            background-color: var(--light-gray);
        }

        .section-subtitle {
            color: var(--primary-red);
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .section-description {
            font-size: 1.1rem;
            color: var(--text-gray);
            line-height: 1.6;
            margin-bottom: 50px;
        }

        .category-filters {
            margin-bottom: 50px;
        }

        .filter-btn {
            background: white;
            border: 2px solid #e9ecef;
            color: var(--text-gray);
            padding: 12px 24px;
            border-radius: 50px;
            margin: 5px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .filter-btn:hover {
            border-color: var(--primary-red);
            color: var(--primary-red);
        }

        .filter-btn.active {
            background: var(--primary-red);
            border-color: var(--primary-red);
            color: white;
        }

        .case-study-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
        }

        .case-study-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .card-header {
            background: var(--primary-red);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }

        .company-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .industry-tag {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .card-body {
            padding: 30px;
        }

        .challenge-section, .solution-section {
            margin-bottom: 25px;
        }

        .section-label {
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
        }

        .section-text {
            color: var(--text-gray);
            line-height: 1.5;
        }

        .metrics-row {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid #e9ecef;
        }

        .metric {
            text-align: center;
            flex: 1;
        }

        .metric-icon {
            font-size: 1.2rem;
            margin-bottom: 8px;
        }

        .metric-value {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .metric-label {
            font-size: 0.8rem;
            color: var(--text-gray);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .revenue { color: var(--success-green); }
        .conversions { color: var(--warning-orange); }
        .roas { color: var(--purple); }

        .cta-section {
            text-align: center;
            margin-top: 10px;
        }

        .cta-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
        }

        .cta-btn {
            background: var(--primary-red);
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .cta-btn:hover {
            background: #c82333;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(220, 53, 69, 0.3);
            color: white;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .metrics-row {
                flex-direction: column;
                gap: 20px;
            }
            
            .filter-btn {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
        }

        .fade-in {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }





        .views-section {
            padding: 80px 0;
            text-align: center;
        }
        .views-section h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 24px;
            color: #1a1a1a;
        }
        .views-section h2 span {
            color: #d9534f;
        }
        .views-section .subtitle {
            font-size: 1.125rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto 64px auto;
        }
        .process-flow {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
        }
        .process-step {
            width: 23%;
            text-align: center;
            position: relative;
        }
        .process-icon-wrapper {
            width: 80px;
            height: 80px;
            background-color: #d9534f;
            border-radius: 50%;
            margin: 0 auto 24px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border: 4px solid #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .process-icon-wrapper .material-icons {
            font-size: 36px;
            color: white;
        }
        .process-icon-wrapper .step-number {
            position: absolute;
            top: -10px;
            right: -10px;
            background-color: #2c3e50;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            border: 2px solid white;
        }
        .process-step h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            color: #1a1a1a;
        }
        .process-step p {
            color: #666;
            margin-bottom: 24px;
        }
        .process-step ul {
            list-style: none;
            padding-left: 0;
            text-align: left;
            margin: 0 auto;
            max-width: 220px;
        }
        .process-step ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
            color: #333;
        }
        .process-step ul li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #d9534f;
            font-size: 1.25rem;
            line-height: 1;
        }
        .arrow {
            position: absolute;
            top: 40px;
            transform: translateY(-50%);
            color: #ccc;
            font-size: 2rem;
        }
        .arrow-1 { left: 24%; }
        .arrow-2 { left: 49%; }
        .arrow-3 { left: 74%; }
        @media (max-width: 991.98px) {
            .process-flow {
                flex-direction: column;
                align-items: center;
            }
            .process-step {
                width: 80%;
                margin-bottom: 40px;
            }
            .arrow {
                display: none;
            }
        }
        @media (max-width: 575.98px) {
            .views-section h2 {
                font-size: 2.5rem;
            }
            .process-step {
                width: 100%;
            }
        }



        .cta-section {
            background-color: #f8f7fa;
            padding: 60px 0;
            border-radius: 12px;
            text-align: center;
        }
        .cta-section h2 {
            font-size: 2.25rem;
            font-weight: bold;
            margin-bottom: 1rem;
            color: #212529;
        }
        .cta-section p {
            font-size: 1.125rem;
            color: #6c757d;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .cta-section .btn {
            background-color: #c82333;
            color: #fff;
            padding: 1rem 2rem;
            font-size: 1rem;
            font-weight: bold;
            border-radius: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: background-color 0.3s ease;
        }
        .cta-section .btn:hover {
            background-color: #a51d2a;
        }
        @media (max-width: 768px) {
            .cta-section h2 {
                font-size: 1.75rem;
            }
            .cta-section p {
                font-size: 1rem;
            }
            .cta-section {
                padding: 40px 15px;
            }
        }






         .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        .faq-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .faq-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background-color: #dc3545;
            border-radius: 2px;
        }

        .faq-item {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin-bottom: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .faq-question {
            padding: 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            border: none;
            width: 100%;
            text-align: left;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #f8f9fa;
        }

        .faq-question h5 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
            flex: 1;
            padding-right: 20px;
        }

        .faq-icon {
            color: #dc3545;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            background-color: #f8f9fa;
        }

        .faq-answer.show {
            max-height: 300px;
            padding: 0 24px 24px 24px;
        }

        .faq-answer p {
            margin: 0;
            color: #6c757d;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .faq-title h2 {
                font-size: 2rem;
            }
            
            .faq-question {
                padding: 20px;
            }
            
            .faq-question h5 {
                font-size: 1rem;
                padding-right: 15px;
            }
            
            .faq-answer.show {
                padding: 0 20px 20px 20px;
            }
        }

        @media (max-width: 576px) {
           
            
            .faq-title h2 {
                font-size: 1.75rem;
            }
            
            .faq-question {
                padding: 18px;
            }
            
            .faq-answer.show {
                padding: 0 18px 18px 18px;
            }
        }



      
        .an-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            text-align: center;
        }
        .an-section h2 {
            font-size: 2.25rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 1rem;
        }
        .an-section p {
            font-size: 1.125rem;
            color: #6c757d;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .an-section .btn-audit {
            background-color: #212529;
            color: #ffffff;
            border-radius: 8px;
            padding: 12px 24px;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: background-color 0.3s ease;
        }
        .an-section .btn-audit:hover {
            background-color: #343a40;
        }
        @media (max-width: 768px) {
            .an-section h2 {
                font-size: 1.75rem;
            }
            .an-section p {
                font-size: 1rem;
            }
        }