/* login banner */
.login-banner{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.login-overlay{
    position:absolute;
    top:34px;
    left:24px;
    right:24px;
    color:#fff;
}

.login-overlay h2{
    margin:0;
    color:#FFF;
    font-family: "Playfair Display";
    font-size:44px;
    font-style:normal;
    font-weight:700;
    line-height:56px;
    max-width:310px;
}

.login-overlay p{
    margin-top:18px;
    margin-bottom:38px;
    max-width:250px;

    color:#FFF;
    font-family:Inter;
    font-size:14px;
    font-weight:400;
    line-height:22px;
}

.login-features{
    list-style:none;
    padding:0;
    margin:0;
}

.login-features li{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.login-features .icon{
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.536px solid rgba(233, 30, 99, 0.40);
        background: #FFF;
        color: #E91E63;
        font-size: 12px;
        flex-shrink: 0;
    }

    .login-features .icon svg{
        width: 20px;
        height: 20px;
    }


.login-features li span:last-child{
    color:#FFF;
    font-family:Inter;
    font-size:14px;
    font-weight:500;
    line-height:20px;
}

/* login samyathi join  */
.join-samyathi{
    flex: 1;
    border: 1px solid #E8DCCF;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0.554px 1.108px 0 rgba(12, 26, 61, 0.04), 0 4.434px 13.301px 0 rgba(12, 26, 61, 0.06);    
}

.join-samyathi-card {
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
}

.join-samyathi-card h2 {
    margin: 0 0 8px;
    color: #222;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.join-samyathi-card .join-subtitle {
    margin: 0;
    color: #6B7280;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.join-benefits ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin: 32px 0 48px;
    padding: 0;
}

.join-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    color: #222;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.join-benefits li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.join-account-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #E91E63;
    border-radius: 8px;
    background: #FFF;
    color: #E91E63;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    transition: all 0.3s ease;
}

.join-account-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.join-account-btn:hover {
    background: #E91E63;
    color: #FFF;
}

.join-account-btn:hover svg path {
    stroke: #FFF;
}

/* login bottom bar */
.login-bottom-bar {
    background: #fff;
    padding: 40px 20px;
}

.login-bottom-bar .section-title {
    margin: 0;
    color: #222;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
}

.login-bottom-bar .section-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #FF6B1A;
    border-radius: 2px;
    margin: 14px auto 0;
}

.login-bottom-bar .features-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 50px;
}

.login-bottom-bar .features-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.login-bottom-bar .feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border: 1px solid #FF5A8A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-bottom-bar .feature-icon svg {
    width: 24px;
    height: 24px;
}

.login-bottom-bar .feature-content h4 {
    margin: 0 0 6px;
    color: #0C1A3D;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.login-bottom-bar .feature-content p {
    margin: 0;
    color: #6B7280;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.88px;
}

@media (max-width: 767px) {
     .login-overlay{
        top:24px;
        left:20px;
        right:20px;
    }

    .login-left-section{
        position: relative;
        height: 450px;
    }

    .login-banner{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .login-overlay{
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 24px;
        top: auto;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .login-overlay h2{
        margin: 10px;
        max-width: 100%;

        color: #FFF;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 36.3px;
        letter-spacing: -0.825px;
    }

    .login-overlay p{
        margin: 12px 0;
        max-width: 280px;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 10.5px;
        font-style: normal;
        font-weight: 500;
        line-height: 16.8px;
    }

    .login-features{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8px;

        padding: 0;
        margin: 0;
        list-style: none;
    }

    .login-features li{
        flex: 1;
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;

        text-align:left;
    }

    .login-features .icon{
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.536px solid rgba(233, 30, 99, 0.40);
        background: #FFF;
        color: #E91E63;
        font-size: 12px;
        flex-shrink: 0;
    }

    .login-features .icon svg{
        width: 10px;
        height: 10px;
    }

    .login-features li span:last-child{
        color: #FFF;
        font-family: Inter;
        font-size: 7.5px;
        font-style: normal;
        font-weight: 600;
        line-height: 11.25px;
    }
    
    .join-samyathi-card {
        padding: 20px 16px;
        border-radius: 8px;
    }

    .join-samyathi-card h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .join-samyathi-card .join-subtitle {
        font-size: 10px;
        line-height: 14px;
    }

    .join-benefits ul{
        column-gap: 16px;
        margin: 20px 0;
    }

    .join-benefits li {
        gap: 8px;
        margin-bottom: 16px;
        font-size: 10px;
        line-height: 14px;
    }

    .join-benefits li svg {
        width: 10px;
        height: 10px;
        margin-top: 2px;
    }

    .join-account-btn {
        height: 42px;
        gap: 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .join-account-btn svg {
        width: 10px;
        height: 10px;
    }


    .login-bottom-bar {
        padding: 40px 20px;
    }

    .login-bottom-bar .section-title {
        text-align: left;
        font-size: 19px;
        line-height: 30px;
    }

    .login-bottom-bar .section-title::after {
        margin: 10px 0 0;
    }

    .login-bottom-bar .features-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-top: 30px;
    }

    .login-bottom-bar .features-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }

    .login-bottom-bar .feature-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .login-bottom-bar .feature-icon svg {
        width: 18px;
        height: 18px;
    }

    .login-bottom-bar .feature-content h4 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .login-bottom-bar .feature-content p {
        font-size: 10px;
        line-height: 13px;
    }
}