/* RESET + REMOVE SLIDER REFERENCES */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Inter',sans-serif;

    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
}

*::-webkit-scrollbar{
    width:0 !important;
    height:0 !important;
    display:none !important;
    background:transparent !important;
}

/* HTML + BODY */

html,
body{
    width:100%;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    background:#f5f5f5;
}

/* BODY */

body{
    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* LOGIN CONTAINER */

.login-container{

    width:100%;
    max-width:420px;

    margin:0 auto;

    background:#fff;

    border-radius:32px;

    padding:35px 28px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}

.alert{
    margin: 20px 0px;
    text-align: center;
}

.alert-danger{
    color: red;
}

.alert-success{
    color: green;
}

.alert-default{
    color: #777;
}

/* LOGO */

.logo{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
    text-align:center;
}

/* SUBTITLE */

.subtitle{
    text-align:center;
    color:#777;
    margin-bottom:35px;
    line-height:1.5;
}

/* FORM */

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
    font-size:14px;
}

.input-box{

    background:#f7f7f7;

    border-radius:18px;

    padding:16px 18px;

    display:flex;
    align-items:center;
    gap:10px;

    border:1px solid transparent;

    transition:0.3s;
}

.input-box:focus-within{
    border-color:#111;
    background:#fff;
}

.input-box input{

    width:100%;

    border:none;
    outline:none;

    background:transparent;

    font-size:15px;
}

/* OPTIONS */

.options{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;

    font-size:14px;
}

.options a{
    text-decoration:none;
    color:#111;
    font-weight:600;
}

/* BUTTON */

.login-btn{

    width:100%;

    border:none;

    background:linear-gradient(to bottom right, #ff9900, #ffb84d);

    color:black;

    padding:16px;

    border-radius:18px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:0.3s;
}

.login-btn:hover{
    transform:translateY(-2px);
}

/* DIVIDER */

.divider{

    display:flex;

    align-items:center;

    margin:30px 0;

    color:#999;

    font-size:14px;
}

.divider::before,
.divider::after{

    content:'';

    flex:1;

    height:1px;

    background:#eee;
}

.divider span{
    margin:0 12px;
}

/* SOCIAL LOGIN */

.social-login{
    display:flex;
    gap:15px;
}

.social-btn{

    flex:1;

    background:#fff;

    border:1px solid #eee;

    border-radius:18px;

    padding:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    transition:0.3s;

    font-weight:600;
}

.social-btn:hover{
    background:#f7f7f7;
}

/* SIGNUP */

.signup{

    text-align:center;

    margin-top:30px;

    color:#666;

    font-size:14px;
}

.signup a{
    color:#111;
    text-decoration:none;
    font-weight:700;
}


.login{
    text-align:center;
    margin-top:30px;
    color:#666;
    font-size:14px;
}

.login a{
    color:#111;
    text-decoration:none;
    font-weight:700;
}

/* MOBILE FULL WIDTH */

@media(max-width:480px){

    html,
    body{

        width:100%;

        margin:0;

        padding:0;

        background:#fff;

        overflow-x:hidden;
    }

    body{
        display:block;
    }

    .login-container{

        width:100vw;

        max-width:100vw;

        min-height:100vh;

        margin:0;

        padding:40px 24px;

        border-radius:0;

        box-shadow:none;
    }

}

/* =========================================
   SHRI AMBE FOOTER
   Matches Login Page Design
========================================= */

.shri-footer {
    width: 100%;
    background: #f5f5f5;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

/* Main footer area */
.shri-footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 40px 45px;

    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 50px;

    box-sizing: border-box;
}

/* =========================================
   BRAND
========================================= */

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 8px;

    color: #ff4f58;
    
}

.footer-logo-symbol {
    font-size: 25px;
    line-height: 1;
}

.footer-brand h3 {
    margin: 0 0 12px;

    color: #ff4f58;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.footer-brand p {
    margin: 0;

    color: #777777;
    font-size: 16px;
    line-height: 1.5;
}

/* =========================================
   FOOTER COLUMNS
========================================= */

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column h4 {
    margin: 0 0 20px;

    color: #111111;
    font-size: 16px;
    font-weight: 700;
}

.footer-column a {
    display: inline-block;

    margin-bottom: 13px;

    color: #707070;
    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-column a:hover {
    color: #ff4f58;
    transform: translateX(2px);
}

/* =========================================
   CONTACT
========================================= */

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-icon {
    color: #ff4f58;
    font-size: 16px;
    width: 18px;
    text-align: center;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 8px;
}

.footer-social a {
    width: 34px;
    height: 34px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #ff4f58;

    border-radius: 50%;

    font-size: 16px;
    font-weight: 700;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);

    transition: all 0.2s ease;
}

.footer-social a:hover {
    color: #ffffff;
    background: #ff4f58;
    transform: translateY(-2px);
}

/* =========================================
   BOTTOM FOOTER
========================================= */

.shri-footer-bottom {
    width: 100%;

    border-top: 1px solid #e7e7e7;

    padding: 18px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
}

.shri-footer-bottom p {
    margin: 0;

    color: #8a8a8a;

    font-size: 14px;
    line-height: 1.5;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .shri-footer {
        margin-top: 30px;
    }

    .shri-footer-container {
        padding: 40px 25px 30px;

        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 35px 25px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .footer-brand h3 {
        font-size: 21px;
    }

    .footer-brand p {
        max-width: 320px;
        font-size: 16px;
    }

    .footer-column h4 {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .footer-column a {
        margin-bottom: 11px;
        font-size: 16px;
    }

    .shri-footer-bottom {
        padding: 16px 25px;

        flex-direction: column;
        gap: 6px;

        text-align: center;
    }

    .shri-footer-bottom p {
        font-size: 14px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .shri-footer-container {
        padding: 35px 20px 25px;

        grid-template-columns: 1fr 1fr;

        gap: 30px 18px;
    }

    .footer-brand {
        text-align: center;
        align-items: center;
    }

    .footer-brand {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-column h4 {
        font-size: 14px;
    }

    .footer-column a {
        font-size: 16px;
    }

    .footer-social {
        gap: 7px;
    }

    .footer-social a {
        width: 31px;
        height: 31px;
    }
}