/* ==========================================================================
   Professional Section Background Color System
   Using Theme-Based Colors for Compact, Decent Appearance
   ========================================================================== */

/* Base Section Padding - More Compact */
.section {
    padding: 60px 0 !important;
}

/* Alternating Background Pattern */

/* 01. Hero - Already styled (keep as is) */

/* 02. Free Proposal CTA - Light Cyan Background */
.free-proposal-cta-section {
    background: linear-gradient(135deg, #ECFEFF 0%, #F0F9FF 100%) !important;
    padding: 50px 0 !important;
}

.free-proposal-cta-section .proposal-cta-content {
    text-align: center !important;
}

.free-proposal-cta-section h2 {
    color: #1E3A5F !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.free-proposal-cta-section p {
    color: #334155 !important;
    font-size: 1.1rem !important;
    margin-bottom: 32px !important;
}

.proposal-button-wrapper {
    display: flex !important;
    justify-content: center !important;
}

.proposal-button-wrapper .btn-primary {
    padding: 16px 48px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

/* 03. Services - White Background */
.services-section {
    background: #ffffff !important;
    padding: 70px 0 !important;
}

/* 04. Track Record - Subtle Gray */
.case-studies-track-record {
    background: #F9FAFB !important;
    padding: 70px 0 !important;
}

/* 05. Why Choose Us - White */
.why-choose-section {
    background: #ffffff !important;
    padding: 70px 0 !important;
}

/* 06. Middle CTA - Light Gradient (already has one) */
.cta-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f0f9ff 100%) !important;
    padding: 50px 0 !important;
}

.cta-section .cta-content h2 {
    color: #1E3A5F !important;
    font-weight: 700 !important;
}

.cta-section .cta-content p {
    color: #334155 !important;
    font-size: 1.1rem !important;
}

.cta-section .btn-ghost-light {
    color: #0ea5e9 !important;
}

.cta-section .cta-divider {
    color: #1E3A5F !important;
}

/* 07. About Digital Marketing - Subtle Navy */
.about-dm-section {
    background: #F0F4F8 !important;
    padding: 70px 0 !important;
}

/* 08. How We Work - White */
.how-we-work-section {
    background: #ffffff !important;
    padding: 70px 0 !important;
}

.how-we-work-section .section-title {
    text-align: center !important;
    max-width: 100% !important;
}

.how-we-work-section .section-title h2 {
    font-size: 2.5rem !important;
    margin-bottom: 20px !important;
}

.how-we-work-section .section-subtitle {
    max-width: 1000px !important;
    margin: 0 auto 50px !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    text-align: center !important;
    color: #64748B !important;
}

/* 09. SEO Ranking / Case Studies - Light Gray */
.case-studies-section {
    background: #F9FAFB !important;
    padding: 70px 0 !important;
}

/* 10. Final CTA - Navy Dark Background */
.section.cta-section:nth-of-type(10),
section#cta {
    background: linear-gradient(135deg, #1E3A5F 0%, #0E7490 100%) !important;
    color: #ffffff !important;
    padding: 60px 0 !important;
}

section#cta .cta-content h2,
section#cta .cta-content p {
    color: #ffffff !important;
}

/* 11. Help You Grow - Subtle Cyan */
.help-grow-section {
    background: linear-gradient(135deg, #ECFEFF 0%, #F0F4F8 100%) !important;
    padding: 70px 0 !important;
}

/* 12. Trusted Partners - White */
.trusted-partners-section {
    background: #ffffff !important;
    padding: 60px 0 !important;
}

/* 13. Awards & Testimonials - Subtle Gray Gradient */
.awards-testimonials-section {
    background: linear-gradient(135deg, #F9FAFB 0%, #F0F4F8 100%) !important;
    padding: 70px 0 !important;
}

/* 14. Blogs & FAQ - White */
.blogs-faq-section {
    background: #ffffff !important;
    padding: 70px 0 !important;
}

/* 15. Stats Counter - Navy Background */
.stats-section {
    background: linear-gradient(135deg, #1E3A5F 0%, #152A47 100%) !important;
    color: #ffffff !important;
    padding: 60px 0 !important;
}

.stats-section .stat-box h3,
.stats-section .stat-box p {
    color: #ffffff !important;
}

/* 16. Featured Case Studies - Light Background */
.featured-case-studies-section {
    background: #F9FAFB !important;
    padding: 70px 0 !important;
}

/* 17. Contact Section - Subtle Gradient */
.contact-section {
    background: linear-gradient(135deg, #F0F4F8 0%, #E6ECF2 100%) !important;
    padding: 70px 0 !important;
}

/* Card Improvements - More Compact & Professional */
.service-card,
.case-study-card,
.why-choose-card,
.step-card {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 30px 24px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.service-card:hover,
.case-study-card:hover,
.why-choose-card:hover,
.step-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.15) !important;
    border-color: #06B6D4 !important;
}

/* Section Titles - Consistent Styling */
.section-title h2 {
    color: #1E3A5F !important;
    margin-bottom: 16px !important;
    font-weight: 700 !important;
}

.section-subtitle {
    color: #64748B !important;
    max-width: 800px !important;
    margin: 0 auto 48px !important;
    line-height: 1.7 !important;
}

/* Dark Section Text Colors */
.stats-section .section-title h2,
section#cta .section-title h2 {
    color: #ffffff !important;
}

.stats-section .section-subtitle,
section#cta .section-subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Compact Grid Spacing */
.services-grid,
.case-studies-grid,
.why-choose-grid,
.how-we-work-steps,
.help-grow-grid {
    gap: 24px !important;
}

/* Remove Excessive Margins */
.animate-on-scroll {
    margin-bottom: 0 !important;
}

/* Contact Info Cards */
.contact-info-item {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.contact-info-item:hover {
    border-color: #06B6D4 !important;
    box-shadow: 0 6px 16px rgba(6, 182, 212, 0.12) !important;
}

/* Blog & FAQ Items */
.blog-item,
.faq-item-compact {
    background: #F9FAFB !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
}

/* Partner Logos - Better Visibility */
.partner-logo {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 8px !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
}

.partner-logo:hover {
    border-color: #06B6D4 !important;
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.1) !important;
    transform: translateY(-2px) !important;
}

/* Track Record Cards */
.case-study-item {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.case-study-item:hover {
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.12) !important;
}
