body {
    font-weight: 600;
    overflow: auto;
}

.bg-maroon {
    background-color: rgba(93, 24, 26, 1);
}

.text-maroon {
    color: #800020;
}

.bg-maroon-dark {
    background-color: rgba(93, 24, 26, 1);
}

.step-content {
    transition: opacity 0.3s ease-in-out;
}

.step-content.hidden {
    opacity: 0;
    display: none;
}

.step-content:not(.hidden) {
    opacity: 1;
}

input,
select {
    transition: border-color 0.3s ease;
}

input:focus,
select:focus {
    border-color: #800020;
}

.progress-line {
    height: 6px;
    transition: background-color 0.3s ease;
}

.wizard-tab {
    width: 88px;
    height: 10px;
}

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.upload-box span {
    color: maroon;
    font-weight: bold;
}

.upload-box small {
    color: gray;
}

.left-image {
    padding: 15px;
    background: #f8ede8;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginScreen h4 {
    color: rgba(93, 24, 26, 1);
}

.forget-password {
    color: rgba(24, 119, 242, 1);
}
.row {
    margin: 0; /* Remove default Bootstrap margins */
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    min-height: 100vh; /* Ensure the row takes full height */
}
.second-part {
   height: auto; /* Remove fixed 100vh to allow content to grow */
    min-height: 100vh; /* Ensure it takes at least full viewport height */
    display: flex; /* Already set to center content */
    justify-content: center;
    align-items: center;
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
    padding: 20px; /* Add padding to prevent content from touching edges */
    box-sizing: border-box; /* Ensure padding doesn’t affect width */
}

.tab-border {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 6px;
    border-radius: 10px;
}

.background-button {
    background: rgba(93, 24, 26, 1);
    border-radius: 8px;
    color: white !important;
}

.continue-with-email {
    color: rgba(93, 24, 26, 1);
}

.text-white {
    color: white;
}

.href-link-color {
    color: rgba(24, 119, 242, 1)
}

.right-info {
   padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%; 
}

.logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.flag-icon {
    width: 20px;
    height: auto;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
    margin-bottom: 4rem !important;
}

.social-login .btn {
    padding: 8px;
    width: 40px;
    height: 40px;
}

.social-login img {
    width: 20px;
    height: 20px;
}

.change_number {
    margin-top: 1rem
}

.change_number p {
    font-size: 14px;
    font-weight: 600;
}
/* 
.iti {
    width: 100%;
}

.iti__flag {
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.1/build/img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.1/build/img/flags@2x.png") !important;
    }
}

.iti__country-list {
    display: block !important;
    visibility: visible !important;
    z-index: 1000;
}

.iti__country {
    display: flex;
    align-items: center;
}

.iti__flag-box {
    margin-right: 6px;
} */

/* end  Start Country Code  */

/* start OTP design */
.otp-field {
    display: flex;
    justify-content: space-evenly;
}

.otp-field input {
    width: 38px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ffbb97;
    align-items: center;
    text-align: center;
}

.otp-field input:focus {
    border: 2px solid #ffa981;
    box-shadow: 0 0 2px 2px #ffa981;
}

.disabled {
    opacity: 0.5;
}



@media (max-width: 991px) {
    .left-image {
        display: none;
    }

    .second-part {
       min-height: auto; /* Remove min-height constraint on smaller screens */
        height: auto; /* Allow height to grow with content */
        overflow-y: auto; /* Ensure scrolling works */
        padding: 15px; 
    }

    .col-md-6.col-sm-12 {
        width: 100%;
        background: #F2EDED;
    }
}


@media (max-width: 480px) {
    .otp-field {
        zoom: 0.95;
    }
}

@media (max-width: 330px) {
    .otp-field {
        zoom: 0.8;
    }
}

/* end OTP design */

@media (max-width: 768px) {
    .mobile-view {
        display: none;
    }

    .right-info {
        padding: 15px;
    }
}

 @media (max-width: 371px) {
        #login-tab {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
    }