.elementor-324 .elementor-element.elementor-element-196ac4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-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-324 .elementor-element.elementor-element-62d59c2{text-align:center;}.elementor-324 .elementor-element.elementor-element-62d59c2 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:16px;font-weight:600;color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-324 .elementor-element.elementor-element-196ac4a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-324 .elementor-element.elementor-element-196ac4a.e-con{--align-self:center;}.elementor-324 .elementor-element.elementor-element-62d59c2 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for container, class: .elementor-element-196ac4a *//* ===============================
   MODERN LIGHT FOOTER
================================ */

.modern-footer {
    position: relative;
    max-width: 1500px;
    margin: 30px auto 20px;
    padding: 28px 35px 20px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(124, 58, 237, 0.07),
            transparent 42%
        ),
        #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.07),
        0 2px 8px rgba(15, 23, 42, 0.03);
    overflow: hidden;
}

/* Subtle accent line at the top */
.modern-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        transparent,
        #8b5cf6,
        #ec4899,
        transparent
    );
    opacity: 0.65;
}

/* Payment area */
.modern-footer .elementor-widget-container {
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

/* Payment method logos */
.modern-footer img {
    max-height: 46px;
    width: auto;
    object-fit: contain;
    filter: saturate(0.9);
    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.modern-footer img:hover {
    transform: translateY(-3px);
    filter: saturate(1.1);
}

/* Copyright text */
.modern-footer p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.modern-footer p strong,
.modern-footer .elementor-heading-title {
    color: #0f172a;
}

/* Add separation above copyright row */
.modern-footer > .e-con-inner > .e-con:last-child,
.modern-footer > .elementor-container > .elementor-column:last-child {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    padding-top: 17px;
    margin-top: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .modern-footer {
        margin: 24px 18px 18px;
        padding: 25px 22px 18px;
        border-radius: 18px;
    }

    .modern-footer img {
        max-height: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .modern-footer {
        margin: 18px 12px 14px;
        padding: 24px 15px 18px;
        border-radius: 16px;
    }

    .modern-footer .e-con-inner,
    .modern-footer .elementor-container {
        gap: 14px;
    }

    .modern-footer img {
        max-width: 100%;
        height: auto;
        max-height: none;
    }

    .modern-footer p,
    .modern-footer .elementor-heading-title {
        font-size: 13px;
        line-height: 1.5;
    }
}



@media (max-width: 767px) {
    .modern-footer::before {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 1px;
        transform: none !important;
        opacity: 0.75;

        background: linear-gradient(
            90deg,
            #8b5cf6 0%,
            #ec4899 100%
        );
    }
}
}/* End custom CSS */