:root {
    /* Titles */
    --title-title-1-regular: clamp(40px, 6vw, 72px);
    --title-title-1-medium: clamp(40px, 6vw, 72px);
    --title-title-1-bold: clamp(40px, 6vw, 72px);

    --title-title-2-regular: clamp(36px, 5.5vw, 64px);
    --title-title-2-medium: clamp(36px, 5.5vw, 64px);
    --title-title-2-bold: clamp(36px, 5.5vw, 64px);

    --title-title-3-regular: clamp(32px, 5vw, 56px);
    --title-title-3-medium: clamp(32px, 5vw, 56px);
    --title-title-3-bold: clamp(32px, 5vw, 56px);

    /* Headings */
    --heading-h1-medium: clamp(32px, 5vw, 56px);
    --heading-h1-semi-bold: clamp(32px, 5vw, 56px);
    --heading-h1-bold: clamp(32px, 5vw, 56px);

    --heading-h2-medium: clamp(28px, 4.5vw, 48px);
    --heading-h2-semi-bold: clamp(28px, 4.5vw, 48px);
    --heading-h2-bold: clamp(28px, 4.5vw, 48px);

    --heading-h3-medium: clamp(24px, 4vw, 40px);
    --heading-h3-semi-bold: clamp(24px, 4vw, 40px);
    --heading-h3-bold: clamp(24px, 4vw, 40px);

    --heading-h4-medium: clamp(20px, 3.5vw, 32px);
    --heading-h4-semi-bold: clamp(20px, 3.5vw, 32px);
    --heading-h4-bold: clamp(20px, 3.5vw, 32px);

    --heading-h5-medium: clamp(18px, 3vw, 24px);
    --heading-h5-semi-bold: clamp(18px, 3vw, 24px);
    --heading-h5-bold: clamp(18px, 3vw, 24px);

    --heading-h6-medium: clamp(16px, 2.5vw, 20px);
    --heading-h6-semi-bold: clamp(16px, 2.5vw, 20px);
    --heading-h6-bold: clamp(16px, 2.5vw, 20px);

    --label-label-1-regular: 16px;
    --label-label-1-medium: 16px;
    --label-label-1-semi-bold: 16px;
    --label-label-1-bold: 16px;
    --label-label-2-regular: 14px;
    --label-label-2-medium: 14px;
    --label-label-2-semi-bold: 14px;
    --label-label-2-bold: 14px;
    --label-label-3-regular: 12px;
    --label-label-3-medium: 12px;
    --label-label-3-semi-bold: 12px;
    --label-label-3-bold: 12px;
    --body-body-1-regular: 18px;
    --body-body-1-semi-bold: 18px;
    --body-body-1-medium: 18px;
    --body-body-2-regular: 16px;
    --body-body-2-medium: 16px;
    --body-body-3-regular: 14px;
    --body-body-3-medium: 14px;
    --body-body-4-regular: 12px;
    --body-body-4-medium: 12px;
    --caption-caption-1-medium: 10px;
    --caption-caption-1-semi-bold: 10px;
    --caption-caption-2-medium: 9px;
    --caption-caption-2-semi-bold: 9px;
}

.title-title-1-regular {
    font-size: var(--title-title-1-regular);
    line-height: normal;
    font-weight: 400;
}

.title-title-1-medium {
    font-size: var(--title-title-1-medium);
    line-height: normal;
    font-weight: 500;
}

.title-title-1-bold {
    font-size: var(--title-title-1-bold);
    line-height: normal;
    font-weight: 700;
}

.title-title-2-regular {
    font-size: var(--title-title-2-regular);
    line-height: normal;
    font-weight: 400;
}

.title-title-2-medium {
    font-size: var(--title-title-2-medium);
    line-height: normal;
    font-weight: 500;
}

.title-title-2-bold {
    font-size: var(--title-title-2-bold);
    line-height: normal;
    font-weight: 700;
}

.title-title-3-regular {
    font-size: var(--title-title-3-regular);
    line-height: normal;
    font-weight: 400;
}

.title-title-3-medium {
    font-size: var(--title-title-3-medium);
    line-height: normal;
    font-weight: 500;
}

.title-title-3-bold {
    font-size: var(--title-title-3-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h1-medium {
    font-size: var(--heading-h1-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h1-semi-bold {
    font-size: var(--heading-h1-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h1-bold {
    font-size: var(--heading-h1-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h2-medium {
    font-size: var(--heading-h2-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h2-semi-bold {
    font-size: var(--heading-h2-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h2-bold {
    font-size: var(--heading-h2-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h3-medium {
    font-size: var(--heading-h3-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h3-semi-bold {
    font-size: var(--heading-h3-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h3-bold {
    font-size: var(--heading-h3-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h4-medium {
    font-size: var(--heading-h4-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h4-semi-bold {
    font-size: var(--heading-h4-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h4-bold {
    font-size: var(--heading-h4-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h5-medium {
    font-size: var(--heading-h5-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h5-semi-bold {
    font-size: var(--heading-h5-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h5-bold {
    font-size: var(--heading-h5-bold);
    line-height: normal;
    font-weight: 700;
}

.heading-h6-medium {
    font-size: var(--heading-h6-medium);
    line-height: normal;
    font-weight: 500;
}

.heading-h6-semi-bold {
    font-size: var(--heading-h6-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.heading-h6-bold {
    font-size: var(--heading-h6-bold);
    line-height: normal;
    font-weight: 700;
}

.label-label-1-regular {
    font-size: var(--label-label-1-regular);
    line-height: normal;
    font-weight: 400;
}

.label-label-1-medium {
    font-size: var(--label-label-1-medium);
    line-height: normal;
    font-weight: 500;
}

.label-label-1-semi-bold {
    font-size: var(--label-label-1-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.label-label-1-bold {
    font-size: var(--label-label-1-bold);
    line-height: normal;
    font-weight: 700;
}

.label-label-2-regular {
    font-size: var(--label-label-2-regular);
    line-height: normal;
    font-weight: 400;
}

.label-label-2-medium {
    font-size: var(--label-label-2-medium);
    line-height: normal;
    font-weight: 500;
}

.label-label-2-semi-bold {
    font-size: var(--label-label-2-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.label-label-2-bold {
    font-size: var(--label-label-2-bold);
    line-height: normal;
    font-weight: 700;
}

.label-label-3-regular {
    font-size: var(--label-label-3-regular);
    line-height: normal;
    font-weight: 400;
}

.label-label-3-medium {
    font-size: var(--label-label-3-medium);
    line-height: normal;
    font-weight: 500;
}

.label-label-3-semi-bold {
    font-size: var(--label-label-3-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.label-label-3-bold {
    font-size: var(--label-label-3-bold);
    line-height: normal;
    font-weight: 700;
}

.body-body-1-regular {
    font-size: var(--body-body-1-regular);
    line-height: normal;
    font-weight: 400;
}

.body-body-1-semi-bold {
    font-size: var(--body-body-1-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.body-body-1-medium {
    font-size: var(--body-body-1-medium);
    line-height: normal;
    font-weight: 500;
}

.body-body-2-regular {
    font-size: var(--body-body-2-regular);
    line-height: normal;
    font-weight: 400;
}

.body-body-2-medium {
    font-size: var(--body-body-2-medium);
    line-height: normal;
    font-weight: 500;
}

.body-body-3-regular {
    font-size: var(--body-body-3-regular);
    line-height: normal;
    font-weight: 400;
}

.body-body-3-medium {
    font-size: var(--body-body-3-medium);
    line-height: normal;
    font-weight: 500;
}

.body-body-4-regular {
    font-size: var(--body-body-4-regular);
    line-height: normal;
    font-weight: 400;
}

.body-body-4-medium {
    font-size: var(--body-body-4-medium);
    line-height: normal;
    font-weight: 500;
}

.caption-caption-1-medium {
    font-size: var(--caption-caption-1-medium);
    line-height: normal;
    font-weight: 500;
}

.caption-caption-1-semi-bold {
    font-size: var(--caption-caption-1-semi-bold);
    line-height: normal;
    font-weight: 600;
}

.caption-caption-2-medium {
    font-size: var(--caption-caption-2-medium);
    line-height: normal;
    font-weight: 500;
}

.caption-caption-2-semi-bold {
    font-size: var(--caption-caption-2-semi-bold);
    line-height: normal;
    font-weight: 600;
}

* {
    font-family: var(--font-family);
}

html {
    background: #fff;
}

body {
    font-family: var(--font-family);
    font-weight: var(--regular);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

.container {
    max-width: 1350px !important;
    margin: 0 auto;
    padding: 0px 15px;
}

.container-fluid {
    max-width: 100%;
    margin: 0px 30px;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

button {
    transition: all 0.3s ease-in-out;
}

.btn {
    height: 42px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    gap: 10px;
    cursor: pointer;
    min-height: 10px;
    text-transform: capitalize;
    background: var(--primary);
    transition: all .3s ease;
}

.btn.white-btn{background: var(--foreground); color: var(--background);}

/* Hover Animation */
.btn:hover {
    animation: btnHover 0.8s forwards;
}

/* Keyframes */
@keyframes btnHover {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 100%;
    }
}

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

.btn-outline,
.btn-outline:hover {
    border: solid 1px #000000;
    background: none;
    color: #000;
}



.icon-btn {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--white);
}

.show {
    display: block !important;
}

.section-padding {
    padding-top: clamp(30px, 4vw, 100px);
    padding-bottom: clamp(30px, 4vw, 100px);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    position: relative;
}

.form-control,
.form-control:focus {
    background: var(--background);
    color: var(--foreground);
    border-radius: 8px;
    border: solid 1px var(--border);
    outline: none;
    box-shadow: none;
    height: 46px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.form-control::placeholder {
    color: var(--muted-foreground);
}

.form-group label {
    font-size: 15px;
    color: var(--black-white-white);
}

.form-check-input {
    background-color: var(--ligt-gray);
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    width: 24px !important;
    height: 24px !important;
    position: relative;
}

.form-check-input:checked {
    background-color: var(--color-primary-900);
}

.forgot-box a {
    color: var(--color-primary-900);
    text-transform: capitalize;
    font-weight: medium;
}

textarea.form-control,
textarea.form-control:focus {
    height: 120px;
    resize: none;
}

p {
    color: var(--black-white-black);
}

blockquote {
    color: var(--black-white-black);
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.toast,
.toast-message,
.toast-body {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 400px;
}




