* {
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #054b7a;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .69rem .75rem !important;

}

.form-select {
    padding: .80rem .75rem !important;
}

.btn-outline-primary.gender-btn {
    color: #054b7a;
    border-color: #054b7a;
}

.btn-outline-primary.gender-btn:hover,
.btn-outline-primary.gender-btn.active,
.btn-outline-primary.gender-btn:focus {
    background-color: #054b7a;
    color: #fff;
    border-color: #054b7a;
}

.form-title-head {
    text-align: left;
    padding: 2rem 2rem 0 2rem;
}

.form-check-label {
    font-size: 0.65rem;
}

.form-title-head p {
    margin-bottom: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f2f5fc !important;
}

label.required::after {
    content: " *";
    color: rgb(247, 7, 7);
}


/* Thin vertical scrollbar */
::-webkit-scrollbar {
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #e1eaf2;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

/* Hide default browser eye icon (Chrome, Edge) */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button {
    display: none;
    visibility: hidden;
}

.form-check-input:checked {
    background-color: rgb(5 75 122) !important;
    border-color: rgb(5 75 122) !important;
}

.btn-success:hover {
    background-color: #030303 !important;
    border-color: #030303 !important;
    color: #fff;
}

.gender-button {
    color: #054b7a;
    border-color: #054b7a;
}

.gender-button:hover {
    border-color: #054b7a;
    background: #054b7a;
    color: #fff;
}

.form-footer-content p {
    margin-bottom: 0;
}

.link {
    color: #054b7a !important;
}

.text-grey {
    color: #717171;
}


.authentication-cover-main {
    background-image: none;
}

.authentication .authentication-cover {
    background-image: url(../images/authentication/3.png);
}

.authentication .authentication-cover {
    background-size: contain;
    /* background-color: rgb(5 75 122) !important; */
}

.authentication .authentication-cover:before {
    background-color: rgb(5 75 122) !important;
    opacity: .96;
}

.btn-success {
    background-color: #054b7a !important;
    border-color: #054b7a !important;
    color: #fff !important;
    padding: .85rem 1.5rem;
    border-radius: 50px;
}

.btn-primary-light {
    background-color: #f2f8fe;
    color: var(--primary-color);
    padding: .8rem 1.5rem;
    border-radius: 50px;
    border-color: #c0d7ec !important;
}

.btn-sm-p {
    padding: .75rem 1.25rem !important;
}

.text-sm {
    font-size: .80rem !important;
}

.btn-group .btn {
    padding: 0.72rem 1rem;
    border-radius: 50px;
}

.btn-md-p {
    padding: .85rem 1.25rem !important;
    border-radius: 50px !important;
}

.text-content {
    display: flex;
    justify-content: space-around;
}

.eye-icon {
    position: absolute;
    top: 40px !important;
    right: 20px !important;
    cursor: pointer;
}

.form-label {
    font-size: 0.7rem !important;
    font-weight: 400 !important;
}

.signup-container {
    max-width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    position: relative;
}

.form-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 -3px 24px #0000000d;
    padding: 1rem;
}

.form-section {
    padding: 0.5rem 2rem 0 2rem;
    max-height: 450px;
    overflow-y: auto;
}

.form-wrapper {
    padding: 2rem 2rem 2rem 2rem;
    max-height: 450px;
    overflow-y: auto;
}

.form-wrapper2 {
    padding: .5rem 2rem .5rem 2rem;
    max-height: 450px;
    overflow-y: auto;
}

.role-select {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 1.5rem;
}

.gender-btn.active,
.gender-option.active {
    background-color: #054b7a;
    color: #fff;
    border-color: #054b7a;
}

.role-tab {
    flex: 1;
    cursor: pointer;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
    background: #f9f9f9;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}

.role-tab:hover {
    background: #eef4ff;
}

.role-tab.active {
    border: 2px solid #054b7a;
    background: #f2f8fe;
}

.role-tab .icon-default {
    font-size: 26px;
    margin-right: 10px;
    color: #054b7a;
    display: inline-block;
}

.role-label .title {
    font-weight: 600;
    font-size: 17px;
}

.role-label .desc {
    font-size: 13px;
    color: #666;
}

.check-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: green;
    font-size: 18px;
    display: none;
}

.role-tab.active .check-icon {
    display: block;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.choices__list--multiple .choices__item {
    border-radius: 50px !important;
    padding: 0.425rem 0.825rem !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.facebook-btn {
    background-color: #3b5998;
    color: #fff;
}

.instagram-btn {
    background-color: #E1306C;
    color: #fff;
}

.linkedin-btn {
    background-color: #0077B5;
    color: #fff;
}

.facebook-btn:hover,
.instagram-btn:hover,
.linkedin-btn:hover {
    opacity: 0.85;
    background-color: #fff;
}


.signup-text-subtitle {
    color: #f2f8fe;
    font-size: 1rem;
    font-weight: 200;
}

/* signup-slider */
.signup-slider {
    position: relative;
}

.signup-slider .carousel-container {
    width: auto;
    max-width: 100%;
    overflow: hidden;
    /* margin: 50px auto; */
    border-radius: 10px;
    position: relative;
}

.signup-slider .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.signup-slider .carousel-track img {
    width: 100%;
    flex: 0 0 100%;
    object-fit: cover;
}

.logo-mob {
    margin: 1.5rem 1.5rem 0 1.5rem;
    display: none;
    /* Default hidden */
}

@media (max-width: 1020px) {
    .logo-mob {
        display: block;
    }
}

/* otp form */

.otp-container {
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
}

.otp-info-wrap {
    padding: 2rem 2rem .5rem 2rem;
    border-radius: 20px;
}

.otp-inputs input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
}

.form-heading {
    font-weight: 600;
}

.info-box {
    display: flex;
    align-items: center;
    background-color: #f2f8fe;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.info-box i::before {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
    color: #054b7a;
}

.info-box span {
    font-size: 15px;
    color: #054b7a;
}


button.btn.experience-btn.experience-button {
    border: 1px solid #054b7a;
    color: #054b7a;
}

select {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s;
}

select:hover {
    background-color: #f0f8ff;
    /* light blue */
    cursor: pointer;
}

/* Style the select element */
select.form-control {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    transition: all 0.3s;
}

/* Change the background on hover for select */
select.form-control:hover {
    background-color: #f5f5f5;
}

/* Style the option elements */
select.form-control option {
    padding: 8px;
}

/* Unfortunately, most browsers (especially Chrome and Safari) do not support styling option:hover */
/* But Firefox does, so we can still add this */
select.form-control option:hover {
    background-color: #e0f3ff;
    /* light blue background on hover */
    color: #000;
}

#education_fields {
    display: none;
}

/* file upload */
.drop-zone {
    border: 2px dashed #ced4da;
    border-radius: 10px;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
    margin: auto;
    width: 96%;
}

.drop-zone:hover {
    border-color: #0d6efd;
}

.drop-zone svg {
    width: 48px;
    height: 48px;
    color: #adb5bd;
}

.tagify__tag {
    background-color: #054b7a;
    color: #fff;
    padding: .15rem .35rem;
    border-radius: 50px;
}

.tagify__tag__removeBtn {
    margin: 0 0.25rem !important;
    color: #fff !important;
    padding-left: 5px;
    border-left: 1px solid #fff !important;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 0 !important;
}

.tagify__tag-text {
    padding: 3px;
    color: #fff;
}

.tagify__tag__removeBtn:hover {
    background: transparent !important;
}

.placeholder-selected {
    color: #282833 !important;
    font-size: 12.5px !important;
}

.strength-meter {
    height: 5px;
    border-radius: 5px;
}

.progress-bar {
    transition: width 0.5s ease;
}

.progress {
    background-color: rgb(var(--light-rgb));
    height: 0.25rem !important;
    border-radius: 0.25rem;
}

.check-email-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 1rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

i.fas.fa-envelope-circle-check {
    font-size: 2.5rem;
    color: #054b7a;
    background: #edf2fa;
    padding: 1rem;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 32px;
    text-align: center;
    position: relative;
    border: 2px solid #d3e3fd;
}

i.fas.fa-check {
    font-size: 2.5rem;
    color: #ffffff;
    background: #4CAF50;
    padding: 1rem;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 32px;
    text-align: center;
    position: relative;
    border: 3px solid #088c0d;
}

.btn-company-size {
    color: #054b7a;
    border-color: #054b7a;
    min-width: 106px;
    max-width: 106px;
    height: 40px;
    text-align: center;
    padding: 0.5rem 0.10rem !important;
    font-size: .75rem;
}

.btn-company-size:hover,
.btn-company-size.active {
    background-color: #054b7a;
    color: #fff;
}

.squre-btn {
    padding: .7rem 1.15rem;
    color: #054b7a;
    border-color: #054b7a;
}


.imageUpload {
    border: 2px dashed #ced4da;
    border-radius: 10px;
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
    margin: auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.imageUpload:hover {
    border: 2px dashed #007bff;
}


.image-preview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    display: inline-block;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensures the image fits within the circular preview without scaling up */
}

.upload-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.upload-btn i {
    margin-right: 8px;
}

.upload-btn input[type="file"] {
    display: none;
}

/* plans  */
.header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 1030;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.planss-wrapper {
    margin-top: 3.5rem;
    position: relative;
}

.custom-w {
    width: 100%;
    max-width: 1200px;
    padding: 5rem 0;
}

.plans-card-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.plans-card-box .logo img {
    height: 40px;
}

.new-badge {
    background-color: #e74c3c;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
}

.planss-wrapper {
    /* margin-top: 8.5rem; */
    position: relative;
}

.profile-img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 768px) {

    .contact-info,
    .buy-button {
        display: none;
    }
}

.badge-plan {
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #054b7a;
    color: #f9f9f9;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 6px;
    z-index: 2;
}

.plan-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: #054b7a;
    margin: 1rem 0;
}

.plans-card-box .price {
    font-size: 1.75rem;
    font-weight: 600;
    color: #222;
}

.plans-card-box ul li {
    line-height: 28px;
}

.btn-plans {
    padding: .75rem 1rem;
    border-radius: 50px;
}

.footer-wrap {
    padding: 3rem 0 1rem 0;
    background: #202942 !important;
    color: #f9f9f9;
    line-height: 28px;
    text-decoration: none;
    font-size: .9rem;
}

.footer-wrap .border-top {
    border-top: 1px solid #eef0f73b !important;
}

.footer-wrap h6 {
    color: #f9f9f9;
    font-weight: 500 !important;
}

/* Terms and condition strip */
.terms-card {
    background-color: #fff;
    border: 2px dashed #c6c6c6;
}

.terms-card h5 {
    color: #054b7a;
}

.terms-card li {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.terms-icon {
    color: #054b7a;
    margin-right: 0.5rem;
}

.terms-card ul li {
    line-height: 18px !important;
    font-size: 10px;
    font-weight: normal !important;
    color: #747474;
}

/* payment plan */
.payment-checkout {
    position: relative;
}

.payment-checkout .card {
    border-radius: 12px;
}

.payment-checkout .note {
    font-size: 0.775rem;
    color: #f25c5c;
}

.payment-checkout .payment-option {
    border: 2px dashed #dee2e6;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: border-color 0.2s, background-color 0.2s;
}

.payment-checkout .payment-option:hover {
    border-color: #0d6efd;
}

.payment-checkout .payment-option input[type="radio"] {
    display: none;
}

.payment-checkout .payment-option img {
    height: 32px;
    width: auto;
}

.payment-checkout .payment-option .details {
    display: flex;
    flex-direction: column;
}

.payment-checkout .payment-option .title {
    font-weight: 500;
}

.payment-checkout .payment-option .subtitle {
    font-size: 0.75rem;
    color: #6c757d;
}

.payment-checkout .payment-option.active {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.payment-checkout .price-list-items {
    text-decoration: none;
    line-height: 26px;
    list-style: none;
    padding-left: 4px;
}

.payment-checkout .bg-light {
    background-color: rgb(242 245 252 / 58%) !important;
}

/* payment-success  */
.text-success {
    color: #4caf50 !important;
}


.payment-success-wrapper {
    margin-top: 4rem;
    position: relative;
}

.payment-success-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.payment-success-wrapper ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.transaction-details li {
    list-style: none;
    line-height: 2rem;
    margin-left: 0;
    margin-bottom: 0;
}

.palan-details li {
    list-style: none;
    line-height: 2rem;
    margin-left: 0;
    margin-bottom: 0;
}

.payment-success-wrapper .card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.payment-success-wrapper .section-title {
    font-weight: 500;
    font-size: 1.25rem;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.payment-success-wrapper .button-footer {
    display: grid;
    gap: 15px;
    margin-bottom: 2rem;
}
.btn-success-2 {
    background-color: #4CAF50 !important;
    border-color: #088c0d !important;
    color: #fff !important;
    padding: .85rem 1.5rem;
    border-radius: 50px;
}

.btn-outline-success {
    border-color: #054b7a !important;
    color: #054b7a !important;
}

.btn-danger:hover {
    border-color: #054b7a !important;
    color: #fff !important;
    background-color: #054b7a !important;
}

.btn-outline-success:hover {
    border-color: #054b7a !important;
    color: #fff !important;
    background-color: #054b7a !important;
}

.btn-outline-danger:hover {
    border-color: #054b7a !important;
    color: #fff !important;
    background-color: #054b7a !important;
}

.btn-success-2:hover {
    background-color: #054b7a !important;
    border-color: #088c0d !important;
    color: #fff !important;
    padding: .85rem 1.5rem;
    border-radius: 50px;
}

i.fas.fa-close {
    font-size: 2.5rem;
    color: #ffffff;
    background: rgb(248 66 56 / 90%);
    padding: 1rem;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    line-height: 32px;
    text-align: center;
    position: relative;
    border: 3px solid rgb(248 66 56 / 90%);
}
.btn-round {
    padding: .85rem 1.5rem;
    border-radius: 50px;
}
/* end payment success */