@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");

body {
    font-size: 14px;
    font-family: "Familjen Grotesk", sans-serif !important;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh; */
}

/* Typography Controls Starts Here */

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font800 {
    font-weight: 800 !important;
}

.font900 {
    font-weight: 900 !important;
}

.font9 {
    font-size: 9px;
    line-height: 13px;
}

.font10 {
    font-size: 10px;
    line-height: 15px;
}

.font11 {
    font-size: 11px;
    line-height: 16px;
}

.font12 {
    font-size: 12px;
    line-height: 18px;
}

.font13 {
    font-size: 13px;
    line-height: 20px;
}

.font14 {
    font-size: 14px;
    line-height: 21px;
}

.font16 {
    font-size: 15px;
    line-height: 24px;
}

.font18 {
    font-size: 18px;
    line-height: 27px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
    line-height: 33px;
}

.font24 {
    font-size: 24px;
    line-height: 36px;
}

.font26 {
    font-size: 26px;
    line-height: 39px;
}

.font28 {
    font-size: 28px;
    line-height: 36px;
}

.font30 {
    font-size: 30px;
    line-height: 40px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
    line-height: 47px;
}

.font42 {
    font-size: 42px;
    line-height: 50px;
}

.font60 {
    font-size: 60px;
    line-height: 75px;
}

/*  Typography Controls Ends Heres */

/* Main CSS Starts Here */

.manikControls label {
    color: #666;
    font-weight: 500;
}

.borderRadius20 {
    border-radius: 20px;
}

.manikControls .form-control {
    padding: 10px 12px !important;
    border-radius: 10px;
}

.manikControls .form-select {
    padding: 10px 12px !important;
    border-radius: 10px;
}

.manikControls .form-check-input:checked {
    background-color: #ff4a5f;
    border-color: #ff4a5f;
}

/* Main CSS Ends Here */

.sideBar {
    border: none;
    background: #fff;
}

.sideBarSection {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #777;
    cursor: pointer;
    transition: color 0.2s;
}

.sideBarSection.active,
.sideBarSection:hover {
    color: #00897b;
}

.sideBarSection .material-icons {
    margin-right: 10px;
    font-size: 22px;
}

.getTenantsCard {
    border: none;
    margin-top: 2rem;
}

.getTenantsList {
    padding-left: 0;
}

.getTenantsList li {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}

.getTenantsList .material-icons {
    font-size: 20px;
    color: #00897b !important;
    margin-right: 8px;
}

.btnTeal {
    background-color: #00897b !important;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.2s;
}

.btnTeal:hover {
    background-color: #00695c !important;
    color: #fff !important;
}

.btnSecondary {
    background-color: #444;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.btnDanger {
    background-color: #ff4a5f !important;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.btnDanger:hover {
    background-color: #eb2940 !important;
}

.textTeal {
    color: #00897b !important;
}

.textBlack {
    color: #111111;
}

.wizardHeader {
    background: #ffffff;
    display: flex;
    align-items: center;
    font-size: 1.15rem;
    border-radius: 10px;
}

.wizardStep {
    background: #ff4a5f !important;
    color: #fff;
    padding: 8px 16px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}

.wizardForm label {
    font-size: 13px;
    color: #444;
    font-weight: 500;
    margin-bottom: 5px;
}

.helperBox {
    background: #e9e9e9;
    border-radius: 10px;
    font-size: 15px;
    color: #443322;
}

.helperBox .material-icons {
    color: #00897b;
}

.mapBox {
    position: relative;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
    height: 280px;
    min-height: 210px;
}

.mapBox .mapCircle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2.5px solid #9dd7ed;
    background: rgba(0, 173, 238, 0.06);
    z-index: 1;
    pointer-events: none;
}

.mapBox .mapSearchBox {
    z-index: 99;
}

.tabNav {
    border-bottom: 2.5px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 16px;
}

.tabNav .tabNavItem {
    background: #f8f8f8;
    border: none;
    outline: none;
    color: #333;
    font-weight: 600;
    padding: 12px 50px 12px 35px;
    border-radius: 0;
    border-right: 1.5px solid #e0e0e0;
    position: relative;
}

.tabNav .tabNavItem:last-child {
    border-right: 0;
}

.tabNav .tabNavItem.active {
    background: #fff;
    color: #00897b;
    border-bottom: 3px solid #00897b;
    margin-bottom: -2px;
}

.tabNav .badgeNew {
    background: #ff4a5f;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    vertical-align: top;
    margin-left: 6px;
    font-weight: 600;
    position: absolute;
    top: 11px;
    right: 4px;
}

.toggleSwitch {
    width: 38px;
    height: 22px;
    background: #00897b;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    top: 3px;
}

.toggleSwitch:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2.4px;
    width: 18px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    transition: left .2s;
}


.tabNavWrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.adTypeGroup::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media(max-width:576px) {

    .tabNavWrapper {
        scrollbar-width: none !important;
    }

    .adTypeGroup {
        scrollbar-width: none !important;
    }

}

form.wizardForm.card.cardBorder .text-center.mb-0 {
    margin-bottom: 10px !important;
}

.adTypeGroup {
    display: flex;
    gap: 10px;
    margin: 20px 0 25px 0;
    overflow-x: auto;
    justify-content: initial !important;
    padding-bottom: 15px;
}

.adTypeBtn {
    flex: 0 0 auto;
    border: 1.5px solid #ececec;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    background: #f7f7f7;
    color: #222;
    cursor: pointer;
    transition: background 0.13s, color 0.13s, border 0.13s;
    white-space: nowrap;
}

.adTypeBtn.selected,
.adTypeBtn:active,
.adTypeBtn:focus {
    background: #00897b !important;
    border-color: #00897b;
    color: #fff !important;
    outline: none;
    /* font-weight: 600; */
}

.tabNavWrapper {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.mainCtaBtn {
    background: #ff4a5f;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 25px !important;
    width: 100%;
    transition: background 0.16s;
}

.mainCtaBtn:hover {
    background: #de2042;
    color: #fff;
}

.toggleSwitch {
    width: 38px;
    height: 22px;
    background: #00897b;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    top: 3px;
}

.toggleSwitch:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2.4px;
    width: 18px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    transition: left .2s;
}

.fw-semibold {
    font-weight: 600 !important;
}

.textTeal {
    color: #00897b !important;
}

/* Responsive Tweaks */

@media (max-width: 991.98px) {

    .sideBar,
    .getTenantsCard {
        display: none !important;
    }

    .wizardForm {
        box-shadow: none !important;
    }
}

@media (max-width: 575.98px) {
    .wizardHeader {
        font-size: 1rem;
        padding: 15px 8px;
    }

    .wizardStep {
        font-size: 15px;
        padding: 7px 14px;
    }

    .wizardForm {
        padding: 0.75rem !important;
    }

    .btnTeal,
    .btnDanger,
    .btnSecondary {
        width: 100%;
        margin-top: 12px;
        font-size: 14px;
    }

    .tabNav .tabNavItem {
        background: #f8f8f8;
        border: none;
        outline: none;
        color: #333;
        font-weight: 600;
        padding: 10px 15px 10px 15px;
        border-radius: 0;
        border-right: 1.5px solid #e0e0e0;
        position: relative;
    }

    .tabNav .badgeNew {
        position: absolute;
        top: -14px;
        right: -2px;
    }

    .adTypeBtn {
        padding: 8px 20px;
    }
}

.cardBorder {
    border: 1.5px solid #e1e1e1;
    border-radius: 15px;
}

.sideBarSection i {
    margin-right: 10px;
}

.getTenantsList li i {
    margin-right: 10px;
}

/* Anshuman Sir Starts Wizard */

/* .wizard-container {
    max-width: 650px;
    margin: 2rem auto;
    padding: 0 1rem;
} */

.wizard-card {
    background: white;
    /* border-radius: 20px; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.formHeader {
    background: linear-gradient(45deg, #007bff, #0056b3);
    padding: 1.5rem;
    color: white;
    text-align: center;
    position: relative;
}

.progress-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 1rem; */
    font-weight: bold;
    font-size: 1.1rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.step-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.step-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0.5rem 0 0;
}

.formGreeting {
    padding: 1rem 2rem 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.formControls {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.wizardForm .form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.wizardForm .form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.wizardForm .input-group-text {
    border-radius: 10px;
}

/* .wizardForm .form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 12px 20px;
    transition: all 0.3s ease;
} */

.wizardForm .form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wizardForm .input-group-text {
    /* border-radius: 10px 0 0 10px; */
    border: 2px solid #e9ecef;
    /* border-right: none; */
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    /* font-weight: 600; */
}

/* .form-control,
.form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-text {
    border-radius: 10px 0 0 10px;
    border: 2px solid #e9ecef;
    border-right: none;
    background: #f8f9fa;
    font-weight: 600;
} */

/* .input-group .form-control {
    border-left: none;
    border-radius: 0 10px 10px 0;
} */

.input-group:focus-within .input-group-text {
    border-color: #007bff;
}

.loan-type-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.loan-type-card:hover {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.loan-type-card.selected {
    border-color: #007bff;
    background: #f8f9fa;
}

.loan-type-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 0.5rem;
}

.amount-display {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    margin-top: 0.5rem;
}

.amount-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

.formAcknowledge,
.formRepaint {
    display: none;
}

.purpleText {
    color: #764ba2 !important;
}

.formFooter {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.formActions {
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .formActions {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .wizard-container {
        margin: 1rem auto;
        /* padding: 0 0.5rem; */
    }

    .formControls {
        padding: 15px 0px;
    }

    .formActions {
        padding: 1rem 1.5rem;
        grid-template-columns: 1fr;
    }
}

/* Anshuman Sir Ends Wizard */