.elementor-865 .elementor-element.elementor-element-fed57ab{--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 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-865 .elementor-element.elementor-element-4123718{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-865 .elementor-element.elementor-element-6f13246{--display:flex;}.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 );color:var( --e-global-color-primary );}.elementor-865 .elementor-element.elementor-element-8424486 .elementor-heading-title{font-family:"vazir", Sans-serif;font-size:23px;font-weight:600;color:#002174;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-865 .elementor-element.elementor-element-7718ef0{--display:flex;}.elementor-865 .elementor-element.elementor-element-782c586{--display:flex;}.elementor-865 .elementor-element.elementor-element-78540f2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4123718 *//* =========================================================
   VPUMPCENTER - BRAND INTRO
   Clean / Industrial / Minimal
========================================================= */

.vp-brand-intro {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0;

    background: #ffffff;
    border: 1px solid #dfe7ee;
    border-radius: 18px;
    overflow: hidden;

    box-shadow: 0 8px 30px rgba(15, 45, 75, 0.07);

    direction: rtl;
}


/* =========================================================
   TEXT CONTAINER
========================================================= */

.vp-brand-content {
    width: 52%;
    padding: 48px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #ffffff;

    position: relative;
}


/* Orange accent line */

.vp-brand-content::before {
    content: "";
    position: absolute;

    right: 0;
    top: 42px;
    bottom: 42px;

    width: 4px;

    background: #f57c00;
    border-radius: 4px 0 0 4px;
}


/* =========================================================
   TITLE
========================================================= */

.vp-brand-content .elementor-heading-title {
    margin: 0 0 18px;

    color: #123b63;

    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;

    letter-spacing: -0.4px;
}


/* Orange title accent */

.vp-brand-content .elementor-heading-title::after {
    content: "";
    display: block;

    width: 42px;
    height: 3px;

    margin-top: 13px;

    background: #f57c00;
    border-radius: 10px;
}


/* =========================================================
   TEXT EDITOR
========================================================= */

.vp-brand-content .elementor-widget-text-editor {
    margin: 0;
}

.vp-brand-content .elementor-widget-text-editor .elementor-widget-container {
    color: #526476;

    font-size: 16px;
    font-weight: 400;

    line-height: 2;

    text-align: justify;
}


/* Paragraph spacing */

.vp-brand-content .elementor-widget-text-editor p {
    margin: 0 0 12px;
}

.vp-brand-content .elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE CONTAINER
========================================================= */

.vp-brand-image {
    width: 48%;
    min-height: 390px;

    padding: 14px;

    background: #f4f8fb;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    position: relative;
}


/* Image widget */

.vp-brand-image .elementor-widget-image {
    width: 100%;
    height: 100%;
    margin: 0;
}


/* Image */

.vp-brand-image img {
    width: 100%;
    height: 100%;

    min-height: 360px;

    display: block;

    object-fit: cover;

    border-radius: 13px;

    box-shadow: 0 6px 22px rgba(15, 45, 75, 0.12);
}


/* =========================================================
   SUBTLE IMAGE FRAME
========================================================= */

.vp-brand-image::after {
    content: "";

    position: absolute;

    inset: 14px;

    border: 1px solid rgba(255,255,255,0.65);

    border-radius: 13px;

    pointer-events: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .vp-brand-content {
        padding: 38px 35px;
    }

    .vp-brand-content .elementor-heading-title {
        font-size: 26px;
    }

    .vp-brand-content .elementor-widget-text-editor .elementor-widget-container {
        font-size: 15px;
        line-height: 1.9;
    }

    .vp-brand-image {
        min-height: 340px;
    }

    .vp-brand-image img {
        min-height: 310px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .vp-brand-intro {
        flex-direction: column;
        border-radius: 14px;
    }

    .vp-brand-content {
        width: 100%;
        padding: 34px 25px 30px;
        order: 1;
    }

    .vp-brand-content::before {
        top: 0;
        bottom: auto;

        right: 20px;
        left: 20px;

        width: auto;
        height: 3px;

        border-radius: 0 0 4px 4px;
    }

    .vp-brand-content .elementor-heading-title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .vp-brand-content .elementor-widget-text-editor .elementor-widget-container {
        font-size: 14px;
        line-height: 1.9;
        text-align: right;
    }

    .vp-brand-image {
        width: 100%;
        min-height: 280px;

        padding: 10px;

        order: 2;
    }

    .vp-brand-image img {
        min-height: 260px;
        border-radius: 10px;
    }

    .vp-brand-image::after {
        inset: 10px;
        border-radius: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0097e01 *//* =========================================
   SAMEN GOSTAR - SERIES CARDS
   ========================================= */

.sg-series-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px 40px;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;

    direction: rtl;
}


/* =========================================
   CARD
   ========================================= */

.sg-series-card {
    display: flex;
    flex-direction: column;

    background: #ffffff;
    border: 1px solid #d9e1e8;
    border-radius: 12px;

    overflow: hidden;

    text-decoration: none !important;

    box-shadow: 0 4px 16px rgba(11, 46, 89, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Hover */

.sg-series-card:hover {
    transform: translateY(-6px);

    border-color: #0B2E59;

    box-shadow:
        0 12px 30px rgba(11, 46, 89, 0.14);
}


/* =========================================
   IMAGE AREA
   ========================================= */

.sg-series-image {
    width: 100%;

    /*
     * فضای عمودی برای پمپ‌های ایستاده
     */
    aspect-ratio: 3 / 4;

    background: #f5f7f9;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px;

    overflow: hidden;

    position: relative;
}


/* خط صنعتی بالای عکس */

.sg-series-image::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 100%;
    height: 3px;

    background: #0B2E59;
}


/* تصویر */

.sg-series-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;

    transition: transform 0.35s ease;
}


/* Zoom ظریف */

.sg-series-card:hover .sg-series-image img {
    transform: scale(1.035);
}


/* =========================================
   INFORMATION
   ========================================= */

.sg-series-info {
    padding: 18px 18px 20px;

    background: #ffffff;

    text-align: right;
}


/* Brand */

.sg-series-label {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;

    color: #718096;
}


/* Series title */

.sg-series-info h3 {
    margin: 0;

    font-size: 21px;
    line-height: 1.3;

    font-weight: 800;

    color: #0B2E59;
}


/* Link */

.sg-series-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 14px;
    padding-top: 12px;

    border-top: 1px solid #e7edf2;

    font-size: 13px;
    font-weight: 600;

    color: #0B2E59;
}


/* Arrow */

.sg-series-link span {
    font-size: 18px;

    transition: transform 0.25s ease;
}


.sg-series-card:hover .sg-series-link span {
    transform: translateX(-5px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .sg-series-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .sg-series-image {
        aspect-ratio: 3 / 4;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .sg-series-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;

        padding-left: 10px;
        padding-right: 10px;
    }

    .sg-series-image {
        aspect-ratio: 3 / 4;

        padding: 10px;
    }

    .sg-series-info {
        padding: 12px;
    }

    .sg-series-label {
        font-size: 8px;
    }

    .sg-series-info h3 {
        font-size: 16px;
    }

    .sg-series-link {
        font-size: 11px;
        margin-top: 10px;
        padding-top: 9px;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {

    .sg-series-grid {
        gap: 10px;
    }

    .sg-series-info h3 {
        font-size: 15px;
    }

    .sg-series-image {
        aspect-ratio: 2.8 / 4;
    }

}
/* =========================================
   SERIES HEADING
   ========================================= */

.sg-series-heading {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 28px;
    padding: 0 20px;
    text-align: center;
    direction: rtl;
}

.sg-series-heading span {
    display: block;
    margin-bottom: 6px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: #718096;
}

.sg-series-heading h2 {
    margin: 0;

    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;

    color: #0B2E59;
}

@media (max-width: 767px) {

    .sg-series-heading {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .sg-series-heading h2 {
        font-size: 23px;
    }

    .sg-series-heading span {
        font-size: 9px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'vazir';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sg-pumps.com/wp-content/uploads/2026/06/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'vazir';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://sg-pumps.com/wp-content/uploads/2026/06/Vazirmatn-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */