    
        /* Logo Design Process Section Styles */
.logo-design-process-wrapper {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
       
        
        .logo-design-process-wrapper .container {
            position: relative;
            z-index: 1;
        }
        
        .logo-design-process-wrapper-header {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
        }
        
       
        
        .logo-design-process-wrapper-title {
            font-size: 42px;
            font-weight: 800;
           color: var(--headingcolor);
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        
        .logo-design-process-wrapper-subtitle {
            font-size: 18px;
            color: #000;
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.7;
            font-weight: 400;
        }
        
        .logo-design-process-wrapper-timeline {
            position: relative;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto 60px;
        }
       .logo-design-process-wrapper-timeline::before {
    content: '';
    position: absolute;
    top: 46px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: linear-gradient(90deg, #135799 0%, #f9cf2f 100%);
    z-index: 0;
}
        .logo-design-process-wrapper-step {
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .logo-design-process-wrapper-step:nth-child(1) {
            transition-delay: 0.1s;
        }
        
        .logo-design-process-wrapper-step:nth-child(2) {
            transition-delay: 0.2s;
        }
        
        .logo-design-process-wrapper-step:nth-child(3) {
            transition-delay: 0.3s;
        }
        
        .logo-design-process-wrapper-step:nth-child(4) {
            transition-delay: 0.4s;
        }
        
        .logo-design-process-wrapper-step-visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .logo-design-process-wrapper-step-header {
            text-align: center;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .logo-design-process-wrapper-step-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #135799 0%, #1a6bb8 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            box-shadow: 0 8px 25px rgba(19, 87, 153, 0.25);
            position: relative;
            z-index: 2;
            transition: all 0.4s ease;
            margin: 0 auto 20px;
            border: 4px solid #ffffff;
        }
        
        .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-step-number {
            transform: scale(1.15);
            box-shadow: 0 12px 35px rgba(19, 87, 153, 0.4);
        }
        
        .logo-design-process-wrapper-icon-container {
            display: flex;
            justify-content: center;
        }
        
        .logo-design-process-wrapper-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, rgba(19, 87, 153, 0.1) 0%, rgba(249, 207, 47, 0.1) 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: #135799;
            transition: all 0.4s ease;
        }
        
        .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-icon {
            background: linear-gradient(135deg, #f9cf2f 0%, #ffd54f 100%);
            color: #000000;
            transform: scale(1.1) rotate(5deg);
        }
        
  .logo-design-process-wrapper-step-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid #f8f9fa;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    height: 243px;
}
        
        .logo-design-process-wrapper-step-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #135799 0%, #f9cf2f 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        
        .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-step-content {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(19, 87, 153, 0.15);
            border-color: #135799;
        }
        
        .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-step-content::before {
            transform: scaleX(1);
        }
        
        .logo-design-process-wrapper-step-title {
            font-size: 20px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 12px;
            transition: color 0.3s ease;
            line-height: 1.4;
        }
        
        .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-step-title {
            color: #135799;
        }
        
        .logo-design-process-wrapper-step-text {
            font-size: 15px;
            color: #6c757d;
            line-height: 1.6;
            margin: 0;
        }
        
        .logo-design-process-wrapper-cta {
            background: linear-gradient(135deg, #135799 0%, #1a6bb8 100%);
            border-radius: 25px;
            padding: 50px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            margin-top: 60px;
            position: relative;
            overflow: hidden;
        }
        
        .logo-design-process-wrapper-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(249, 207, 47, 0.15) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        .logo-design-process-wrapper-cta::after {
            content: '';
            position: absolute;
            bottom: -50%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(249, 207, 47, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        .logo-design-process-wrapper-cta-content {
            flex: 1;
            position: relative;
            z-index: 1;
        }
        
        .logo-design-process-wrapper-cta-title {
            font-size: 28px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
        }
        
        .logo-design-process-wrapper-cta-subtitle {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            line-height: 1.6;
        }
        
        .logo-design-process-wrapper-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: #f9cf2f;
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 25px rgba(249, 207, 47, 0.3);
            position: relative;
            z-index: 1;
            white-space: nowrap;
        }
        
        .logo-design-process-wrapper-btn:hover {
            background: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
            color: #135799;
        }
        
        .logo-design-process-wrapper-btn i {
            transition: transform 0.4s ease;
        }
        
        .logo-design-process-wrapper-btn:hover i {
            transform: translateX(5px);
        }
        
        @media (max-width: 1200px) {
            .logo-design-process-wrapper-timeline {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
            
            .logo-design-process-wrapper-timeline::before {
                display: none;
            }
        }
        
        @media (max-width: 992px) {
            .logo-design-process-wrapper-title {
                font-size: 36px;
            }
            
            .logo-design-process-wrapper-subtitle {
                font-size: 16px;
            }
            
            .logo-design-process-wrapper-step-title {
                font-size: 19px;
            }
            
            .logo-design-process-wrapper-cta {
                flex-direction: column;
                text-align: center;
                padding: 40px 30px;
            }
            
            .logo-design-process-wrapper-cta-title {
                font-size: 24px;
            }
        }
        
        @media (max-width: 768px) {
            .logo-design-process-wrapper {
                padding: 60px 0;
            }
            
            .logo-design-process-wrapper-title {
                font-size: 28px;
            }
            
            .logo-design-process-wrapper-subtitle {
                font-size: 15px;
            }
            
            .logo-design-process-wrapper-timeline {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .logo-design-process-wrapper-step-number {
                width: 70px;
                height: 70px;
                font-size: 22px;
            }
            
            .logo-design-process-wrapper-icon {
                width: 60px;
                height: 60px;
                font-size: 28px;
            }
            
            .logo-design-process-wrapper-step-content {
                padding: 25px 20px;
            }
            
            .logo-design-process-wrapper-step-title {
                font-size: 18px;
            }
            
            .logo-design-process-wrapper-step-text {
                font-size: 14px;
            }
            
            .logo-design-process-wrapper-cta {
                padding: 35px 25px;
            }
            
            .logo-design-process-wrapper-cta-title {
                font-size: 22px;
            }
            
            .logo-design-process-wrapper-cta-subtitle {
                font-size: 15px;
            }
            
            .logo-design-process-wrapper-btn {
                padding: 14px 35px;
                font-size: 15px;
            }
            
            .logo-design-process-wrapper-step:hover .logo-design-process-wrapper-step-content {
                transform: translateY(-5px);
            }
        }



.meta-ads-service-wrapper {
    background: linear-gradient(135deg, rgba(19, 87, 153, 0.03) 0%, rgba(247, 200, 18, 0.03) 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Background glow */
.meta-ads-service-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(247, 200, 18, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

/* Section Header */
.meta-ads-service-wrapper .section-header {
    position: sticky;
    z-index: 2;
    top: 101px;
}

.meta-ads-service-wrapper .section-tag {
    display: inline-block;
    background: linear-gradient(90deg, #f7c812, #ffd54f);
    color: #000000;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(247, 200, 18, 0.3);
}

.meta-ads-service-wrapper .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
}

.meta-ads-service-wrapper .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f7c812, #135799);
    border-radius: 2px;
}

.meta-ads-service-wrapper .section-description {
    font-size: 18px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Grid */
.meta-ads-service-wrapper .services-grid {
    position: relative;
    z-index: 2;
}

/* Card */
.meta-ads-service-wrapper .service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.meta-ads-service-wrapper .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #135799 0%, #f7c812 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.meta-ads-service-wrapper .service-card:hover::before {
    opacity: 1;
}

.meta-ads-service-wrapper .service-card:hover {
    transform: translateY(-10px);
    border-color: #f7c812;
    box-shadow: 0 20px 50px rgba(19, 87, 153, 0.2);
}

.meta-ads-service-wrapper .service-card-content {
    position: relative;
    z-index: 1;
}

.meta-ads-service-wrapper .service-card:hover .service-card-content {
    color: #ffffff;
}

/* Icon */
.meta-ads-service-wrapper .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #135799, #1976d2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(19, 87, 153, 0.3);
}

.meta-ads-service-wrapper .service-card:hover .service-icon {
    background: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.meta-ads-service-wrapper .service-icon i,
.meta-ads-service-wrapper .service-icon svg {
    font-size: 32px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.meta-ads-service-wrapper .service-card:hover .service-icon i,
.meta-ads-service-wrapper .service-card:hover .service-icon svg {
    color: #135799;
}

/* Text */
.meta-ads-service-wrapper .service-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.meta-ads-service-wrapper .service-card:hover .service-title {
    color: #ffffff;
}

.meta-ads-service-wrapper .service-description {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}

.meta-ads-service-wrapper .service-card:hover .service-description {
    color: rgba(255, 255, 255, 0.95);
}

/* Highlight */
.meta-ads-service-wrapper .highlight-number {
    display: inline-block;
    background: linear-gradient(135deg, #f7c812, #ffd54f);
    color: #000000;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px;
    box-shadow: 0 4px 10px rgba(247, 200, 18, 0.3);
}

/* Floating shapes */
.meta-ads-service-wrapper .floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.meta-ads-service-wrapper .shape-1 {
    width: 300px;
    height: 300px;
    background: #135799;
    top: 10%;
    left: -5%;
}

.meta-ads-service-wrapper .shape-2 {
    width: 200px;
    height: 200px;
    background: #f7c812;
    bottom: 10%;
    right: 5%;
    animation-delay: 2s;
}

/* Responsive */
@media (max-width: 768px) {
    .meta-ads-service-wrapper {
        padding: 60px 0;
    }

    .meta-ads-service-wrapper .section-title {
        font-size: 36px;
    }

    .meta-ads-service-wrapper .section-description {
        font-size: 16px;
    }

    .meta-ads-service-wrapper .service-card {
        padding: 30px 25px;
    }
}

/* Animation */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

        .Trusted-Meta-Ads-Agency-Wrapper {
            background: #f5f5f5;
            padding: 60px 0;
            position: relative;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .section-header-center {
            text-align: center;
            margin-bottom: 30px;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .section-title-main {
          color: var(--headingcolor);
    text-align: center;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .section-subtitle {
            font-size: 18px;
            color: #000;
            line-height: 1.8;
            max-width: 1000px;
            margin: 0 auto;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .case-study-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            display: flex;
            height: 100%;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .case-study-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        }

        .Trusted-Meta-Ads-Agency-Wrapper .card-image-section {
            width: 45%;
            position: relative;
            overflow: hidden;
        }

        .Trusted-Meta-Ads-Agency-Wrapper .card-image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

     .Trusted-Meta-Ads-Agency-Wrapper .industry-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    color: #000000;
    padding: 1px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
      .Trusted-Meta-Ads-Agency-Wrapper .card-content-section {
    width: 55%;
    background: linear-gradient(135deg, #f7c812 0%, #ffd54f 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

        .Trusted-Meta-Ads-Agency-Wrapper .service-tag-wrapper {
    margin-bottom: 10px;
}
        .Trusted-Meta-Ads-Agency-Wrapper .service-tag {
            display: inline-block;
            background: rgba(0, 0, 0, 0.1);
            color: #000000;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
        }

       .Trusted-Meta-Ads-Agency-Wrapper .metrics-wrapper {
    display: flex;
    gap: 4px;
}
       .Trusted-Meta-Ads-Agency-Wrapper .metric-box {
    flex: 1;
    background: #ffffff;
    padding: 7px 11px;
    border-radius: 12px;
    text-align: left;
}

      .Trusted-Meta-Ads-Agency-Wrapper .metric-box .metric-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}
  .Trusted-Meta-Ads-Agency-Wrapper .metric-box .metric-value {
    font-size: 20px;
    font-weight: bold;
    color: #135799;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
}.Trusted-Meta-Ads-Agency-Wrapper .row {
    row-gap: 20px;
}
        .Trusted-Meta-Ads-Agency-Wrapper .metric-box .metric-description {
            font-size: 13px;
            color: #666;
            font-weight: 500;
        }

        @media (max-width: 992px) {
            .Trusted-Meta-Ads-Agency-Wrapper .case-study-card {
                flex-direction: column;
            }

            .Trusted-Meta-Ads-Agency-Wrapper .card-image-section {
                width: 100%;
                height: 250px;
            }

            .Trusted-Meta-Ads-Agency-Wrapper .card-content-section {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .Trusted-Meta-Ads-Agency-Wrapper .section-title-main {
                font-size: 32px;
            }

            .Trusted-Meta-Ads-Agency-Wrapper {
                padding: 60px 0;
            }

            .Trusted-Meta-Ads-Agency-Wrapper .metrics-wrapper {
                flex-direction: column;
                gap: 15px;
            }

            .Trusted-Meta-Ads-Agency-Wrapper .card-content-section {
                padding: 30px;
            }
        }


         .Meta-Ads-Plans-Wrapper {
            background: #f8f9fa;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }

        .Meta-Ads-Plans-Wrapper::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(247, 200, 18, 0.08) 0%, transparent 70%);
            border-radius: 50%;
        }

        .Meta-Ads-Plans-Wrapper::after {
            content: '';
            position: absolute;
            bottom: -40%;
            left: -15%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(19, 87, 153, 0.06) 0%, transparent 70%);
            border-radius: 50%;
        }

        .Meta-Ads-Plans-Wrapper .plans-header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            z-index: 2;
        }

        .Meta-Ads-Plans-Wrapper .plans-title {
          color: var(--headingcolor);
    text-align: center;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px;
        }

     

        .Meta-Ads-Plans-Wrapper .plans-subtitle {
            font-size: 18px;
            color: #000;
            line-height: 1.8;
            max-width: 1100px;
            margin: 0 auto;
        }

        .Meta-Ads-Plans-Wrapper .pricing-cards-container {
            position: relative;
            z-index: 2;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 45px 40px;
            margin-bottom: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            border: 2px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #135799, #f7c812);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card:hover::before {
            transform: scaleX(1);
        }

        .Meta-Ads-Plans-Wrapper .pricing-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 60px rgba(19, 87, 153, 0.15);
            border-color: #f7c812;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured {
            background: linear-gradient(135deg, #135799 0%, #1976d2 100%);
            border-color: #135799;
            transform: scale(1.05);
        }
.Meta-Ads-Plans-Wrapper .pricing-card.featured p {
    color: #fff;
}
        .Meta-Ads-Plans-Wrapper .pricing-card.featured::before {
            background: #f7c812;
            transform: scaleX(1);
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-12px);
        }

        .Meta-Ads-Plans-Wrapper .plan-badge {
            display: inline-block;
            background: linear-gradient(90deg, #f7c812, #ffd54f);
            color: #000000;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-badge {
            background: #ffffff;
            color: #135799;
        }

        .Meta-Ads-Plans-Wrapper .plan-name {
            font-size: 32px;
            font-weight: 800;
            color: #000000;
            margin-bottom: 15px;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-name {
            color: #ffffff;
        }

        .Meta-Ads-Plans-Wrapper .plan-price {
            font-size: 48px;
            font-weight: 800;
            color: #135799;
            margin-bottom: 5px;
            line-height: 1;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-price {
            color: #f7c812;
        }

        .Meta-Ads-Plans-Wrapper .plan-price-currency {
            font-size: 28px;
            font-weight: 700;
        }

        .Meta-Ads-Plans-Wrapper .plan-period {
            font-size: 16px;
            color: #666;
            margin-bottom: 10px;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-period {
            color: rgba(255, 255, 255, 0.8);
        }

        .Meta-Ads-Plans-Wrapper .plan-ad-spend {
            font-size: 15px;
            color: #666;
            font-weight: 600;
            margin-bottom: 30px;
            padding: 12px;
            background: #f8f9fa;
            border-radius: 8px;
            display: inline-block;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-ad-spend {
            background: rgba(255, 255, 255, 0.15);
            color: #ffffff;
        }

        .Meta-Ads-Plans-Wrapper .plan-features {
            list-style: none;
            padding: 0;
            margin: 30px 0;
        }

        .Meta-Ads-Plans-Wrapper .plan-features li {
            padding: 12px 0;
            color: #555;
            font-size: 16px;
            display: flex;
            align-items: flex-start;
            line-height: 1.6;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-features li {
            color: rgba(255, 255, 255, 0.95);
        }

        .Meta-Ads-Plans-Wrapper .plan-features li i {
            color: #f7c812;
            margin-right: 12px;
            font-size: 18px;
            margin-top: 2px;
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-features li i {
            color: #f7c812;
        }

        .Meta-Ads-Plans-Wrapper .plan-cta-btn {
            width: 100%;
            padding: 16px 30px;
            background: linear-gradient(135deg, #135799, #1976d2);
            color: #ffffff;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(19, 87, 153, 0.3);
        }

        .Meta-Ads-Plans-Wrapper .plan-cta-btn:hover {
            background: linear-gradient(135deg, #1976d2, #135799);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(19, 87, 153, 0.4);
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-cta-btn {
            background: linear-gradient(90deg, #f7c812, #ffd54f);
            color: #000000;
            box-shadow: 0 8px 20px rgba(247, 200, 18, 0.4);
        }

        .Meta-Ads-Plans-Wrapper .pricing-card.featured .plan-cta-btn:hover {
            background: linear-gradient(90deg, #ffd54f, #f7c812);
            box-shadow: 0 12px 30px rgba(247, 200, 18, 0.5);
        }

        .Meta-Ads-Plans-Wrapper .cta-section {
            text-align: center;
            margin-top: 60px;
            padding: 50px;
            background: linear-gradient(135deg, rgba(19, 87, 153, 0.05), rgba(247, 200, 18, 0.05));
            border-radius: 24px;
            position: relative;
            z-index: 2;
        }

        .Meta-Ads-Plans-Wrapper .cta-main-btn {
            display: inline-block;
            padding: 18px 50px;
            background: linear-gradient(135deg, #f7c812, #ffd54f);
            color: #000000;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(247, 200, 18, 0.4);
            text-decoration: none;
        }

        .Meta-Ads-Plans-Wrapper .cta-main-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(247, 200, 18, 0.5);
            color: #000000;
        }

     .Meta-Ads-Plans-Wrapper .popular-badge {
    position: absolute;
    top: 40px;
    right: 30px;
    background: #f7c812;
    color: #000000;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(247, 200, 18, 0.4);
}

        @media (max-width: 992px) {
            .Meta-Ads-Plans-Wrapper .pricing-card.featured {
                transform: scale(1);
            }

            .Meta-Ads-Plans-Wrapper .pricing-card.featured:hover {
                transform: translateY(-12px);
            }
        }

        @media (max-width: 768px) {
            .Meta-Ads-Plans-Wrapper .plans-title {
                font-size: 36px;
            }

            .Meta-Ads-Plans-Wrapper {
                padding: 60px 0;
            }

            .Meta-Ads-Plans-Wrapper .pricing-card {
                padding: 35px 30px;
            }

            .Meta-Ads-Plans-Wrapper .cta-section {
                padding: 40px 30px;
            }
        }

        
        .faq-section {
    background: #fff;
    padding: 50px 0;
    color: #1e293b
}

.faq-section .section-title {
    font-size: 48px;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 10px;
    color: #0f172a
}

.faq-section .section-subtitle {
    font-size: 20px;
    text-align: center;
    color: #000;
    max-width: 700px;
    margin: 0 auto 40px
}

.faq-section .faq-item {
    background: #f8fafc;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgb(0 0 0 / .05);
    transition: all 0.4s ease
}

.faq-section .faq-item:hover {
    box-shadow: 0 15px 40px rgb(0 0 0 / .1);
    transform: translateY(-4px)
}

.faq-section .faq-header {
    padding: 20px 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff0;
    transition: background 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 20px
}

.faq-section .faq-item.active .faq-header {
    background: #11559b;
    color: #fff
}

.faq-section .faq-question {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    transition: color 0.3s ease
}

.faq-section .faq-item.active .faq-question {
    color: #fff
}

.faq-section .faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.faq-section .faq-list .faq-item {
    width: 100%
}

.faq-section .toggle-icon {
    font-size: 2rem;
    font-weight: 300;
    color: #11559b;
    transition: all 0.4s ease;
    width: 40px;
    text-align: center
}

.faq-section .faq-item.active .toggle-icon {
    transform: rotate(45deg);
    color: #f9cf2f
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: all 0.5s ease;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569
}

.faq-section .faq-item.active .faq-answer {
    max-height: 400px;
    padding: 27px 40px 40px
}

.faq-section .faq-answer strong {
    color: #11559b
}

@media (max-width:992px) {
    .faq-section .section-title {
        font-size: 2.8rem
    }
    .faq-section .faq-question {
        font-size: 1.35rem
    }
    .faq-section .faq-header {
        padding: 24px 30px
    }
    .faq-section .faq-answer {
        padding: 0 30px 30px
    }
}




        .blog-section .section-title {
    font-size: 48px;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 50px;
    color: #0f172a;
    position: relative
}

.blog-section .blog-card {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / .06);
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-section .blog-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 80px rgb(0 0 0 / .12)
}

.blog-section .blog-image {
    position: relative;
    height: 320px;
    overflow: hidden
}

.blog-section .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease
}

.blog-section .blog-card:hover .blog-image img {
    transform: scale(1.15)
}

.blog-section .blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(17 85 155 / .7), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease
}

.blog-section .blog-card:hover .blog-overlay {
    opacity: 1
}

.blog-section .card-body {
    padding: 27px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 !important;
    padding-bottom: 30px
}

.blog-section .blog-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-section .blog-card:hover .blog-title {
    color: #11559b
}

.blog-section .blog-meta {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 32px
}

.blog-section .card-body a.theme-btn {
    display: inline-flex;
    width: auto !important;
    align-items: center;
    min-width: 100px !important;
    width: 175px !important
}

.blog-section .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #fff0;
    border: 2px solid #f9cf2f;
    color: #11559b;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    align-self: flex-start
}

.blog-section .btn-read:hover {
    background: #f9cf2f;
    color: #11559b;
    transform: translateX(10px)
}

.blog-section .btn-read::after {
    content: 'Ã¢â€ â€™';
    font-size: 1.4rem;
    transition: transform 0.3s ease
}

.blog-section .btn-read:hover::after {
    transform: translateX(6px)
}

@media (max-width:992px) {
    .blog-section .section-title {
        font-size: 3rem;
        margin-bottom: 80px
    }
    .blog-section .blog-card {
        margin-bottom: 50px
    }
    .blog-section .blog-title {
        font-size: 1.5rem
    }
    .blog-section .card-body {
        padding: 36px
    }
}

@media(max-width:767px){
    .modern-nav .navbar-brand img {
    width: 135px;
}.modern-nav .navbar-toggler {
        order: 2;
        margin-left: auto;
        position: absolute;
        right: 17px;
        top: 19px;
    }.Meta-Ads-Plans-Wrapper .col-lg-4.col-md-6 {
    margin-bottom: 20px;
}.Trusted-Meta-Ads-Agency-Wrapper .case-study-card {
   
    height: 100%;
}    .faq-section .section-title {
        font-size: 30px;
    }
}


 .Customer-Success-Stories-Wrapper {
    background: #f7f7f7;
    padding: 60px 0;
    position: relative;
}

      .Customer-Success-Stories-Wrapper .section-header {
    text-align: center;
    margin-bottom: 30px;
}

        .Customer-Success-Stories-Wrapper .section-title {
               color: var(--headingcolor);
    text-align: center;
    font-size: 40px;
    font-family: poppinsbold;
    padding-bottom: 13px;
        }

       

        .Customer-Success-Stories-Wrapper .stories-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 25px;
        }

        .Customer-Success-Stories-Wrapper .story-card {
            /* background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); */
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            height: 300px;
            cursor: pointer;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 2px solid transparent;
        }

        .Customer-Success-Stories-Wrapper .story-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 1;
            transition: opacity 0.5s ease;
        }

        .Customer-Success-Stories-Wrapper .story-card:hover::before {
            opacity: 1;
        }

        .Customer-Success-Stories-Wrapper .story-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 50px rgba(247, 200, 18, 0.3);
            border-color: #f7c812;
        }

        .Customer-Success-Stories-Wrapper .story-card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 1;
            filter: grayscale(50%);
            transition: all 0.5s ease;
        }

        .Customer-Success-Stories-Wrapper .story-card:hover .story-card-bg {
            opacity: 0.25;
            filter: grayscale(0%);
            transform: scale(1.1);
        }

        .Customer-Success-Stories-Wrapper .story-card-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            padding: 30px 25px;
            background: #0000007a;
        }

        .Customer-Success-Stories-Wrapper .company-logo-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            height: 50px;
        }
.Customer-Success-Stories-Wrapper .company-logo-wrapper img {
    height: 41px;
    filter: brightness(0) invert(1);
}
        .Customer-Success-Stories-Wrapper .company-logo-svg {
            width: 120px;
            height: auto;
            filter: brightness(0) invert(1);
            opacity: 0.95;
        }

        .Customer-Success-Stories-Wrapper .company-name {
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .Customer-Success-Stories-Wrapper .stat-section {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

     .Customer-Success-Stories-Wrapper .stat-number {
    font-size: 45px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, #f7c812);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

        .Customer-Success-Stories-Wrapper .story-card:hover .stat-number {
            transform: scale(1.1);
        }

        .Customer-Success-Stories-Wrapper .stat-description {
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 600;
            line-height: 1.4;
            opacity: 0.9;
        }

        .Customer-Success-Stories-Wrapper .accent-line {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #135799, #f7c812);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }

        .Customer-Success-Stories-Wrapper .story-card:hover .accent-line {
            transform: scaleX(1);
        }

        @media (max-width: 1400px) {
            .Customer-Success-Stories-Wrapper .stories-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 992px) {
            .Customer-Success-Stories-Wrapper .stories-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .Customer-Success-Stories-Wrapper .stat-number {
                font-size: 52px;
            }
        }

        @media (max-width: 768px) {
            .Customer-Success-Stories-Wrapper .section-title {
                font-size: 36px;
            }

            .Customer-Success-Stories-Wrapper .stories-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .Customer-Success-Stories-Wrapper .story-card {
                height: 280px;
            }

            .Customer-Success-Stories-Wrapper .stat-number {
                font-size: 48px;
            }

            .Customer-Success-Stories-Wrapper {
                padding: 60px 0;
            }
        }

        @media (max-width: 480px) {
            .Customer-Success-Stories-Wrapper .stories-grid {
                grid-template-columns: 1fr;
            }

            .Customer-Success-Stories-Wrapper .story-card {
                height: 260px;
            }
        } .Customer-Success-Stories-Wrapper img.no-filter {
    filter: brightness(1) invert(0) !important;
}