.elementor-213 .elementor-element.elementor-element-7d87ec6{--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;box-shadow:0px -10px 22px 0px rgba(0, 0, 0, 0.17);--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-213 .elementor-element.elementor-element-7d87ec6:not(.elementor-motion-effects-element-type-background), .elementor-213 .elementor-element.elementor-element-7d87ec6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-308e809 );}.elementor-213 .elementor-element.elementor-element-bd58334{--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-213 .elementor-element.elementor-element-d563bbe{--display:flex;}.elementor-213 .elementor-element.elementor-element-8ebcc61{text-align:start;}.elementor-213 .elementor-element.elementor-element-8ebcc61 img{width:54%;}.elementor-213 .elementor-element.elementor-element-1a73de5{text-align:start;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;color:#132C68;}.elementor-213 .elementor-element.elementor-element-0aff882{--display:flex;}.elementor-213 .elementor-element.elementor-element-5a05fe5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-213 .elementor-element.elementor-element-e5f574a{--display:flex;}.elementor-213 .elementor-element.elementor-element-13a25a0 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-213 .elementor-element.elementor-element-02d3a71{--display:flex;--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-213 .elementor-element.elementor-element-f35aa7b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-213 .elementor-element.elementor-element-2838b23{--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;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#132C680D;--border-color:#132C680D;--border-radius:0px 0px 0px 0px;}.elementor-213 .elementor-element.elementor-element-c362137{--display:flex;}.elementor-213 .elementor-element.elementor-element-eae0c77{text-align:start;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;color:#132C68;}.elementor-213 .elementor-element.elementor-element-5d5b863{--display:flex;}.elementor-213 .elementor-element.elementor-element-9729d61.elementor-element{--align-self:flex-end;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-7d87ec6 *//* ===== FOOTER STYLES - WHITE BACKGROUND ===== */

/* Logo Styles */


.footer-brand {
    font-size: 32px;
    font-weight: 800;
    color: #132C68;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #132C68, #E79563);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1.5;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #FFF0E6;
    border-radius: 50%;
    color: #132C68;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(19,44,104,0.1);
}

.social-icon:hover {
    background: #E79563;
    color: white;
    transform: translateY(-5px) scale(1.1);
    border-color: #E79563;
    box-shadow: 0 10px 20px rgba(231,149,99,0.2);
}

/* Footer Headings */
.footer-heading {
    color: #132C68;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #E79563;
    border-radius: 3px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #4A4A4A;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    color: #0E2868;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
}

.footer-links a:before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #E79563;
}

.footer-links a:hover {
    color: #E79563;
    transform: translateX(20px);
}

.footer-links a:hover:before {
    opacity: 1;
    left: -15px;
}

/* Payment Icons */
.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.payment-icons i {
    font-size: 32px;
    color: #132C68;
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.05));
}

.payment-icons i:hover {
    color: #E79563;
    opacity: 1;
    transform: translateY(-3px);
}

/* Security Badges */
.security-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.security-badge {
    background: #FFF0E6;
    padding: 10px 18px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #132C68;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(19,44,104,0.1);
    transition: all 0.3s ease;
}

.security-badge:hover {
    background: #E79563;
    color: white;
    border-color: #E79563;
    transform: translateY(-3px);
}

.security-badge i {
    font-size: 14px;
}

/* Guarantee Badge */
.guarantee-badge {
    background: rgba(231,149,99,0.1);
    padding: 15px;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 600;
    color: #E79563;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px dashed #E79563;
    width: 100%;
    justify-content: center;
    transition: all 0.3s ease;
}

.guarantee-badge:hover {
    background: #E79563;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231,149,99,0.2);
}

.guarantee-badge:hover i {
    color: white;
}

.guarantee-badge i {
    font-size: 20px;
    color: #E79563;
    transition: all 0.3s ease;
}

/* Footer Bottom */
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.footer-credits {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
}

.footer-credits strong {
    color: #E79563;
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .footer-heading:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links a:before {
        display: none;
    }
    
    .footer-links a:hover {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .footer-heading:after {
        left: 0;
        transform: none;
    }
    
    .footer-links {
        text-align: left;
    }
}/* End custom CSS */