/* Modal background */
.custom-modal {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 25px;
}

/* Input box with icon */
.input-box {
    position: relative;
    margin-bottom: 15px;
}

.input-box input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 40px;
}

.input-box i {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #888;
}

/* Button */
.btn-login {
    width: 100%;
    height: 45px;
    background: #c89b3c;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

/* Links */
.forgot {
    color: #555;
    text-decoration: none;
}

.register-link {
    color: #c89b3c;
    font-weight: 500;
    text-decoration: none;
}

label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.btn-action {
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    background: linear-gradient(-294.72deg, #032E62 9.05%, #F7D204 79.28%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    max-width: 135px;
    font-size: 16px;
    color: #fff;
    border: none;
}


/* Input wrapper */
.input-box {
    position: relative;
    margin-bottom: 15px;
}

/* Input padding for icon */
.input-box .form-control {
    padding-right: 40px;
}

/* Icon style */
.input-box i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 14px;
    pointer-events: none;
}

.contriMMI {
    background: #150e3c !important;
    padding: 40px;
    border-radius: 12px;
    max-width: 800px !important;   /* increased from 500px */
    width: 100%;
    margin: auto;
    box-shadow: 0 10px 30px rgba(255,255,255,0.2) !important;
}

.login .input-label {    
    font-size: 15px;
    margin-bottom: 5px;
    color: #242424; /* change to #333 if light background */
}

form input, form textarea {
    color: #fff;
    margin-bottom: 0px !important;
}
.input-box i{
    top: 71% !important;
}

.input-box {
    position: relative;
    margin-bottom: 20px;
}

/* Proper label alignment */
.input-label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #fff;
    text-align: left;   /* important */
}

/* Input spacing for icon */
.input-box .form-control {
    padding-right: 40px;
}

/* Icon */
.input-box i {
    position: absolute;
    right: 12px;
    top: 38px; /* adjust because label is above */
    color: #ccc;
}

 .text-lft{
    text-align: left !important;
}
 .login-link a {
    color: #c89b3c;
    text-decoration: none;
}

label input {
    cursor: pointer;
}
/*.mb-5 {
   
    margin-bottom: 10px !important;
}*/

.footer.style-2 .footer__top .content form button {
 
    padding-left: 25px !important;
     padding: 10px 20px !important; 
}
.FooterInput {
    color: #ffefef !important;
}

.radio-list {
    list-style: none;
    padding: 0;
}

.radio-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

.radio-list input[type="radio"] {
    margin-right: 8px;
    accent-color: #f5a623; /* change color */
}

.desk-view {
    display: none;
}

@media (max-width: 991px) {
    .desk-view {
        display: block;
    }
}

@media (max-width: 991px) {
    .road-map.style-4 .block-text .heading {
        font-size: 30px;
        font-family: "Poppins";
        text-transform: none;
    }
}
@media only screen and (max-width: 767px) {
    .banner-top.style-1 .banner-top__content .title {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
.header__body {
    width: 382px;
    height:70px;
}
}

.input-box i {
    position: absolute;
    right: 12px;
    top: 38px;
    color: #3b3b3b !important;
}

.group-button  {
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    .group-button .btn-action {
        display:none;

    }
}

@media (max-width: 768px) {
    .header .header__right .mobile-button {
        
        margin-right: 25px;
    }
}
@media (max-width: 768px) {

    body {
        overflow-x: hidden !important;
    }
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Desktop (default) */
.d-flex.justify-content-between {
    flex-wrap: nowrap;
}

/* Mobile view */
@media (max-width: 768px) {
    .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 5px;
    }
}
.login-link {
    
    margin-top: 0px!important;
}