.elementor-1250 .elementor-element.elementor-element-76d672b{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-88f960e *//* =========================================================
   VPumpCenter Engineering Tools
   ========================================================= */

.vp-tools-page {
    --vp-navy: #0b2e59;
    --vp-navy-dark: #062547;
    --vp-blue: #1265b0;
    --vp-text: #14283d;
    --vp-muted: #718096;
    --vp-border: #e6ebf1;
    --vp-bg: #f7f9fc;
    --vp-white: #ffffff;

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Vazir", "IRANSans", Arial, sans-serif;
    color: var(--vp-text);
    background: #fff;
    overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.vp-tools-hero {
    position: relative;
    min-height: 410px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 65px 55px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-sizing: border-box;
}

.vp-tools-hero-content {
    width: 56%;
    position: relative;
    z-index: 2;
}

.vp-tools-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--vp-blue);
    margin-bottom: 13px;
}

.vp-tools-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--vp-blue);
    display: inline-block;
}

.vp-tools-hero h1 {
    margin: 0 0 17px;
    color: var(--vp-navy);
    font-size: clamp(30px, 4vw, 47px);
    font-weight: 900;
    line-height: 1.35;
}

.vp-tools-hero p {
    max-width: 620px;
    margin: 0;
    color: #657487;
    font-size: 15px;
    line-height: 2.2;
    font-weight: 400;
}

.vp-tools-stats {
    display: flex;
    align-items: center;
    margin-top: 34px;
    gap: 0;
}

.vp-stat {
    min-width: 110px;
    padding: 0 24px;
    text-align: center;
    border-left: 1px solid #e1e6ec;
}

.vp-stat:first-child {
    padding-right: 0;
}

.vp-stat:last-child {
    border-left: 0;
}

.vp-stat strong {
    display: block;
    color: var(--vp-navy);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
}

.vp-stat span {
    display: block;
    margin-top: 5px;
    color: #7a8795;
    font-size: 11px;
}


/* HERO PUMP */

.vp-tools-hero-pump {
    width: 39%;
    min-height: 290px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-hero-pump-image {
    position: relative;
    z-index: 2;

    width: 108%;
    max-width: 400px;
    height: 330px;

    object-fit: contain;
    object-position: center;

    display: block;

    /* گوشه‌های گرد */
    border-radius: 22px;

    /* ظاهر تمیز و حرفه‌ای */
    border: none;
    outline: none;

    /* سایه نرم */
    filter: drop-shadow(0 18px 28px rgba(11, 46, 89, 0.16));

    /* انیمیشن نرم */
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}


/* Hover */
.vp-tools-hero-pump:hover .vp-hero-pump-image {
    transform: scale(1.03) translateY(-5px);

    filter: drop-shadow(
        0 22px 35px rgba(11, 46, 89, 0.20)
    );
}


/* تبلت */
@media (max-width: 900px) {

    .vp-hero-pump-image {
        width: 110%;
        max-width: 340px;
        height: 280px;
        border-radius: 18px;
    }

}


/* موبایل */
@media (max-width: 650px) {

    .vp-hero-pump-image {
        width: 100%;
        max-width: 320px;
        height: 250px;
        border-radius: 16px;
    }

}
.vp-pump-glow {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(11, 46, 89, .12) 0%,
        rgba(11, 46, 89, .04) 45%,
        transparent 70%
    );
}

.vp-pump-placeholder {
    width: 190px;
    height: 225px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--vp-navy);
    opacity: .9;
}

.vp-pump-placeholder::before {
    content: "";
    position: absolute;
    width: 82px;
    height: 125px;
    top: 20px;
    border-radius: 10px;
    border: 7px solid var(--vp-navy);
    background: linear-gradient(
        90deg,
        transparent 15%,
        rgba(11,46,89,.12) 50%,
        transparent 85%
    );
}

.vp-pump-placeholder::after {
    content: "";
    position: absolute;
    width: 155px;
    height: 42px;
    bottom: 34px;
    border: 7px solid var(--vp-navy);
    border-radius: 12px;
}

.vp-pump-placeholder span,
.vp-pump-placeholder strong {
    position: relative;
    z-index: 3;
    opacity: 0;
}


/* =========================================================
   TOOLS SECTION
   ========================================================= */

.vp-tools-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 35px 65px;
}

.vp-tools-heading {
    text-align: center;
    margin-bottom: 35px;
}

.vp-tools-heading > span,
.vp-features-heading > span {
    display: block;
    color: var(--vp-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.vp-tools-heading h2,
.vp-features-heading h2 {
    margin: 0;
    color: var(--vp-navy);
    font-size: 25px;
    font-weight: 900;
}

.vp-tools-heading p {
    margin: 10px auto 0;
    color: var(--vp-muted);
    font-size: 13px;
}


/* =========================================================
   TOOLS GRID
   ========================================================= */

.vp-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vp-tool-card {
    position: relative;
    min-height: 245px;
    padding: 27px 24px 22px;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid var(--vp-border);
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.vp-tool-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11,46,89,.18);

    box-shadow:
        0 16px 35px rgba(11,46,89,.09);
}

.vp-tool-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 13px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-tool-icon svg {
    width: 47px;
    height: 47px;
    fill: none;
    stroke: var(--vp-navy);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vp-tool-card h3 {
    margin: 0 0 8px;
    color: #172c42;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
}

.vp-tool-card p {
    max-width: 270px;
    min-height: 43px;

    margin: 0 auto 17px;

    color: #7b8794;
    font-size: 11px;
    line-height: 1.9;
}

.vp-tool-badge {
    position: absolute;
    top: 13px;
    right: 13px;

    padding: 4px 9px;

    color: #fff;
    background: #1685d6;

    border-radius: 5px;

    font-size: 9px;
    font-weight: 700;
}

.vp-tool-button {
    width: 150px;
    height: 34px;

    margin-top: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #fff !important;
    background: var(--vp-navy);

    border-radius: 7px;

    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;

    transition: .2s ease;
}

.vp-tool-button span {
    font-size: 15px;
    line-height: 1;
    transition: transform .2s ease;
}

.vp-tool-button:hover {
    background: var(--vp-navy-dark);
}

.vp-tool-button:hover span {
    transform: translateX(-3px);
}


/* =========================================================
   CTA
   ========================================================= */

.vp-tools-cta {
    position: relative;

    max-width: 1150px;
    min-height: 145px;

    margin: 10px auto 65px;
    padding: 30px 40px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    background:
        linear-gradient(
            115deg,
            #0a315e 0%,
            #082b52 60%,
            #062544 100%
        );

    border-radius: 12px;
    overflow: hidden;
}

.vp-cta-decoration {
    position: absolute;
    width: 320px;
    height: 320px;
    left: -80px;
    top: -90px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.vp-cta-decoration::after {
    content: "";
    position: absolute;

    width: 210px;
    height: 210px;

    top: 55px;
    left: 55px;

    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
}

.vp-cta-content {
    position: relative;
    z-index: 2;
}

.vp-cta-content > span {
    display: block;

    margin-bottom: 6px;

    color: #7eb8e8;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.vp-cta-content h2 {
    margin: 0 0 8px;

    color: #fff;

    font-size: 20px;
    font-weight: 800;
}

.vp-cta-content p {
    max-width: 620px;

    margin: 0;

    color: rgba(255,255,255,.68);

    font-size: 11px;
    line-height: 1.9;
}

.vp-cta-button {
    position: relative;
    z-index: 2;

    flex-shrink: 0;

    min-width: 160px;
    height: 42px;

    padding: 0 17px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: var(--vp-navy) !important;
    background: #fff;

    border-radius: 7px;

    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;

    transition: .2s ease;
}

.vp-cta-button:hover {
    transform: translateY(-2px);
    background: #f4f7fa;
}


/* =========================================================
   FEATURES
   ========================================================= */

.vp-features-section {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px 75px;
}

.vp-features-heading {
    text-align: center;
    margin-bottom: 27px;
}

.vp-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.vp-feature {
    min-height: 165px;

    padding: 24px 18px;

    box-sizing: border-box;

    background: #fff;

    border: 1px solid var(--vp-border);
    border-radius: 10px;

    text-align: center;

    transition: .25s ease;
}

.vp-feature:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(11,46,89,.07);
}

.vp-feature-icon {
    width: 42px;
    height: 42px;

    margin: 0 auto 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--vp-navy);

    border: 1px solid #dce5ee;
    border-radius: 9px;

    font-size: 21px;
    font-weight: 700;
}

.vp-feature h3 {
    margin: 0 0 7px;

    color: #193047;

    font-size: 13px;
    font-weight: 800;
}

.vp-feature p {
    margin: 0;

    color: #7b8794;

    font-size: 10px;
    line-height: 1.9;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .vp-tools-hero {
        padding: 50px 30px;
    }

    .vp-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vp-tools-hero-pump {
        width: 34%;
    }

    .vp-pump-placeholder {
        transform: scale(.8);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .vp-tools-hero {
        min-height: auto;

        padding: 45px 20px 35px;

        display: block;

        text-align: center;
    }

    .vp-tools-hero-content {
        width: 100%;
    }

    .vp-tools-eyebrow {
        justify-content: center;
    }

    .vp-tools-hero h1 {
        font-size: 29px;
    }

    .vp-tools-hero p {
        font-size: 12px;
        line-height: 2.1;
    }

    .vp-tools-stats {
        justify-content: center;
        margin-top: 25px;
    }

    .vp-stat {
        min-width: 80px;
        padding: 0 13px;
    }

    .vp-stat strong {
        font-size: 18px;
    }

    .vp-stat span {
        font-size: 9px;
    }

    .vp-tools-hero-pump {
        display: none;
    }


    .vp-tools-section {
        padding: 15px 15px 45px;
    }

    .vp-tools-heading {
        margin-bottom: 25px;
    }

    .vp-tools-heading h2,
    .vp-features-heading h2 {
        font-size: 21px;
    }

    .vp-tools-heading p {
        font-size: 11px;
        line-height: 1.9;
    }


    .vp-tools-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .vp-tool-card {
        min-height: 235px;
        padding: 25px 20px 20px;
    }


    .vp-tools-cta {
        min-height: auto;

        margin: 0 15px 45px;

        padding: 28px 22px;

        display: block;

        text-align: center;
    }

    .vp-cta-content h2 {
        font-size: 18px;
    }

    .vp-cta-content p {
        font-size: 10px;
    }

    .vp-cta-button {
        margin-top: 20px;
    }


    .vp-features-section {
        padding: 0 15px 50px;
    }

    .vp-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .vp-feature {
        min-height: 155px;
        padding: 20px 12px;
    }

    .vp-feature h3 {
        font-size: 12px;
    }

    .vp-feature p {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .vp-features-grid {
        grid-template-columns: 1fr;
    }

    .vp-tools-hero h1 {
        font-size: 26px;
    }

    .vp-tools-stats {
        gap: 0;
    }

}/* End custom CSS */