:root {
    --stitch-withgoogle-com-alabaster: #FAFAFA;
    --stitch-withgoogle-com-athens-gray: #E5E7EB;
    --stitch-withgoogle-com-periwinkle: #C5CDFF;
    --stitch-withgoogle-com-shark: #191A1F;
    --stitch-withgoogle-com-white: #FFFFFF;
    /* ===== Titles ===== */
    --title-title-1-regular: clamp(48px, 6vw, 72px);
    --title-title-1-medium: clamp(48px, 6vw, 72px);
    --title-title-1-bold: clamp(48px, 6vw, 72px);

    --title-title-2-regular: clamp(44px, 5.5vw, 64px);
    --title-title-2-medium: clamp(44px, 5.5vw, 64px);
    --title-title-2-bold: clamp(44px, 5.5vw, 64px);

    --title-title-3-regular: clamp(40px, 5vw, 56px);
    --title-title-3-medium: clamp(40px, 5vw, 56px);
    --title-title-3-bold: clamp(40px, 5vw, 56px);

    /* ===== Headings ===== */
    --heading-h1-medium: clamp(40px, 5vw, 56px);
    --heading-h1-semi-bold: clamp(40px, 5vw, 56px);
    --heading-h1-bold: clamp(40px, 5vw, 56px);

    --heading-h2-medium: clamp(34px, 4.5vw, 48px);
    --heading-h2-semi-bold: clamp(34px, 4.5vw, 48px);
    --heading-h2-bold: clamp(34px, 4.5vw, 48px);

    --heading-h3-medium: clamp(28px, 4vw, 40px);
    --heading-h3-semi-bold: clamp(28px, 4vw, 40px);
    --heading-h3-bold: clamp(28px, 4vw, 40px);

    --heading-h4-medium: clamp(24px, 3.5vw, 32px);
    --heading-h4-semi-bold: clamp(24px, 3.5vw, 32px);
    --heading-h4-bold: clamp(24px, 3.5vw, 32px);

    --heading-h5-medium: clamp(20px, 3vw, 24px);
    --heading-h5-semi-bold: clamp(20px, 3vw, 24px);
    --heading-h5-bold: clamp(20px, 3vw, 24px);

    --heading-h6-medium: clamp(18px, 2.5vw, 20px);
    --heading-h6-semi-bold: clamp(18px, 2.5vw, 20px);
    --heading-h6-bold: clamp(18px, 2.5vw, 20px);

    /* ===== Body ===== */
    --body-body-1-regular: clamp(16px, 2.2vw, 18px);
    --body-body-1-medium: clamp(16px, 2.2vw, 18px);
    --body-body-1-semi-bold: clamp(16px, 2.2vw, 18px);

    --body-body-2-regular: clamp(15px, 2vw, 16px);
    --body-body-2-medium: clamp(15px, 2vw, 16px);

    --body-body-3-regular: clamp(14px, 1.8vw, 14px);
    --body-body-3-medium: clamp(14px, 1.8vw, 14px);

    --body-body-4-regular: clamp(12px, 1.6vw, 12px);
    --body-body-4-medium: clamp(12px, 1.6vw, 12px);

    /* ===== Labels ===== */
    --label-label-1-regular: clamp(15px, 2vw, 16px);
    --label-label-1-medium: clamp(15px, 2vw, 16px);
    --label-label-1-semi-bold: clamp(15px, 2vw, 16px);
    --label-label-1-bold: clamp(15px, 2vw, 16px);

    --label-label-2-regular: clamp(13px, 1.8vw, 14px);
    --label-label-2-medium: clamp(13px, 1.8vw, 14px);
    --label-label-2-semi-bold: clamp(13px, 1.8vw, 14px);
    --label-label-2-bold: clamp(13px, 1.8vw, 14px);

    --label-label-3-regular: clamp(12px, 1.6vw, 12px);
    --label-label-3-medium: clamp(12px, 1.6vw, 12px);
    --label-label-3-semi-bold: clamp(12px, 1.6vw, 12px);
    --label-label-3-bold: clamp(12px, 1.6vw, 12px);

    /* ===== Caption ===== */
    --caption-caption-1-medium: clamp(10px, 1.4vw, 10px);
    --caption-caption-1-semi-bold: clamp(10px, 1.4vw, 10px);

    --caption-caption-2-medium: clamp(9px, 1.2vw, 9px);
    --caption-caption-2-semi-bold: clamp(9px, 1.2vw, 9px);

    /* ===== Semantic ===== */
    --stitch-withgoogle-com-semantic-heading-1: clamp(42px, 5vw, 60px);
    --stitch-withgoogle-com-semantic-heading-2: clamp(20px, 3vw, 24px);
    --stitch-withgoogle-com-inter-regular: clamp(15px, 2vw, 16px);
}

.stitch-withgoogle-com-alabaster {
    color: var(--stitch-withgoogle-com-alabaster);
}

.stitch-withgoogle-com-athens-gray {
    color: var(--stitch-withgoogle-com-athens-gray);
}

.stitch-withgoogle-com-periwinkle {
    color: var(--stitch-withgoogle-com-periwinkle);
}

.stitch-withgoogle-com-shark {
    color: var(--stitch-withgoogle-com-shark);
}

.stitch-withgoogle-com-white {
    color: var(--stitch-withgoogle-com-white);
}

.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;
}

.stitch-withgoogle-com-semantic-heading-1 {
    font-size: var(--stitch-withgoogle-com-semantic-heading-1);
    line-height: normal;
    font-weight: 700;
}

.stitch-withgoogle-com-semantic-heading-2 {
    font-size: var(--stitch-withgoogle-com-semantic-heading-2);
    line-height: normal;
    font-weight: 700;
}

.stitch-withgoogle-com-inter-regular {
    font-size: var(--stitch-withgoogle-com-inter-regular);
    line-height: normal;
    font-weight: 400;
}

* {
    font-family: var(--font-family);
}

html {
    background: var(--accent);
}

body {
    font-family: var(--font-family);
    font-weight: var(--regular);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: var(--background);
    box-sizing: border-box;
}

.container {
    max-width: 1434px !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: 100px;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    gap: 10px;
    min-width: 115px;
    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 var(--border);
    background: none;
    color: var(--foreground);
}



.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(--foreground);
    font-weight: 500;
}

.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;
}





/* Custom Radio Button Styling */
.radio {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--border);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-color: var(--background);
    flex-shrink: 0;
    box-shadow: none !important;
}

.radio:checked {
    border-color: var(--primary);
    background-color: var(--background);
    box-shadow: none;
}

.radio:checked::before {
    content: '';
    position: absolute;
    top: 50.40%;
    left: 49.30%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary);
}

.radio:hover {
    border-color: var(--primary);
}

.radio:focus {
    outline: none;
    box-shadow: none;
}

/* Custom Toggle Styling */
.custom-toggle {
    appearance: none;
    width: 44px !important;
    height: 24px !important;
    background-color: #E2E8F0 !important;
    border-radius: 24px !important;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    --tglbg: #ffffff;
}

.custom-toggle::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.custom-toggle:checked {
    background-color: #3B82F6 !important;
}

.custom-toggle:checked::before {
    left: 23px;
}

.custom-toggle:focus {
    outline: none;
}

.errorTxt{
    color: red
}