﻿
.footer {
    background-color: #222d4e;
    color: #b0b8c6;
    padding:10px 20px;
    flex: 0 0 auto;
    border-top: 1px solid #1e3b6e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 2rem;
    }
}





.logo-container {
    position: relative;
}

.logo-text {
    font-weight: 700;
    font-size: 2.8rem;
    color: #f78c1e;
    letter-spacing: -1px;
}

    .logo-text span {
        color: white;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        letter-spacing: 0;
    }

.feature-box {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .feature-box:hover .feature-icon {
        transform: scale(1.2) translateY(-5px);
        color: #ffaa55;
    }

.feature-icon {
    font-size: 1.8rem;
    color: #f78c1e;
    margin-bottom: 0.8rem;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #fff
}

.feature-desc {
    font-size: 0.8rem;
    color: #b0b8c6;
    line-height: 1.4;
    padding:0 20px
}

.app-download-box {
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius:12px;
    padding: 15px 15px 13px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(26 35 63);
    width: 100%;
    max-width: 640px;
}

.qr-code {
    width:88px;
    height:88px;
    background-color: white;
    padding: 4px;
    border-radius:10px;
}

.login-box {
    width: 100%;
    max-width: 380px;
}

.login-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2b4c;
    margin-bottom: 0.5rem;
}

.login-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.form-control {
    background-color: #f4f7fa;
    border: 1px solid #e2e8f0;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #a0b6d4;
        box-shadow: 0 0 0 0.2rem rgba(66, 133, 244, 0.15);
    }

.input-group-text {
    background-color: #f4f7fa;
    border: 1px solid #e2e8f0;
    border-right: none;
    color: #6c757d;
}

.btn-login {
    background-color: #4a8df8;
    color: white;
    padding: 0.8rem;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
}

    .btn-login:hover {
        background-color: #3b7ee6;
        color: white;
    }

.btn-support {
    background-color: white;
    color: #1a2b4c;
    border: 1px solid #e2e8f0;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    font-size: 0.95rem;
    height: auto;
    line-height: normal;
}

    .btn-support:hover {
        background-color: #f8f9fa;
    }

.footer-link {
    color: #b0b8c6;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.6rem;
}

    .footer-link:hover {
        color: white;
    }

.footer-title {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.social-icon {
    color: white;
    font-size: 1.2rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
}

    .social-icon:hover {
        background-color: #f78c1e;
        color: white;
    }
.app-download-heading {
    font-size:16px;
    font-weight:700;
    color:#fff;
    margin:0 0 10px
}
.mob-appd-download {
    display:none;
}
.f-left-col {
    font-size:13px
}
.f-right-col {
    display:flex;
    align-items:center;
    gap:10px
}
.logo-hed-sub-txt {
    color: #b0b8c6;
    font-size: 16px
}
.app-download-col-rt {
    display:flex;
    gap:10px
}
.app-download-col-lft {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 15px;
}
.appd-d-icon {
    width:130px
}
.app-download-des {
    color: #b0b8c6;
    font-size:13px
}
.autentic-header {
    margin-bottom:30px
}
@media only screen and (max-width:1440px) {
    .feature-desc {
        padding: 0 10px;
    }
    .logo-container img {
        width:210px !important;
    }
    .qr-code {
        width: 68px;
        height: 68px;
    }

    @media only screen and (max-width:1024px) {
        .feature-desc {
            padding:0px;
        }
        .app-download-box {
            flex-wrap: wrap
        }

        .app-download-col-lft {
            flex: 0 0 100% !important;
            margin: 0 0 15px;
            align-items:center;
            gap:10px
        }
        .app-download-heading, .app-download-des {
            text-align: center
        }
        .app-download-col-rt {
            flex: 0 0 100%;
            justify-content: center
        }
    }

    @media only screen and (max-width: 991px) {
        .autentic-header {
            margin-bottom:0px;
        }
        .mob-appd-download {
            display: flex;
            justify-content: center;
            gap:10px;
            margin: 15px 0 0;
            flex-wrap:wrap;
        }
            .mob-appd-download p {
                flex:0 0 100%;
                text-align:center;
                font-weight:500
            }
             .authentic-wrapper {
                min-height: 100vh;
                flex-flow: column;
            }
        .autentic-rt {
            flex-grow:1!important;
            min-height:490px;
            width:100%
        }
        .autentic-header h2, .logo-hed-sub-txt {
            display: none
        }
    }
@media only screen and (max-width:768px) {
    .logo-container img {
        width:190px !important;
    }
}

    @media only screen and (max-width:767px) {

      
        .logo-container img {
            width: 140px !important;
        }
    }

    @media only screen and (max-width:580px) {
        .footer {
            flex-flow: column;
            gap: 15px;
            padding: 15px;
        }

        .logo-hed-sub-txt {
            font-size: 15px;
        }

        .mob-appd-download img {
            width: 140px
        }
    }