.elementor-kit-1670{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6c31f394:#4054B2;--e-global-color-5a3d7fb0:#23A455;--e-global-color-588d46ba:#000;--e-global-color-7c10bd9c:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"IRANSans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1670 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* استایل کارت‌های خدمات و اعتمادساز */
.ft-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 5px solid #e53935; /* نوار قرمز سمت چپ */
    transition: 0.3s;
}

.ft-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/* استایل دکمه‌های اصلی */
.ft-btn {
    background-color: #e53935 !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    transition: 0.3s;
}

.ft-btn:hover {
    background-color: #c62828 !important;
}

/* استایل تیترهای H2 سایت */
.ft-title {
    color: #2c3e50;
    margin-bottom: 20px;
    padding-right: 15px;
    border-right: 4px solid #e53935;
}/* End custom CSS */