.elementor-1356 .elementor-element.elementor-element-4539422{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1356 .elementor-element.elementor-element-4539422.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-1356 .elementor-element.elementor-element-4539422{--width:997px;}}/* Start custom CSS for html, class: .elementor-element-e610822 *//* ===== HERO SECTION - FINAL ===== */

.birmingham-hero-final {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

/* Premium Background */
.hero-final-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.1;
}

.c1 {
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: #2563eb;
    animation: float 20s ease infinite;
}

.c2 {
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: #7c3aed;
    animation: float 25s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 40px) scale(1.1); }
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(37,99,235,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.bg-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(37,99,235,0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}

/* Container */
.hero-final-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-final-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-final-content {
    text-align: center;
    padding: 20px 0;
}

/* Badge */
.hero-final-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef2ff;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    border: 1px solid rgba(37,99,235,0.15);
}

.hero-final-badge i {
    font-size: 16px;
}

/* Heading */
.hero-final-heading {
    margin-bottom: 25px;
}

.h1-light {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 5px;
}

.h1-gradient {
    display: block;
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

/* Description */
.hero-final-desc {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-final-desc strong {
    color: #0f172a;
    font-weight: 600;
}

.hero-final-desc:last-of-type {
    margin-bottom: 35px;
}

/* CTA */
.hero-final-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-final-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: white;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 12px 24px -8px rgba(37,99,235,0.35);
}

.btn-final-primary:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -8px rgba(37,99,235,0.45);
}

.btn-final-primary i {
    transition: transform 0.3s ease;
}

.btn-final-primary:hover i {
    transform: translateX(5px);
}

.btn-final-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0f172a;
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.3s ease;
}

.btn-final-secondary:hover {
    border-color: #2563eb;
    box-shadow: 0 12px 24px -12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.btn-final-secondary i {
    color: #2563eb;
}

/* Trust */
.hero-final-trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #f8fafc;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    color: #64748b;
}

.hero-final-trust i {
    color: #10b981;
    font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .h1-light {
        font-size: 42px;
    }
    
    .h1-gradient {
        font-size: 46px;
    }
    
    .hero-final-desc {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .birmingham-hero-final {
        padding: 60px 0;
    }
    
    .hero-final-container {
        padding: 0 20px;
    }
    
    .h1-light {
        font-size: 36px;
    }
    
    .h1-gradient {
        font-size: 40px;
    }
    
    .hero-final-desc {
        font-size: 16px;
        max-width: 100%;
    }
    
    .hero-final-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    
    .btn-final-primary,
    .btn-final-secondary {
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
        width: 100%;
    }
    
    .hero-final-badge {
        font-size: 12px;
        padding: 6px 18px;
    }
}

@media (max-width: 480px) {
    .h1-light {
        font-size: 32px;
    }
    
    .h1-gradient {
        font-size: 34px;
    }
    
    .hero-final-desc {
        font-size: 15px;
    }
    
    .hero-final-trust {
        width: 100%;
        justify-content: center;
        padding: 8px 16px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f807787 *//* ===== SECTION 2: WHY BIRMINGHAM NEEDS SEO ===== */

.birmingham-why-seo {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

/* Background */
.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
}

.c1 {
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: #2563eb;
    animation: float 20s ease infinite;
}

.c2 {
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #7c3aed;
    animation: float 25s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(37,99,235,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Container */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.header-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.badge-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, #7c3aed, transparent);
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2563eb;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 15px;
}

.title-light {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 5px;
}

.title-gradient {
    display: block;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Content Blocks */
.section-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.05);
}

.problem-block {
    border-left: 4px solid #ef4444;
}

.solution-block {
    border-left: 4px solid #2563eb;
}

.factors-block {
    border-left: 4px solid #8b5cf6;
}

.ai-block {
    border-left: 4px solid #10b981;
}

.areas-block {
    border-left: 4px solid #f59e0b;
}

.results-block {
    border-left: 4px solid #2563eb;
}

.block-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.block-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.block-text strong {
    color: #0f172a;
}

/* Problem List */
.problem-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.problem-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #475569;
    font-size: 15px;
    border-bottom: 1px dashed #eef2ff;
}

.problem-list li:last-child {
    border-bottom: none;
}

.problem-list li i {
    color: #ef4444;
    font-size: 16px;
}

/* Factors Grid */
.factors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.factor-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.2s;
}

.factor-card:hover {
    border-color: #2563eb;
    box-shadow: 0 10px 20px -8px rgba(37,99,235,0.1);
}

.factor-number {
    font-size: 28px;
    font-weight: 800;
    color: #2563eb;
    opacity: 0.2;
    margin-bottom: 10px;
}

.factor-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.factor-card p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* AI Block */
.ai-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.ai-header i {
    font-size: 28px;
    color: #10b981;
}

.ai-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.ai-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.ai-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.ai-stat-number {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 5px;
}

.ai-stat-label {
    font-size: 13px;
    color: #64748b;
}

.ai-signals {
    margin-top: 20px;
}

.ai-signals h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.signal-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
}

.signal-icon {
    font-size: 24px;
}

.signal-item strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    margin-bottom: 4px;
}

.signal-item p {
    color: #475569;
    font-size: 14px;
    margin: 0;
}

/* Areas Grid */
.areas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.area-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
}

.area-icon {
    font-size: 24px;
}

.area-item strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
}

.area-item span {
    color: #64748b;
    font-size: 13px;
}

/* Results Grid */
.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 20px 0;
}

.result-card {
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}

.result-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 5px;
}

.result-label {
    color: #475569;
    font-size: 14px;
}

.result-note {
    font-style: italic;
    margin-top: 20px;
}

/* CTA */
.section-cta {
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    margin-top: 40px;
}

.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.cta-text {
    font-size: 17px;
    color: #475569;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -8px rgba(37,99,235,0.3);
}

.cta-button:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -8px rgba(37,99,235,0.4);
}

.cta-button i {
    transition: transform 0.3s;
}

.cta-button:hover i {
    transform: translateX(5px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .factors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ai-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .signal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .title-gradient {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .birmingham-why-seo {
        padding: 60px 0;
    }
    
    .section-container {
        padding: 0 20px;
    }
    
    .title-gradient {
        font-size: 34px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .content-block {
        padding: 25px;
    }
    
    .factors-grid {
        grid-template-columns: 1fr;
    }
    
    .ai-stats {
        grid-template-columns: 1fr;
    }
    
    .signal-grid {
        grid-template-columns: 1fr;
    }
    
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .section-cta {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .title-gradient {
        font-size: 30px;
    }
    
    .badge-line {
        width: 30px;
    }
    
    .badge-text {
        font-size: 12px;
    }
    
    .block-title {
        font-size: 22px;
    }
    
    .content-block {
        padding: 20px;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-945f3bc *//* ===== SECTION 3: OUR BIRMINGHAM SEO SERVICES ===== */

.birmingham-services-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

/* Background */
.services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
}

.c1 {
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: #2563eb;
    animation: float 20s ease infinite;
}

.c2 {
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #7c3aed;
    animation: float 25s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(37,99,235,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Container */
.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Header */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.header-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.badge-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, #7c3aed, transparent);
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2563eb;
    text-transform: uppercase;
}

.services-title {
    margin-bottom: 15px;
}

.title-light {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 5px;
}

.title-gradient {
    display: block;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.services-description {
    font-size: 18px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Service Card */
.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: #2563eb;
    box-shadow: 0 20px 30px -15px rgba(37,99,235,0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #eef2ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.service-card:hover .service-icon {
    background: #2563eb;
}

.service-card:hover .service-icon i {
    color: white;
}

.service-icon i {
    font-size: 32px;
    color: #2563eb;
    transition: all 0.3s;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.service-desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: #475569;
    font-size: 14px;
}

.service-features li i {
    color: #10b981;
    font-size: 14px;
}

.service-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    margin-top: auto;
}

.stat-number {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: #64748b;
}

/* CTA */
.services-cta {
    text-align: center;
    padding: 40px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    margin-top: 20px;
}

.services-cta p {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 20px;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -8px rgba(37,99,235,0.3);
}

.services-cta-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -8px rgba(37,99,235,0.4);
}

.services-cta-btn i {
    transition: transform 0.3s;
}

.services-cta-btn:hover i {
    transform: translateX(5px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .title-gradient {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .birmingham-services-section {
        padding: 60px 0;
    }
    
    .services-container {
        padding: 0 20px;
    }
    
    .title-gradient {
        font-size: 34px;
    }
    
    .services-description {
        font-size: 16px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 25px;
    }
    
    .services-cta {
        padding: 30px 20px;
    }
    
    .services-cta p {
        font-size: 16px;
    }
    
    .services-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .title-gradient {
        font-size: 30px;
    }
    
    .badge-line {
        width: 30px;
    }
    
    .badge-text {
        font-size: 12px;
    }
    
    .service-title {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b130f36 *//* ===== SECTION 4: INDUSTRIES WE SERVE IN BIRMINGHAM ===== */

.birmingham-industries-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

/* Background */
.industries-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
}

.c1 {
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: #2563eb;
    animation: float 20s ease infinite;
}

.c2 {
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #7c3aed;
    animation: float 25s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(37,99,235,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Container */
.industries-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Header */
.industries-header {
    text-align: center;
    margin-bottom: 50px;
}

.header-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.badge-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, #7c3aed, transparent);
}

.badge-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2563eb;
    text-transform: uppercase;
}

.industries-title {
    margin-bottom: 15px;
}

.title-light {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 5px;
}

.title-gradient {
    display: block;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.industries-description {
    font-size: 18px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Industries Grid */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

/* Industry Card */
.industry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.industry-card:hover {
    transform: translateY(-6px);
    border-color: #2563eb;
    box-shadow: 0 20px 30px -15px rgba(37,99,235,0.15);
}

.industry-icon {
    width: 60px;
    height: 60px;
    background: #eef2ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s;
}

.industry-card:hover .industry-icon {
    background: #2563eb;
}

.industry-card:hover .industry-icon i {
    color: white;
}

.industry-icon i {
    font-size: 28px;
    color: #2563eb;
    transition: all 0.3s;
}

.industry-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.industry-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
    flex-grow: 1;
}

.industry-desc strong {
    color: #0f172a;
}

.industry-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.keyword-tag {
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.keyword-tag:hover {
    background: #2563eb;
    color: white;
    border-color: #2563eb;
}

/* CTA */
.industries-cta {
    text-align: center;
    padding: 40px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
}

.industries-cta p {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 20px;
}

.industries-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -8px rgba(37,99,235,0.3);
}

.industries-cta-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -8px rgba(37,99,235,0.4);
}

.industries-cta-btn i {
    transition: transform 0.3s;
}

.industries-cta-btn:hover i {
    transform: translateX(5px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .title-gradient {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .birmingham-industries-section {
        padding: 60px 0;
    }
    
    .industries-container {
        padding: 0 20px;
    }
    
    .title-gradient {
        font-size: 34px;
    }
    
    .industries-description {
        font-size: 16px;
    }
    
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .industry-card {
        padding: 25px;
    }
    
    .industries-cta {
        padding: 30px 20px;
    }
    
    .industries-cta p {
        font-size: 16px;
    }
    
    .industries-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .title-gradient {
        font-size: 30px;
    }
    
    .badge-line {
        width: 30px;
    }
    
    .badge-text {
        font-size: 12px;
    }
    
    .industry-title {
        font-size: 18px;
    }
    
    .industry-desc {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7a48e6 *//* ===== SECTION 5: WHY CHOOSE WS ECOM (PREMIUM IMPROVED DESIGN) ===== */
/* Brand Color: #544DEC | Secondary: #1a1a2e */

.why-choose-premium {
    background: #ffffff;
    padding: 80px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    overflow: hidden;
}

/* ===== BACKGROUND DECORATIONS ===== */
.premium-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.premium-bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.04;
}

.premium-bg-shape-1 {
    width: 500px;
    height: 500px;
    background: #544DEC;
    top: -200px;
    right: -100px;
}

.premium-bg-shape-2 {
    width: 400px;
    height: 400px;
    background: #544DEC;
    bottom: -150px;
    left: -100px;
}

.premium-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(84, 77, 236, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(84, 77, 236, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* ===== CONTAINER ===== */
.premium-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===== LEFT SIDE ===== */
.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #544DEC;
    text-transform: uppercase;
    margin-bottom: 16px;
    background: rgba(84, 77, 236, 0.08);
    padding: 6px 18px 6px 14px;
    border-radius: 50px;
}

.premium-badge-dot {
    width: 8px;
    height: 8px;
    background: #544DEC;
    border-radius: 50%;
    display: inline-block;
    animation: premium-pulse 2s ease-in-out infinite;
}

@keyframes premium-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
}

.premium-heading {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.15;
    margin-bottom: 20px;
}

.premium-heading-highlight {
    color: #544DEC;
    display: inline-block;
    position: relative;
}

.premium-heading-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #544DEC;
    opacity: 0.15;
    border-radius: 3px;
}

.premium-description {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 12px;
    max-width: 90%;
}

.premium-description:last-of-type {
    margin-bottom: 30px;
}

.premium-description strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* ===== FEATURES ===== */
.premium-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-bottom: 28px;
}

.premium-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fafbff;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #f0f1f8;
    transition: all 0.3s ease;
}

.premium-feature:hover {
    background: #ffffff;
    border-color: #544DEC;
    box-shadow: 0 4px 16px rgba(84, 77, 236, 0.08);
    transform: translateY(-2px);
}

.premium-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: rgba(84, 77, 236, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    flex-shrink: 0;
}

.premium-feature h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 4px 0;
}

.premium-feature p {
    font-size: 13.5px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

/* ===== TRUST SIGNALS ===== */
.premium-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8f9fc;
    border: 1px solid #e8ecf4;
    border-radius: 12px;
    padding: 14px 28px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.premium-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 500;
}

.premium-trust-icon {
    font-size: 17px;
}

.premium-trust-divider {
    width: 1px;
    height: 22px;
    background: #d1d5db;
}

/* ===== CTA ===== */
.premium-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #544DEC;
    color: white;
    padding: 17px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(84, 77, 236, 0.3);
}

.premium-cta-btn:hover {
    background: #3d34c4;
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(84, 77, 236, 0.4);
}

.premium-cta-btn svg {
    transition: transform 0.3s ease;
}

.premium-cta-btn:hover svg {
    transform: translateX(5px);
}

.premium-cta-sub {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 10px;
}

/* ===== RIGHT SIDE - TESTIMONIAL CARD ===== */
.premium-visual {
    display: flex;
    justify-content: center;
}

.premium-card {
    background: #1a1a2e;
    border-radius: 24px;
    padding: 40px 35px;
    color: white;
    max-width: 380px;
    width: 100%;
    position: relative;
    box-shadow: 0 25px 60px rgba(26, 26, 46, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(26, 26, 46, 0.25);
}

/* Card Accent Line */
.premium-card-accent {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 4px;
    background: linear-gradient(90deg, #544DEC, #8b83f0, #544DEC);
    border-radius: 0 0 4px 4px;
}

.premium-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 4px;
}

.premium-card-stars {
    font-size: 16px;
    letter-spacing: 2px;
}

.premium-card-badge {
    background: rgba(84, 77, 236, 0.2);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #8b83f0;
}

.premium-card-quote {
    font-size: 18px;
    line-height: 1.7;
    color: #e2e8f0;
    font-style: italic;
    margin-bottom: 22px;
    padding-left: 16px;
    border-left: 3px solid #544DEC;
}

.premium-card-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.premium-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #544DEC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.premium-card-author strong {
    display: block;
    color: white;
    font-size: 15px;
}

.premium-card-author span {
    font-size: 13px;
    color: #94a3b8;
}

.premium-card-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 20px 0;
}

.premium-card-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: center;
}

.premium-card-number {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #544DEC;
}

.premium-card-label {
    font-size: 13px;
    color: #94a3b8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .premium-container {
        gap: 40px;
    }
    
    .premium-heading {
        font-size: 34px;
    }
    
    .premium-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .premium-description {
        max-width: 100%;
    }
}

@media (max-width: 820px) {
    .premium-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .premium-visual {
        justify-content: center;
    }
    
    .premium-card {
        max-width: 100%;
    }
    
    .premium-trust {
        justify-content: center;
        gap: 14px;
    }
    
    .premium-trust-divider {
        display: none;
    }
}

@media (max-width: 500px) {
    .why-choose-premium {
        padding: 50px 16px;
    }
    
    .premium-heading {
        font-size: 28px;
    }
    
    .premium-badge {
        font-size: 10px;
        padding: 5px 14px;
    }
    
    .premium-description {
        font-size: 15px;
    }
    
    .premium-feature {
        padding: 12px 14px;
    }
    
    .premium-feature h4 {
        font-size: 14px;
    }
    
    .premium-feature p {
        font-size: 13px;
    }
    
    .premium-trust {
        padding: 12px 16px;
        gap: 10px;
        border-radius: 10px;
    }
    
    .premium-trust-item {
        font-size: 13px;
    }
    
    .premium-card {
        padding: 28px 20px;
    }
    
    .premium-card-quote {
        font-size: 16px;
        padding-left: 12px;
    }
    
    .premium-card-footer {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .premium-card-number {
        font-size: 22px;
    }
    
    .premium-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}/* End custom CSS */