* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.login-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
}

/* Slider logo overlay - DigiTrack office branding */
.slider-office-wrap {
    position: relative;
}
.slider-logo-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0,0,0,0.6);
    padding: 12px 20px;
    border-radius: 8px;
}
.slider-brand-logo {
    height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
.slider-brand-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 576px) {
    .slider-logo-overlay {
        bottom: 12px;
        left: 12px;
        padding: 8px 12px;
        gap: 8px;
    }
    .slider-brand-logo {
        height: 36px;
    }
    .slider-brand-text {
        font-size: 14px;
    }
}

.parent-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .parent-container {
        flex-direction: column-reverse;
    }
    .form-setting {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        height: auto;
        margin: 0;
        border-radius: 0;
        padding: 2rem 1rem;
    }
    .carousel {
        height: 40vh;
        min-height: 200px;
    }
    .img-spl img {
        height: 40vh !important;
        min-height: 200px !important;
    }
}

@media (max-width: 576px) {
    .form-setting {
        padding: 1rem 0.5rem;
    }
    .form-align {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .spl-btn {
        padding: 10px 1rem;
    }
    .form-img, .store-badge img {
        max-width: 45%;
        max-height: 40px;
    }
}

.img-spl img {
    width: 100% !important;
    height: 100vh !important;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}

.form-setting {
    position: absolute;
    z-index: 1;
    width: 28%;
    min-width: 320px;
    height: 86vh;
    top: 8%;
    left: 10%;
    border-radius: 18px;
    box-shadow: 5px 7px 13px rgba(0,0,0,0.1);
    background-color: rgba(229, 229, 229, 0.95);
    backdrop-filter: blur(10px);
}

/* App Store / Play Store - no stretch, proper aspect ratio */
.store-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.store-badge {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 44px;
}
.store-badge img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.form-img {
    max-width: 50%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
}

form h2 {
    text-align: center;
    margin-top: -10%;
    color: #474747;
    font-weight: 700;
    font-size: 29px;
}

.form-align {
    line-height: 1.9;
    padding-left: 35px;
    padding-right: 35px;
    /* margin-top: -5%; */
}

.form-align label {
    font-weight: 600;
    color: #242424;
    font-size: 14px;
}

.form-align .spl {
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-radius: 9px;
    outline: none;
    transition: box-shadow 0.3s ease;
    /* Smooth transition for the effect */
}

.form-align .spl:focus {
    box-shadow: 0 0 5px 2px #80AF81;
    outline: none;
}

.box-set {
    margin-top: 11px;
}

span {
    font-size: 14px;
    color: #242424;
}

span a {
    margin-left: 26%;
    font-size: 13px;
    text-decoration: none;
    color: #242424;
    ;
}

.spl-btn {
    padding: 7px 112px;
    text-align: center;
    margin-top: 11px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: .5s;
    color: white;
    background: #C57D29;
    width: 100%;
}

.spl-btn:hover {
    color: white;
    background: #f5ae5e;
}

hr {
    margin-top: 5%;
    margin-right: 8%;
    border: 0;
    border-top: 1px solid #f9f9f9;
}

.member {
    font-size: 12px;
    margin-left: 31%;
    text-decoration: none;
    color: #242424;
    font-weight: 700;
}
