.elementor-11633 .elementor-element.elementor-element-286b093{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-11633 .elementor-element.elementor-element-72bf1ee{text-align:center;}.elementor-11633 .elementor-element.elementor-element-72bf1ee .elementor-heading-title{font-family:var( --e-global-typography-ef3680b-font-family ), Sans-serif;font-size:var( --e-global-typography-ef3680b-font-size );font-weight:var( --e-global-typography-ef3680b-font-weight );line-height:var( --e-global-typography-ef3680b-line-height );color:var( --e-global-color-secondary );}.elementor-11633 .elementor-element.elementor-element-d7363ef{--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-11633 .elementor-element.elementor-element-b65748f{--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;}@media(min-width:768px){.elementor-11633 .elementor-element.elementor-element-d7363ef{--content-width:1200px;}.elementor-11633 .elementor-element.elementor-element-b65748f{--content-width:1200px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11633 .elementor-element.elementor-element-72bf1ee .elementor-heading-title{font-size:var( --e-global-typography-ef3680b-font-size );line-height:var( --e-global-typography-ef3680b-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-11633 .elementor-element.elementor-element-72bf1ee .elementor-heading-title{font-size:var( --e-global-typography-ef3680b-font-size );line-height:var( --e-global-typography-ef3680b-line-height );}}/* Start custom CSS for html, class: .elementor-element-1244cd9 *//* LeadSources Pricing Tables */
.pricing-tables-wrapper {
    font-family: 'Inter', sans-serif;
    background: #0A0A0A;
    padding: 40px 20px;
    color: #FFFFFF;
}

/* Pricing Plans Section */
.pricing-plans-section {
    padding: 40px 0;
    background: #0A0A0A;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 18px;
    color: #B0B0B0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: #2A2A2A;
    border-radius: 20px;
    padding: 40px 32px;
    border: 2px solid #3A3A3A;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.15);
    border-color: #FF6B35;
}

.pricing-card.premium {
    border-color: #FF6B35;
    background: linear-gradient(135deg, #2A2A2A, rgba(255, 107, 53, 0.05));
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FF6B35, #E55A30);
    color: #FFFFFF;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-name {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.plan-description {
    font-size: 16px;
    color: #B0B0B0;
    margin-bottom: 32px;
    line-height: 1.5;
}

.leads-pricing-container {
    margin-bottom: 32px;
}

.leads-.elementor-11633 .elementor-element.elementor-element-1244cd9 {
    margin-bottom: 20px;
}

..elementor-11633 .elementor-element.elementor-element-1244cd9-label {
    font-size: 14px;
    color: #B0B0B0;
    margin-bottom: 8px;
    font-weight: 500;
}

.leads-dropdown {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 2px solid #3A3A3A;
    border-radius: 12px;
    font-size: 16px;
    background: #1A1A1A;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23ffffff" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.leads-dropdown:focus {
    outline: none;
    border-color: #FF6B35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.pricing-display {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #0A0A0A;
    border-radius: 16px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 8px;
}

.price-currency {
    font-size: 28px;
    color: #FF6B35;
    margin-right: 4px;
}

.price-period {
    font-size: 18px;
    color: #B0B0B0;
    margin-left: 8px;
}

.price-note {
    font-size: 14px;
    color: #B0B0B0;
    transition: all 0.3s ease;
}

.plan-features {
    list-style: none;
    margin: 32px 0;
    padding: 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #B0B0B0;
}

.plan-features i {
    color: #27CA3F;
    font-size: 16px;
    width: 20px;
}

.plan-cta {
    width: 100%;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid;
    display: block;
}

.cta-secondary {
    background: transparent;
    color: #FFFFFF;
    border-color: #3A3A3A;
}

.cta-secondary:hover {
    background: #3A3A3A;
    border-color: #FF6B35;
    text-decoration: none;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 767px) {
    .pricing-tables-wrapper {
        padding: 20px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .plans-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 0;
    }

    .pricing-card {
        padding: 32px 24px;
    }

    .plan-name {
        font-size: 24px;
    }

    .price-amount {
        font-size: 36px;
    }

    .price-currency {
        font-size: 24px;
    }

    .price-period {
        font-size: 16px;
    }

    .leads-.elementor-11633 .elementor-element.elementor-element-1244cd9 {
        margin-bottom: 16px;
    }

    .pricing-display {
        min-height: 100px;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }

    .pricing-card {
        padding: 24px 16px;
    }

    .plan-name {
        font-size: 22px;
    }

    .price-amount {
        font-size: 32px;
    }

    .price-currency {
        font-size: 20px;
    }

    .price-period {
        font-size: 14px;
    }

    .pricing-display {
        min-height: 80px;
        padding: 12px;
    }

    .leads-dropdown {
        padding: 10px 36px 10px 12px;
        font-size: 14px;
    }

    .plan-features li {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        max-width: 800px;
    }

    .pricing-card {
        padding: 36px 28px;
    }

    .section-title {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .pricing-card {
        padding: 40px 32px;
    }

    .section-title {
        font-size: 36px;
    }

    .price-amount {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {
    .plans-grid {
        max-width: 1000px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bd54c0 *//* Feature Comparison Styles */
.feature-comparison-wrapper {
    font-family: 'Inter', sans-serif;
    background: #1A1A1A;
    padding: 80px 20px;
    color: #FFFFFF;
}

.comparison-section {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 18px;
    color: #B0B0B0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Desktop/Tablet Table Layout */
.comparison-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #2A2A2A;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(255, 107, 53, 0.1);
    border: 1px solid #3A3A3A;
    overflow: hidden;
    display: block;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.comparison-table th {
    background: #3A3A3A;
    padding: 24px 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    border-bottom: 2px solid #2A2A2A;
    font-size: 18px;
}

.comparison-table th:first-child {
    width: 50%;
}

.comparison-table th:not(:first-child) {
    width: 25%;
    text-align: center !important;
    font-size: 20px !important;
}

.comparison-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #3A3A3A;
    color: #B0B0B0;
}

.comparison-table td:first-child {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
}

.comparison-table td:not(:first-child) {
    text-align: center;
}

.category-header {
    background: #1A1A1A !important;
    font-weight: 600;
    color: #FF6B35 !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px !important;
}

/* Feature Icons - THIS IS THE KEY PART */
.feature-check {
    color: #27CA3F !important;
    font-size: 20px;
    font-weight: 900;
}

.feature-cross {
    color: #FF5F56 !important;
    font-size: 20px;
    font-weight: 900;
}

/* Ensure Font Awesome loads properly */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Fallback for icons if Font Awesome doesn't load */
.feature-check::before {
    content: '✓' !important;
    color: #27CA3F !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
}

.feature-cross::before {
    content: '✕' !important;
    color: #FF5F56 !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
}

/* Mobile Card Layout (Hidden by default) */
.mobile-features-cards {
    display: none;
}

.mobile-plan-card {
    background: #2A2A2A;
    border-radius: 16px;
    border: 2px solid #3A3A3A;
    padding: 24px;
    margin-bottom: 24px;
}

.mobile-plan-card.premium-card {
    border-color: #FF6B35;
    background: linear-gradient(135deg, #2A2A2A, rgba(255, 107, 53, 0.05));
}

.mobile-plan-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-align: center;
}

.mobile-category {
    margin-bottom: 20px;
}

.mobile-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #FF6B35;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3A3A3A;
}

.mobile-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #B0B0B0;
}

.mobile-feature-list i {
    width: 16px;
    font-size: 14px;
    flex-shrink: 0;
}

/* Mobile feature icons */
.mobile-feature-list .feature-check {
    color: #27CA3F !important;
    font-size: 14px;
}

.mobile-feature-list .feature-cross {
    color: #FF5F56 !important;
    font-size: 14px;
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .comparison-table th {
        padding: 24px 20px;
        font-size: 18px;
    }
    
    .comparison-table th:not(:first-child) {
        font-size: 20px !important;
    }
    
    .comparison-table td {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .feature-check,
    .feature-cross {
        font-size: 20px;
    }
    
    .mobile-features-cards {
        display: none;
    }
    
    .comparison-table-wrapper {
        display: block;
    }
}

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .feature-comparison-wrapper {
        padding: 60px 20px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 17px;
    }
    
    .comparison-table-wrapper {
        margin: 0 10px;
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 600px;
    }
    
    .comparison-table th {
        padding: 20px 16px;
        font-size: 16px;
    }
    
    .comparison-table th:not(:first-child) {
        font-size: 18px !important;
    }
    
    .comparison-table td {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .feature-check,
    .feature-cross {
        font-size: 18px;
    }
    
    .mobile-features-cards {
        display: none;
    }
    
    .comparison-table-wrapper {
        display: block;
    }
}

/* Mobile (320px - 767px) */
@media (max-width: 767px) {
    .feature-comparison-wrapper {
        padding: 40px 15px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    /* Hide table on mobile */
    .comparison-table-wrapper {
        display: none;
    }
    
    /* Show mobile cards */
    .mobile-features-cards {
        display: block;
    }
    
    .mobile-plan-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .mobile-plan-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .mobile-category {
        margin-bottom: 18px;
    }
    
    .mobile-category-title {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    
    .mobile-feature-list li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    
    .mobile-feature-list i {
        font-size: 14px;
    }
}

/* Small Mobile (320px - 480px) */
@media (max-width: 480px) {
    .feature-comparison-wrapper {
        padding: 30px 10px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .mobile-plan-card {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .mobile-plan-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .mobile-category {
        margin-bottom: 16px;
    }
    
    .mobile-category-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .mobile-feature-list li {
        margin-bottom: 6px;
        font-size: 13px;
    }
    
    .mobile-feature-list i {
        font-size: 13px;
        width: 14px;
    }
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .comparison-table-wrapper {
        max-width: 1000px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .section-subtitle {
        font-size: 19px;
    }
}

/* Ultra Wide (1400px and up) */
@media (min-width: 1400px) {
    .comparison-section {
        max-width: 1400px;
    }
    
    .comparison-table-wrapper {
        max-width: 1200px;
    }
}/* End custom CSS */