﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


.btn-action {
    color: #000000;
    border: none;
    background: linear-gradient(90deg, #E6A800 0%, #FFD95A 50%, #E6A800 100%);
    text-transform: uppercase;
    max-width: max-content;
    font-size: 15px;
}

.header .header__right .group-button a {
    font-family: "Inter";
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    padding: 10px 25px;
}

.header .header__right .main-nav .menu li {
    position: relative;
    padding-right: 30px;
    font-family: "Montserrat", sans-serif;
    font-family: "Saira", sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {  
    font-family: "Montserrat", sans-serif;
     
}

body {   
    color: #1c1c1c;
}


.header .header__right .main-nav .menu li a {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: "Saira", sans-serif!important;
}

.header__logo img {
    height: 90px;
}

.btn-login {
    font-family: "Montserrat", sans-serif;
     background: linear-gradient(90deg, #E6A800 0%, #FFD95A 50%, #E6A800 100%);
     color:#000;
     text-transform: uppercase;
}

.login .input-label {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 500;
}

.input-box input {
    width: 100%;
    height: 43px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 40px;
}

.btn-login-new {
    width: 100%;
    height: auto;
    background: #c89b3c;
    border: none; 
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: auto;
    vertical-align: middle;

        padding: 10px;
}

.btn-login-new {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(90deg, #E6A800 0%, #FFD95A 50%, #E6A800 100%);
    color: #000;
    text-transform: uppercase;
}
.btn-login-new:hover {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(90deg, #E6A800 0%, #FFD95A 50%, #E6A800 100%);
    color: #000;
    text-transform: uppercase;
}
.modal-header { 
    background-color: #ffffff00;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
}


 .iq-login .connect-link {
    padding: 15px 0;
    color: #986f00;
    font-weight: 500;
}

 
 .iq-login .register-linkk { 
    color: #986f00;
    font-weight: 500;
}

 @media only screen and (max-width: 767px) {
    .header__logo img {
        height: 60px !important;
    }
}

 @media (max-width: 767px) {
    .modal-mobile-center { 
        min-height: 100vh;
        margin: 0 15px;
    }

    .custom-modal {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 15px;
}

    .login-form.rg-login-card { 
    padding: 40px 20px 30px; 
}

    .login-header.rg-login-header img {
    width: 140px;
    max-width: 100%;
    margin-bottom: 14px;
    filter: drop-shadow(0 0 16px rgba(247, 181, 0, 0.20));
}
}

.choose__box-icon span {
    color: #fff!important;
}



@media (max-width: 767px) {
    .modal-mobile-center .modal-content {
        margin: 0 15px!important;
    }
}


.iq-reg .form-group {
    margin-bottom: 18px;
}

.iq-reg .connect-link {
    padding: 15px 0 0px;
    color: #986f00;
    font-weight: 500;
}


.iq-reg  .form-control { 
    height: 42px;
}

.login-linkk {
        color: #986f00;
    font-weight: 500;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .form-check-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    font-size: 14px;
}

/* Square box */
.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px; /* 👈 makes it square (remove or keep 4px for slight rounding) */
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

/* Checked state */
.custom-checkbox input:checked + .checkmark {
    background-color: #2f80ed;
    border-color: #2f80ed;
}

/* Tick */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked + .checkmark::after {
    display: block;
}

/* Tick styling */
.custom-checkbox .checkmark::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Tick styling */
.custom-checkbox { 
    padding-left:0!important;
}






