.elementor-184 .elementor-element.elementor-element-2833bcce{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-184 .elementor-element.elementor-element-2a135b5b{width:var( --container-widget-width, 39.687% );max-width:39.687%;--container-widget-width:39.687%;--container-widget-flex-grow:0;}.elementor-184 .elementor-element.elementor-element-2a135b5b.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-184 .elementor-element.elementor-element-240b5371{--display:flex;}.elementor-184 .elementor-element.elementor-element-7314c101{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-184 .elementor-element.elementor-element-707bcc54 .elementor-heading-title{font-family:"filson-pro", Sans-serif;font-size:1.15rem;font-weight:700;text-transform:capitalize;color:var( --e-global-color-b6cae56 );}.elementor-184 .elementor-element.elementor-element-709d54e1{text-align:center;}.elementor-184 .elementor-element.elementor-element-709d54e1 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:2.5rem;font-weight:800;line-height:1.3em;color:var( --e-global-color-text );}.elementor-184 .elementor-element.elementor-element-7c6bc7b9{color:var( --e-global-color-text );}.elementor-184 .elementor-element.elementor-global-228 .elementor-button{fill:var( --e-global-color-b6cae56 );color:var( --e-global-color-b6cae56 );}.elementor-184 .elementor-element.elementor-global-228 .elementor-button:hover, .elementor-184 .elementor-element.elementor-global-228 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-184 .elementor-element.elementor-global-228 .elementor-button:hover svg, .elementor-184 .elementor-element.elementor-global-228 .elementor-button:focus svg{fill:var( --e-global-color-primary );}@media(max-width:767px){.elementor-184 .elementor-element.elementor-element-2a135b5b{width:var( --container-widget-width, 374.93px );max-width:374.93px;--container-widget-width:374.93px;--container-widget-flex-grow:0;}.elementor-184 .elementor-element.elementor-element-709d54e1{text-align:left;}.elementor-184 .elementor-element.elementor-global-228 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-5c140ec0 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    font-family: 'Montserrat', Arial, sans-serif;
    background-color: #FCF6F0;
    padding: 20px;
}

/* ===== LOCAL SEO PACKAGES (BLUE THEME) ===== */

.pricing-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.table-header {
    background: linear-gradient(135deg, #123D47, #1a4a56);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.package-header {
    background: linear-gradient(135deg, #123D47, #1a4a56);
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.package-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    font-size: 18px;
}

.package-header th:first-child {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
}

.price-row {
    background: #FBF8F3;
    font-weight: 600;
    color: #123D47;
}

.price-row td {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

.price-row td:first-child {
    text-align: left;
    font-size: 16px;
    background-color: #FBF7F1;
    color: #666;
    font-weight: 500;
}

.feature-row {
    border-bottom: 1px solid #e5e5e5;
}

.feature-row:nth-child(even) {
    background-color: rgba(18, 61, 71, 0.03);
}

.feature-row td {
    padding: 12px 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
}

.feature-row td:first-child {
    text-align: left;
    font-weight: 500;
    color: #123D47;
    background-color: #FBF7F1;
    font-family: 'Montserrat', sans-serif;
}

.checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

.cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

.add-on {
    color: #123D47;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.included {
    color: #28a745;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ideal-row {
    background: #FBF8F3;
}

.ideal-row td {
    padding: 15px 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}

.ideal-row td:first-child {
    text-align: left;
    font-weight: 600;
    color: #123D47;
    background-color: #FBF7F1;
    font-family: 'Montserrat', sans-serif;
}

/* Mobile Card Layout */
.mobile-cards {
    display: none;
}

.package-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.package-card-header {
    background: linear-gradient(135deg, #123D47, #1a4a56);
    color: white;
    padding: 20px;
    text-align: center;
}

.package-card-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.package-card-price {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.package-card-body {
    padding: 0;
}

.mobile-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-feature:nth-child(even) {
    background-color: rgba(18, 61, 71, 0.03);
}

.mobile-feature:last-child {
    border-bottom: none;
}

.mobile-feature-name {
    font-weight: 500;
    color: #123D47;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
}

.mobile-feature-value {
    margin-left: 15px;
}

/*.contact-btn {
    background: linear-gradient(135deg, #123D47, #1a4a56);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #0f3039, #123D47);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18, 61, 71, 0.3);
}*/

.get-started {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.cta-row td {
    padding: 25px 15px;
    text-align: center;
    background-color: #FBF8F3;
    border-right: 1px solid #e5e5e5;
}

.cta-row td:first-child {
    background-color: #FBF7F1;
}

.mobile-ideal {
    background: #FBF8F3;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.mobile-ideal-title {
    font-weight: 600;
    color: #123D47;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.mobile-cta {
    background: #FBF8F3;
    padding: 25px 20px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

/* ===== COMPETITIVE SEO PACKAGES (ORANGE THEME) ===== */

.competitive-seo-wrapper .pricing-container {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.competitive-seo-wrapper .table-header {
    background: linear-gradient(135deg, #8E3700, #a64300);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.competitive-seo-wrapper .table-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.competitive-seo-wrapper .icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.competitive-seo-wrapper .pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.competitive-seo-wrapper .package-header {
    background: linear-gradient(135deg, #8E3700, #a64300);
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .package-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    font-size: 18px;
}

.competitive-seo-wrapper .package-header th:first-child {
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
}

.competitive-seo-wrapper .price-row {
    background: #FBF8F3;
    font-weight: 600;
    color: #8E3700;
}

.competitive-seo-wrapper .price-row td {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .price-row td:first-child {
    text-align: left;
    font-size: 16px;
    background-color: #FBF7F1;
    color: #666;
    font-weight: 500;
}

.competitive-seo-wrapper .feature-row {
    border-bottom: 1px solid #e5e5e5;
}

.competitive-seo-wrapper .feature-row:nth-child(even) {
    background-color: rgba(142, 55, 0, 0.03);
}

.competitive-seo-wrapper .feature-row td {
    padding: 12px 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
}

.competitive-seo-wrapper .feature-row td:first-child {
    text-align: left;
    font-weight: 500;
    color: #8E3700;
    background-color: #FBF7F1;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

.competitive-seo-wrapper .cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

.competitive-seo-wrapper .add-on {
    color: #123D47;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.competitive-seo-wrapper .included {
    color: #28a745;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.competitive-seo-wrapper .ideal-row {
    background: #FBF8F3;
}

.competitive-seo-wrapper .ideal-row td {
    padding: 15px 15px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}

.competitive-seo-wrapper .ideal-row td:first-child {
    text-align: left;
    font-weight: 600;
    color: #8E3700;
    background-color: #FBF7F1;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .special-highlight {
    color: #8e3700;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

/* Mobile Card Layout for Competitive SEO */
.competitive-seo-wrapper .mobile-cards {
    display: none;
}

.competitive-seo-wrapper .package-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.competitive-seo-wrapper .package-card-header {
    background: linear-gradient(135deg, #8E3700, #a64300);
    color: white;
    padding: 20px;
    text-align: center;
}

.competitive-seo-wrapper .package-card-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.competitive-seo-wrapper .package-card-price {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .package-card-body {
    padding: 0;
}

.competitive-seo-wrapper .mobile-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.competitive-seo-wrapper .mobile-feature:nth-child(even) {
    background-color: rgba(142, 55, 0, 0.03);
}

.competitive-seo-wrapper .mobile-feature:last-child {
    border-bottom: none;
}

.competitive-seo-wrapper .mobile-feature-name {
    font-weight: 500;
    color: #8E3700;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
}

.competitive-seo-wrapper .mobile-feature-value {
    margin-left: 15px;
}

/*.competitive-seo-wrapper .contact-btn {
    background: linear-gradient(135deg, #8E3700, #a64300);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    font-size: 14px;
}

.competitive-seo-wrapper .contact-btn:hover {
    background: linear-gradient(135deg, #752e00, #8E3700);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(142, 55, 0, 0.3);
}*/

.competitive-seo-wrapper .get-started {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.competitive-seo-wrapper .cta-row td {
    padding: 25px 15px;
    text-align: center;
    background-color: #FBF8F3;
    border-right: 1px solid #e5e5e5;
}

.competitive-seo-wrapper .cta-row td:first-child {
    background-color: #FBF7F1;
}

.competitive-seo-wrapper .mobile-ideal {
    background: #FBF8F3;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.competitive-seo-wrapper .mobile-ideal-title {
    font-weight: 600;
    color: #8E3700;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.competitive-seo-wrapper .mobile-cta {
    background: #FBF8F3;
    padding: 25px 20px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .table-header h2,
    .competitive-seo-wrapper .table-header h2 {
        font-size: 20px;
    }
    
    .pricing-table,
    .competitive-seo-wrapper .pricing-table {
        font-size: 12px;
    }
    
    .package-header th,
    .competitive-seo-wrapper .package-header th {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .price-row td,
    .competitive-seo-wrapper .price-row td {
        font-size: 18px;
        padding: 12px 10px;
    }
    
    .feature-row td,
    .ideal-row td,
    .competitive-seo-wrapper .feature-row td,
    .competitive-seo-wrapper .ideal-row td {
        padding: 10px 10px;
    }
}

@media (max-width: 600px) {
    .pricing-table,
    .competitive-seo-wrapper .pricing-table {
        display: none;
    }
    
    .mobile-cards,
    .competitive-seo-wrapper .mobile-cards {
        display: block;
        padding: 0 10px;
    }
    
    .pricing-container,
    .competitive-seo-wrapper .pricing-container {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    
    .table-header,
    .competitive-seo-wrapper .table-header {
        padding: 15px 20px;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    
    .table-header h2,
    .competitive-seo-wrapper .table-header h2 {
        font-size: 18px;
    }
    
    .checkmark,
    .cross,
    .competitive-seo-wrapper .checkmark,
    .competitive-seo-wrapper .cross {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}/* End custom CSS */