/*
Theme Name: Empower Edge
Theme URI: https://empoweredge.local
Author: Malik Waqas
Author URI: https://empoweredge.local
Description: High-performance business & brand protection WordPress theme crafted with pixel-level precision for Elementor and Elementor Header & Footer Builder.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: empower-edge
*/

:root {
    --blue: #0b56c8;
    --blue-dark: #062c68;
    --red: #0085ff;
    --text: #152238;
    --muted: #6d7786;
    --light: #f5f8fc;
    --border: #e4eaf2;
    --shadow: 0 18px 50px rgba(7, 39, 86, 0.13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: var(--text);
    background: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* =========================
   Top Bar
========================= */
.topbar {
    background: var(--blue-dark);
    color: #ffffff;
    font-size: 14px;
}

.topbar a {
    color: #ffffff;
}

/* =========================
   Navbar
========================= */
.navbar {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    width: 220px;
}

.nav-link {
    color: #17243a !important;
    font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
    color: var(--red) !important;
}

.dropdown-menu {
    padding: 10px;
    border: 0;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.dropdown-item {
    padding: 10px 14px;
    border-radius: 8px;
}

.dropdown-item:hover {
    color: var(--red);
    background: #f4f7fb;
}

/* =========================
   Buttons
========================= */
.btn-pm {
    padding: 12px 24px;
    color: #ffffff;
    font-weight: 700;
    background: var(--red);
    border: 2px solid var(--red);
    border-radius: 999px;
    transition: 0.3s ease;
}

.btn-pm:hover {
    color: #ffffff;
    background: #006cdb;
    border-color: #006cdb;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 133, 255, 0.25);
}

.btn-outline-pm {
    padding: 12px 24px;
    color: var(--blue);
    font-weight: 700;
    border: 2px solid var(--blue);
    border-radius: 999px;
    transition: 0.3s ease;
}

.btn-outline-pm:hover {
    color: #ffffff;
    background: var(--blue);
}

/* =========================
   Global Sections
========================= */
.section {
    padding: 88px 0;
}

.eyebrow {
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.display-title {
    font-size: clamp(2.35rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.muted {
    color: var(--muted);
}

/* =========================
   Home Hero
========================= */
.hero {
    padding: 95px 0 85px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 20%, rgba(0, 133, 255, 0.14), transparent 24%),
        radial-gradient(circle at 5% 85%, rgba(11, 86, 200, 0.15), transparent 27%),
        linear-gradient(135deg, #f9fbff, #ffffff 55%, #f7f9ff);
}

.hero-img-wrap {
    position: relative;
}

.hero-image {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.float-card {
    position: absolute;
    bottom: 25px;
    left: -25px;
    max-width: 260px;
    padding: 18px 22px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: var(--shadow);
    animation: floatingCard 4s ease-in-out infinite;
}

@keyframes floatingCard {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================
   Inner Page Hero
========================= */
.pagehero {
    position: relative;
    padding: 82px 0;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}

.pagehero::after {
    content: "";
    position: absolute;
    top: -140px;
    right: -130px;
    width: 360px;
    height: 360px;
    border: 70px solid rgba(0, 133, 255, 0.22);
    border-radius: 50%;
}

.pagehero .container {
    position: relative;
    z-index: 1;
}

/* =========================
   Cards / Icons
========================= */
.iconbox {
    display: grid;
    width: 62px;
    height: 62px;
    color: #ffffff;
    font-size: 25px;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), #3684ef);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(11, 86, 200, 0.2);
}

.service-card,
.feature,
.price-card,
.contact-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    transition: 0.35s ease;
}

.service-card:hover,
.feature:hover,
.price-card:hover,
.contact-card:hover {
    border-color: transparent;
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

/* =========================
   Why Choose Us
========================= */
.why {
    padding: 56px;
    color: #ffffff;
    background: var(--blue-dark);
    border-radius: 32px;
}

.whyitem {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    transition: 0.3s ease;
}

.whyitem:hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-5px);
}

/* =========================
   Gallery
========================= */
.gallerywrap {
    overflow: hidden;
    border-radius: 20px;
}

.gallery {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s ease;
}

.gallerywrap:hover .gallery {
    transform: scale(1.07);
}

/* =========================
   CTA / Forms
========================= */
.cta {
    padding: 52px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red), #006cdb);
    border-radius: 30px;
}

.form-card {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 0.25rem rgba(11, 86, 200, 0.1);
}

/* Contact Form 7 Scoped Integration */
.wpcf7 form.form-card,
form.wpcf7-form.form-card {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.wpcf7-form-control.form-control {
    font-family: inherit;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.wpcf7-not-valid-tip {
    font-size: 0.825rem;
    font-weight: 500;
    color: var(--red);
    margin-top: 6px;
    display: block;
}

.wpcf7-response-output {
    margin: 16px 0 0 0 !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

form.wpcf7-form.sent .wpcf7-response-output {
    border-color: #10b981 !important;
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
}

form.wpcf7-form.invalid .wpcf7-response-output,
form.wpcf7-form.unaccepted .wpcf7-response-output {
    border-color: var(--red) !important;
    background-color: #fef2f2 !important;
    color: #991b1b !important;
}

/* =========================
   Service Steps / Pricing
========================= */
.step {
    position: relative;
    padding-left: 72px;
    margin-bottom: 30px;
}

.stepno {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-weight: 800;
    place-items: center;
    background: var(--red);
    border-radius: 50%;
}

.price {
    color: var(--blue-dark);
    font-size: 42px;
    font-weight: 800;
}

.price-card ul {
    padding: 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 27px;
    margin: 10px 0;
    color: #4f5b6c;
}

.price-card li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    color: var(--red);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* =========================
   Footer
========================= */
footer {
    padding-top: 62px;
    color: #c7d2e3;
    background: #071b38;
}

footer h5 {
    color: #ffffff;
}

footer a {
    display: block;
    margin: 20px 0;
    color: #c7d2e3;
    transition: 0.2s ease;
}

footer a:hover {
    color: #ffffff;
}
footer p {
    display: block;
    margin: 20px 0;
    color: #c7d2e3;
    transition: 0.2s ease;
}
footer .footer-brand {
    display: inline-block;
    margin: 0 0 16px 0;
}

.footer-logo {
    width: 225px;
    max-width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    padding: 20px 0;
    margin-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================
   Animations
========================= */
.reveal,
.left,
.right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal {
    transform: translateY(28px);
}

.left {
    transform: translateX(-35px);
}

.right {
    transform: translateX(35px);
}

.visible {
    opacity: 1 !important;
    transform: none !important;
}

.pulse {
    animation: pulseButton 2.4s infinite;
}

@keyframes pulseButton {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 133, 255, 0.35);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(0, 133, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 133, 255, 0);
    }
}

/* =========================
   Back To Top
========================= */
.backtop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: grid;
    width: 46px;
    height: 46px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    place-items: center;
    background: var(--red);
    border-radius: 50%;
    transition: 0.3s ease;
}

.backtop.show {
    opacity: 1;
    visibility: visible;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 185px;
    }

    .hero {
        padding: 65px 0;
    }

    .hero-image {
        min-height: 380px;
        margin-top: 30px;
    }

    .float-card {
        left: 15px;
    }

    .section {
        padding: 65px 0;
    }

    .why {
        padding: 38px 25px;
    }
}

}

/* =========================
   Pricing Page Components
========================= */
.pricing-hero {
    padding: 70px 0 40px;
    background:
        radial-gradient(circle at 90% 15%, rgba(0, 133, 255, 0.12), transparent 25%),
        radial-gradient(circle at 10% 80%, rgba(11, 86, 200, 0.1), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pricing-notice-banner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-dark);
    background: #eaf3ff;
    border: 1px solid #d3e5fe;
    border-radius: 999px;
}

.pricing-notice-banner .badge-pill {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: var(--blue);
    border-radius: 999px;
}

/* Billing Toggle Switch */
.pricing-toggle-wrap {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    background: #eef3f9;
    border-radius: 999px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04);
}

.billing-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 700;
    color: var(--muted);
    cursor: pointer;
    background: transparent;
    border: none;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.billing-toggle-btn.active {
    color: var(--blue-dark);
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(7, 39, 86, 0.1);
}

.save-badge {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: #0085ff;
    border-radius: 999px;
}

/* 4-Column Pricing Grid */
.pricing-plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 34px 28px;
    background: #ffffff;
    border: 1.5px solid var(--border);
    border-radius: 26px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pricing-plan-card:hover {
    border-color: #b5d5ff;
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.pricing-plan-card.featured {
    position: relative;
    color: #ffffff;
    background: linear-gradient(165deg, var(--blue-dark) 0%, #0c3b82 100%);
    border-color: #1a56b4;
    box-shadow: 0 20px 50px rgba(6, 44, 104, 0.25);
}

.pricing-plan-card.featured:hover {
    border-color: var(--red);
    box-shadow: 0 24px 60px rgba(6, 44, 104, 0.35);
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--red);
    border-radius: 999px;
    box-shadow: 0 4px 15px rgba(0, 133, 255, 0.4);
}

.plan-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
}

.plan-desc {
    font-size: 14px;
    line-height: 1.5;
    min-height: 48px;
    color: var(--muted);
}

.featured .plan-desc {
    color: #c0d4f2;
}

.plan-price-wrap {
    margin: 22px 0 16px;
}

.price-val {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: var(--blue-dark);
}

.featured .price-val {
    color: #ffffff;
}

.price-sub {
    font-size: 16px;
    font-weight: 600;
    color: var(--muted);
}

.featured .price-sub {
    color: #a8c6f4;
}

.price-note {
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    color: #0b56c8;
}

.featured .price-note {
    color: #64b5f6;
}

.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.plan-actions .btn {
    width: 100%;
    padding: 12px 18px;
    text-align: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.featured .btn-outline-pm {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    background: transparent;
}

.featured .btn-outline-pm:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.plan-divider {
    height: 1px;
    margin: 20px 0;
    background: var(--border);
}

.featured .plan-divider {
    background: rgba(255, 255, 255, 0.15);
}

.plan-features-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    line-height: 1.45;
}

.plan-features-list li {
    position: relative;
    padding-left: 26px;
    color: var(--text);
}

.featured .plan-features-list li {
    color: #e2ecfa;
}

.plan-features-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--blue);
    font-size: 16px;
}

.featured .plan-features-list li::before {
    color: #5bb3ff;
}

.plan-tag-strip {
    margin-top: auto;
    padding-top: 20px;
}

.tax-deductible-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0b56c8;
    background: #eef6ff;
    padding: 5px 12px;
    border-radius: 999px;
}

.featured .tax-deductible-pill {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

/* Catch Up Bookkeeping Banner */
.catchup-box {
    padding: 44px;
    background: linear-gradient(135deg, #062c68 0%, #0b56c8 100%);
    border-radius: 28px;
    color: #ffffff;
    box-shadow: var(--shadow);
}

/* Affordability & Savings Grid */
.savings-card {
    height: 100%;
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.savings-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

/* FAQ Accordion */
.bench-faq-item {
    margin-bottom: 16px;
    background: #ffffff;
    border: 1.5px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.bench-faq-item.active {
    border-color: #b9d8ff;
    box-shadow: 0 10px 25px rgba(11, 86, 200, 0.07);
}

.bench-faq-trigger {
    width: 100%;
    padding: 22px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
}

.bench-faq-trigger:hover {
    color: var(--blue);
}

.faq-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f0f4fa;
    color: var(--blue);
    font-size: 14px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.bench-faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: var(--blue);
    color: #ffffff;
}

.bench-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 26px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.bench-faq-item.active .bench-faq-body {
    max-height: 500px;
    padding: 0 26px 24px;
}

/* Partner Logos Row */
.partner-logo-pill {
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    font-size: 18px;
    font-weight: 800;
    color: var(--blue-dark);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-logo-pill:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    color: var(--red);
}

.partner-logo-pill img {
    max-height: 32px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.85);
    transition: filter 0.3s ease;
}

.partner-logo-pill:hover img {
    filter: none;
}

/* CTA Card */
.pricing-closing-cta {
    padding: 60px 45px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue-dark) 0%, #0b56c8 100%);
    border-radius: 32px;
    box-shadow: var(--shadow);
}

@media (max-width: 991.98px) {
    .catchup-box {
        padding: 32px 24px;
    }
    .pricing-closing-cta {
        padding: 45px 25px;
    }
}

