

.p-hero {
            padding: 80px 0;
            background: linear-gradient(135deg, #145a96 0%, #1E73BE 50%, #2890e0 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;
            }
        }



        
         .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: #1E73BE;
            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: #1E73BE;
            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: #1E73BE;
            margin-right: 10px;
            font-size: 20px;
        }
        .service-card-body .learn-more {
            color: #000;
            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;
          
        }
        .cta-card {
            background-color: #1E73BE;
            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;
            }
        }


        .small-icon {
  font-size: 12px !important;   /* adjust size */
  vertical-align: middle; /* keeps it aligned with text */
}


.material-icons{
    color: #1E73BE;
}

 a{
        text-decoration: none !important;
    }