.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* === New Elegant Footer Style === */
.custom-footer {
    width: 100%;
    background: linear-gradient(145deg, #212529, #2d3036);
    color: #f1f1f1;
    padding: 50px 40px;
    border-radius: 30px 30px 0 0;
    box-shadow:
        0 -4px 8px rgba(0, 0, 0, 0.3),
        inset 0 3px 8px rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    font-family: 'IRANSans', sans-serif;
    position: relative;
}

.custom-footer .footer-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 200px;
}

.custom-footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    color: #ff6584;
    margin-bottom: 5px;
}

.custom-footer a,
.custom-footer p {
    font-size: 15px;
    color: #d1d1d1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-footer a:hover {
    color: #ff6584;
    transform: translateX(-4px);
}

/* اینماد باکس */
.custom-footer .trust-logo-box {
    padding: 14px 18px;
    background: linear-gradient(145deg, #272b31, #1e2226);
    border-radius: 25px;
    box-shadow:
        4px 4px 10px rgba(0, 0, 0, 0.45),
        inset -2px -2px 6px rgba(255, 255, 255, 0.08),
        inset 2px 2px 6px rgba(0, 0, 0, 0.45);
    transition: 0.4s ease;
}

.custom-footer .trust-logo-box:hover {
    transform: scale(1.05);
    background: linear-gradient(145deg, #1f2328, #2b2f35);
}

/* لوگو */
.custom-footer .trust-logo-box img {
    height: 80px;
    width: auto;
    border-radius: 15px;
    display: block;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .custom-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }

    .custom-footer .footer-section {
        align-items: center;
    }
}/* End custom CSS */