/* =====================================================
   MAHAYA WARI POPUP
===================================================== */

.wari-popup-overlay{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    justify-content:center;
    align-items:center;
    padding:18px;
    background:
        radial-gradient(circle at top, rgba(163,31,54,.15), transparent 35%),
        rgba(33,20,16,.75);
    backdrop-filter:blur(10px);
}

.wari-popup-overlay.show{
    display:flex;
}

.wari-popup{
    width:100%;
    max-width:450px;
    max-height:90dvh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    background:linear-gradient(180deg,#FFF8F0 0%,#FFF3E7 100%);
    border-radius:28px;
    padding:24px;
    border:1px solid rgba(163,31,54,.12);
    box-shadow:0 25px 70px rgba(0,0,0,.30);
    text-align:center;
    position:relative;
    transform:translateY(20px);
    opacity:0;
    transition:transform .35s ease, opacity .35s ease;
}

.wari-popup-overlay.show .wari-popup{
    transform:translateY(0);
    opacity:1;
}

.wari-popup::-webkit-scrollbar{
    width:0;
}

.wari-top-mark{
    width:72px;
    height:5px;
    margin:0 auto 18px;
    border-radius:999px;
    background:#A31F36;
}

.wari-close{
    position:absolute;
    top:14px;
    right:18px;
    border:0;
    background:none;
    color:#A31F36;
    font-size:28px;
    cursor:pointer;
    line-height:1;
}

.wari-logo{
    width:185px;
    display:block;
    margin:0 auto 20px;
}

.wari-kicker{
    color:#A31F36;
    font-size:12px;
    letter-spacing:.20em;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.wari-marathi-main{
    font-family:'Noto Serif Devanagari',serif;
    font-size:30px;
    line-height:1.38;
    font-weight:700;
    color:#A31F36;
   /* margin-bottom:18px;*/
}

.wari-text{
    max-width:340px;
    margin:0 auto 22px;
    color:#6E594E;
    font-size:15px;
    line-height:1.7;
}

.wari-social-block{
    margin-bottom:22px;
}

/* Social Buttons */

.wari-link{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:64px;
    margin-bottom:12px;
    padding:12px 22px;
    border-radius:999px;
    text-decoration:none !important;
    transition:.25s ease;
}

.wari-link:hover,
.wari-link:focus,
.wari-link:active{
    text-decoration:none !important;
}

.wari-link:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.wari-link i{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#A31F36;
    color:#fff;
    font-size:18px;
    box-shadow:0 4px 12px rgba(163,31,54,.22);
}

.wari-link div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.wari-link span{
    font-size:20px;
    font-weight:700;
    line-height:1.1;
}

.wari-link small{
    margin-top:3px;
    font-size:12px;
    opacity:.78;
    font-weight:500;
}

.wari-link.instagram{
    background:#A31F36;
    color:#fff;
}

.wari-link.instagram i{
    background:#fff;
    color:#A31F36;
}

.wari-link.facebook,
.wari-link.linkedin{
    background:#F6E7D2;
    color:#4B2B20;
}

/* Divider */

.wari-divider{
    height:1px;
    margin:18px 0;
    background:linear-gradient(90deg, transparent, rgba(163,31,54,.22), transparent);
}

.wari-section-label{
    color:#A31F36;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.18em;
    margin-bottom:16px;
}

/* Language / CSR */

.wari-language-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-bottom:12px;
}

.wari-language-row a,
.wari-language-row button,
.wari-csr-link{
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:999px;
    border:1px solid rgba(163,31,54,.18);
    background:#fff;
    color:#4B2B20;
    text-decoration:none !important;
    font-weight:700;
    transition:.25s;
}

.wari-language-row a,
.wari-language-row button{
    height:46px;
}

.wari-language-row button{
    cursor:pointer;
    font-family:inherit;
    font-size:inherit;
    outline:none;
}

.wari-csr-link{
    height:48px;
    width:100%;
    margin-bottom:10px;
}

.wari-language-row a:hover,
.wari-language-row a:focus,
.wari-language-row a:active,
.wari-language-row button:hover,
.wari-language-row button:focus,
.wari-language-row button:active,
.wari-csr-link:hover,
.wari-csr-link:focus,
.wari-csr-link:active{
    background:#FCF6EF;
    text-decoration:none !important;
}

.wari-note{
    margin-top:14px;
    color:#9C877B;
    font-size:12px;
}


.wari-link.whatsapp{
    background:#F6E7D2;
    color:#4B2B20;
}

.wari-link.whatsapp i{
    background:#A31F36;
    color:#fff;
}

/* Highlighted Janki Sample CTA */

.wari-link.whatsapp{
    background:#5D7A3A;
    color:#fff;
}

.wari-link.whatsapp i{
    background:#fff;
    color:#5D7A3A;
}

.wari-link.whatsapp-channel{
    background:#F6E7D2;
    color:#4B2B20;
}

.wari-link.whatsapp-channel i{
    background:#A31F36;
    color:#fff;
}

.wari-link.whatsapp{
    background:#5D7A3A;
    color:#fff;
}

.wari-link.whatsapp i{
    background:#fff;
    color:#5D7A3A;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width:480px){

    .wari-popup-overlay{
        align-items:flex-start;
        padding:10px;
    }

    .wari-popup{
        margin-top:6px;
        max-height:calc(100dvh - 20px);
        border-radius:22px;
        padding:16px 18px 18px;
    }

    .wari-top-mark{
        display:none;
    }

    .wari-close{
        top:10px;
        right:14px;
        font-size:26px;
    }

    .wari-logo{
        width:145px;
        margin:8px auto 14px;
    }

    .wari-kicker{
        font-size:11px;
        margin-bottom:8px;
    }

    .wari-marathi-main{
        font-size:24px;
        line-height:1.32;
        margin-bottom:14px;
    }

    .wari-text{
        font-size:13px;
        line-height:1.6;
        margin-bottom:16px;
    }

    .wari-social-block{
        margin-bottom:14px;
    }

    .wari-link{
        min-height:54px;
        padding:9px 16px;
        gap:13px;
        margin-bottom:10px;
    }

    .wari-link i{
        width:38px;
        height:38px;
        min-width:38px;
        font-size:17px;
    }

    .wari-link span{
        font-size:17px;
    }

    .wari-link small{
        font-size:11px;
    }

    .wari-divider{
        margin:16px 0 14px;
    }

    .wari-section-label{
        font-size:11px;
        margin-bottom:12px;
    }

    .wari-language-row{
        gap:8px;
    }

    .wari-language-row a,
    .wari-language-row button{
        height:40px;
        font-size:14px;
    }

    .wari-csr-link{
        height:42px;
        font-size:14px;
    }

    .wari-note{
        margin-top:12px;
        font-size:11px;
    }
}