.elementor-65 .elementor-element.elementor-element-4e326f4{margin:-72px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-65 .elementor-element.elementor-element-4e326f4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-65 .elementor-element.elementor-element-5c1b029{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-65 .elementor-element.elementor-element-4230afb{margin:-119px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-65 .elementor-element.elementor-element-b265029{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-65 .elementor-element.elementor-element-ce8caf6{--display:flex;}.elementor-65 .elementor-element.elementor-element-6a91540{width:100%;max-width:100%;}.elementor-65 .elementor-element.elementor-element-6a91540.elementor-element{--align-self:flex-start;}@media(max-width:1024px){.elementor-65 .elementor-element.elementor-element-4230afb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-4e326f4{width:var( --container-widget-width, 417.319px );max-width:417.319px;--container-widget-width:417.319px;--container-widget-flex-grow:0;}.elementor-65 .elementor-element.elementor-element-4230afb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-65 .elementor-element.elementor-element-b265029{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-05ac934 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ewads-services-wrapper {
    width: 100%;
    background: #ffffff;
    padding: 80px 20px;
}

.ewads-services-container {
    max-width: 1240px;
    margin: 0 auto;
}

.ewads-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.ewads-badge {
    color: #ff6600;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.ewads-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b2136;
    margin: 15px 0;
    line-height: 1.2;
}

.ewads-accent {
    color: #ff6600;
}

.ewads-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 1.6;
    margin: 20px 0 0;
}

.ewads-category-section {
    margin-top: 60px;
}

.ewads-category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.ewads-category-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #0b2136;
    margin: 0;
    white-space: nowrap;
}

.ewads-category-title::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #ff6600;
    border-radius: 4px;
    flex-shrink: 0;
}

.ewads-line {
    height: 2px;
    background: #ff6600;
    flex-grow: 1;
}

.ewads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.ewads-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    cursor: pointer;
}

.ewads-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #ff6600;
}

.ewads-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.icon-orange { 
    background-color: #fff3eb; 
    color: #ff6600; 
}

.icon-blue { 
    background-color: #e8f4fd; 
    color: #0066cc; 
}

.icon-red { 
    background-color: #ffe8e8; 
    color: #cc0000; 
}

.icon-teal { 
    background-color: #e8f8f5; 
    color: #00a693; 
}

.icon-purple { 
    background-color: #f3e8fd; 
    color: #8b00ff; 
}

.icon-navy { 
    background-color: #e8e8f3; 
    color: #0b2136; 
}

.icon-gold { 
    background-color: #fff8e8; 
    color: #ffb800; 
}

.icon-green { 
    background-color: #e8f8e8; 
    color: #00cc00; 
}

.ewads-card:hover .ewads-icon-box {
    background-color: #ff6600 !important;
    color: #ffffff !important;
    transform: scale(1.08);
}

.ewads-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b2136;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.ewads-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.ewads-link {
    font-size: 14px;
    font-weight: 700;
    color: #ff6600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    width: fit-content;
}

.ewads-link:hover {
    color: #0b2136;
    text-decoration: underline;
}

/* TABLET */
@media (max-width: 1200px) {
    .ewads-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* TABLET SMALL */
@media (max-width: 992px) {
    .ewads-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ewads-title {
        font-size: 32px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .ewads-services-wrapper {
        padding: 60px 15px;
    }
    .ewads-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .ewads-title {
        font-size: 26px;
    }
    .ewads-card {
        padding: 25px 20px;
    }
    .ewads-category-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .ewads-line {
        width: 100%;
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b265029 *//* ==========================================
   PRICING DESIGN LAB ENGINE
========================================== */
.ewads-pricing-wrapper {
    width: 100% !important;
    background-color: #f8fafc !important;
    padding: 90px 20px !important;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif !important;
    box-sizing: border-box !important;
}

.ewads-pricing-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

/* Header */
.ewads-pricing-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.ewads-pricing-tagline {
    font-size: 13px !important;
    color: #ff6600 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.ewads-pricing-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    margin: 10px 0 !important;
    line-height: 1.2 !important;
}

.ewads-pricing-title .orange-text { color: #ff6600 !important; }

.ewads-pricing-subtitle {
    font-size: 16px !important;
    color: #4a5568 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Grid Layout */
.ewads-pricing-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    align-items: start !important;
}

/* Price Card Base Layout */
.ewads-price-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 4px 20px rgba(11, 33, 54, 0.02) !important;
}

/* Featured Card Highlights (Premium Plan) */
.featured-plan {
    border: 2.5px solid #ff6600 !important;
    transform: scale(1.03) !important;
    box-shadow: 0 15px 35px rgba(255, 102, 0, 0.08) !important;
    background: linear-gradient(180deg, #ffffff, #fffdfb) !important;
}

.popular-badge {
    position: absolute !important;
    top: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ff6600 !important;
    color: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    letter-spacing: 0.5px !important;
}

/* Card Header Pricing Structure */
.price-card-header h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    margin-bottom: 4px !important;
}

.plan-target {
    font-size: 13px !important;
    color: #718096 !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

.price-block {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
}

.old-price {
    font-size: 16px !important;
    color: #e53e3e !important; /* Elegant Red */
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.current-price {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    letter-spacing: -1px !important;
}

.featured-plan .current-price {
    color: #ff6600 !important;
}

/* Features List Styling */
.plan-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 25px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    border-top: 1px solid #edf2f7 !important;
    padding-top: 20px !important;
}

.plan-features li {
    font-size: 14px !important;
    color: #4a5568 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    line-height: 1.4 !important;
}

.plan-features li i {
    color: #28a745 !important; /* Premium Check Green */
    font-size: 15px !important;
    margin-top: 2px !important;
}

.plan-features li strong {
    color: #0b2136 !important;
}

.renewal-text {
    font-size: 11.5px !important;
    color: #718096 !important;
    background: #f1f5f9 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

/* High Converting CTA Buttons */
.plan-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.btn-standard {
    background: #edf2f7 !important;
    color: #0b2136 !important;
}

.btn-standard:hover {
    background: #0b2136 !important;
    color: #ffffff !important;
}

.btn-premium {
    background: #ff6600 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2) !important;
}

.btn-premium:hover {
    background: #e05500 !important;
    transform: translateY(-2px) !important;
}

/* --- ANIMATIONS ENGINE --- */
.ewads-price-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 15px 35px rgba(11, 33, 54, 0.07) !important;
}

.featured-plan:hover {
    transform: scale(1.04) translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(255, 102, 0, 0.12) !important;
}

/* Responsive Adaptive Fluid Queries */
@media (max-width: 1024px) {
    .ewads-pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .featured-plan {
        transform: none !important;
    }
    .featured-plan:hover {
        transform: translateY(-6px) !important;
    }
}

@media (max-width: 600px) {
    .ewads-pricing-wrapper { padding: 60px 15px !important; }
    .ewads-pricing-title { font-size: 30px !important; }
}
/* ==========================================
   PRICING FLEX MASTER LAYOUT ENGINE
========================================== */
.ewads-pricing-wrapper {
    width: 100% !important;
    background-color: #f8fafc !important;
    padding: 80px 20px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    box-sizing: border-box !important;
}

.ewads-pricing-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

/* Header Text Rules */
.ewads-pricing-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.ewads-pricing-tagline {
    font-size: 13px !important;
    color: #ff6600 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.ewads-pricing-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    margin: 10px 0 !important;
    line-height: 1.2 !important;
}

.ewads-pricing-title .orange-text { color: #ff6600 !important; }

.ewads-pricing-subtitle {
    font-size: 16px !important;
    color: #4a5568 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Flexbox Auto-Stretch Grid System */
.ewads-pricing-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    align-items: stretch !important;
}

/* Dynamic Price Card Structure */
.ewads-price-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    position: relative !important;
    flex: 1 !important;
    min-width: 320px !important;
    max-width: 380px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 0 4px 20px rgba(11, 33, 54, 0.02) !important;
    transition: all 0.35s ease-in-out !important;
    box-sizing: border-box !important;
}

/* Featured Card Override Rules (Premium Plan) */
.featured-plan {
    border: 2.5px solid #ff6600 !important;
    box-shadow: 0 15px 35px rgba(255, 102, 0, 0.08) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%) !important;
}

/* Most Popular Badge Banner */
.popular-badge {
    position: absolute !important;
    top: -14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ff6600 !important;
    color: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    z-index: 5 !important;
}

/* Card Typography Setup */
.price-card-header h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    margin: 0 0 4px 0 !important;
}

.plan-target {
    font-size: 13px !important;
    color: #718096 !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.price-block {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
}

.old-price {
    font-size: 16px !important;
    color: #e53e3e !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.current-price {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #0b2136 !important;
    letter-spacing: -1px !important;
}

.featured-plan .current-price { color: #ff6600 !important; }
.custom-price-text { font-size: 28px !important; letter-spacing: 0 !important; }

/* Features List Setup */
.plan-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    border-top: 1px solid #edf2f7 !important;
    padding-top: 20px !important;
}

.plan-features li {
    font-size: 14px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* YES Feature Color Framework (Active Elements) */
.plan-features li.feature-yes {
    color: #4a5568 !important;
}
.plan-features li.feature-yes i {
    color: #28a745 !important; /* Premium Check Green */
    font-size: 15px !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}
.plan-features li.feature-yes strong { color: #0b2136 !important; }

/* ==========================================
   🎯 NO FEATURE COLOR FRAMEWORK (RED OUT WRONG POINTS)
========================================== */
.plan-features li.feature-no {
    color: #e53e3e !important; /* Pure Dashboard Red For Locked Text */
    text-decoration: line-through !important; /* Striking cross line cut */
    opacity: 0.85 !important;
}
.plan-features li.feature-no i {
    color: #e53e3e !important; /* Red Color Cross Icon */
    font-size: 15px !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}
.plan-features li.feature-no strong {
    color: #e53e3e !important;
}

/* Footer Lock Systems */
.price-card-footer-block {
    margin-top: 30px !important;
}

.renewal-text {
    font-size: 12px !important;
    color: #4a5568 !important;
    background: #edf2f7 !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.featured-plan .renewal-text {
    background: rgba(255, 102, 0, 0.05) !important;
    color: #ff6600 !important;
}

/* High Converting CTA Anchors */
.plan-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out !important;
}

.btn-standard {
    background: #f1f5f9 !important;
    color: #0b2136 !important;
}
.btn-standard:hover {
    background: #0b2136 !important;
    color: #ffffff !important;
}

.btn-premium {
    background: #ff6600 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.15) !important;
}
.btn-premium:hover {
    background: #e05500 !important;
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.25) !important;
}

/* --- MOTION HOVER INTERACTION ENGINE --- */
.ewads-price-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 15px 35px rgba(11, 33, 54, 0.06) !important;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .ewads-pricing-grid {
        flex-direction: column !important;
        align-items: center !important;
    }
    .ewads-price-card {
        width: 100% !important;
        max-width: 450px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f061cba *//* ==========================================
   🎯 EDITWEB ADS PREMIUM PROCESS LAB ENGINE
========================================== */
.ewads-process-wrapper {
    width: 100% !important;
    background-color: #0b2136 !important; /* Premium Navy Dark Deep Theme */
    padding: 100px 20px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
}

.ewads-process-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Section Header Typography */
.ewads-process-header {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.ewads-process-tagline {
    font-size: 13px !important;
    color: #ff6600 !important; /* Brand Orange Accent */
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.ewads-process-title {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 10px 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
}

.ewads-process-title .orange-text { 
    color: #ff6600 !important; 
}

.ewads-process-subtitle {
    font-size: 16px !important;
    color: #cbd5e1 !important; /* Muted Soft Text */
    max-width: 650px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Flexible Grid & Connectors Setup */
.ewads-process-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    align-items: stretch !important;
}

/* Interactive Cards Matrix */
.ewads-process-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    position: relative !important;
    flex: 1 !important;
    min-width: 260px !important;
    max-width: 285px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-sizing: border-box !important;
}

/* Step Number Floating Badge */
.process-badge {
    position: absolute !important;
    top: -15px !important;
    right: 25px !important;
    background: linear-gradient(135deg, #ff6600 0%, #d45500 100%) !important;
    color: #ffffff !important;
    padding: 4px 14px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3) !important;
}

/* Icon Design Box */
.process-icon-box {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 102, 0, 0.1) !important;
    border: 1px solid rgba(255, 102, 0, 0.25) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    transition: all 0.35s ease-in-out !important;
}

.process-icon-box i {
    color: #ff6600 !important;
    font-size: 24px !important;
}

/* Content Layout Text */
.process-card-content h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 12px 0 !important;
    transition: color 0.3s ease !important;
}

.process-card-content p {
    font-size: 13.5px !important;
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ==========================================
   🚀 ANIMATION INTELLIGENCE (HOVER GLOW ENGINE)
========================================== */
.ewads-process-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 102, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

.ewads-process-card:hover .process-icon-box {
    background: #ff6600 !important;
    border-color: #ff6600 !important;
    transform: rotate(10deg) scale(1.05) !important;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.4) !important;
}

.ewads-process-card:hover .process-icon-box i {
    color: #ffffff !important;
}

.ewads-process-card:hover .process-card-content h3 {
    color: #ff6600 !important; /* Text transforms into corporate orange */
}

/* Fluid Responsive Framework Adaptive View */
@media (max-width: 1024px) {
    .ewads-process-grid {
        flex-direction: column !important;
        align-items: center !important;
        gap: 40px !important;
    }
    .ewads-process-card {
        width: 100% !important;
        max-width: 500px !important;
    }
}

@media (max-width: 600px) {
    .ewads-process-wrapper { padding: 70px 15px !important; }
    .ewads-process-title { font-size: 32px !important; }
}/* End custom CSS */