.elementor-1218 .elementor-element.elementor-element-0ea6d62{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1218 .elementor-element.elementor-element-0ea6d62.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-1218 .elementor-element.elementor-element-0ea6d62{--width:965px;}}/* Start custom CSS for html, class: .elementor-element-8541279 *//* ===== STYLISH CARDS HERO CSS ===== */

.seo-hero-stylish-cards {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Premium Background */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

.orb1 {
    top: -150px;
    right: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #2563eb, #1e40af);
    animation: float 25s ease infinite;
}

.orb2 {
    bottom: -150px;
    left: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #7c3aed, #5b21b6);
    animation: float 30s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 40px) scale(1.1); }
    66% { transform: translate(40px, -40px) scale(0.9); }
}

.grid-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;
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

/* Left Content */
.hero-content {
    max-width: 500px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef2ff;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.hero-badge i {
    color: #2563eb;
    font-size: 14px;
}

.hero-badge span {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    letter-spacing: 0.5px;
}

.hero-title {
    margin-bottom: 20px;
}

.title-light {
    display: block;
    font-size: 44px;
    font-weight: 500;
    color: #334155;
    line-height: 1.2;
    margin-bottom: 5px;
}

.title-gradient {
    display: block;
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.hero-description {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Mini Stats */
.hero-stats-mini {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid #eef2ff;
    border-bottom: 1px solid #eef2ff;
}

.stat-mini-item {
    text-align: center;
}

.stat-mini-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-mini-label {
    font-size: 12px;
    color: #64748b;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2563eb;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -8px rgba(37,99,235,0.3);
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -8px rgba(37,99,235,0.4);
}

.btn-primary i {
    transition: transform 0.3s;
}

.btn-primary:hover i {
    transform: translateX(4px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #e2e8f0;
    border-color: #2563eb;
}

.btn-secondary i {
    color: #2563eb;
}

/* ===== STYLISH CARDS ===== */
.cards-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.stylish-card {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.4s;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.stylish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px -20px rgba(37,99,235,0.2);
    border-color: #2563eb;
}

.card-gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 100% 0%, rgba(37,99,235,0.1), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.card-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2ff;
}

.brand-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    box-shadow: 0 8px 15px -5px rgba(37,99,235,0.3);
}

.brand-info {
    flex: 1;
}

.brand-category {
    display: block;
    color: #64748b;
    font-size: 11px;
    margin-bottom: 2px;
}

.brand-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.growth-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #2563eb20;
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
}

.growth-tag i {
    font-size: 11px;
}

/* Image Container */
.image-container {
    position: relative;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef2ff;
}

.stats-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}

.stylish-card:hover .stats-img {
    transform: scale(1.03);
}

.image-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(239,68,68,0.3);
}

/* Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 2px solid #eef2ff;
    border-bottom: 2px solid #eef2ff;
}

.metric-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.metric-icon {
    font-size: 18px;
    background: #f1f5f9;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metric-block div {
    flex: 1;
}

.metric-label {
    display: block;
    color: #64748b;
    font-size: 10px;
    margin-bottom: 2px;
}

.metric-number {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

/* Card Footer */
.card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 12px;
    padding-top: 5px;
}

.card-footer i {
    color: #2563eb;
    font-size: 12px;
}

.verified-badge {
    margin-left: auto;
    background: #10b98120;
    color: #10b981;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1100px) {
    .title-light {
        font-size: 38px;
    }
    .title-gradient {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-content {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-badge {
        justify-content: center;
    }
    
    .hero-stats-mini {
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .cards-showcase {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .seo-hero-stylish-cards {
        padding: 60px 0;
    }
    
    .title-light {
        font-size: 34px;
    }
    .title-gradient {
        font-size: 38px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .cards-showcase {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-stats-mini {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 0 20px;
    }
    
    .title-light {
        font-size: 30px;
    }
    .title-gradient {
        font-size: 34px;
    }
    
    .hero-badge span {
        font-size: 12px;
    }
    
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .card-header {
        flex-wrap: wrap;
    }
    
    .brand-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-013569c *//* ===== SECTION 2: FIXED PARAGRAPHS CSS ===== */

.intro-section-fixed {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Premium Background */
.intro-fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

.orb1 {
    top: -150px;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #2563eb, #1e40af);
    animation: float 25s ease infinite;
}

.orb2 {
    bottom: -150px;
    left: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #7c3aed, #5b21b6);
    animation: float 30s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, 50px) scale(1.1); }
    66% { transform: translate(50px, -50px) scale(0.9); }
}

.grid-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;
}

.intro-fixed-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

/* Header */
.intro-fixed-header {
    text-align: center;
    margin-bottom: 60px;
}

.fixed-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef2ff;
    padding: 12px 28px;
    border-radius: 60px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px -5px rgba(37,99,235,0.2);
}

.fixed-badge i {
    color: #2563eb;
    font-size: 18px;
}

.fixed-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    letter-spacing: 1.5px;
}

.fixed-title {
    margin-bottom: 25px;
}

.title-line {
    display: block;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.line1 {
    margin-bottom: 8px;
}

.title-highlight {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.fixed-description {
    font-size: 18px;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    padding-top: 20px;
    position: relative;
}

.fixed-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 3px;
}

/* INTRODUCTION PARAGRAPHS - FULL WIDTH */
.intro-paragraphs-full {
    margin-bottom: 60px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1);
}

.paragraph-block {
    max-width: 100%;
}

.full-paragraph {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 25px;
}

.full-paragraph:last-child {
    margin-bottom: 0;
}

.full-paragraph strong {
    color: #0f172a;
    font-weight: 600;
}

.dropcap {
    font-size: 64px;
    font-weight: 700;
    color: #2563eb;
    float: left;
    line-height: 0.8;
    margin-right: 8px;
    margin-top: 5px;
}

/* Section Subtitle */
.section-subtitle-fixed {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
}

.section-subtitle-fixed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 4px;
}

/* Why Matters Grid */
.why-matters-fixed {
    margin-bottom: 60px;
}

.matters-grid-fixed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.matter-card-fixed {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px 25px;
    transition: all 0.3s;
    box-shadow: 0 15px 30px -12px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.matter-card-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.matter-card-fixed:hover::before {
    transform: scaleX(1);
}

.matter-card-fixed:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    box-shadow: 0 20px 35px -15px rgba(37,99,235,0.15);
}

.matter-icon {
    width: 60px;
    height: 60px;
    background: #eef2ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.matter-icon i {
    font-size: 30px;
    color: #2563eb;
}

.matter-card-fixed h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.matter-card-fixed p {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.matter-card-fixed p strong {
    color: #2563eb;
}

/* Cost Section - Full Width */
.cost-fixed-section {
    margin-bottom: 60px;
    background: #fff8f0;
    border-radius: 30px;
    padding: 40px;
}

.cost-content-full {
    max-width: 100%;
}

.cost-paragraph-fixed {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.cost-paragraph-fixed:last-child {
    margin-bottom: 0;
}

.cost-highlight-fixed {
    background: white;
    border: 1px solid #f59e0b;
    border-radius: 16px;
    padding: 20px 25px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cost-highlight-fixed i {
    color: #f59e0b;
    font-size: 24px;
    flex-shrink: 0;
}

.cost-highlight-fixed p {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
}

.cost-highlight-fixed strong {
    color: #f59e0b;
}

/* Achievement Section - Full Width */
.achievement-fixed-section {
    margin-bottom: 60px;
    background: #f0f9ff;
    border-radius: 30px;
    padding: 40px;
}

.achievement-content-full {
    max-width: 100%;
}

.achievement-paragraph-fixed {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.achievement-list-fixed {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.achievement-list-fixed li {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #cbd5e1;
}

.achievement-list-fixed li:last-child {
    border-bottom: none;
}

.achievement-list-fixed li i {
    color: #10b981;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.achievement-list-fixed li div strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    margin-bottom: 5px;
}

.achievement-list-fixed li div {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

/* Blog Link */
.blog-link-fixed {
    background: #eef2ff;
    border-radius: 60px;
    padding: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.blog-link-fixed p {
    color: #0f172a;
    font-size: 17px;
    margin-bottom: 20px;
}

.blog-link-button-fixed {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 18px 35px;
    border-radius: 60px;
    transition: all 0.3s;
    border: 1px solid #2563eb20;
    box-shadow: 0 10px 25px -8px rgba(37,99,235,0.2);
}

.blog-link-button-fixed:hover {
    background: #2563eb;
    color: white;
    gap: 20px;
    border-color: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -8px rgba(37,99,235,0.3);
}

.blog-link-button-fixed i {
    transition: transform 0.3s;
}

.blog-link-button-fixed:hover i:last-child {
    transform: translateX(5px);
}

/* CTA */
.cta-fixed-section {
    text-align: center;
    padding: 40px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 60px;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1);
}

.cta-fixed-section p {
    color: #0f172a;
    font-size: 20px;
    margin: 0;
}

.cta-fixed-link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    padding-bottom: 2px;
}

.cta-fixed-link:hover {
    color: #1d4ed8;
    border-bottom-color: #2563eb;
}

/* Responsive */
@media (max-width: 1100px) {
    .title-line {
        font-size: 46px;
    }
    
    .matters-grid-fixed {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .intro-fixed-container {
        padding: 0 25px;
    }
    
    .title-line {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .intro-section-fixed {
        padding: 70px 0;
    }
    
    .title-line {
        font-size: 36px;
    }
    
    .fixed-badge {
        padding: 10px 22px;
    }
    
    .fixed-badge span {
        font-size: 12px;
    }
    
    .fixed-description {
        font-size: 16px;
    }
    
    .matters-grid-fixed {
        grid-template-columns: 1fr;
    }
    
    .intro-paragraphs-full {
        padding: 30px;
    }
    
    .cost-fixed-section,
    .achievement-fixed-section {
        padding: 30px;
    }
    
    .cost-highlight-fixed {
        flex-direction: column;
        text-align: center;
    }
    
    .blog-link-button-fixed {
        flex-direction: column;
        text-align: center;
        padding: 15px 25px;
    }
    
    .cta-fixed-section p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .intro-fixed-container {
        padding: 0 20px;
    }
    
    .title-line {
        font-size: 32px;
    }
    
    .fixed-badge {
        padding: 8px 20px;
    }
    
    .fixed-badge i {
        font-size: 16px;
    }
    
    .fixed-badge span {
        font-size: 12px;
    }
    
    .dropcap {
        font-size: 48px;
    }
    
    .intro-paragraphs-full {
        padding: 25px;
    }
    
    .cta-fixed-section {
        padding: 30px 20px;
    }
    
    .cta-fixed-section p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2118e2f *//* ===== SECTION 3: IMPROVED SERVICES CSS ===== */

.services-improved-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Premium Background */
.services-improved-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

.sphere1 {
    top: -150px;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #2563eb, #1e40af);
    animation: float 25s ease infinite;
}

.sphere2 {
    bottom: -150px;
    left: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #7c3aed, #5b21b6);
    animation: float 30s ease infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, 50px) scale(1.1); }
    66% { transform: translate(50px, -50px) scale(0.9); }
}

.grid-overlay {
    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;
}

.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(37,99,235,0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    animation: particleMove 40s linear infinite;
}

@keyframes particleMove {
    0% { background-position: 0 0; }
    100% { background-position: 40px 40px; }
}

.services-improved-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

/* Section Header */
.services-improved-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-improved-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef2ff;
    padding: 12px 28px;
    border-radius: 60px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px -5px rgba(37,99,235,0.2);
}

.services-improved-badge i {
    color: #2563eb;
    font-size: 18px;
}

.services-improved-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    letter-spacing: 1.5px;
}

.services-improved-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.title-light {
    color: #334155;
    font-weight: 500;
    display: block;
    font-size: 0.7em;
    margin-bottom: 5px;
}

.title-gradient-improved {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.2em;
    font-weight: 800;
    display: block;
}

.services-improved-description {
    font-size: 18px;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Services Grid */
.services-improved-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* Service Card */
.service-improved-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 35px;
    transition: all 0.3s;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-improved-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.service-improved-card:hover::before {
    transform: scaleX(1);
}

.service-improved-card:hover {
    transform: translateY(-8px);
    border-color: #2563eb;
    box-shadow: 0 30px 50px -20px rgba(37,99,235,0.2);
}

/* Service Header */
.service-improved-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eef2ff;
}

.service-improved-icon {
    width: 70px;
    height: 70px;
    background: #eef2ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-improved-icon i {
    font-size: 32px;
    color: #2563eb;
}

.service-improved-title-wrapper {
    flex: 1;
}

.service-improved-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 5px 0;
}

.service-improved-category {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
}

/* Service Content */
.service-improved-content {
    flex: 1;
    margin-bottom: 25px;
}

.service-improved-description {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-improved-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.service-improved-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-improved-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px dashed #e2e8f0;
}

.service-improved-list li:last-child {
    border-bottom: none;
}

.service-improved-list li i {
    color: #10b981;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.service-improved-list li strong {
    color: #0f172a;
}

/* Service Footer */
.service-improved-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px solid #eef2ff;
}

.service-improved-stat {
    background: #f8fafc;
    border-radius: 40px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.stat-improved-number {
    font-size: 20px;
    font-weight: 700;
    color: #2563eb;
}

.stat-improved-label {
    font-size: 12px;
    color: #64748b;
}

.service-improved-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
}

.service-improved-link:hover {
    color: #1d4ed8;
    gap: 12px;
}

.service-improved-link i {
    transition: transform 0.3s;
}

.service-improved-link:hover i {
    transform: translateX(4px);
}

/* CTA Section */
.services-improved-cta {
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1);
}

.cta-improved-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.cta-improved-text {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto 30px;
}

.cta-improved-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2563eb;
    color: white;
    padding: 18px 45px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s;
    box-shadow: 0 20px 30px -10px rgba(37,99,235,0.3);
}

.cta-improved-button:hover {
    background: #1d4ed8;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 25px 40px -10px rgba(37,99,235,0.4);
}

.cta-improved-button i {
    transition: transform 0.3s;
}

.cta-improved-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1100px) {
    .services-improved-grid {
        grid-template-columns: 1fr;
    }
    
    .services-improved-title {
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .services-improved-container {
        padding: 0 25px;
    }
    
    .services-improved-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .services-improved-section {
        padding: 80px 0;
    }
    
    .services-improved-title {
        font-size: 38px;
    }
    
    .services-improved-badge {
        padding: 10px 22px;
    }
    
    .services-improved-badge span {
        font-size: 12px;
    }
    
    .services-improved-description {
        font-size: 16px;
    }
    
    .service-improved-card {
        padding: 25px;
    }
    
    .service-improved-header {
        flex-direction: column;
        text-align: center;
    }
    
    .service-improved-footer {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-improved-title {
        font-size: 28px;
    }
    
    .cta-improved-text {
        font-size: 16px;
    }
    
    .cta-improved-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .services-improved-container {
        padding: 0 20px;
    }
    
    .services-improved-title {
        font-size: 34px;
    }
    
    .title-gradient-improved {
        font-size: 1.1em;
    }
    
    .services-improved-badge {
        padding: 8px 20px;
    }
    
    .services-improved-badge i {
        font-size: 16px;
    }
    
    .service-improved-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-improved-icon i {
        font-size: 28px;
    }
    
    .service-improved-title {
        font-size: 22px;
    }
    
    .service-improved-stat {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */