/* body {
        background-color: var(--custom-color) !important;
        color: var(--carmy-text-color);
        font-family: "ArticulatCF", Arial, sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    } */

.container-carmy {
    width: 100%;
    padding: 20px;
}

.carmy-header {
    margin-bottom: 20px;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    color: black;
    margin: 0;
}

.carmy-signup-form {
    text-align: center;
    padding-top: 50px;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin-bottom: 10px;
}

.carmy-login-prompt {
    font-size: 16px;
    margin-bottom: 40px;
}

.carmy-log-in-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 500;
}

.carmy-log-in-link:hover,
.carmy-terms-link:hover {
    text-decoration: underline;
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.carmy-form-group {
    width: 100%;
    max-width: 380px;
    margin-bottom: 25px;
    text-align: left;
}

.carmy-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--carmy-text-color);
}

.carmy-checkbox-group {
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.carmy-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid var(--carmy-text-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.carmy-checkbox:checked {
    background-color: var(--carmy-text-color);
}

.carmy-checkbox:checked::after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--carmy-background-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.carmy-checkbox-label {
    font-weight: 400;
}

.carmy-terms-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 400;
}

.carmy-footer-note {
    font-size: 12px;
    color: var(--carmy-small-text-color);
    margin-top: 100px;
    font-style: italic;
}

.login-toggle-btn {
    text-align: end;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}

.form-hidden {
    display: none;
}

.login-toggle-btn:hover {
    text-decoration: underline;
}

.d-justify {
    display: flex;
    justify-content: center;
}

.password-wrapper {
    position: relative;
}

/* body {
        background-color: var(--custom-color) !important;
        color: var(--carmy-text-color);
        font-family: "ArticulatCF", Arial, sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    } */

p {
    font-size: 14px;
}

.container-carmy {
    width: 100%;
    padding: 20px;
}

.carmy-header {
    margin-bottom: 20px;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin: 0;
}

.carmy-signup-form {
    text-align: center;
    padding-top: 50px;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: var(--carmy-logo-color);
    margin-bottom: 10px;
}

.carmy-login-prompt {
    font-size: 16px;
    margin-bottom: 40px;
}

.carmy-log-in-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 500;
}

.carmy-log-in-link:hover,
.carmy-terms-link:hover {
    text-decoration: underline;
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
}

.carmy-form-group {
    width: 100%;
    max-width: 380px;
    margin-bottom: 25px;
    text-align: left;
}

.carmy-checkbox-group {
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.carmy-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid var(--carmy-text-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.carmy-checkbox:checked {
    background-color: var(--carmy-text-color);
}

.carmy-checkbox:checked::after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--carmy-background-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.carmy-checkbox-label {
    font-weight: 400;
}

.carmy-terms-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 400;
}

.carmy-footer-note {
    font-size: 12px;
    color: var(--carmy-small-text-color);
    margin-top: 100px;
    font-style: italic;
}

.login-toggle-btn {
    text-align: end;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}

.main-heading {
    font-family: "Bagatela", "ArticulatCF", sans-serif;
}

.form-hidden {
    display: none;
}

.login-toggle-btn:hover {
    text-decoration: underline;
}

.sub-heading {
    font-size: 15px;
    color: black;
}

.auth {
    background-color: var(--custom-color) !important;
}

.password-reset-container {
    width: 100%;
    max-width: 28rem;
}

.header-section {
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem !important;
    transition: background-color 150ms;
    color: rgb(23, 43, 38);
}

.close-button:hover {
    background-color: #f3f4f6;
}

.icon-container {
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(23, 43, 38);
}

.icon-text {
    font-size: 1.5rem;
    color: white;
}

.main-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(23, 43, 38);
}

.sub-heading {
    font-size: 14px;
}

.form-section {
    padding: 1.5rem;
}

.input-group {
    margin-bottom: 1.5rem;
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cancel-button {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.75rem;
    text-align: center;
    background-color: rgb(229, 232, 219);
    color: rgb(23, 43, 38);
    border: 2px solid rgb(23, 43, 38);
    transition: all 0.2s;
}

.cancel-button:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-toggle-btn {
    text-align: end;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}

.form-hidden {
    display: none;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    color: black;
    margin: 0;
}

.container-carmy {
    width: 100%;
    padding: 20px;
}

.carmy-signup-form {
    text-align: center;
    padding-top: 50px;
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: end;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin-bottom: 10px;
}

.membership-plan-details ul.list-unstyled li,
.membership-plan-details .box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.membership-plan-details ul.list-unstyled li svg,
.membership-plan-details .box ul li svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: rgb(23, 43, 38);
}

.membership-plan-details ul.list-unstyled li span,
.membership-plan-details .box ul li span {
    margin-left: 8px;
    display: inline-block;
}
/* body {
        background-color: var(--carmy-background-color) !important;
        color: black;
        font-family: "ArticulatCF", Arial, sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    } */

p {
    font-size: 14px;
}

.container-carmy {
    width: 100%;
    padding: 20px;
}

.carmy-header {
    margin-bottom: 20px;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin: 0;
}

.carmy-signup-form {
    text-align: center;
    padding-top: 50px;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: var(--carmy-logo-color);
    margin-bottom: 10px;
}

.carmy-login-prompt {
    font-size: 16px;
    margin-bottom: 40px;
}

.carmy-log-in-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 500;
}

.carmy-log-in-link:hover,
.carmy-terms-link:hover {
    text-decoration: underline;
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
}

.carmy-form-group {
    width: 100%;
    max-width: 380px;
    margin-bottom: 25px;
    text-align: left;
}

.carmy-checkbox-group {
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.carmy-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid var(--carmy-text-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.carmy-checkbox:checked {
    background-color: var(--carmy-text-color);
}

.carmy-checkbox:checked::after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--carmy-background-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.carmy-checkbox-label {
    font-weight: 400;
}

.carmy-terms-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 400;
}

.carmy-footer-note {
    font-size: 12px;
    color: var(--carmy-small-text-color);
    margin-top: 100px;
    font-style: italic;
}

.login-toggle-btn {
    text-align: end;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}

.main-heading {
    font-family: "Bagatela", "ArticulatCF", sans-serif;
}

.form-hidden {
    display: none;
}

.login-toggle-btn:hover {
    text-decoration: underline;
}

.sub-heading {
    font-size: 15px;
    color: black;
}
/* body {
        background-color: var(--custom-color) !important;
        font-family: "ArticulatCF", sans-serif;
        font-weight: 400;
        color: var(--carmy-text-color);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    } */

.container-carmy {
    width: 100%;
    padding: 20px;
}

.carmy-header {
    margin-bottom: 20px;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    color: var(--carmy-logo-color);
    font-family: "Bagatela", serif;
    margin: 0;
}

.carmy-signup-form {
    text-align: center;
    padding-top: 50px;
}

.carmy-heading {
    font-family: "Bagatela", serif;
    font-size: 41px;
    font-weight: 400;
    color: var(--carmy-logo-color);
    margin-bottom: 10px;
}

.carmy-login-prompt {
    font-size: 16px;
    margin-bottom: 40px;
}

.carmy-log-in-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 500;
}

.carmy-log-in-link:hover,
.carmy-terms-link:hover {
    text-decoration: underline;
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.carmy-form-group {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}

.carmy-checkbox-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.carmy-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid var(--carmy-text-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.carmy-checkbox:checked {
    background-color: var(--carmy-text-color);
}

.carmy-checkbox:checked::after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--carmy-background-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.carmy-checkbox-label {
    font-weight: 400;
}

.carmy-terms-link {
    color: var(--carmy-link-color);
    text-decoration: none;
    font-weight: 400;
}

.carmy-footer-note {
    font-size: 12px;
    color: black;
    font-family: "ArticulatCF", Arial, sans-serif;
    margin-top: 100px;
}

.login-toggle-btn {
    text-align: end;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}

.form-hidden {
    display: none;
}

.login-toggle-btn:hover {
    text-decoration: underline;
}

.d-justify {
    display: flex;
    justify-content: center;
}

/* Password Strength Meter */
#passwordStrengthWrapper {
    margin-bottom: 12px;
}

#strengthBar {
    width: 0%;
    height: 6px;
    border-radius: 6px;
    background-color: #e0e0e0;
    transition: width 0.4s ease, background-color 0.4s ease;
}

#strengthLabel {
    font-size: 13px;
    margin-top: 6px;
    color: black;
    font-family: "bagatela", sans-serif;
}

/* Requirements Box */
.requirements-box {
    background: #d8d8cc;
    border: 1px solid #d8d8cc;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
    font-family: "bagatela", sans-serif;
}

.requirements-box p {
    display: flex;
    gap: 10px;
    margin: 8px 0;
    padding: 5px 0;
    font-size: 14px;
    transition: color 0.25s ease;
}

/* Icon default */
.icon {
    font-size: 16px;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* invalid rule pulsing */
.requirements-box p.invalid {
    color: #d9534f;
}

@keyframes pulseInvalid {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.65;
    }

    100% {
        opacity: 1;
    }
}

.requirements-box p.invalid .icon {
    color: #d9534f;
}

.requirements-box p.valid {
    color: #2b8a3e;
}

.requirements-box p.valid .icon {
    color: #2b8a3e;
    transform: scale(1.2);
}

/* All requirements met banner */
.success-banner {
    margin-top: 14px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e7f7ea;
    border: 1px solid #bce3c8;
    color: #2b8a3e;
    display: none;
    font-size: 14px;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.password-wrapper {
    position: relative;
}

.card-container:hover {
    transform: scale(1.02);
}

.close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    color: #172b26;
}

.close-button:hover {
    background-color: #f3f4f6;
}

.lock-icon-container {
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #172b26;
}

.lock-icon-text {
    font-size: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #172b26;
}

.card-subtitle {
    font-size: 15px;
}

.card-content {
    padding: 1.5rem;
}

.password-requirements-box {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin-bottom: 10px;
}

.requirements-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #172b26;
}

.requirements-list {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #172b26;
    padding-left: 0 !important;
}

.requirements-list-item {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.bullet-point {
    color: #6b7280;
}

.input-section {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.input-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #172b26;
}

.input-field {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #172b26;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: #e5e8db;
    color: #172b26;
}

.input-field:focus {
    outline: none;
    box-shadow: 0 0 0 2px #172b26;
}

.buttons-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.reset-button {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-align: center;
    background-color: #172b26;
    color: #fff;
    transform: scale(1);
}

.reset-button:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
}

.cancel-button {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-align: center;
    background-color: #e5e8db;
    color: #172b26;
    border: 2px solid #172b26;
}

/* p {
    font-size: 16px;
    color: black;
  } */

.cancel-button:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.carmy-form {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    color: black;
    margin: 0;
}

.carmy-header {
    padding: 20px;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--action-color);
}
.login .toggle-password {
    top: 50%;
    transform: initial !important;
}
.register .toggle-password {
    top: 30%;
    transform: initial !important;
}
#passwordStrengthWrapper {
    margin-bottom: 12px;
}

#strengthBar {
    width: 0%;
    height: 6px;
    border-radius: 6px;
    background-color: #e0e0e0;
    transition: width 0.4s ease, background-color 0.4s ease;
}

#strengthLabel {
    font-size: 13px;
    margin-top: 6px;
    color: black;
    font-family: "bagatela", sans-serif;
}

/* Requirements Box */
.requirements-box {
    background: #d8d8cc;
    border: 1px solid #d8d8cc;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
    font-family: "bagatela", sans-serif;
}

.requirements-box p {
    display: flex;
    gap: 10px;
    margin: 8px 0;
    padding: 5px 0;
    font-size: 14px;
    transition: color 0.25s ease;
}

/* Icon default */
.icon {
    font-size: 16px;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* invalid rule pulsing */
.requirements-box p.invalid {
    color: #d9534f;
}

@keyframes pulseInvalid {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.65;
    }

    100% {
        opacity: 1;
    }
}

.requirements-box p.invalid .icon {
    color: #d9534f;
}

.requirements-box p.valid {
    color: #2b8a3e;
}

.requirements-box p.valid .icon {
    color: #2b8a3e;
    transform: scale(1.2);
}

/* All requirements met banner */
.success-banner {
    margin-top: 14px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e7f7ea;
    border: 1px solid #bce3c8;
    color: #2b8a3e;
    display: none;
    font-size: 14px;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-gray-600-custom {
    color: #6c757d !important;
}

.text-gray-700-custom {
    color: #495057 !important;
}

.text-red-500-custom {
    color: #dc3545 !important;
}

.bg-gray-50-custom {
    background-color: #f8f9fa !important;
}

.focus-ring-blue-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #0d6efd;
}

.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hover-bg-gray-200:hover {
    background-color: #e2e6ea !important;
}

.bg-custom-blue {
    background-color: var(--primary-color);
}

.transition-colors-custom {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}

.disabled-opacity-50:disabled {
    opacity: 0.5;
}

.disabled-cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.form-control-p-3 {
    padding: 0.75rem !important;
}

.text-xs-custom {
    font-size: 0.75rem !important;
}
.pricing-breakdown-section {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.breakdown-details {
    margin-top: 15px;
}

/* .vehicle-info {
        background: #e9ecef;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
    } */

.service-breakdown {
    margin-bottom: 20px;
}

.service-breakdown h5 {
    color: #495057;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-detail {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.service-detail strong {
    color: #007bff;
    font-size: 14px;
}

#error-alert {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    font-size: 16px;
}

#error-alert strong {
    font-weight: 600;
}

.cost-breakdown {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.cost-breakdown h4 {
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.breakdown-bar {
    display: flex;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 18px;
}

.parts-portion {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.parts-portion:hover {
    opacity: 0.9;
}

.labor-portion {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.labor-portion:hover {
    opacity: 0.9;
}

.parts-label,
.labor-label {
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.btn-primary {
    background: var(--primary-color) !important;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
}

.btn-outline-theme {
    background: transparent !important;
    color: var(--primary-color);
    border-radius: 12px;
    padding: 8px 35px;
    border-radius: 12px;
    border-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}

.btn-outline-theme:hover {
    border-color: var(--primary-color);
}

.service-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    padding: 25px;
}

.vehicle-info-container {
    background: #f6f7fb;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 15px;
}

.selected-services-title,
.estimated-amount-title {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.service-name-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    /* border-bottom: 1px solid #f0f2f5; */
    gap: 15px;
}

.p-align {
    padding: 0px 20px;
}

.service-name-row:last-child {
    border-bottom: none;
}

.service-name-row h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.subgroups-container {
    font-size: 13px;
    color: black;
}

.price-avg-text span {
    font-weight: 600;
    color: black;
}

.summary-pill {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    color: #4b5563;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    /* border-bottom: 1px solid #e5e7eb; */
}

.total-row:last-child {
    border-bottom: none;
}

.estimated-amount-summary {
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.estimated-amount-summary h3 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}

.price-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* border-bottom: 1px solid #e5e7eb; */
}

.price-summary-item:last-child {
    border-bottom: none;
}

.price-summary-item.total {
    border-top: 2px solid #dee2e6;
    margin-top: 12px;
    padding-top: 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.amount-label {
    font-size: 16px;
    color: black;
}

.amount-value {
    font-size: 16px;
    color: black;
}

.price-summary-item.total .amount-label,
.price-summary-item.total .amount-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.estimate-disclaimer-text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.estimate-disclaimer-text p {
    font-size: 13px;
    color: black;
    margin: 0;
    line-height: 1.5;
}

.estimate-disclaimer {
    font-size: 13px;
    color: black;
    margin: 20px 0;
    line-height: 1.5;
}

.add-more-services-section {
    margin: 20px 0;
    text-align: left;
}

.add-more-services-link {
    display: inline-flex;
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: underline;
}

.add-more-services-link:hover {
    color: black;
}

.add-more-services-link i {
    font-size: 18px;
}

.notes-section {
    margin: 20px 0;
}

.notes-section label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
}

.notes-section textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s ease;
}

.notes-section textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(243, 109, 62, 0.1);
}

.notes-section textarea::placeholder {
    color: #9ca3af;
}

.service-type-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-primary {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.parts-labor {
    font-size: 13px;
    color: black;
    margin-top: 4px;
}

.parts-labor span {
    color: black;
}

.subgroups-container {
    margin-top: 8px;
}

.subgroup-name {
    font-size: 13px;
    color: black;
    margin-top: 4px;
}

.price-avg-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: black;
    white-space: nowrap;
}

.service-name-row h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: black;
}

.action-btns-bottom {
    gap: 15px;
}

.back-btn {
    min-width: 120px;
}

.continue-btn {
    min-width: 150px;
}

.labor-portion {
    background-color: var(--primary-color);
}

.parts-portion {
    background-color: var(--primary-color);
    opacity: 0.9;
}

.vehicle-info-container {
    background: var(--carmy-button-bg);
    display: flex;
    justify-content: space-between;
}

.add-more-services-link {
    color: black;
}

.edit-link {
    text-decoration: none;
    color: var(--primary-color);
}

.carmy-header {
    padding: 1rem 1.5rem;
}

.mx-flow .container {
    max-width: 900px !important;
}

.continue-btn {
    background-color: var(--action-color);
    /* dark green/black */
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 8px 35px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.mx-flow span {
    font-size: 14px !important;
}

:root {
    --carmy-blue: var(--primary-color);
    --blue-50: rgb(239, 246, 255);
    --blue-200: rgb(191, 219, 254);
    --blue-600: rgb(37, 99, 235);
    --blue-800: rgb(30, 64, 175);
    --gray-50: rgb(249, 250, 251);
    --gray-200: rgb(229, 231, 235);
    --gray-300: rgb(209, 213, 219);
    --gray-600: rgb(75, 85, 99);
    --gray-800: rgb(31, 41, 55);
}

.carmy-header {
    padding: 1rem 1.5rem;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    color: black;
    margin: 0;
}

.carmy-icon-bg {
    background-color: var(--carmy-blue);
}

.carmy-text-blue {
    color: var(--carmy-blue) !important;
}

.vehicle-info-box {
    background-color: var(--blue-50);
    border: 1px solid var(--blue-200);
    color: var(--blue-600);
}

.vehicle-info-box .font-semibold {
    color: var(--blue-800);
}

.service-category-card {
    background-color: #f9fafb;
    transition: all 0.2s ease-in-out;
    border-radius: 2rem;
}

.service-category-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
    border-color: var(--gray-300);
}

.checkbox-placeholder {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #000000;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

.checkbox-placeholder:checked {
    background: #0f1a17;
    border-color: #0f1a17;
}

.checkbox-placeholder:checked::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    left: 5px;
    top: 0px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.service-category-card.border-primary {
    border-color: var(--carmy-blue) !important;
}

.icon-box1 {
    width: inherit;
    height: 3rem;
    max-width: 46px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(23, 43, 38);
}

.icon-box1 i {
    color: white;
}

.service-section {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.service-section h4 {
    font-weight: 600;
    color: #222;
}

.service-section p {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.search-box {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

.search-box input {
    border-radius: 50px;
    padding: 10px 45px;
    background-color: #f9fafb;
    border: 1px solid #e6e7eb;
    font-size: 0.95rem;
}

.search-box .fa-search {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
}

.search-box input:focus {
    outline: none;
    box-shadow: none;
    border-color: #cbd5e1;
}

/* Hide default checkbox */

.mx-flow .container {
    max-width: 900px !important;
}

.continue-btn {
    background-color: var(--action-color);
    /* dark green/black */
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.continue-btn:hover {
    background-color: var(--action-color);
    /* dark green/black */
}

/* .bootstrap-select .dropdown-toggle {
  background-color: var(--brand-color) !important ;
   border-color:  var(--brand-color) !important ;
} */
.mx-flow p {
    font-size: 14px !important;
}

.text-gray-600-custom {
    color: #6c757d !important;
}

.text-gray-700-custom {
    color: #495057 !important;
}

.text-red-500-custom {
    color: #dc3545 !important;
}

.bg-gray-50-custom {
    background-color: #f8f9fa !important;
}

.focus-ring-blue-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #0d6efd;
}

.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hover-bg-gray-200:hover {
    background-color: #e2e6ea !important;
}

.bg-custom-blue {
    background-color: var(--primary-color);
}

.transition-colors-custom {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}

.disabled-opacity-50:disabled {
    opacity: 0.5;
}

.disabled-cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.form-control-p-3 {
    padding: 0.75rem !important;
}

.text-xs-custom {
    font-size: 0.75rem !important;
}

.heading-content,
.heading-btn {
    color: rgb(23, 43, 38);
    text-align: left;
}

#carmyMembershipModal .plan-card {
    border-radius: 0.75rem;
    background-color: var(--brand-color) !important;
}

.skip-button {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition-property: background-color, box-shadow;
    background-color: rgb(23, 43, 38);
    color: white;
    text-decoration: none;
}

.purchase-button {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition-property: background-color;
    background-color: var(--action-color);
    color: white;
    text-align: center;
    text-decoration: none;
}

.purchase-button:hover {
    background-color: var(--action-color);
    color: white !important;
}

.header-section1 {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(23, 43, 38, 0.1);
}

.header-content {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-container {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(23, 43, 38, 0.1);
}

.icon-svg {
    width: 1.75rem;
    height: 1.75rem;
    color: rgb(23, 43, 38);
}

.header-text h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(23, 43, 38);
}

.header-text p {
    color: rgb(23, 43, 38);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.skip-button:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.close-button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: background-color;
    background-color: rgba(23, 43, 38, 0.1);
    color: rgb(23, 43, 38);
}

.main-content {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

#carmyMembershipModal .plan-card {
    border-radius: 1.5rem;
    height: 100%;
    background-color: rgb(229, 232, 233);
}

.plan-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.plan-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(23, 43, 38);
}

.price-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.price-container span:first-child {
    font-size: 1.875rem;
    font-weight: 700;
    color: rgb(23, 43, 38);
}

.price-container span:last-child {
    color: rgb(23, 43, 38);
}

.plan-header p {
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: rgb(23, 43, 38);
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.feature-svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: rgb(23, 43, 38);
}

.feature-text {
    font-size: 0.875rem;
    color: rgb(23, 43, 38);
}

.bg-custom {
    background-color: var(--brand-color);
}

.card-wrapper {
    padding: 1.5rem;
}

.plan-details-card {
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: var(--gray-color);
}

.plan-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: rgb(23, 43, 38);
}

.plan-description {
    margin-bottom: 1rem;
    color: rgb(107, 114, 128);
}

.plan-cost-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cost-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(23, 43, 38);
}

.cost-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(23, 43, 38);
}

.payment-form-container {
    padding: 1.5rem;
}

.payment-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(23, 43, 38);
}

.form-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .form-grid-md-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.input-group {
    margin-bottom: 1rem;
}

.input-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: rgb(23, 43, 38);
}

.input-field {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(23, 43, 38, 0.2);
    background-color: rgb(248, 249, 250);
    color: rgb(23, 43, 38);
    transition-property: all;
    transition-duration: 200ms;
}

.input-field:focus {
    outline: none;
    border-color: rgb(23, 43, 38);
}

.billing-address-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(23, 43, 38);
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .address-grid-md-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.checkbox-label {
    font-size: 0.875rem;
    color: rgb(23, 43, 38);
}

.button-group {
    display: flex;
    gap: 1rem;
}

.action-button {
    flex: 1;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition-property: all;
    transition-duration: 200ms;
}

.back-button {
    background-color: rgb(248, 249, 250);
    color: rgb(23, 43, 38);
    border: 1px solid rgb(23, 43, 38);
}

.back-button:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.complete-purchase-button {
    background-color: var(--action-color);
    color: white;
    border: none;
}

.complete-purchase-button:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.complete-purchase-button:disabled {
    opacity: 0.5;
}

.auth {
    background-color: var(--custom-color) !important;
}

.auth p {
    margin-bottom: 0.5rem;
}

.carmy-logo {
    font-size: 35px;
    font-weight: 500;
    color: var(--carmy-logo-color);
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin: 0;
}

.carmy-header {
    padding: 20px;
}

.carmy-heading {
    font-size: 32px;
    font-weight: 400;
    color: black;
    font-family: "Bagatela", "ArticulatCF", sans-serif;
    margin-bottom: 10px;
}

.membership-plan-details ul.list-unstyled li,
.membership-plan-details .box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.membership-plan-details ul.list-unstyled li svg,
.membership-plan-details .box ul li svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: rgb(23, 43, 38);
}

.membership-plan-details ul.list-unstyled li span,
.membership-plan-details .box ul li span {
    margin-left: 8px;
    display: inline-block;
}

.auth svg {
    width: 22px;
    height: 22px;
}

.bg-member {
    background-color: var(--brand-color);
    padding: 1.5rem;
}

.price-tax-section {
    display: none;
}

.pac-container {
    z-index: 2000 !important;
}

#terms-and-conditions + span {
    font-size: 0.875rem;
}

#terms-and-conditions-error {
    color: #cc0023;
    font-size: 14px;
    display: none;
}

#select-plan-error-message {
    color: #cc0023;
    font-size: 14px;
    display: none;
}

#carmyMembershipModal .card-content.selected {
    border-width: 3px;
}

.text-red-500-custom {
    color: #dc3545 !important;
    /* Bootstrap danger red */
}

.bg-gray-50-custom {
    background-color: #f8f9fa !important;
    /* Lighter gray for input backgrounds */
}

.focus-ring-blue-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    /* Bootstrap's focus ring for primary */
    border-color: #0d6efd;
    /* Bootstrap primary blue */
}

.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hover-bg-gray-200:hover {
    background-color: #e2e6ea !important;
    /* Bootstrap light gray */
}

.bg-custom-blue {
    background-color: var(--primary-color);
    /* Specific blue from original */
}

.transition-colors-custom {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}

.disabled-opacity-50:disabled {
    opacity: 0.5;
}

.disabled-cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.form-control-p-3 {
    padding: 0.75rem !important;
    /* p-3 equivalent */
}

.text-xs-custom {
    font-size: 0.75rem !important;
    /* Tailwind text-xs */
}

#addNewVehicleModal .model-content {
    background-color: var(--custom-color) !important;
}

/* Light beige background like screenshot */

/* Input styling similar to screenshot */
.form-control {
    background: #e7e0d2;
    border: none;
    height: 42px;
}

/* Slight shadow like modern UI */
.modal-content {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.upload-btn {
    background-color: var(--action-color) !important;
    /* same dark green as screenshot */
    border: none;
    font-weight: 600;
}

.upload-btn i {
    font-size: 14px;
}

.h-33 {
    height: 46px;
}
.support-popup {
    background-color: #f2f1eb;
    border-radius: 10px;
    padding: 20px;
    width: inherit;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .support-popup {
        width: 95%;
        padding: 15px;
        border-radius: 8px;
    }
}

.support-option {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.support-option:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.support-option i {
    font-size: 24px;
    margin-right: 15px;
    color: #000;
}

.support-option h6 {
    margin: 0;
    font-weight: 600;
}

.support-option small {
    color: #666;
}

.close-btn3 {
    position: absolute;
    top: -12px;
    right: 8px;
    font-size: 32px;
    cursor: pointer;
    color: #555;
}
.contact-card {
    display: flex;
    align-items: start;
    gap: 16px;
    padding: 24px;
    border: 1px solid #e5e8db;
    border-radius: 12px;
    background: #f8f9fa;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: black;
}
.contact-desc {
    font-size: 14px;
    color: black;
}
.rounded-xl {
    border-radius: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

.max-w-lg {
    max-width: 32rem;
}

.w-full {
    width: 100%;
}

.max-h-\[90vh\] {
    max-height: 90vh;
}

.overflow-y-auto {
    overflow-y: auto;
}

.relative {
    position: relative;
}

.bg-e5e8db {
    background-color: var(--custom-color);
}

.absolute {
    position: absolute;
}

.top-4 {
    top: 1rem;
}

.right-4 {
    right: 1rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.rounded-full {
    border-radius: 9999px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.transition-colors {
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-semibold {
    font-weight: 600;
}

.text-172b26 {
    color: rgb(23, 43, 38);
}

.bg-rgba-172b26-0-1 {
    background-color: rgba(23, 43, 38, 0.1);
}

.pr-8 {
    padding-right: 2rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-center {
    text-align: center;
}

.p-4 {
    padding: 1rem;
}

.bg-f8f9fa {
    background-color: rgb(248, 249, 250);
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.bg-172b26 {
    background-color: rgb(23, 43, 38);
}

.text-white {
    color: #fff;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.text-6b7280 {
    color: rgb(107, 114, 128);
}

.text-green-600 {
    color: #22c55e;
}

.space-y-4 > *:not(:last-child) {
    margin-bottom: 1rem;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.p-3 {
    padding: 0.75rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.font-medium {
    font-weight: 500;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-3 {
    gap: 0.75rem;
}

.border1 {
    border: 1px solid !important;
}

.border-172b26 {
    border-color: rgb(23, 43, 38) !important;
}

.border-2 {
    border: 1px solid rgb(23, 43, 38) !important;
}

.space-x-2 > *:not(:first-child) {
    margin-left: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.space-y-2 > *:not(:last-child) {
    margin-bottom: 0.5rem;
}

.space-x-3 {
    display: flex;
    gap: 0.75rem;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

.border-e5e8db {
    border-color: rgb(229, 232, 219);
}

.w-12 {
    width: 3rem;
}

.h-6 {
    height: 1.5rem;
}

.p-1 {
    padding: 0.25rem;
}

.cursor-pointer {
    cursor: pointer;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.translate-x-6 {
    --tw-translate-x: 1.5rem;
    transform: translateX(1.5rem);
}

.translate-x-0 {
    --tw-translate-x: 0rem;
    transform: translateX(0rem);
}

.transition-transform {
    transition: transform 0.15s;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.transition-all {
    transition: all 0.15s;
}

.duration-200 {
    transition-duration: 200ms;
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.border-1px-solid-172b26 {
    border: 1px solid rgb(23, 43, 38) !important;
}

.close-btn4 {
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: rgb(23, 43, 38);
    background-color: rgba(23, 43, 38, 0.1);
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 1;
}

/* your existing styles kept same */
.rounded-xl {
    border-radius: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

.max-w-lg {
    max-width: 32rem;
}

.w-full {
    width: 100%;
}

.max-h-\[90vh\] {
    max-height: 90vh;
}

.overflow-y-auto {
    overflow-y: auto;
}

.relative {
    position: relative;
}

.bg-e5e8db {
    background-color: var(--custom-color);
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.font-semibold {
    font-weight: 600;
}

.text-172b26 {
    color: rgb(23, 43, 38);
}

.bg-f8f9fa {
    background-color: rgb(248, 249, 250);
}

.text-sm {
    font-size: 0.875rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-6b7280 {
    color: rgb(107, 114, 128);
}

.text-green-600 {
    color: #22c55e;
}

.text-red-600 {
    color: red;
}

.border1 {
    border: 1px solid rgb(23, 43, 38);
}

.border-2 {
    border: 2px solid rgb(23, 43, 38);
}

.rounded-lg {
    border-radius: 0.5rem;
}

.current-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-weight: 500;
    background-color: var(--action-color);
    color: #fff;
}

.plan-card {
    cursor: pointer;
    display: block;
}

.plan-card input {
    display: none;
}

/*  .plan-card input:checked + .card-content {
  border: 2px solid rgb(23, 43, 38);
} */

.active-card {
    border: 3px solid rgb(23, 43, 38) !important;
    box-shadow: 0 0 6px rgba(23, 43, 38, 0.4);
}

.card-content {
    border: 1px solid rgb(23, 43, 38);
    padding: 1rem;
    border-radius: 0.5rem;
    background: rgb(229, 232, 219);
    transition: all 0.2s;
}

.card-content:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close-btn4 {
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(23, 43, 38);
    background-color: rgba(23, 43, 38, 0.1);
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 1;
}

#purchaseForm ul {
    font-size: 14px;
}

/* Sidebar base */
.custom-sidebar {
    position: fixed;
    top: 127px;
    right: -350px;
    /* Hidden by default */
    width: 320px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1051;
    transition: right 0.3s ease-in-out;
    color: #fff;
}

/* Show sidebar */
.custom-sidebar.active {
    right: 0;
}

/* Sidebar backdrop */
.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Typography & buttons */
.custom-sidebar p {
    font-size: 11px !important;
}

.custom-sidebar h5,
.custom-sidebar h6 {
    color: #ffffff;
}

.custom-sidebar .btn-light {
    background-color: #d8d9e2;
    color: #000;
    border: none;
    text-align: left;
    font-size: 0.9rem;
}

/* Sidebar links */
.custom-sidebar .custom-sidebar-link {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.custom-sidebar .custom-sidebar-link i {
    font-size: 1.2rem;
    color: #fff;
}

.custom-sidebar .custom-sidebar-link strong {
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.custom-sidebar .custom-sidebar-link p {
    font-size: 0.8rem;
    color: #a9b7b3;
}

/* Sign out */
.custom-sidebar .signout a {
    color: #b5c5c0;
    font-size: 0.9rem;
    text-decoration: none;
}

.custom-sidebar .signout a:hover {
    color: #fff;
}
/* Header Section */
.header-main {
    background-color: #e5f1ff;
    padding: 5rem 0;
    text-align: center;
}

.header-logo-container {
    background-color: #fff;
    border-radius: 50%;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.header-subtitle {
    font-size: 1.25rem;
    color: #666;
}

/* How it Works Section */
.how-it-works-section,
.benefits-section,
.benefits-list-section,
.cta-section {
    padding: 5rem 0;
}

.highlight {
    color: #4b94f1;
}

.custom-row-spacing {
    padding-top: 3rem;
}

.feature-card {
    text-align: center;
    background-color: transparent;
}

.feature-card-content {
    padding: 1rem;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #4b94f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}

.feature-text {
    color: #666;
}

/* Why You Need Car Care Section */
.benefits-grid-custom {
    justify-content: center;
}

.benefit-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .benefit-item {
        flex-direction: row;
        text-align: left;
    }

    .benefit-item .icon-circle {
        margin: 0;
        margin-right: 1.5rem;
    }
}

.benefit-heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.benefit-description {
    color: #666;
}

/* Membership Benefits List */
.benefits-list-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

.benefits-card {
    background-color: #eaf8e9;
    border-radius: 0.5rem;
    padding: 2.5rem;
}

.benefits-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list-item {
    color: #444;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.benefits-list-item svg {
    color: #41b946;
    margin-right: 0.75rem;
}

/* Call to Action Section */
.cta-section {
    padding-top: 0;
}

.cta-card {
    background-color: #4b94f1;
    color: #fff;
    padding: 3rem;
    text-align: center;
    border-radius: 0.5rem;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.75rem 2.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #fff;
    color: #4b94f1;
}
/* Header Section */
.header-main {
    background-color: #e5f1ff;
    padding: 5rem 0;
    text-align: center;
}

.header-logo-container {
    background-color: #fff;
    border-radius: 50%;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.header-subtitle {
    font-size: 1.25rem;
    color: #666;
}

/* How it Works Section */
.how-it-works-section,
.benefits-section,
.benefits-list-section,
.cta-section {
    padding: 5rem 0;
}

.highlight {
    color: #4b94f1;
}

.custom-row-spacing {
    padding-top: 3rem;
}

.feature-card {
    text-align: center;
    background-color: transparent;
}

.feature-card-content {
    padding: 1rem;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #4b94f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}

.feature-text {
    color: #666;
}

/* Why You Need Car Care Section */
.benefits-grid-custom {
    justify-content: center;
}

.benefit-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .benefit-item {
        flex-direction: row;
        text-align: left;
    }

    .benefit-item .icon-circle {
        margin: 0;
        margin-right: 1.5rem;
    }
}

.benefit-heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.benefit-description {
    color: #666;
}

/* Membership Benefits List */
.benefits-list-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

.benefits-card {
    background-color: #eaf8e9;
    border-radius: 0.5rem;
    padding: 2.5rem;
}

.benefits-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list-item {
    color: #444;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.benefits-list-item svg {
    color: #41b946;
    margin-right: 0.75rem;
}

/* Call to Action Section */
.cta-section {
    padding-top: 0;
}

.cta-card {
    background-color: #4b94f1;
    color: #fff;
    padding: 3rem;
    text-align: center;
    border-radius: 0.5rem;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.75rem 2.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #fff;
    color: #4b94f1;
}
footer {
    background-color: var(--custom-color);
    width: 100%;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-col {
    margin-bottom: 1.5rem;
}

.footer-col h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: black;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #132423;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    text-decoration: underline;
    color: #22312d;
}

/* QR Box */
.qr-box {
    border: 2px solid black;
    border-radius: 33px;
    padding: 20px;
    max-width: 220px;
    text-align: center;
}

.qr-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

/* Footer Logo */
.footer-logo {
    text-align: right;
    flex: 1 1 100%;
}

.footer-logo h3 {
    font-family: "Georgia", serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #132423;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-container {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .qr-box {
        margin: 0 auto;
    }
}
#notificationsPanel .notification-view-appointment {
    background-color: var(--action-color) !important;
}

.navbar-cont i {
    color: #f1f1f1;
}

.custom-sidebar * {
    color: white !important;
}

.custom-sidebar .dropdown-item {
    padding: 0;
}

.custom-sidebar.dropdown-item.active {
    color: inherit !important;
}

.custom-sidebar .dropdown-item:hover {
    background-color: transparent !important;
}

.text-22 {
    font-size: 22px;
}

.navbar-cont i:hover {
    color: #f1f1f1;
}

/* Support bar */
.support-bar {
    background-color: var(--gray-color);
    text-align: center;
    font-size: 16px;
    display: flex;
    font-family: "ArticulatCF", Arial, sans-serif;
    font-weight: 600;
    padding: 10px 0;
    color: #1d1d1d;
}

.support-bar a {
    color: #1d1d1d;
    font-weight: 700;
    text-decoration: none;
    margin: 0 2px;
}

/* Navbar */
.navbar1 {
    background-color: var(--primary-color);
    color: white;
    padding: 29px 50px;
}

.navbar-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-cont li:hover {
    transform: scale(1.1);
}

/* Nav links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 21px;
    font-family: "ArticulatCF", sans-serif;
    position: relative;
}

.nav-links a.active {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 3px;
}

.nav-links i {
    margin-right: 6px;
}

/* Points section */
.points {
    text-align: right;
    color: white;
}

.points .number {
    font-size: 26px;
    font-weight: 600;
}

.points .text {
    font-size: 12px;
    margin-left: 3px;
}

.points .member {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.notif-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.notifications-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notif-dot-active {
    background: red;
    /* Active (new notifications) */
}

/* Notification Dot inside list items */
.notif-dot-list {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 10px;
    background: white;
    /* default inactive */
}

.notif-dot-list.active {
    background: red;
    /* active item */
}

.hidden {
    display: none;
}

.notifications-panel {
    position: fixed;
    top: 136px;
    right: 2px;
    width: 340px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 1050;
}

.notifications-header,
.notifications-footer {
    padding: 12px 16px;
    border-bottom: 1px solid #6c757d;
}

.notifications-footer {
    border-bottom: none;
    text-align: center;
}

.notifications-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.notifications-close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.herro {
    color: var(--gray-color);
}

.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid grey;
    cursor: pointer;
}

/* .notification-item:hover {
    background: #f9f9f9;
  } */

.notification-dot.active {
    background: white;
}

.notification-content {
    flex: 1;
}

.notification-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.notification-text {
    margin: 2px 0;
    font-size: 13px;
    color: black;
}

.notification-actions {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.notification-action-btn {
    border: 1px solid #172b26;
    background: transparent;
    color: #172b26;
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.notification-action-btn:hover,
.notification-action-btn:focus {
    background: #172b26;
    color: #fff;
}

.notification-time {
    margin: 0;
    font-size: 12px;
    color: white;
}

.notifications-viewall {
    background: none;
    border: none;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    border-radius: 6px;
}

/* Show sidebar */
.custom-litle {
    left: 0 !important;
}

/* Typography & buttons */
.custom-sidebar p {
    font-size: 11px !important;
}

.custom-sidebar h5,
.custom-sidebar h6 {
    color: #ffffff;
}

.custom-sidebar .btn-light {
    background-color: #d8d9e2;
    color: #000;
    border: none;
    text-align: left;
    font-size: 0.9rem;
}

/* Sidebar links */
.custom-sidebar .custom-sidebar-link {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.custom-sidebar .custom-sidebar-link i {
    font-size: 1.2rem;
    color: #fff;
}

.custom-sidebar .custom-sidebar-link strong {
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.custom-sidebar .custom-sidebar-link p {
    font-size: 0.8rem;
    color: #a9b7b3;
}

/* Sign out */
.custom-sidebar .signout a {
    color: #b5c5c0;
    font-size: 0.9rem;
    text-decoration: none;
}

.custom-sidebar .signout a:hover {
    color: #fff;
}

.notifications-viewall:hover {
    background: #f5f5f5;
    color: black !important;
}

.header-logo img {
    width: 160px;
}

.custom-sidebar {
    width: 320px;
    left: 0 !important;
    border-radius: 0 !important;
    top: 87% !important;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1051;
    transition: right 0.3s ease-in-out;
    color: #fff;
}

.icon-wrapper {
    width: 4rem;
    /* w-16 */
    height: 4rem;
    /* h-16 */
    border-radius: 9999px;
    /* rounded-full */
    margin: 0 auto 1rem auto;
    /* mx-auto mb-4 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.phone-icon_custom {
    width: 2rem;
    /* w-8 */
    height: 2rem;
    /* h-8 */
    color: #ffffff;
    /* text-white */
}

.loan-id {
    font-size: 0.875rem;
    /* text-sm */
    color: rgb(107, 114, 128);
}

.call-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
    margin-bottom: 1.5rem;
    /* mb-6 */
}

/* Button */
.call-button {
    width: 100%;
    /* w-full */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    /* space-x-3 */
    padding: 1rem;
    /* p-4 */
    border-radius: 0.5rem;
    /* rounded-lg */
    background-color: var(--action-color);
    /* bg-action-color */
    color: white;
    transition: all 0.2s;
    /* transition-all duration-200 */
    cursor: pointer;
    border: none;
}

.call-button:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    /* hover:shadow-md */
}

/* SVG icon */
.phone-icon_round {
    width: 2rem;
    /* w-5 */
    height: 2rem;
    /* h-5 */
    flex-shrink: 0;
    fill: white;
    stroke: currentColor;
}

/* Call text */
.call-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.call-title {
    font-weight: 600;
    /* font-semibold */
    color: white;
}

.call-subtitle {
    font-size: 0.875rem;
    /* text-sm */
    color: white;
    opacity: 0.8;
}

/* Tips box */
.call-tips {
    padding: 1rem;
    /* p-4 */
    border-radius: 0.5rem;
    /* rounded-lg */
    background-color: rgb(248, 249, 250);
    text-align: left;
}

.call-tips h4 {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    /* mb-2 */
    color: rgb(23, 43, 38);
}

.call-tips ul {
    font-size: 0.875rem;
    /* text-sm */
    color: rgb(107, 114, 128);
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    /* space-y-1 */
}
.calendar-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 25px 0;
}

.calendar-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e5e8db;
    background-color: #f9fafb;
    transition: all 0.3s ease;
}

.calendar-btn:hover {
    background-color: #eef3ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.calendar-btn.google .icon-round {
    background: #db4437;
}

.calendar-btn.outlook .icon-round {
    background: #0078d4;
}

.calendar-btn span {
    font-weight: 600;
    color: #172b26;
    font-size: 1rem;
}

.roadside-close-btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.appointment-modal-container {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: relative;
}

.appointment-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #132423;
}

.appointment-modal-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.appointment-modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.appointment-membership-card {
    background-color: #d8d8cc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.appointment-membership-card .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 4px;
}

.appointment-membership-card .value {
    font-size: 15px;
    font-weight: 600;
    color: #132423;
}

.appointment-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 16px;
}

.appointment-modal-grid .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 4px;
}

.appointment-modal-grid .value {
    font-size: 15px;
    font-weight: 600;
    color: #132423;
}

.appointment-services {
    margin-top: 20px;
}

.appointment-services ul {
    padding-left: 14px;
    margin-bottom: 0;
}

.appointment-modal-footer {
    margin-top: 24px;
}

.appointment-modal-icon i {
    font-size: 30px;
    /* change size */
    color: white;
}

/* Google Icon */
.google-calendar-btn .icon-round i {
    color: #db4437;
    /* Google red */
}

/* Outlook Icon */
.outlook-calendar-btn .icon-round i {
    color: #0078d4;
    /* Outlook blue */
}

.appointment-modal-disclaimer {
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 16px;
    background-color: var(--gray-color);
    border-radius: 8px;
}

.appointment-modal-disclaimer p {
    color: #132423;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.header-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 50%;
}
.close-btn4 {
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(23, 43, 38);
    background-color: rgba(23, 43, 38, 0.1);
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 1;
}

.editProfile .form-control-p-3 {
    padding: 0.5rem !important;
}

.editProfile .text-sm {
    font-size: 13px !important;
}
/* Custom colors for matching original design */
.bg-orange-100-custom {
    background-color: #fffaf0;
    /* Tailwind orange-100 */
}

.text-orange-600-custom {
    color: #ea580c;
    /* Tailwind orange-600 */
}

.text-gray-400-custom {
    color: #9ca3af;
    /* Tailwind gray-400 */
}

.bg-custom-blue {
    background-color: var(--primary-color);
}

.text-gray-700-custom {
    color: #374151;
    /* Tailwind gray-700 */
}

/* Custom size for the icon background circle */
.w-12-h-12 {
    width: 3rem;
    height: 3rem;
}

/* Hover effects */
.hover-bg-gray-100:hover {
    background-color: #f3f4f6 !important;
    /* Tailwind gray-100 */
}

.hover-bg-gray-200:hover {
    background-color: #e5e7eb !important;
    /* Tailwind gray-200 */
}

.transition-colors-custom {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

/* Spacing utilities (Bootstrap 5 already has some, but custom ones can refine) */
.space-y-4 > *:not(:first-child) {
    margin-top: 1rem;
    /* Equivalent to Tailwind space-y-4 */
}

.space-y-3 > *:not(:first-child) {
    margin-top: 0.75rem;
    /* Equivalent to Tailwind space-y-3 */
}

/* Modal specific styling */
.modal-content-custom {
    border-radius: 0.75rem;
    /* rounded-xl */
    max-width: 28rem;
    /* max-w-sm approx */
}

.modal-header-custom {
    border-bottom: none;
    /* Remove default border */
    padding: 1.5rem;
    /* p-6 */
}

.modal-body-custom {
    padding: 1.5rem;
    /* p-6 */
    padding-top: 0;
    /* Adjust padding if header handles top */
}

.modal-footer-custom {
    border-top: none;
    /* Remove default border */
    padding: 1.5rem;
    /* p-6 */
    padding-top: 0;
    /* Adjust padding if body handles content */
    flex-direction: column;
    /* Stack buttons vertically */
    align-items: stretch;
    /* Stretch buttons horizontally */
}
/* Custom colors for matching original design */
.bg-orange-100-custom {
    background-color: #fffaf0;
    /* Tailwind orange-100 */
}

.text-orange-600-custom {
    color: #ea580c;
    /* Tailwind orange-600 */
}

.text-gray-400-custom {
    color: #9ca3af;
    /* Tailwind gray-400 */
}

.bg-custom-blue {
    background-color: var(--primary-color);
}

.text-gray-700-custom {
    color: #374151;
    /* Tailwind gray-700 */
}

/* Custom size for the icon background circle */
.w-12-h-12 {
    width: 3rem;
    height: 3rem;
}

/* Hover effects */
.hover-bg-gray-100:hover {
    background-color: #f3f4f6 !important;
    /* Tailwind gray-100 */
}

.hover-bg-gray-200:hover {
    background-color: #e5e7eb !important;
    /* Tailwind gray-200 */
}

.transition-colors-custom {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

/* Spacing utilities (Bootstrap 5 already has some, but custom ones can refine) */
.space-y-4 > *:not(:first-child) {
    margin-top: 1rem;
    /* Equivalent to Tailwind space-y-4 */
}

.space-y-3 > *:not(:first-child) {
    margin-top: 0.75rem;
    /* Equivalent to Tailwind space-y-3 */
}

/* Modal specific styling */
.modal-content-custom {
    border-radius: 0.75rem;
    /* rounded-xl */
    max-width: 28rem;
    /* max-w-sm approx */
}

.modal-header-custom {
    border-bottom: none;
    /* Remove default border */
    padding: 1.5rem;
    /* p-6 */
}

.modal-body-custom {
    padding: 1.5rem;
    /* p-6 */
    padding-top: 0;
    /* Adjust padding if header handles top */
}

.modal-footer-custom {
    border-top: none;
    /* Remove default border */
    padding: 1.5rem;
    /* p-6 */
    padding-top: 0;
    /* Adjust padding if body handles content */
    flex-direction: column;
    /* Stack buttons vertically */
    align-items: stretch;
    /* Stretch buttons horizontally */
}

.info-icon-container {
    width: 3rem;
    /* Equivalent to w-12 */
    height: 3rem;
    /* Equivalent to h-12 */
    border-radius: 9999px;
    /* Equivalent to rounded-full */
    background-color: #dbeafe;
    /* Equivalent to bg-blue-100 */
    display: flex;
    /* Equivalent to flex */
    align-items: center;
    /* Equivalent to items-center */
    justify-content: center;
    /* Equivalent to justify-center */
}

.info-icon-svg {
    width: 1.5rem;
    /* Equivalent to w-6 */
    height: 1.5rem;
    /* Equivalent to h-6 */
    color: #2563eb;
    /* Equivalent to text-blue-600 */
}
.icon-container {
    width: 4rem;
    /* 16 * 4 = 64px */
    height: 4rem;
    /* 16 * 4 = 64px */
    border-radius: 50%;
    background-color: #dbeafe;
    /* This is the hex for blue-100 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    /* 4 * 4 = 16px */
}

.icon-container svg {
    width: 2rem;
    /* 8 * 4 = 32px */
    height: 2rem;
    /* 8 * 4 = 32px */
    color: #2563eb;
    /* This is the hex for blue-600 */
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.input-group-custom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control-custom {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: 1px solid #d1d5db;
    /* gray-300 */
    border-radius: 0.5rem;
    /* rounded-lg */
    padding: 0.5rem 2rem;

    background-color: #f9fafb;
    /* gray-50 */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom:focus {
    border-color: #3b82f6;
    /* blue-500 */
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    /* focus:ring-2 focus:ring-blue-500 */
}

.icon-container-custom {
    position: absolute;
    right: 0.75rem;
    /* right-3 */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #9ca3af;
    /* gray-400 */
    display: flex;
    align-items: center;
    pointer-events: none;
    /* Allows clicks to pass through to the input */
}

.icon-custom svg {
    width: 1rem;
    /* w-4 */
    height: 1rem;
    /* h-4 */
}
/* Custom styles for the modal content */
.carmy-modal-content {
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
    max-height: 95vh;
    /* Ensure modal content doesn't exceed viewport height */
    display: flex;
    flex-direction: column;
}

.carmy-header {
    /* background: var(--primary-color); */
    padding: 1.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.carmy-header .carmy-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carmy-header .carmy-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.carmy-header .carmy-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carmy-header .carmy-icon-wrapper i {
    font-size: 1.75rem;
}

.carmy-plan-cards-section {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.carmy-plan-card {
    border: 2px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    /* Spacing between cards */
}

.carmy-plan-card.carmy-current-plan {
    border-color: #336699;
    background-color: #f8fafc;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: relative;
}

.carmy-plan-card.carmy-current-plan .carmy-most-popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f97316;
    /* Orange-500 */
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    /* Full pill shape */
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.carmy-plan-card.carmy-disabled-card {
    opacity: 0.6;
    background-color: #f9fafb;
}

.carmy-plan-card .carmy-price-text {
    color: var(--primary-color);
}

.carmy-plan-card .carmy-benefits-box {
    background-color: #f0f8ff;
    /* Blue-50 */
    border: 1px solid #bfdbfe;
    /* Blue-200 */
    border-radius: 0.5rem;
    padding: 1rem;
}

.carmy-plan-card.carmy-disabled-card .carmy-benefits-box {
    background-color: #f3f4f6;
    /* Gray-100 */
    border-color: #e5e7eb;
    /* Gray-200 */
}

.carmy-plan-card .carmy-benefits-box i {
    color: #2563eb;
    /* Blue-600 */
}

.carmy-plan-card.carmy-disabled-card .carmy-benefits-box i {
    color: #6b7280;
    /* Gray-500 */
}

.carmy-plan-card ul {
    list-style: none;
    padding-left: 0;
}

.carmy-plan-card ul li {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

.carmy-plan-card ul li::before {
    content: "•";
    margin-right: 0.5rem;
    color: inherit;
    /* Inherit color from parent */
}

.carmy-btn-custom {
    background-color: #336699;
    color: #fff;
    transition: background-color 0.3s ease;
}

.carmy-btn-custom:hover {
    background-color: #2a5278;
}

.carmy-btn-disabled {
    background-color: #ced4da;
    /* Gray-300 */
    color: #6c757d;
    /* Gray-500 */
    cursor: not-allowed;
}

.carmy-btn-outline-custom {
    border-color: #336699;
    color: #336699;
    transition: all 0.3s ease;
}

.carmy-btn-outline-custom:hover {
    background-color: #eef2f6;
    /* Light blue hover */
    color: #336699;
}

.carmy-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background-color: #f9fafb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carmy-footer .carmy-btn-footer-secondary {
    background-color: #e9ecef;
    color: #495057;
    transition: background-color 0.3s ease;
}

.carmy-footer .carmy-btn-footer-secondary:hover {
    background-color: #dee2e6;
}

.carmy-footer .carmy-btn-footer-primary {
    background-color: #336699;
    color: #fff;
    transition: background-color 0.3s ease;
}

.carmy-footer .carmy-btn-footer-primary:hover {
    background-color: #2a5278;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .carmy-header {
        padding: 1rem;
    }

    .carmy-header .carmy-close-btn {
        top: 1rem;
        right: 1rem;
    }

    .carmy-header h1 {
        font-size: 1.5rem;
    }

    .carmy-plan-cards-section {
        padding: 1rem;
    }

    .carmy-plan-card {
        padding: 1rem;
    }

    .carmy-plan-card .carmy-benefits-box .row > div {
        margin-bottom: 1rem;
    }

    .carmy-plan-card .carmy-benefits-box .row > div:last-child {
        margin-bottom: 0;
    }

    .carmy-footer {
        flex-direction: column;
        padding: 1rem;
    }

    .carmy-footer button {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .carmy-footer button:last-child {
        margin-bottom: 0;
    }
}
.membership-card {
    text-align: left;
    background-color: #d3d3d3;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    color: #1b1b1b;
    margin-bottom: 1rem;
}

.info {
    margin-bottom: 12px;
}

.value {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    margin: 2px 0 0 0;
}

.roadside-assistance-modal-container {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 24px;
    margin: auto;
    text-align: center;
}

.roadside-header {
    margin-bottom: 24px;
}

.roadside-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 16px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.roadside-icon svg {
    width: 32px;
    height: 32px;
    color: #fff !important;
}

.roadside-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: black;
}

.roadside-subtitle {
    font-size: 14px;
    color: #172b26;
    margin: 4px 0;
}

.roadside-subtitle.small {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}

.roadside-actions {
    margin-bottom: 24px;
}

.roadside-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e5e8db;
    transition: box-shadow 0.2s ease;
}

.roadside-btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.roadside-btn svg {
    width: 24px;
    height: 24px;
    color: #172b26;
}

.roadside-btn-text {
    text-align: left;
    font-weight: 600;
    color: #172b26;
}

.roadside-close-btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#roadsideAssistanceModal #call-info {
    font-size: 14px;
    color: #172b26;
}

.benefits-box {
    background-color: var(--gray-color);
    padding: 30px 40px;
    border-radius: 22px;
    max-width: 480px;
    font-family: Arial, Helvetica, sans-serif;
}

.benefits-box h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.benefits-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-box li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.benefits-box li::before {
    content: "✔";
    font-size: 14px;
    margin-right: 10px;
}
/* Custom Modal Card Styling */
.modal-content-custom {
    background-color: #fff;
    /* bg-white */
    border-radius: 0.75rem;
    /* rounded-xl */
    padding: 1.5rem;
    /* p-6 */
    max-width: 24rem;
    /* max-w-sm */
    margin-left: 1rem;
    /* mx-4 */
    margin-right: 1rem;
    /* mx-4 */
    position: relative;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.06);
    /* shadow-lg */
    /* backdrop-blur-sm and bg-white/90 are complex to perfectly replicate on content itself without JS for background */
}

/* Custom Colors */
.bg-custom-blue {
    background-color: var(--primary-color);
}

.text-gray-600-custom {
    color: #6c757d !important;
    /* Bootstrap secondary color, close to gray-600 */
}

.text-gray-400-custom {
    color: #ced4da !important;
    /* Bootstrap light gray, close to gray-400 */
}

.text-green-600-custom {
    color: #198754 !important;
    /* Bootstrap success green */
}

.text-orange-600-custom {
    color: #fd7e14 !important;
    /* Bootstrap orange */
}

/* Sizes & Shapes */
.w-16-h-16 {
    width: 4rem;
    /* 16 * 0.25rem = 4rem */
    height: 4rem;
}

.w-12-h-12 {
    width: 3rem;
    /* 12 * 0.25rem = 3rem */
    height: 3rem;
}

.w-8-h-8 {
    width: 2rem;
    height: 2rem;
}

/* Transitions & Hover Effects */
.transition-colors-custom {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.hover-bg-gray-100:hover {
    background-color: #f8f9fa !important;
    /* Bootstrap light background */
}

.hover-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
    /* Equivalent to Tailwind's larger shadow-lg on hover */
}

.hover-scale-102:hover {
    transform: scale(1.02);
}

.transition-all-duration-200 {
    transition: all 0.2s ease-in-out;
}

.border-blue-200-custom {
    border-color: #a7d9ef !important;
    /* Approximate blue-200 */
}

/* Specific text sizes */

.text-xs-custom {
    font-size: 0.75rem !important;
    /* Tailwind text-xs */
}

.text-lg-custom {
    font-size: 1.125rem !important;
    /* Tailwind text-lg */
}

.text-xl-custom {
    font-size: 1.25rem !important;
    /* Tailwind text-xl */
}

.text-3xl-custom {
    font-size: 1.875rem !important;
    /* Tailwind text-3xl for the emoji */
}

/* Spacing adjustments */
.space-y-3 > *:not(:first-child) {
    margin-top: 0.75rem;
    /* Tailwind space-y-3 */
}

.space-x-4 > *:not(:first-child) {
    margin-left: 1rem;
    /* Tailwind space-x-4 */
}

.pr-8 {
    padding-right: 2rem !important;
    /* Tailwind pr-8 */
}

/* Override default Bootstrap close button position/style if needed */

.modal .btn-close:hover {
    /* hover:bg-gray-100 */
    opacity: 1;
    /* Keep visible on hover */
}

.modal-body {
    /* Adjust modal body padding to integrate content seamlessly */

    margin-bottom: 1.5rem;
    /* For the space-y-3 mb-6 equivalent */
}
.app-container {
    max-width: 960px;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.back-button {
    color: #6c757d;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

.back-button:hover {
    color: #495057;
}

.doc-section-card {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    border: 1px solid rgba(222, 226, 230, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.close span {
    font-size: 28px !important;
}

.doc-section-header {
    background: linear-gradient(
        to right,
        rgba(235, 245, 255, 0.5),
        rgba(247, 240, 255, 0.5)
    );
    border-bottom: 1px solid rgba(222, 226, 230, 0.5);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.doc-main-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #336699;
    /* Corresponds to var(--primary-color) */
    color: white;
}

.doc-item-icon-square {
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-bg-blue-light {
    background-color: #e0f2f7;
    /* Light blue, similar to bg-blue-100 */
}

.doc-text-blue-dark {
    color: #336699;
    /* Darker blue, similar to text-blue-600 */
}

.doc-bg-green-light {
    background-color: #e6ffe6;
    /* Light green, similar to bg-green-100 */
}

.doc-text-green-dark {
    color: #28a745;
    /* Darker green, similar to text-green-600 */
}

.doc-btn-primary-custom {
    background-color: var(--action-color) !important;
    color: white !important;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.doc-btn-primary-custom:hover {
    background-color: var(--action-color) !important;
    /* Slightly darker shade on hover */
    color: white !important;
}

.doc-badge-warning-custom {
    background-color: #ffe0b2;
    /* Similar to orange-100 */
    color: #e65100;
    /* Similar to orange-700 */
    font-weight: 500;
}

.doc-input-select {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    padding-right: 2.5rem;
    /* Space for chevron icon */
    appearance: none;
    cursor: pointer;
}

.doc-input-select:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    /* Bootstrap's focus ring color */
    border-color: #0d6efd;
    /* Bootstrap's primary color */
}

.doc-security-card {
    background-color: #e6f7ff;
    /* light blue background */
    border: 1px solid #99daff;
    /* blue border */
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.doc-security-icon-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #cceeff;
    /* lighter blue */
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-text-blue-strong {
    color: #0a58ca;
    /* strong blue text */
}

.doc-text-blue-medium {
    color: #007bff;
    /* medium blue text */
}

.document-card {
    background-color: rgb(248, 249, 250);
    border: 1px solid rgb(229, 232, 219);
    border-radius: 1rem;
    /* rounded-xl */
    padding: 1.5rem;
    /* p-6 */
}

/* Header row */
.document-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

/* Left side */
.document-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* space-x-3 */
}

.icon-box1 {
    width: 3rem;
    /* 12 */
    height: 3rem;
    border-radius: 0.5rem;
    /* rounded-lg */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.document-info h4 {
    font-weight: 600;
    /* font-semibold */
    font-size: 1.125rem;
    /* text-lg */
    color: rgb(23, 43, 38);
    margin: 0;
}

.document-info p {
    font-size: 0.875rem;
    /* text-sm */
    color: rgb(107, 114, 128);
    margin: 0;
}

/* View button */
.view-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    /* rounded-lg */
    font-weight: 500;
    background-color: rgb(23, 43, 38);
    color: white;
    transition: all 0.2s;
    cursor: pointer;
}

.view-btn:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Uploaded file */

.uploaded-file {
    background-color: var(--brand-color);
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    border: 0;
}

.modal-footer {
    border: 0;
}

.modal-header .title {
    font-size: 22px !important;
}

.uploaded-file-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.uploaded-file-row span {
    font-weight: 500;
    font-size: 0.875rem;
    color: black;
}

.uploaded-file p {
    font-size: 0.75rem;
    color: black;
    margin: 0;
}

.close {
    background-color: transparent;
    border: 0;
}

/* Upload button */
.upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background-color: rgb(23, 43, 38);
    color: white;
    transition: all 0.2s;
    cursor: pointer;
}

.upload-btn:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* SVG icons size */
.icon-box1 svg,
.view-btn svg,
.upload-btn svg,
.uploaded-file-row svg {
    width: 1rem;
    height: 1rem;
}

.file-close {
    background-color: #000;
    /* black background */
    border: none;
    color: #fff;
    /* white icon */
    cursor: pointer;
    font-size: 10px;
    width: 22px;
    /* make it circular */
    height: 22px;
    border-radius: 50%;
    /* full rounded */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.file-close i {
    font-size: 10px;
}

.file-close:hover {
    color: #000;
}

.modal-dialog-scrollable .modal-content {
    max-height: 85%;
    overflow: auto !important;
}

.w-90 {
    width: 90% !important;
    margin: auto;
}

.text-gray-600-custom {
    color: #6c757d !important; /* Bootstrap gray */
}
.text-gray-700-custom {
    color: #495057 !important; /* A darker gray for labels */
}
.text-red-500-custom {
    color: #dc3545 !important; /* Bootstrap danger red */
}
.bg-gray-50-custom {
    background-color: #f8f9fa !important; /* Lighter gray for input backgrounds */
}
.focus-ring-blue-500:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); /* Bootstrap's focus ring for primary */
    border-color: #0d6efd; /* Bootstrap primary blue */
}
.hover-bg-white-50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.hover-bg-gray-200:hover {
    background-color: #e2e6ea !important; /* Bootstrap light gray */
}
.bg-custom-blue {
    background-color: var(--primary-color); /* Specific blue from original */
}
.transition-colors-custom {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}
.disabled-opacity-50:disabled {
    opacity: 0.5;
}
.disabled-cursor-not-allowed:disabled {
    cursor: not-allowed;
}
.form-control-p-3 {
    padding: 0.75rem !important; /* p-3 equivalent */
}
.text-xs-custom {
    font-size: 0.75rem !important; /* Tailwind text-xs */
}
/* Container */
:root {
    --notif-bg-page: #d8e7c7;
    --notif-bg-card: #ffffff;
    --notif-bg-item: #fbfcfb;
    --notif-text-main: #172b26;
    --notif-text-muted: #6b7280;
    --notif-border: #e9f0e0;
    --notif-dark: #0b1110;
}

/* ---------- CONTAINER ---------- */
.notif-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 18px;
}

/* ---------- HEADER ---------- */
.notif-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.notif-header-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.notif-back-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--gray-color);
    border: 1px solid rgba(0, 0, 0, 0.03);
    cursor: pointer;
}
.notif-back-btn:hover {
 background: var(--gray-color);
   
}

.notif-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--notif-text-main);
}

.notif-subtitle {
    font-size: 13px;
    color: var(--notif-text-muted);
    margin-top: 4px;
}

.notif-header-right {
    color: var(--notif-text-muted);
    font-size: 14px;
}

.notif-mark-all {
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.14s;
}
.notif-mark-all:hover {
    background: #f3f6ef;
}

.notif-divider {
    border: 0;
    height: 1px;
    background: var(--notif-border);
    margin: 6px 0 18px 0;
}

/* ---------- NOTIFICATIONS LIST ---------- */
.notif-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notif-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 10px;
    background: var(--notif-bg-item);
    border: 1px solid var(--notif-border);
    transition: box-shadow 0.12s, background 0.12s;
}

.notif-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.notif-item.unread {
    background: #ffffff;
    border: 2px solid rgba(23, 43, 38, 0.06);
}

.notif-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d1d7ce;
    margin-top: 6px;
    flex-shrink: 0;
}
.notif-dot.unread {
    background: var(--notif-text-main);
}

.notif-content {
    flex: 1;
    min-width: 0;
}

.notif-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.notif-heading {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    color: var(--notif-text-main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 78%;
}

.notif-badge {
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 8px;
    background: var(--notif-dark);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.notif-text {
    color: var(--notif-text-muted);
    font-size: 13px;
    margin: 0 0 8px 0;
}

.notif-time {
    color: var(--notif-text-muted);
    font-size: 13px;
}

.notif-item.old {
    opacity: 0.86;
}

/* ---------- FOOTER ---------- */
.notif-footer {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.notif-btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
}

.notif-btn-primary {
    background: var(--notif-text-main);
    color: #fff;
    box-shadow: 0 6px 14px rgba(23, 43, 38, 0.12);
}

.notif-btn-secondary {
    background: #f3f6f4;
    color: var(--notif-text-main);
    border: 1px solid rgba(23, 43, 38, 0.06);
}
.custom-ls.notification-item.read .notification-title,
.custom-ls.notification-item.read .notification-text,
.custom-ls.notification-item.read .notification-time {
    color: var(--notif-text-muted) !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
    .notif-container {
        padding: 12px;
    }
    .notif-title {
        font-size: 18px;
    }
    .notif-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* Container */
.appointments-container {
    max-width: 64rem;
    margin: 0 auto;
}

.appointments-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Header */
.appointments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.appointments-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.back-button {
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background 0.2s;
    background: transparent;
    border: none;
    cursor: pointer;
}
.back-button:hover {
    background: #f3f4f6;
}

.appointments-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #172b26;
    margin: 0;
}

.appointments-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
}

.header-icon {
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: #e5e8db;
}

/* Appointment List */
.appointments-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.appointment-item {
    border: 1px solid #e5e8db;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
    display: flex;
    gap: 1rem;
}
.appointment-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.appointment-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: #e5e8db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.appointment-details {
    flex: 1;
}

.appointment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

/* .appointment-title {
  font-weight: 600;
  color: #172b26;
  margin: 0 0 0.25rem 0;
} */

.appointment-meta {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.appointment-status {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background: #e5e8db;
    color: #172b26;
    border: 1px solid #172b26;
}

.appointment-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #172b26;
}
@media (min-width: 640px) {
    .appointment-info {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Footer */
.appointments-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e8db;
}
@media (min-width: 640px) {
    .appointments-footer {
        flex-direction: row;
    }
}

.btn-primary {
    flex: 1;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background: #172b26;
    color: white;
    border: none;
    transition: box-shadow 0.2s;
    cursor: pointer;
}
.btn-primary:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

a {
    text-decoration: none;
    /* Removes underline */
    color: inherit;
    /* Inherits color from parent element */
    background: none;
    /* Removes any background */
}

/* Optional: To ensure no hover effect */
a:hover {
    text-decoration: none;
    color: inherit;
    background: none;
}

footer,
footer * {
    font-family: "ArticulatCF", Arial, sans-serif !important;
}

.vehicle-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.vehicle-details {
    font-family: "ArticulatCF", Arial, sans-serif;
}

/* Progress Circle */
.progress-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#22312d 0% 87%, #9ea98f 87% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #22312d;
    margin-bottom: 20px;
}

/* Status Text */

.status-text a {
    text-decoration: underline;
    color: #000;
}

.product-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.product-images img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 20px;
    transform: rotate(-10deg);
    transition: transform 0.3s ease;
}

.product-images img:nth-child(2) {
    transform: rotate(0deg);
    z-index: 1;
    margin-bottom: 57px;
}

.product-images img:nth-child(3) {
    transform: rotate(10deg);
}

.product-images img:hover {
    transform: scale(1.05);
}

.product-subtext {
    font-family: "ArticulatCF", Arial, sans-serif;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.explore-btn {
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 19px 30px;
    font-size: 18px;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.explore-btn:hover {
    background-color: var(--action-color);
    color: white !important;
}

/* Appointment Section */

.appointment-title1 {
    font-size: 27px;
}

.appointment-card {
    border-radius: 25px;
}

.appointment-card h5 {
    font-weight: 700;
    font-size: 19px;
    font-family: "ArticulatCF", Arial, sans-serif;
    margin-bottom: 0.6rem;
}

.appointment-card p {
    margin-bottom: 1.5rem;
    color: #132423;
}

.appointment-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-calendar {
    background: none;
    border: none;
    font-weight: 600;
    color: #132423;
    text-decoration: underline;
    padding: 8px 0;
    display: inline-block;
}

.btn-calendar:hover {
    color: #22312d;
}

.btn-all {
    background: none;
    border: none;
    font-weight: 600;
    color: #132423;
    text-decoration: underline;
    padding: 8px 0;
}

.btn-all:hover {
    color: #22312d;
}

.appointment-badge {
    background-color: #132423;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 999px;
}

.appointment-badge.badge-muted {
    background-color: #e5e8db;
    color: #132423;
}

.appointment-status {
    font-size: 12px;
    font-weight: 600;
    color: #132423;
}

.appointment-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.appointment-meta-item {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.appointment-meta-item small {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #6c757d;
    text-transform: uppercase;
}

.appointment-meta-item strong {
    font-size: 16px;
    color: #132423;
}

.appointment-empty {
    margin-top: 24px;
    font-size: 13px;
}

.map-box-header {
    margin-bottom: 1rem;
}

.map-box-header p {
    letter-spacing: 0.08em;
}

.pending-copy {
    font-weight: 600;
}

.appointment-modal-container {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: relative;
}

.appointment-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #132423;
}

.appointment-modal-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.appointment-modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.appointment-membership-card {
    background-color: var(--carmy-input-bg);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.appointment-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.appointment-modal-grid .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 4px;
}

.appointment-modal-grid .value {
    font-size: 15px;
    font-weight: 600;
    color: #132423;
}

.appointment-services {
    margin-top: 20px;
}

.appointment-services ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.appointment-modal-actions {
    margin-top: 24px;
}

/* Responsive Adjustments */

@media (max-width: 575px) {
    .qr-box {
        max-width: 100% !important;
    }

    .product-images img:nth-child(2) {
        transform: rotate(0deg);
        z-index: 1;
        margin-bottom: 21px !important;
    }

    .product-images img {
        width: 87px !important;
        height: 91px !important;
        border-radius: 20px;
        transform: rotate(-10deg);
        transition: transform 0.3s ease;
    }
}

.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    /* 16:9 ratio */
    height: inherit;
    overflow: visible;
}

.map-responsive iframe {
    /* position: absolute; */
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    width: 100%;
    border-radius: 1.8rem;
    height: 250px;
    border: 0;
}

.welcome {
    font-size: 42px;
    font-family: "Bagatela", sans-serif;
}

.welcome_p {
    font-size: 18px;
    font-family: "ArticulatCF", Arial, sans-serif;
    color: black;
}

.point1 {
    color: black !important;
    text-align: left !important;
}

.welcome-right {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
    border-left: 2px solid #1c2f2f;
    padding-left: 4rem;
}

.redeem-box {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 14px;

    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
}

.shape {
    font-size: 15px;
    font-family: "ArticulatCF", Arial, sans-serif;
}

p {
    font-size: 13px;
    margin-bottom: 0 !important;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
    font-family: "ArticulatCF", Arial, sans-serif;
}

.custom-select select {
    width: 100%;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    color: #000;
    background-color: var(--gray-color);
    border: 1px solid !important;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* remove border and change background on focus */
.custom-select select:focus {
    outline: none;
    border: none;
    background-color: var(--gray-color);
}

/* hover effect */
.custom-select select:hover {
    background-color: var(--gray-color);
}

/* Font Awesome dropdown arrow */
.custom-select::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.service-check {
    background-color: black;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: none;
    margin-left: 6px;
    transition: opacity 0.3s ease;
}
/* Container */
.container {
    max-width: 64rem;
    margin: 0 auto;
}

/* Card */
.card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Header */
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}


.back-btn:hover {
    background: #f3f4f6;
}

.icon {
    width: 20px;
    height: 20px;
    color: #172b26;
}

.subtitle {
    font-size: 0.875rem;
    color: black;
}

/* Balance */
.balance-box {
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background: var(--brand-color);
    margin-bottom: 2rem;
}

.balance-amount {
    font-size: 1.875rem;
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem;
}

/* Status */
.status-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8f9fa;
    border: 1px solid gray;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--action-color);
}

.status-past-due .status-indicator {
    background: #ef162b !important;
}

.subtitle.overdue {
    color: #ef162b !important;
}

.status-title {
    font-weight: 600;
    color: black;
}

/* Summary */
.summary-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .summary-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.summary-item {
    background: #f8f9fa;
    border: 1px solid gray;
    padding: 1rem;
    border-radius: 0.75rem;
}

.summary-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: black;
}

.summary-value {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.summary-value.muted {
    color: black;
}

/* Transactions */
.loan-card {
    background: #f8f9fa;
    border: 1px solid gray;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.loan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--gray-color);
    padding: 0.75rem 1rem;
}

.loan-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.loan-name {
    font-weight: 500;
    color: black;
}

.loan-meta {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: black;
}

.phone-icon {
    width: 12px;
    height: 12px;
    color: black;
    cursor: pointer;
    transition: transform 0.2s;
}

.phone-icon:hover {
    transform: scale(1.1);
}

.loan-status {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-weight: 500;
}

.loan-status.paid-off {
    background: var(--action-color);
    color: white;
}

.loan-status.active {
    background: var(--action-color);
    color: white;
}

.loan-status.overdue {
    background: var(--action-color);
    color: white;
}

.loan-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .loan-details {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Actions */
.actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    /* border-top: 1px solid #e5e8db; */
}

@media (min-width: 640px) {
    .actions {
        flex-direction: row;
    }
}

/* .btn {
        flex: 1;
        padding: 0.75rem 1.5rem;
        border-radius: 0.5rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.2s;
    }

    .btn.primary {
        background: #172b26;
        color: #fff;
    } */

.btn.primary:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn.secondary {
    background: #e5e8db;
    color: #172b26;
    font-size: 13.1px;
    border: 1px solid #172b26;
}

.btn.secondary:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.max-w-4xl {
    padding: 1rem;
    max-width: 55rem;
    /* 896px */
    margin-left: auto;
    margin-right: auto;
}

/* Back Button/Link */
.back-link {
    position: absolute;
    top: 30px;
    /* REFINEMENT: Adjusted left position */
    left: 50px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* REFINEMENT: Added slight hover effect */
    transition: opacity 0.2s;
}

.back-link:hover {
    opacity: 0.7; 
}

/* Main Content Container */

/* H1 Title Styles */

/* Highlighted Span Style */
.highlight {
    background: #fff;
    /* Light green color */
    padding: 7px 7px;
    /* REFINEMENT: Reduced border radius */
    border-radius: 13px;
    white-space: nowrap;
}

/* App Store Buttons Container */
.store-buttons {
    display: flex;
    flex-direction: column;
    /* REFINEMENT: Increased gap between buttons */
    gap: 15px;
    margin-bottom: 40px;
}

/* Store Image Styles */
.store-buttons img {
    height: 55px;
    width: auto;
    /* REFINEMENT: Added subtle transition for interaction */
    transition: transform 0.2s ease;
}

.store-buttons a:hover img {
    /* REFINEMENT: Slight lift on hover */
    transform: translateY(-2px);
}

/* Hint Box Styles */
.hint-box {
    /* REFINEMENT: Adjusted padding */
    padding: 20px 30px;
    text-align: center;

    /* REFINEMENT: Softer shadow */

    max-width: 500px;
}

.hint-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.hint-box strong {
    font-weight: normal;
    color: #333;
}

/* Redirect Message */
.redirect-message {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.text-14 {
    font-size: 14px;
}

.w-4 {
    width: 1rem !important;
}

.h-4 {
    height: 1rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.w-12 {
    width: 4rem !important;
}

.h-6 {
    height: 2.2rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.text-blue-800 {
    color: #1e40af !important;
}

.bg-blue-100 {
    background-color: #dbeafe !important;
}

.bg-blue-200 {
    background-color: #bfdbfe !important;
}

.text-blue-600 {
    color: #2563eb !important;
}

.bg-blue-600 {
    background-color: #2563eb !important;
}

.header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid black;
}

.header h1 {
    color: black;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.header p {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.service-item strong,
.inspection-item strong {
    color: black;
    font-size: 1.05rem;
}

.status-ok {
    color: #28a745;
    font-weight: bold;
}

.status-attention {
    color: #ffc107;
    font-weight: bold;
}

.status-warning {
    color: #dc3545;
    font-weight: bold;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

/* ul li {
            margin-bottom: 8px;
        } */

.footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 0.95rem;
}

.footer p {
    margin-bottom: 5px;
}

.bg-gradient {
    background: linear-gradient(to bottom, #4d7fb8, #336699, #2a5580);
}

.card-1 {
    max-width: 375px;
    margin: 0 auto;
}

.text-4xl {
    font-size: 2.5rem;
    /* Equivalent to 4xl in Tailwind CSS */
    font-weight: 400;
}

.icon-circle {
    width: 6rem;
    height: 6rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-input {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    height: 3.5rem;
    /* Custom height */
    border-radius: 1rem;
    padding: 1.5rem;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.custom-input:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
    box-shadow: none;
}
/* Container card */
.card {
    background: white;
    border-radius: 1rem;
    /* rounded-2xl */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    /* shadow-xl */
    padding: 1.5rem;
    /* p-6 */
    margin-bottom: 1.5rem;
    /* mb-6 */
}

/* Header row */

.header-left {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    /* space-x-3 */
}


.back-btn:hover {
    background-color: rgb(243, 244, 246);
    /* hover:bg-gray-100 */
}

/* .card-header h2 {
        font-size: 1.25rem;
        font-weight: 600;
        color: rgb(23, 43, 38);
    } */

.card-header p {
    font-size: 0.875rem;
    /* text-sm */
    color: rgb(107, 114, 128);
}

/* Grid layout */
.reward-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .reward-grid {
        grid-template-columns: repeat(2, 1fr);
        /* md:grid-cols-2 */
    }
}

/* Reward card */
.reward-card {
    border: 1px solid rgb(229, 232, 219);
    border-radius: 0.75rem;
    /* rounded-xl */
    background-color: rgb(248, 249, 250);
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
}

.reward-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Reward header */
.reward-header {
    padding: 1rem;
    background-color: rgb(23, 43, 38);
    color: white;
}

.reward-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reward-header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.badge {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.badge-white-light {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.badge-white-faint {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    color: white;
}

.reward-header h2 {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 600;
    margin-top: 0.25rem;
    color: white;
}

.reward-header h3 {
    font-weight: 600;
    color: white;
}

/* Reward body */
.reward-body {
    padding: 1rem;
}

.reward-body .info {
    margin-bottom: 1rem;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.info-row p {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(23, 43, 38);
}

.status-badge {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    background-color: rgb(201, 219, 166);
    color: rgb(23, 43, 38);
}

.reward-body p {
    font-size: 0.875rem;
    color: rgb(107, 114, 128);
}

/* Button */
.redeem-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background-color: rgb(23, 43, 38);
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: box-shadow 0.2s ease-in-out;
}

.redeem-btn:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.redeem-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.redeem-btn span {
    font-weight: 600;
    color: white;
}

.max-w-4xl {
    padding: 1rem;
    max-width: 55rem;
    /* 896px */
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid var(--primary-color);
    color: black;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
}

.nav-tabs .nav-link.active {
    background-color: var(--action-color);
    color: white;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

th {
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    color: #333;
    border: none !important;
}

td,
th {
    border-bottom: 3px solid #ccc;
    vertical-align: middle;
}

tr {
    background-color: transparent !important;
}

.btn-schedule {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.btn-schedule:hover {
    background-color: #000;
    color: #fff;
}

#book-service-button-container {
    clear: both;
    width: 100%;
}

.table.no-bg > :not(caption) > * > * {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 1.5rem 0.5rem;
}

/* a {
        color: black;
        text-decoration: none !important;
    } */

.custom-table {
    border-collapse: collapse;
    width: 100%;
    font-family: "ArticulatCF", Arial, sans-serif;
}

@media only screen and (min-width: 769px) {
    .custom-table th,
    .custom-table td {
        width: 40%;
    }
}

.custom-table th,
.custom-table td {
    border: none;
    border-bottom: 1px solid #000;
    /* thin black line */
    padding: 21px 16px;
    vertical-align: middle;
}

.custom-table thead th {
    white-space: nowrap;
    border-bottom: 1px solid #000 !important;
    /* thicker line under header */
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.custom-table td a {
    color: #000;
    text-decoration: underline;
}

.custom-table td strong {
    font-weight: 600;
}

.welcome_p1 {
    font-size: 16px;
}

@media only screen and (max-width: 574.9px) {
    table {
        width: 100%;
        /* Make table take full width */
        table-layout: auto;
        /* Allow columns to adjust width automatically */
    }

    th,
    td {
        white-space: nowrap;
        /* Prevent text from wrapping */
        overflow: visible;
        /* Ensure content is visible */
        text-overflow: clip;
        /* Don't truncate with ellipsis */
        padding: 8px 12px;
    }
}

.nav-tabs .nav-link:hover {
    border: 1px solid var(--action-color);
    background-color: var(--action-color) !important;
    color: #e5e8db !important;
}

/* .bootstrap-select .dropdown-toggle {
  background-color: #b9c89f !important ;
   border-color:  #b9c89f !important ;
} */
/* Container */

/* Main Card */
.card-main {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Header */
.card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}



.subtitle {
    font-size: 16px;
    color: black;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Shop Card */
.shop-card {
    border: 1px solid rgb(229, 232, 219);
    border-radius: 12px;
    overflow: hidden;
    background-color: rgb(248, 249, 250);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.shop-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Image */
.shop-image {
    height: 16rem;
    overflow: hidden;
}

.shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

.shop-image img:hover {
    transform: scale(1.05);
}

/* Content */
.shop-content {
    padding: 1.5rem;
}

.shop-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(23, 43, 38);
    margin-bottom: 0.75rem;
}

.shop-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: black;
}

.shop-small {
    font-size: 0.875rem;
    color: black;
}

/* Button */
.shop-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: var(--action-color);
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.shop-btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.help-container {
    max-width: 56rem;
    margin: 0 auto;
}

.help-card {
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.help-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.back-btn {
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
    border: none;
    background: transparent;
    cursor: pointer;
}

.back-btn:hover {
    background: #f3f4f6;
}

/* .title {
    font-size: 20px;
    font-weight: 600;
    color: black;
  } */

.subtitle {
    font-size: 14px;
    color: black;
}

.help-grid {
    display: grid;
    gap: 32px;
}

@media (min-width: 992px) {
    .help-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card {
    display: flex;
    align-items: start;
    gap: 16px;
    padding: 24px;
    border: 1px solid #e5e8db;
    background-color: white;
    border-radius: 12px;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.contact-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg {
    color: white;
}

.contact-desc {
    font-size: 14px;
    color: black;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e8db;
    background: #f8f9fa;
}

.faq-desc {
    font-size: 14px;
    color: black;
}

.help-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    /* border-top: 1px solid #E5E8DB; */
}

@media (min-width: 576px) {
    .help-footer {
        flex-direction: row;
    }
}

.btn-primary3,
.btn-secondary {
    flex: 1;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: box-shadow 0.2s;
    text-align: center;
    cursor: pointer;
}

.btn-primary3 {
    background: var(--action-color);
    color: white;
    border: none;
}

.btn-primary3:hover {
    background: var(--action-color);
    color: white !important;
}

.btn-primary3:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
    color: black;
    border: 1px solid black;
}

.btn-secondary:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* body {
            margin: 0;
            font-family: "Inter", "Segoe UI", system-ui, sans-serif;
            background: #f1f5f9;
            color: #0f172a;
        } */

.wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

.card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
    max-width: 420px;
    width: 100%;
}

.spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: 4px solid rgba(15, 23, 42, 0.15);
    border-top-color: #0ea5e9;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.hint {
    color: #475569;
    font-size: 0.95rem;
}

.hint a {
    color: #0ea5e9;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 20px;
}

/* .nav-tabs .nav-link {
        border: none;
        color: #333;
        font-weight: 500;
        padding: 10px 20px;
        border-radius: 8px;
    } */

/* .nav-tabs .nav-link.active {
        background-color: #c9dba2;
        color: #000;
        font-weight: 600;
    } */

table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

th {
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    color: #333;
    border: none !important;
}

td,
th {
    border-bottom: 3px solid #ccc;
    vertical-align: middle;
}

tr {
    background-color: transparent !important;
}

.btn-schedule {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.btn-schedule:hover {
    background-color: #000;
    color: #fff;
}

.table.no-bg > :not(caption) > * > * {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 1.5rem 0.5rem;
}

/* a {
        color: black;
        text-decoration: none !important;
    } */

.custom-table {
    border-collapse: collapse;
    width: 100%;
    font-family: "ArticulatCF", Arial, sans-serif;
}

.custom-table th,
.custom-table td {
    border: none;
    border-bottom: 1px solid #000;
    /* thin black line */
    padding: 21px 16px;
    vertical-align: middle;
}

.custom-table thead th {
    white-space: nowrap;
    border-bottom: 1px solid #000 !important;
    /* thicker line under header */
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.custom-table td a {
    color: #000;
    text-decoration: underline;
}

.custom-table td strong {
    font-weight: 600;
    color: black !important;
}

/* Circular Progress Styles */



/* .percent svg circle:nth-child(1) {
        stroke-dasharray: 440;
        stroke-dashoffset: 440;
        stroke: #ffffff;
    } */

/* .percent svg circle:nth-child(2) {
        stroke-dasharray: 440;
        stroke-dashoffset: calc(440 - (440 * var(--percent)) / 100);
        stroke: #4CAF50;
        transition: stroke-dashoffset 0.5s ease;
    } */

.status-text h5.arti {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.status-text p.shape {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.score-badge {
    display: flex;
    justify-content: center;
    padding: 19px 23px;
    border-radius: 10px;
    /* align-items:anchor-center; */
}

.score-badge .score-span {
    font-size: 34px;
    font-family: "Bagatela", sans-serif;
}

/* Good: 80–100 */
.score-good {
    background-color: #aad8bb;
    color: black;
}





/* Requires Attention: 60–79 */
.score-attention {
    background-color: #edd4ad;
    color: black;
}

/* Needs Immediate Attention: <60 */
.score-critical {
    background-color: #deb4b0;
    color: black;
}

.welcome_p1 {
    font-size: 16px;
}

@media only screen and (max-width: 574.9px) {
    table {
        width: 100%;
        /* Make table take full width */
        table-layout: auto;
        /* Allow columns to adjust width automatically */
    }

    th,
    td {
        white-space: nowrap;
        /* Prevent text from wrapping */
        overflow: visible;
        /* Ensure content is visible */
        text-overflow: clip;
        /* Don't truncate with ellipsis */
        padding: 8px 12px;
    }
}

.card2 svg {
    width: 200px !important;
    /* SVG width */
    height: 200px !important;
    /* SVG height */
}



.card2 svg circle:last-of-type {
    stroke-dasharray: 565 !important;
    /* 2 * π * r → 2 * 3.1416 * 90 ≈ 565 */
    stroke-dashoffset: calc(565 - (565 * var(--percent)) / 100) !important;
}



/* .bootstrap-select .dropdown-toggle {
  background-color: #b9c89f !important ;
   border-color:  #b9c89f !important ;
} */
.container4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}
.custom-get-app {
    font-size: 48px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 1.2;
}
.verify-phone-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fit-content-dashboard{
    width: fit-content;
}
 .bg-box { 
    background-size: cover;      /* fit nicely */
    background-position: center; /* center image */
    background-repeat: no-repeat;
    height: 200px;
    width: auto;
    border: 1px solid ;
    }