/* Digital Marketing Service Page Styles */

/* Hero Section */
.service-hero {
    min-height: 500px;
    background-image:url(images/digitalbanner.jpg);
}

.service-hero .section-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    color: #f84525;
}

.service-hero .display-4 {
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.hero-stats {
    flex-wrap: wrap;
}

.hero-form-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hero-form-card h3 {
    font-weight: 700;
    color: #212529;
}

.hero-form-card .form-control {
    border: 1px solid #dee2e6;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
}

.hero-form-card .form-control:focus {
    border-color: #f84525;
    box-shadow: 0 0 0 0.2rem rgba(248, 69, 37, 0.15);
}

/* Section Common Styles */
.section-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 1.75rem;
    font-weight: 600;
    color: #f84525;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}

.section-description {
    font-size: 1.125rem;
    color: #6c757d;
}

/* What We Offer Section */
.offer-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(248, 69, 37, 0.15);
}

.offer-icon {
    width: 80px;
    height: 80px;
    background: #f845253b;
    color: #f84525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.offer-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
}

.offer-description {
    color: #6c757d;
    margin-bottom: 0;
}

/* Benefits Section */
.benefits-section {
    background-color: #f8f4f3;
}

.benefit-card {
    background: white;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(248, 69, 37, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #f845253b;
    color: #f84525;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.benefit-content p {
    color: #6c757d;
    margin-bottom: 0;
}

/* Pricing Section */
.pricing-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border: 3px solid #f84525;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f84525 0%, #a21900 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header {
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.plan-price {
    margin-bottom: 1rem;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    color: #f84525;
}

.period {
    font-size: 1.125rem;
    color: #6c757d;
}

.plan-description {
    color: #6c757d;
    margin-bottom: 0;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 0.75rem 0;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-features li i {
    font-size: 1.125rem;
}

/* Why Choose Us Section */
.why-choose-section {
    background-color: #f8f4f3;
}

.why-choose-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(248, 69, 37, 0.15);
}

.number-badge {
    width: 50px;
    height: 50px;
    background: #f845253b;
    color: #f84525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.why-choose-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
}

.why-choose-card p {
    color: #6c757d;
    margin-bottom: 0;
}

/* FAQ Section */
.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 8px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: #212529;
    background-color: white;
    padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #212529;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #f84525;
}

.accordion-button::after {
    background-size: 1.25rem;
}

.accordion-body {
    padding: 1rem;
    color: #495057;
    background-color: #f8f9fa;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #dee2e6 !important;
}

/* CTA Bottom Section */
.cta-bottom {
    background: linear-gradient(135deg, #f84525 0%, #a21900 100%);
}

.cta-card {
    color: white;
}

.cta-card h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}

.cta-card .lead {
    color: rgba(255, 255, 255, 0.9);
}

.cta-card .btn-primary {
    background: white;
    color: #f84525;
    border: none;
    font-weight: 600;
}

.cta-card .btn-primary:hover {
    background: #f8f4f3;
    color: #a21900;
}

/* Responsive */
@media (max-width: 991px) {
    .service-hero .display-4 {
        font-size: 2.5rem;
    }

    .hero-stats {
        gap: 1.5rem !important;
    }

    .section-title {
        font-size: 2rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 767px) {
    .benefit-card {
        flex-direction: column;
        text-align: center;
    }

    .hero-form-card {
        padding: 1.5rem;
    }

    .cta-card h2 {
        font-size: 1.75rem;
    }
}
/* @media (max-width: 991px) {
    .service-hero .display-4 {
        font-size: 28px;
    }
} */
@media (max-width: 556px) {
    .benefit-icon {
        margin: 0 auto;
    }
    .hero-form-card .form-control {
            padding: 0.5rem 0.7rem;
    }
    .offer-card {
            padding: 1.5rem;
    }
    .offer-icon {
     width: 60px;
    height: 60px;
    }
    .price {
    font-size: 2rem;
    }
    .pricing-card {
        padding: 1.5rem;
    }
    .why-choose-card {
    padding: 1.5rem;
    }
    .benefit-card {
    padding: 0.7rem;
    }
        .cta-card h2 {
    font-size: 24px;
        }
        .service-hero .display-4 {
        font-size: 28px;
    }
}
