::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.nav.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid var(--tg-primary-yellow-color);
    color: var(--tg-primary-yellow-color);
    font-weight: 600;
}

.navs-tab-data {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.nav.nav-tabs .nav-link {
    color: var(--tg-secondary-black-color);
}

.nav-tabs .nav-link {
    border: none;
    flex-grow: 1;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    color: var(--tg-primary-yellow-color) !important;
    font-weight: 500;
}

.map-frame {
    height: 478px;
}

.icon i {
    font-size: 24px;
}

.map-data > ul.list-wrap {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border:  solid 1px #DADFEE;
    border-radius: 12px;
    padding: 24px;
    gap: 32px;
}

.map-data > ul.list-wrap li {
    gap: 24px;
}

.map-data .list-wrap .content .title {
    font-weight: 700;
    font-size: 18px;
}

.map-data .list-wrap .content p {
    font-weight: 400;
    font-size: 16px;
}

.map-data .list-wrap li {
    padding: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: none !important;
}

.map-data ul.list-wrap li .content p.email {
    text-transform: unset;
}

span.required {
    color: red;
}

.btn-container {
    display: flex;
    column-gap: 12px;
    justify-content: end;
}

.btn-normal::before, .btn-normal::after {
    display: none !important;
}

.btn-normal {
    background-color: #44A4C1 !important;
    border-radius: 4px !important;
    width: fit-content;
    font-weight: 600;
    text-transform: capitalize;
    padding: .75rem;
}

.btn-normal.outline {
    background-color: transparent !important;
    border: 1px solid #44A4C1;
    border-radius: 4px !important;
    width: fit-content;
    font-weight: 600;
    text-transform: capitalize;
    color: #44A4C1;
}

/* contact info */
.contact-info-container {
    display: flex;
    flex-direction: column;
    gap: 32px;

    .btn-submit::before, .btn-submit::after {
        display: none;
    }

    .btn-submit {
        width: fit-content;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 16px;
        border-radius: 24px;
        text-transform: capitalize;
    }

    .btn-submit:disabled, .btn-submit:focus, .btn-submit:active, .btn-submit:hover {
        background-color: var(--tg-primary-color);
        border-color: var(--tg-primary-color);
    }

    .btn-submit > .ti {
        font-size: 24px;
    }
}

.row.contact-info-data {
    height: 480px;
}

.row.contact-info-data .col-12,
.row.contact-info-data .col-12 .map-data,
.row.contact-info-data .col-12 ul.list-wrap {
    height: 100%;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.social-media li a i {
    font-size: 16px;
    padding: 12px;
    border-radius: 50%;

    color: var(--tg-primary-color);
    background-color: rgba(185, 217, 219, 1);
}

.tab-header {
    .tab-title {
        color: black;
        font-weight: 600;
        font-size: 2em;
        margin-bottom: 0px;
        margin-top: 32px;
        text-align: center;
    }

    .tab-subtitle {
        color: black;
        font-weight: 400;
        font-size: 1em;
        text-align: center;
    }
}

.form-wizard {
    border: none !important;
    border-bottom: none !important;

    .steps > .row {
        width: fit-content;
        justify-content: center;
        cursor: pointer;
    }

    .steps > .row > .col-auto {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .steps.nav-link {
        border: none !important;
        border-bottom: none !important;

        .step {
            background-color: rgba(67, 89, 113, .16);
            color: #697a8d;
            box-shadow: none;

            height: 2.5rem;
            width: 2.5rem;
            font-weight: 500;
            font-size: 1.125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: .375rem;

            margin-bottom: 0;
        }
    }

    .steps.nav-link.active {
        border: none !important;
        border-bottom: none !important;

        .step {
            background-color: #5EBBD8;
            color: #fff;
            box-shadow: 0 .1875rem .375rem 0 rgba(94, 187, 216, .4);

            height: 2.5rem;
            width: 2.5rem;
            font-weight: 500;
            font-size: 1.125rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: .375rem;

            margin-bottom: 0;
        }

        .step-header {
            font-weight: 500;
            color: #5EBBD8;
        }
    }

    .steps.nav-link {
        display: flex;
        justify-content: center;
    }

    .step-subheader {
        color: #a1acb8;
        font-size: .75rem;
        font-weight: normal;
        text-align: center;
    }

}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 16px;

    .row {
        margin-left: 0px;
        margin-right: 0px;

        row-gap: 24px;
    }
}

.form-header {
    .form-title {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 40px;
        color: black;
    }

    .form-subtitle {
        font-size: 1em;
        font-weight: 400;
        line-height: 20px;
        color: black;
    }
}

form#get-in-touch-form.row {
    row-gap: 12px;
    margin-right: 0;
    margin-left: 0;

    input, textarea {
        color: #3D3D3D;
        background-color: #ECECEC;

        border-radius: 8px;
        border: none;
        padding: 12px;
        font-size: 16px;
        font-weight: 400;
    }
}

form#co-create-form {
    display: flex;
    flex-direction: column;
    gap: 40px;

    label {
        font-weight: 600;
        text-transform: capitalize;
        color: #031220;

        margin-bottom: calc(1em - 8px);
    }

    small i {
        font-size: 14px;
        color: #031220;
        font-weight: 400;
    }

    .input-group {
        border-radius: 4px;
    }

    input.form-control:not([type=file]) {
        background-color: #F5F6F8;
        border: none;
        min-height: 60px;
        padding-left: 0px;
        border-radius: 6px;
    }

    select.form-select {
        min-height: 60px;
        border-radius: 6px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;

        row-gap: 16px;
    }

    .form-control:focus,
    .form-control:focus-visible {
        box-shadow: none;
    }

    .input-group:has(#info-title) {
        border: 1px solid #CED4DA;
        border-radius: 4px;
        color: black;
    }

    .input-group:has(#info-title) span, .input-group:has(#info-title) input {
        background-color: transparent;
    }

    .input-group:has(textarea) > .input-group-text {
        background-color: transparent;
    }

    .input-group:has(textarea) {
        border: 1px solid #CED4DA;
        border-radius: 4px;
        color: black;
    }

    .input-group-text {
        border: none;
        background-color: #F5F6F8;
    }

    textarea.form-control {
        border: none;
    }

    .form-note {
        color: #49535B;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        margin-top: 1rem;
    }

    .form-check-label {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #49535B;
    }
}

form#user-details-form {
    display: flex;
    flex-direction: column;
    gap: 24px;

    label, small > i, input {
        font-size: 14px;
        font-weight: 500;
        color: #49535B;
    }

    .input-group {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .form-control {
        border-radius: 10px;
    }

    .row .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .file-upload {
        display: flex;
        flex-direction: column;
        gap: 12px;

        label, input, small i {
            font-size: 14px;
        }
    }

    .invalid-form-input {
        border-radius: 11px;
    }
}

/* term and condition */
.terms-condition {
    display: flex;
    flex-direction: column;
    gap: 16px;

    p, ol li, input[type=checkbox], .form-check-label {
        font-size: 14px;
    }

    .term-header {
        color: #031220;
        font-weight: 700;
    }

    .term-section {
        font-size: 16px;
        font-weight: normal;
        color: #49535B;
        line-height: 26px;

        p {
            margin-bottom: 0px;
            color: #49535B;
        }
    }

    .form-check {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 0px;
    }

    .form-check-input {
        margin: 0px;
    }
}

/* recapcha */
.g-recaptcha {
    padding-left: 0px;
    padding-right: 0px;
}
