.ananda-footer{
    --ananda-footer-primary:#0b2f78;
    --ananda-footer-green:#3b9b47;
    --ananda-footer-blue:#cfe8fb;
    --ananda-footer-text:#0b2f78;
    position:relative;
    width:100%;
    overflow:hidden;
    isolation:isolate;
    background:#fbfaf6;
    color:var(--ananda-footer-text);
}
.ananda-footer *{box-sizing:border-box;}
.ananda-footer__inner{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    position:relative;
    z-index:2;
}
.ananda-footer__top{
    display:grid;
    grid-template-columns:1.15fr .74fr .74fr 1.15fr;
    gap:38px;
    align-items:start;
    padding:0;
}
.ananda-footer__col{
    position:relative;
    min-height:470px;
}
.ananda-footer__col:not(:first-child){
    border-left:2px solid rgba(115,184,235,.28);
    padding-left:44px;
}
.ananda-footer__brand{
    text-align:center;
    padding-right:20px;
}
.ananda-footer__logo{
    width:142px;
    max-width:100%;
    margin:0 auto 18px;
}
.ananda-footer__logo img{
    display:block;
    width:100%;
    height:auto;
}
.ananda-footer__brand-title{
    margin:0 0 8px;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:31px;
    line-height:1.16;
    font-weight:700;
}
.ananda-footer__brand-subtitle{
    margin:0 0 18px;
    color:var(--ananda-footer-green);
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:28px;
    line-height:1;
    font-style:italic;
    font-weight:400;
}
.ananda-footer__divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    color:var(--ananda-footer-green);
    margin:0 auto 28px;
}
.ananda-footer__divider::before,
.ananda-footer__divider::after{
    content:"";
    width:98px;
    height:2px;
    background:currentColor;
    opacity:.72;
}
.ananda-footer__divider-heart,
.ananda-footer__link-icon,
.ananda-footer__button-icon,
.ananda-footer__info-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:currentColor;
    line-height:1;
}
.ananda-footer__divider-heart i,
.ananda-footer__divider-heart svg{
    width:20px;
    height:20px;
    font-size:20px;
    color:currentColor;
    fill:currentColor;
}
.ananda-footer__description{
    margin:0 0 34px;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-text-font-family, inherit);
    font-size:20px;
    line-height:1.42;
    font-weight:400;
    text-align:left;
}
.ananda-footer__buttons{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}
.ananda-footer__button{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 18px;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(180deg,#5caf63 0%,#3b9747 100%);
    text-decoration:none!important;
    font-family:var(--e-global-typography-accent-font-family, inherit);
    font-size:16px;
    line-height:1;
    font-weight:700;
    box-shadow:0 7px 15px rgba(59,151,71,.20);
}
.ananda-footer__button--outline{
    color:var(--ananda-footer-green);
    background:#fff;
    border:1px solid rgba(59,155,71,.50);
    box-shadow:0 6px 14px rgba(9,43,118,.08);
}
.ananda-footer__button:hover{
    color:#fff;
    transform:translateY(-1px);
}
.ananda-footer__button--outline:hover{
    color:var(--ananda-footer-green);
}
.ananda-footer__button-icon i,
.ananda-footer__button-icon svg{
    width:24px;
    height:24px;
    font-size:24px;
    color:currentColor;
    fill:currentColor;
}

.ananda-footer__socials{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
}
.ananda-footer__social{
    width:44px;
    height:44px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    color:var(--ananda-footer-green);
    background:#fff;
    border:1px solid rgba(59,155,71,.40);
    box-shadow:0 5px 12px rgba(9,43,118,.08);
    transition:transform .2s ease, background .2s ease, color .2s ease;
}
.ananda-footer__social:hover{
    transform:translateY(-2px);
    color:#fff;
    background:var(--ananda-footer-green);
}
.ananda-footer__social i,
.ananda-footer__social svg{
    width:21px;
    height:21px;
    font-size:21px;
    color:currentColor;
    fill:currentColor;
}

.ananda-footer__heading{
    margin:36px 0 17px;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:30px;
    line-height:1.16;
    font-weight:700;
}
.ananda-footer__heading-divider{
    justify-content:flex-start;
    margin:0 0 28px;
}
.ananda-footer__heading-divider::before,
.ananda-footer__heading-divider::after{
    width:76px;
}
.ananda-footer__links{
    list-style:none;
    padding:0;
    margin:0;
}
.ananda-footer__links li{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:52px;
    border-bottom:1px dashed rgba(126,188,232,.42);
}
.ananda-footer__links a{
    color:var(--ananda-footer-primary);
    text-decoration:none;
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:23px;
    line-height:1.2;
    font-weight:400;
}
.ananda-footer__links a:hover{
    color:var(--ananda-footer-green);
}
.ananda-footer__link-icon{
    color:var(--ananda-footer-green);
    opacity:.88;
}
.ananda-footer__link-icon i,
.ananda-footer__link-icon svg{
    width:15px;
    height:15px;
    font-size:15px;
    color:currentColor;
    fill:currentColor;
}
.ananda-footer__info-list{
    display:flex;
    flex-direction:column;
    gap:14px;
    position:relative;
    z-index:2;
}
.ananda-footer__info-card{
    display:flex;
    align-items:center;
    gap:17px;
    padding:14px 18px;
    min-height:78px;
    border-radius:18px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(126,188,232,.38);
    box-shadow:0 5px 14px rgba(9,43,118,.06);
}
.ananda-footer__info-icon-wrap{
    width:52px;
    height:52px;
    flex:0 0 52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--ananda-footer-green);
    background:#e8f5e7;
}
.ananda-footer__info-icon i,
.ananda-footer__info-icon svg{
    width:29px;
    height:29px;
    font-size:29px;
    color:currentColor;
    fill:currentColor;
}
.ananda-footer__info-title{
    margin:0 0 4px;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:20px;
    line-height:1.1;
    font-weight:700;
}
.ananda-footer__info-text{
    margin:0;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-text-font-family, inherit);
    font-size:17px;
    line-height:1.32;
    font-weight:400;
    word-break:break-word;
}
.ananda-footer__bottom{
    position:relative;
    z-index:2;
    border-top:2px solid rgba(126,188,232,.55);
    margin-top:48px;
    padding:31px 0 20px;
    text-align:center;
    color:var(--ananda-footer-primary);
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:20px;
    line-height:1.3;
}
.ananda-footer__copyright{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:24px;
}
.ananda-footer__copyright::before,
.ananda-footer__copyright::after{
    content:"";
    width:260px;
    height:18px;
    opacity:.65;
    background:
        linear-gradient(to right, transparent 0 12%, #91c6ee 12% 88%, transparent 88%),
        radial-gradient(circle at 94% 50%, var(--ananda-footer-green) 0 3px, transparent 4px);
    background-size:100% 2px, 100% 100%;
    background-repeat:no-repeat;
    background-position:center, center;
}
.ananda-footer__wave{
    position:absolute;
    pointer-events:none;
    z-index:0;
    opacity:.48;
}
.ananda-footer__wave--top{
    left:-4%;
    top:-65px;
    width:108%;
    height:140px;
    border-bottom:16px solid rgba(169,218,251,.38);
    border-radius:0 0 50% 50%;
}
.ananda-footer__wave--bottom{
    left:0;
    right:0;
    bottom:-1px;
    height:90px;
    background:
        radial-gradient(520px 95px at 50% 110%, rgba(118,192,244,.35) 0 70%, transparent 71%),
        radial-gradient(780px 110px at 10% 110%, rgba(222,238,202,.55) 0 70%, transparent 71%),
        radial-gradient(760px 110px at 96% 120%, rgba(194,226,249,.70) 0 70%, transparent 71%);
}
.ananda-footer__watermark-logo{
    position:absolute;
    right:-20px;
    top:80px;
    width:260px;
    height:260px;
    opacity:.055;
    z-index:0;
}
.ananda-footer__watermark-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.ananda-footer__leaf{
    position:absolute;
    right:0;
    bottom:105px;
    width:210px;
    height:210px;
    opacity:.22;
    pointer-events:none;
    z-index:0;
}
.ananda-footer__leaf span{
    position:absolute;
    display:block;
    width:34px;
    height:70px;
    border-radius:100% 0 100% 0;
    background:var(--ananda-footer-green);
    transform:rotate(45deg);
}
.ananda-footer__leaf span:nth-child(1){right:15px;bottom:10px;}
.ananda-footer__leaf span:nth-child(2){right:54px;bottom:40px;transform:rotate(62deg);}
.ananda-footer__leaf span:nth-child(3){right:92px;bottom:70px;transform:rotate(34deg);}
.ananda-footer__leaf span:nth-child(4){right:125px;bottom:105px;transform:rotate(58deg);}
.ananda-footer__leaf::before{
    content:"";
    position:absolute;
    right:8px;
    bottom:4px;
    width:190px;
    height:2px;
    background:var(--ananda-footer-green);
    transform:rotate(-30deg);
    transform-origin:right center;
}
@media(max-width:1200px){
    .ananda-footer .ananda-footer__socials{margin-left:0;}
    .ananda-footer__socials{justify-content:flex-start;}
    .ananda-footer__top{
        grid-template-columns:1fr 1fr;
        gap:36px;
    }
    .ananda-footer__col{
        min-height:0;
    }
    .ananda-footer__col:not(:first-child){
        border-left:0;
        padding-left:0;
    }
    .ananda-footer__brand{
        text-align:left;
    }
    .ananda-footer__logo{
        margin-left:0;
    }
    .ananda-footer__divider{
        justify-content:flex-start;
    }
}
@media(max-width:767px){
    .ananda-footer .ananda-footer__socials{margin-left:0; justify-content:center;}
    .ananda-footer__socials{justify-content:center;}
    .ananda-footer__top{
        grid-template-columns:1fr;
    }
    .ananda-footer__buttons{
        flex-direction:column;
        align-items:stretch;
    }
    .ananda-footer__button{
        width:100%;
    }
    .ananda-footer__brand-title{font-size:28px;}
    .ananda-footer__heading{font-size:27px;}
    .ananda-footer__links a{font-size:20px;}
    .ananda-footer__copyright{
        gap:10px;
        flex-direction:column;
    }
    .ananda-footer__copyright::before,
    .ananda-footer__copyright::after{
        width:160px;
    }
}

/* Social icons final override */
.ananda-footer .ananda-footer__socials{
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
    margin-left:66px;
    min-height:44px;
}
.ananda-footer .ananda-footer__social{
    width:44px !important;
    height:44px !important;
    border-radius:50%;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    text-decoration:none !important;
    color:var(--ananda-footer-green) !important;
    background:#fff !important;
    border:1px solid rgba(59,155,71,.40);
    box-shadow:0 5px 12px rgba(9,43,118,.08);
}
.ananda-footer .ananda-footer__social i,
.ananda-footer .ananda-footer__social svg{
    width:21px !important;
    height:21px !important;
    font-size:21px !important;
    color:currentColor !important;
    fill:currentColor !important;
}
