/* Body Text Color CSS */
.color-brand-1 {
    color: #04354a !important;

}

/* Text Shadow In Registration Form */
.color-brand-1-reg-form {
    color: #04354a !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /* X, Y, blur, color */
}

/* Form Field Focus Color */
.form-control:focus {
    border-color: #04354a !important;
}

/* Form Button CSS */
.btn.btn-brand-lg {
    background: #04354a !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.btn.btn-brand-lg-outline {
    padding: 20px 24px;
    color: #04354a;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border: 2px solid #04354a !important;
    background: #ffffff !important;
}

.btn.btn-brand-lg:hover {
    background-color: #141c25 !important;
    color: #ffffff !important;
}

/* Form Check Mark Color */
.cb-container .checkmark:after {
    background: #141c25 url(../imgs/page/register/check.svg) no-repeat center !important;
    border-radius: 0px !important;
}

/* Text with Hover Effect */
.color-success {
    color: #141c25 !important;
}

.color-success:hover {
    color: #04354a !important;
}

.line-register {
    background: #e0e0e0;
    border-radius: 5px;
    height: 2px;
}

/* Registration Page Left Side CSS start */
.box-steps-small {
    padding-left: 0px !important;
}

.item-number .num-ele {
    background-color: #141c25;
    color: white;
}

.box-steps-small .item-number:hover .num-ele,
.box-steps-small .item-number.active .num-ele {
    background-color: #04354a !important;
}

.box-steps-small .item-number.completed .num-ele {
    background-color: #0d6e7a;
    color: white;
    border-color: #073d44;
}


/* Registration Page Left Side CSS start */

/* Registration Page Form Box Padding */
.box-register {
    padding: 50px !important;
    margin-top: 75px;
    border-radius: 20px;
    width: 950px;
}

/* Registration Page Social Media Login Option Hover Effect */
.btn.btn-border-80:hover {
    background-color: #04354a !important;
    color: #ffffff !important;
}

/* Registration Page Form Icon CSS Start  */

.input-wrapper {
    position: relative;
    height: 52px;
}

.input-wrapper .form-control {
    height: 100%;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 16px;
    pointer-events: none;
}

.input-icon.toggle-password {
    cursor: pointer;
    color: #888;
    z-index: 2;
    pointer-events: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    height: 100%;
    width: 20px;
}

/* Registration Page Form Icon CSS End  */

/* Registration Form Select2 CSS Start */

.select2-selection--single {
    height: 50px !important;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #CDE2E7 !important;
    border-radius: 8px !important;
}

.select2-selection__rendered {
    padding-left: 25px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #99acaf !important;
    font-weight: 100;
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Gender Icon - Globe */

/* Show gender icon inside select2 */
#genderSelect+.select2 .select2-selection::after {
    content: "\f228";
    /* Venus-Mars icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

/* Validation Error Position */
#genderSelect+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}

/* Country Icon - Globe */
#countrySelect+.select2 .select2-selection::after {
    content: "\f0ac";
    /* Globe icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}


#countrySelect+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}

/* State Icon - Map Marker  */
#stateSelect+.select2 .select2-selection::after {
    content: "\f601";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#stateSelect+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}


/* City Dropdown Icon */
#citySelect+.select2 .select2-selection::after {
    content: "\f64f";
    /* fa-city */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#citySelect+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}

/* Address Type Icon */
#addressTypeSelect+.select2 .select2-selection::after {
    content: "\f570";
    /* fa-file-invoice */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#addressTypeSelect+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}



/* Business Icon */
#businessType+.select2 .select2-selection::after {
    content: "\f54e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#businessType+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}


/* Industry Icon */
#industryType+.select2 .select2-selection::after {
    content: "\f275";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#industryType+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}

/* Document Icon */
#documentType+.select2 .select2-selection::after {
    content: "\f15c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #969fa1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

#documentType+.select2 .select2-selection {
    position: relative;
    padding-right: 15px;
    /* Space for icon */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

/* Make the container relative */
.select2-container--default .select2-search--dropdown {
    position: relative;
}

/* Add search icon using pseudo-element */
.select2-container--default .select2-search--dropdown::before {
    content: "\f002";
    /* Font Awesome search icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
    pointer-events: none;
}

.select2-container--open .select2-dropdown {
    border-radius: 10px;
    border: none !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin-top: 15px;
    border: 1px solid #979c9c !important;
}

.select2-results__option[aria-selected] {
    color: #141c25;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white !important;
    background-color: #04354a !important;
}

/* Registration Form Select2 CSS End */



/* Progressbar CSS Start */
.progress-bar-steps {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.progress-track {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #141c25, #04354a);
    width: 0%;
    transition: width 0.5s ease-in-out;
}

/* Progressbar CSS End */

/* Registartion Form Step 2 = Role Radio Button CSS Start */
.radio-card {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    aspect-ratio: 2 / 1;
    border: 2px solid #CDE2E7;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    text-align: center;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card .card-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
}

.radio-card:hover {
    border-color: #04354a;
    background-color: #f5f7ff;
}

.radio-card:has(input[type="radio"]:checked) {
    background-color: #f5f7ff;
    border-color: #04354a;
}

/* style the radio input color when checked */
.radio-card input[type="radio"]:checked {
    accent-color: #04354a;
}

.color-brand-1-radio-card {
    color: #04354a !important;
    font-size: 15px;

}

/* Registartion Form Step 2 = Role Radio Button CSS End */

/* Registration Form Step 5 = Plan Radio Button CSS Start */
.radio-card-plan {
    display: block;
    border: 1px solid #04354a;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    padding-top: 1.5rem;
    overflow: hidden;
}

.radio-card-plan input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.custom-radio-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    border: 2px solid #04354a;
}

.custom-radio-circle:has(input[type="radio"]:checked) {
    background-color: #073d44;

}

.radio-card-plan:has(input[type="radio"]:checked) {
    transform: scale(1.05);
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
    z-index: 2;
    background-color: #E6E6FA;
    color: #141c25;
}

.radio-card-plan:has(input[type="radio"]:checked) .card-body * {
    color: #141c25 !important;
}

.radio-card-plan:hover {
    border-color: #141c25;
}

.radio-card-plan .card-body {
    padding: 15px;
    margin-top: 20px;
}

.plan-price {
    font-size: 40px;
    font-weight: 700;
    margin: 30px;
}

.plan-features {
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #6c757d;
}

.plan-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.plan-features li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #04354a;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.9rem;
}

.plan-features::-webkit-scrollbar {
    width: 6px;
    /* Scrollbar width */
}

.plan-features::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background */
    border-radius: 10px;
}

.plan-features::-webkit-scrollbar-thumb {
    background-color: #04354a;
    /* Scroll thumb color */
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    /* Optional spacing around thumb */
}

.plan-features::-webkit-scrollbar-thumb:hover {
    background: #022f3e;
    /* On hover */
}

.badge {
    background-color: #141c25;
    font-weight: lighter;
}

/* Registration Form Step 5 = Plan Radio Button CSS End */

/* Header Menu CSS Start */
.header .main-menu li div.sub-menu .menu-inner li {
    flex: 0 0 100% !important;
    /* Default: 1 column */
}

@media (min-width: 600px) {
    .header .main-menu li div.sub-menu .menu-inner li {
        flex: 0 0 50% !important;
        /* Medium screens: 2 columns */
    }
}

@media (min-width: 900px) {
    .header .main-menu li div.sub-menu .menu-inner li {
        flex: 0 0 33.33% !important;
        /* Large screens: 3 columns */
    }
}

@media (min-width: 1200px) {
    .header .main-menu li div.sub-menu .menu-inner li {
        flex: 0 0 25% !important;
        /* Extra large screens: 4 columns */
    }
}

.header .main-menu li div.sub-menu {
    min-width: 1000px !important;
}

.sub-menu-two-col {
    display: flex !important;
    flex-wrap: wrap !important;
    min-width: 400px !important;
    padding: 10px !important;
}

.sub-menu-two-col li {
    flex: 0 0 50% !important;
    padding: 4px 0 !important;
}

@media (max-width: 576px) {
    .sub-menu-two-col li {
        flex: 0 0 100% !important;
    }
}

/* Header Menu CSS End */


/* Login Page Form CSS Start */

.logo-img {
    height: 60px;
    width: auto;
    /* margin: 0px; */
    margin-left: 20px;
}

@media (max-width: 576px) {
    .logo-img {
        height: 40px;
        /* Smaller height on extra small screens */
        margin-left: 10px;
    }
}

/* SSO Verification Radio Button CSS Start */
.form-check-input:checked {
    background-color: #073d44;
    /* Bootstrap primary color */
    border-color: #073d44;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    /* Focus ring */
}

.form-check-label {
    margin-left: 4px;
    margin-right: 12px;
    font-weight: 500;
    color: #343a40;
    /* Darker text for better visibility */
}

.form-check-inline {
    margin-right: 1.5rem;
    /* More spacing between options */
}

/* SSO Verification Radio Button CSS End */


/* Login Page Form CSS End */

/* Login Form Validation CSS Start */
label.error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
}

input.error {
    border-color: red !important;
}

.hidden {
    display: none !important;
}

.text-color-brand-1 {
    color: #073d44;
}

/* Login Form Validation CSS End */

/* OTP Verification Page CSS Start */
.otp-input {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

@media (max-width: 576px) {
    .form-group.d-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .otp-input {
        width: 50px;
        height: 45px;
        margin-bottom: 8px;
    }
}

/* OTP Verification Page CSS End */


/* JQuery Validation CSS Start */

/* Show red border for all invalid inputs */
.form-group.is-invalid input,
.form-group.is-invalid select,
.form-group.is-invalid textarea {
    border: 1px solid red !important;
}

/* Red border for select2 dropdown */
.form-group.is-invalid .select2-selection {
    border: 1px solid red !important;
}



/* JQuery Validation CSS End */