:root {
    --linear: linear-gradient(104.04deg, #57BDB5 0%, #1598B0 25%, #0E81A1 50%, #3B5A92 75%, #585BA3 100%);
    --color-teal: #1598B0;
    --color-teal-dark: #0d7a8e;
    --color-text: #333333;
    --color-text-muted: #888888;
    --color-label: #666666;
    --color-border: #f0f4f6;
    --fs-32: 32px;
    --fs-26: 26px;
    --fs-20: 20px;
    --fs-16: 16px;
    --fs-15: 15px;
    --fs-14: 14px;
    --fs-13: 13px;
}
/* Input Fields - Font Weight */
#enterOtp {
    font-weight: 350 !important;
}

#enterOtp::placeholder {
    font-weight: 350 !important;
}

#emailAddress {
    font-weight: 350 !important;
}

#emailAddress::placeholder {
    font-weight: 350 !important;
}

#enterEmailId {
    font-weight: 350 !important;
}

#enterEmailId::placeholder {
    font-weight: 350 !important;
}

#fullName {
    font-weight: 350 !important;
}

#fullName::placeholder {
    font-weight: 350 !important;
}


/* USER SCREENS - LOGIN PAGE */
.login-form__terms {
    font-size: 14px;
    color: #888888;
    text-align: center;
    margin-top: 16px;
    font-family: 'light', sans-serif;
    font-weight: 400;
    line-height: 1.45;
}

.login-form__terms a {
    color: #0e7d8f;
    text-decoration: none;
    font-weight: 700;
    font-family: 'bold', sans-serif;
}

.login-form__terms a:hover {
    text-decoration: underline;
}

.login-page-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: stretch;
    font-family: 'light', sans-serif;
    background: linear-gradient(to top, #FFFFFF 0%, #E5FAFE 100%);
    overflow: hidden;
}

.login-left-panel {
    flex: 1 1 55%;
    position: relative;
    background: linear-gradient(to top, #FFFFFF 0%, #E5FAFE 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.login-circle--back {
    position: absolute;
    width: 110%;
    aspect-ratio: 1 / 1;
    background: rgba(185, 225, 238, 0.55);
    border-radius: 50%;
    top: 22%;
    left: 38%;
    transform: translate(-50%, -48%);
    z-index: 0;
}

.login-circle--main {
    position: absolute;
    width: 96%;
    aspect-ratio: 1 / 1;
    background: #9dcfe0;
    border-radius: 50%;
    top: 24%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.login-bg-illustration {
    position: absolute;
    top: 8%;
    left: 35%;
    transform: translateX(-50%);
    width: 110%;
    max-width: 720px;
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
}

.login-person-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(-1);
    z-index: 3;
    width: 125%;
    max-width: 900px;
    display: block;
    object-fit: contain;
    object-position: bottom center;
}

.login-right-panel {
    flex: 0 0 45%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    position: relative;
    z-index: 3;
}

.login-right-bg {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background: linear-gradient(to top, #FFFFFF 0%, #E5FAFE 100%);
    overflow: hidden;
    z-index: 0;
}

.login-pipe {
    position: absolute;
    background: var(--linear);
    opacity: 0.2;
    border-radius: 100px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 1;
}

.login-pipe--1 {
    width: 60px;
    height: 600px;
    top: -50px;
    right: 120px;
}

.login-pipe--2 {
    width: 60px;
    height: 300px;
    top: 15%;
    right: 30px;
}

.login-pipe--3 {
    width: 60px;
    height: 600px;
    top: 70px;
    right: 0px;
}

.login-card {
    width: 100%;
    max-width: 700px;
    background: #ffffff;
    border-radius: 12px;
    padding: 48px 50px 42px;
    box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.08), 0px 4px 20px rgba(0, 0, 0, 0.04);
    transform: translate(-150px, -30px);
    position: relative;
    z-index: 5;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-card__title {
    font-size: 40px;
    font-weight: 425;
    font-family: 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.login-form__input-group {
    margin-bottom: 16px;
}

.login-form__input {
    width: 100%;
    padding: 15px 18px;
    border: 1.5px solid #d0e8ee;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 700;
    color: #444;
    background: #fff;
    outline: none;
    font-family: 'Gotham', 'bold', sans-serif;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    box-sizing: border-box;
}

.login-form__input::placeholder {
    color: #A0A0A0;
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
}

.login-form__input:focus {
    border-color: #1a8fa0;
    box-shadow: 0 0 0 3px rgba(26, 143, 160, 0.10);
}

.login-form__btn-continue {
    width: 100%;
    padding: 15px 18px;
    background: #1a8fa0;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'Gotham', 'medium', sans-serif;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.22s ease, transform 0.15s ease, box-shadow 0.22s ease;
    margin-top: 6px;
}

.login-form__btn-continue:hover {
    background: #15798e;
    box-shadow: 0 4px 18px rgba(26, 143, 160, 0.28);
    transform: translateY(-1px);
}

.login-form__btn-continue:active {
    transform: translateY(0);
    box-shadow: none;
}

.login-form__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 20px;
}

.login-form__divider::before,
.login-form__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d4e9ef;
}

.login-form__divider-text {
    font-size: 15px;
    color: #A0A0A0;
    font-weight: 350;
    white-space: nowrap;
    font-family: 'Gotham', 'light', sans-serif;
    letter-spacing: 0.02em;
}

.login-form__btn-google {
    width: 100%;
    padding: 15px 18px;
    border: 1.5px solid #1a7f8f;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
    letter-spacing: 0.01em;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.login-form__btn-google:hover {
    box-shadow: 0 4px 14px rgba(26, 143, 160, 0.14);
    transform: translateY(-1px);
}

.login-form__btn-google:active {
    transform: translateY(0);
}

.login-google-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.login-form__signup-link {
    text-align: center;
    margin-top: 22px;
}

.login-form__signup-link a {
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    transition: opacity 0.2s ease;
    letter-spacing: 0.01em;
    display: inline-block;
}

.login-form__signup-link a:hover {
    color: #0f6878;
    text-decoration: underline;
}

/* CHECKOUT PAGE STYLES */
.checkout-section {
    padding: 40px 0 80px;
    background-color: #ffffff;
    font-family: 'light', sans-serif;
}

.checkout-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.checkout-main-title {
    font-size: var(--fs-32);
    font-weight: 700;
    font-family: 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5eff2;
    letter-spacing: -0.01em;
}

.checkout-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.checkout-left-col {
    flex: 0 0 620px;
    max-width: 620px;
    width: 100%;
}

.checkout-step-block {
    margin-bottom: 24px;
}

.checkout-step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.checkout-step-badge {
    width: 44px;
    height: 40px;
    background: #dcf4f6;
    color: #1a8fa0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gotham', 'bold', sans-serif;
    font-size: 18px;
    flex-shrink: 0;
}

.checkout-step-title {
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    color: #3e4a56;
    margin: 0;
}

.checkout-step-content {
    padding-left: 58px;
    max-width: 540px;
    width: 100%;
}

.checkout-step-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #8898a5;
    margin-bottom: 18px;
    font-family: 'Gotham', 'light', sans-serif;
}

.checkout-email-input {
    width: 100%;
    padding: 15px 18px;
    border: 1.5px solid #dce8ec;
    border-radius: 8px;
    font-size: 17px;
    color: #333;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    font-family: 'Gotham', 'light', sans-serif;
}

.checkout-email-input::placeholder {
    color: #a0b0ba;
    font-size: 17px;
    font-family: 'Gotham', 'light', sans-serif;
}

.checkout-email-input:focus {
    border-color: #1a8fa0;
    box-shadow: 0 0 0 3px rgba(26, 143, 160, 0.12);
}

.checkout-btn-continue {
    width: 100%;
    padding: 15px 18px;
    background: #1a7f8f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Gotham', 'medium', sans-serif;
    cursor: pointer;
    margin-top: 16px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.checkout-btn-continue:hover {
    background: #146977;
}

.checkout-divider {
    display: flex;
    align-items: center;
    margin: 24px 0 20px;
    color: #9aaaba;
    font-size: 15px;
    font-family: 'Gotham', 'light', sans-serif;
}

.checkout-divider::before,
.checkout-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dce8ec;
}

.checkout-divider span {
    padding: 0 14px;
}

.checkout-btn-google {
    width: 100%;
    padding: 15px 18px;
    background: #ffffff;
    border: 1.5px solid #c2dee6;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.checkout-btn-google span {
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.checkout-btn-google:hover {
    background-color: #f7fcfe;
    border-color: #1a8fa0;
}

.checkout-terms-text {
    font-size: 15px;
    color: #8898a5;
    text-align: center;
    margin-top: 18px;
    font-family: 'Gotham', 'light', sans-serif;
    line-height: 1.45;
}

.checkout-terms-text a {
    color: #1a8fa0;
    font-family: 'Gotham', 'bold', sans-serif;
    text-decoration: underline;
}

.checkout-step-separator {
    height: 1px;
    background-color: #dce8ec;
    margin: 28px 0;
}

.checkout-step-header--disabled {
    justify-content: space-between;
}

.checkout-step-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkout-lock-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #9aa8b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-16);
}

.checkout-right-col {
    flex: 0 0 520px;
    max-width: 520px;
    width: 100%;
    margin-left: auto;
}

.checkout-summary-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eef5f7;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    padding: 20px 22px;
}

.checkout-summary-title {
    font-size: var(--fs-20);
    font-family: 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 14px;
}

.checkout-product-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.checkout-product-img {
    width: 72px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.checkout-product-info {
    flex: 1;
}

.checkout-product-name {
    font-size: var(--fs-16);
    font-family: 'bold', sans-serif;
    color: #666666;
    line-height: 1.35;
    margin-bottom: 2px;
}

.checkout-product-price {
    font-size: var(--fs-16);
    font-family: 'bold', sans-serif;
    color: #111827;
}

.checkout-discount-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.checkout-discount-input {
    flex: 1;
    height: 48px;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    font-size: var(--fs-16);
    font-weight: 350;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    font-family: 'Gotham', 'medium', sans-serif;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.checkout-discount-input::placeholder {
    color: #A0A0A0;
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'Gotham', 'medium', sans-serif;
}

.checkout-discount-input:focus {
    border-color: #0e7d8f;
    box-shadow: 0 4px 18px rgba(14, 125, 143, 0.15);
}

.checkout-btn-apply {
    width: 100px;
    height: 48px;
    padding: 0;
    flex-shrink: 0;
    background: #0e7d8f;
    color: #ffffff;
    border: 1px solid #0c7182;
    border-radius: 10px;
    font-size: var(--fs-16);
    font-weight: 400;
    font-family: 'Gotham', 'book', sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(14, 125, 143, 0.25);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-btn-apply:hover {
    background: #0b6c7c;
    box-shadow: 0 6px 16px rgba(14, 125, 143, 0.35);
}

.checkout-price-list {
    margin-bottom: 8px;
}

.checkout-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs-16);
    color: #5a6a78;
    margin-bottom: 4px;
    font-family: 'light', sans-serif;
}

.checkout-price-item .checkout-price-val {
    font-family: 'medium', sans-serif;
    color: #333;
}

.checkout-price-item.checkout-discount-item .checkout-price-val {
    color: #ef5350;
}

.checkout-price-item.checkout-gst-item .checkout-price-val {
    color: #333;
}

.checkout-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs-20);
    font-family: 'bold', sans-serif;
    font-weight: 700;
    color: #111827;
    padding-top: 6px;
    border-top: 1px solid #dce8ec;
    margin-bottom: 5px;
}

.checkout-total-row span,
.checkout-total-row .checkout-total-val {
    font-size: var(--fs-20);
    font-weight: 700;
    font-family: 'bold', sans-serif;
}

.checkout-btn-pay {
    width: 100%;
    padding: 8px 10px;
    background: #8ec3cc;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'light', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.checkout-btn-pay:hover {
    background: #7ab5bf;
}

.checkout-summary-card .checkout-divider {
    margin: 5px 0;
}

.checkout-btn-emi {
    width: 100%;
    padding: 8px 10px;
    background: #8ec3cc;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'light', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.checkout-btn-emi:hover {
    background: #7ab5bf;
}

.checkout-emi-box {
    background: #DBF9FF;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 4px;
}

.checkout-emi-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #4a5c6b;
    margin-bottom: 5px;
    font-family: 'light', sans-serif;
}

.checkout-emi-item:last-child {
    margin-bottom: 0;
}

.checkout-emi-item span,
.checkout-emi-item span:last-child {
    font-size: 14px;
    font-weight: 400;
    font-family: 'light', sans-serif;
    color: #2b3a46;
}

.checkout-section-2,
.checkout-section-3,
.checkout-section-4 {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px dashed #dce8ec;
}

.checkout-check-icon {
    color: #0c9b61;
    font-size: 20px;
    margin-left: 6px;
    flex-shrink: 0;
    vertical-align: middle;
}

.checkout-btn-pay,
.checkout-btn-emi,
.checkout-btn-pay--active,
.checkout-btn-emi--active {
    background: #0F788B !important;
}

.checkout-btn-pay:hover,
.checkout-btn-emi:hover,
.checkout-btn-pay--active:hover,
.checkout-btn-emi--active:hover {
    background: #0c6778 !important;
}

/* MY PAYMENTS PAGE STYLES */
.payments-section {
    padding: 40px 0 80px;
    background-color: #ffffff;
    font-family: 'light', sans-serif;
}

.payments-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.payments-main-title {
    font-size: var(--fs-32);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.payments-card {
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 20px 24px;
}

.payments-card--completed {
    background: #DBF9FF;
    border: 1px solid #d4f2f8;
    box-shadow: 0 4px 20px rgba(15, 120, 139, 0.05);
}

.payments-card--emi {
    background: #ffffff;
    border: 1px solid #eef5f7;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    padding: 24px;
}

.payments-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.payments-card-info-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.payments-check-icon {
    color: #0c9b61;
    flex-shrink: 0;
}

.payments-status-dots {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.payments-product-img {
    width: 72px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.payments-product-name {
    font-size: var(--fs-16);
    font-family: 'Gotham', 'bold', sans-serif;
    font-weight: 700;
    color: #666666;
    line-height: 1.35;
    max-width: 320px;
}

.payments-card-meta {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-shrink: 0;
}

.payments-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 90px;
}

.payments-meta-label {
    font-size: var(--fs-14);
    color: #8898a5;
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-meta-val {
    font-size: var(--fs-15);
    color: #2b3a46;
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-meta-val--bold {
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    color: #111827;
}

.payments-status--ongoing {
    color: #F8BD00;
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
}

.payments-invoice-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0F788B;
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    font-size: var(--fs-15);
    text-decoration: none;
}

.payments-invoice-link:hover {
    text-decoration: underline;
}

.payments-emi-table-wrapper {
    margin-top: 24px;
}

.payments-table-header {
    background: #dbf6fa;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.payments-table-row {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #edf4f6;
}

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

.payments-col {
    box-sizing: border-box;
}

.payments-table-header .payments-col {
    font-size: var(--fs-14);
    color: #668896;
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-col-emi {
    flex: 1.5;
    font-size: var(--fs-15);
    color: #666666;
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-col-date {
    flex: 1.5;
    font-size: var(--fs-14);
    color: #666666;
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-col-invoice {
    flex: 1.5;
}

.payments-col-status {
    flex: 1.2;
    font-size: var(--fs-14);
    font-family: 'Gotham', 'light', sans-serif;
}

.payments-col-status.status--paid {
    color: #10b981;
}

.payments-col-status.status--upcoming {
    color: #e06d53;
}

.payments-col-amount {
    flex: 1.2;
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    color: #111827;
}

.payments-col-action {
    width: 90px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.payments-btn-paynow {
    background: #0F788B;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: var(--fs-13);
    font-weight: 350;
    font-family: 'light', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
}

.payments-btn-paynow:hover {
    background: #0c6778;
}

.payments-chevron-icon {
    display: inline-block;
}

/* ── PROFILE PAGE ── */
.profile-page-wrapper {
    padding: 40px 0 80px;
    font-family: 'Gotham', 'light', sans-serif;
}

.profile-page-title {
    font-size: var(--fs-32);
    font-weight: 425;
    font-family: 'Gotham', 'bold', sans-serif;
    background: var(--linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 32px;
    padding-top: 50px;
}

.profile-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.profile-left-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 48px 36px;
    min-width: 400px;
    width: 420px;
    min-height: 360px;
    flex-shrink: 0;
}

.profile-avatar-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.profile-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 3px solid #e8f6f9;
}

.profile-name-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    color: #222222;
}

.profile-edit-icon {
    font-size: var(--fs-13);
    color: var(--color-teal);
    cursor: pointer;
    transition: color 0.2s;
}

.profile-edit-icon:hover {
    color: var(--color-teal-dark);
}

.profile-info-rows {
    border-top: 1px solid var(--color-border);
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.profile-info-label {
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'Gotham', 'medium', sans-serif;
    color: var(--color-label);
    min-width: 45px;
    flex-shrink: 0;
}

.profile-info-value-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1;
    justify-content: flex-end;
}

.profile-info-value {
    font-size: var(--fs-16);
    font-weight: 700;
    font-family: 'Gotham', 'bold', sans-serif;
    color: var(--color-text);
    text-align: right;
}

.profile-right-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 16px 16px 0 0px;
    flex: 1;
    margin-top: 20px;
}

.profile-address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
}

.profile-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-field-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-field-label {
    font-size: var(--fs-16);
    font-weight: 350;
    font-family: 'Gotham', 'medium', sans-serif;
    color: var(--color-label);
}

.profile-field-text {
    font-size: var(--fs-16);
    font-weight: 400;
    font-family: 'Gotham', 'book', sans-serif;
    color: var(--color-label);
    line-height: 1.6;
}

.profile-small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 40px;
    margin-top: 28px;
}

/* Responsive - Laptop */
@media (max-width: 1200px) {
    .login-card {
        transform: translate(-80px, -20px);
    }

    .login-pipe--1 {
        right: 80px;
    }

    .login-pipe--2 {
        right: 10px;
    }

    .login-pipe--3 {
        right: -20px;
    }

    .checkout-container {
        max-width: 100%;
        padding: 0 24px;
    }

    .checkout-left-col {
        flex: 1 1 55%;
        max-width: 100%;
    }

    .checkout-right-col {
        flex: 0 0 450px;
        max-width: 450px;
        margin-left: auto;
    }
}

/* Responsive - Tablet */
@media (max-width: 900px) {
    .login-page-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .login-left-panel {
        flex: 0 0 auto;
        min-height: 280px;
        height: 55vw;
        max-height: 400px;
        width: 100%;
        justify-content: center;
        align-items: flex-end;
        background: transparent;
    }

    .login-circle--back {
        width: 75%;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -48%);
    }

    .login-circle--main {
        width: 62%;
        left: 50%;
        top: 25%;
        transform: translate(-50%, -50%);
    }

    .login-bg-illustration {
        width: 52%;
        max-width: 300px;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .login-person-img {
        width: 55%;
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%) scaleX(-1);
    }

    .login-right-panel {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        padding: 32px 16px 40px;
    }

    .login-right-bg {
        top: 0;
        height: 100%;
        background: transparent;
    }

    .login-card {
        padding: 36px 28px 32px;
        max-width: 480px;
        width: 100%;
        box-sizing: border-box;
        transform: none;
        margin: -30px auto 0;
        min-height: 490px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-pipe {
        display: none;
    }

    .checkout-section {
        padding: 24px 0 50px;
    }

    .checkout-grid {
        flex-direction: column;
        gap: 28px;
    }

    .checkout-left-col,
    .checkout-right-col {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .checkout-step-content {
        padding-left: 0;
        margin-top: 12px;
        max-width: 100%;
    }

    .checkout-summary-card {
        padding: 20px 22px;
    }

    .payments-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .payments-card-meta {
        gap: 24px;
        width: 100%;
        justify-content: space-between;
        margin-top: 12px;
    }

    .payments-emi-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .payments-table-header,
    .payments-table-row {
        min-width: 620px;
    }

    .profile-layout {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .profile-left-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
        padding: 36px 28px;
        box-sizing: border-box;
    }

    .profile-right-card {
        padding: 0;
        margin-top: 0;
        width: 100%;
    }

    .profile-address-grid {
        gap: 24px 30px;
    }

    .profile-small-grid {
        gap: 24px 30px;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .payments-section {
        padding: 24px 0 50px;
    }

    .payments-container {
        padding: 0 16px;
    }

    .payments-main-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .payments-card {
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 12px;
    }

    .payments-card--emi {
        padding: 16px;
    }

    .payments-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .payments-card-info-left {
        gap: 10px;
        width: 100%;
    }

    .payments-product-img {
        width: 56px;
        height: 42px;
    }

    .payments-product-name {
        font-size: 14px;
        max-width: 100%;
    }

    .payments-card-meta {
        gap: 16px;
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
        padding-top: 10px;
        border-top: 1px dashed rgba(0, 0, 0, 0.08);
    }

    .payments-meta-item {
        min-width: auto;
        gap: 2px;
    }

    .payments-meta-label {
        font-size: 12px;
    }

    .payments-meta-val,
    .payments-invoice-link {
        font-size: 13px;
    }

    .payments-meta-val--bold {
        font-size: 14px;
    }

    .payments-emi-table-wrapper {
        margin-top: 16px;
    }

    .payments-table-header,
    .payments-table-row {
        min-width: 580px;
        padding: 10px 14px;
    }

    .payments-table-header .payments-col {
        font-size: 13px;
    }

    .payments-col-emi,
    .payments-col-date,
    .payments-col-status {
        font-size: 13px;
    }

    .payments-col-amount {
        font-size: 14px;
    }

    .payments-btn-paynow {
        padding: 6px 12px;
        font-size: 12px;
    }

    .payments-section {
        padding: 16px 0 40px;
    }

    .payments-container {
        padding: 0 12px;
    }

    .payments-main-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .payments-card {
        padding: 14px 12px;
        margin-bottom: 14px;
    }

    .payments-product-name {
        font-size: 13px;
    }

    .payments-card-meta {
        gap: 10px;
    }
     .profile-page-wrapper {
        padding: 24px 0 50px;
    }

    .profile-page-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-avatar {
        width: 90px;
        height: 90px;
    }

    .profile-left-card {
        padding: 28px 20px;
    }

    .profile-address-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profile-small-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .profile-info-label,
    .profile-info-value,
    .profile-field-label,
    .profile-field-text {
        font-size: 14px;
    }
}

/* Responsive - Mobile */
@media (max-width: 560px) {
    .login-page-wrapper {
        margin-top: -30px;
        min-height: auto;
    }

    .login-left-panel {
        height: 60vw;
        max-height: 280px;
        min-height: 220px;
    }

    .login-circle--back {
        width: 85%;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -48%);
    }

    .login-circle--main {
        width: 70%;
        left: 50%;
        top: 25%;
        transform: translate(-50%, -50%);
    }

    .login-bg-illustration {
        width: 62%;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
    }

    .login-person-img {
        width: 65%;
        left: 50%;
        transform: translateX(-50%) scaleX(-1);
    }

    .login-right-panel {
        padding: 24px 12px 40px;
    }

    .login-card {
        padding: 28px 20px 24px;
        border-radius: 14px;
        width: 100%;
        box-sizing: border-box;
        margin-top: -30px;
        min-height: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-card__title {
        font-size: 1.35rem;
        margin-bottom: 24px;
    }

    .login-form__btn-continue,
    .login-form__btn-google {
        font-size: 0.88rem;
        padding: 12px 14px;
    }

    .login-pipe {
        display: none;
    }

    .checkout-section {
        padding: 16px 0 40px;
    }

    .checkout-container {
        padding: 0 16px;
    }

    .checkout-main-title {
        font-size: 24px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    .checkout-step-header {
        gap: 12px;
    }

    .checkout-step-badge {
        width: 36px;
        height: 34px;
        font-size: 15px;
    }

    .checkout-step-title {
        font-size: 16px;
    }

    .checkout-step-subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .checkout-summary-card {
        padding: 16px;
        border-radius: 12px;
    }

    .checkout-summary-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .checkout-product-row {
        gap: 10px;
        margin-bottom: 12px;
    }

    .checkout-product-img {
        width: 60px;
        height: 44px;
    }

    .checkout-product-name {
        font-size: 13px;
    }

    .checkout-product-price {
        font-size: 17px;
    }

    .checkout-discount-row {
        gap: 8px;
        margin-bottom: 12px;
    }

    .checkout-discount-input {
        height: 42px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 10px;
    }

    .checkout-btn-apply {
        width: 85px;
        height: 42px;
        padding: 0;
        font-size: 13px;
        border-radius: 8px;
    }

    .checkout-price-item {
        font-size: 14px;
    }

    .checkout-total-row {
        font-size: 18px;
    }

    .checkout-total-row span,
    .checkout-total-row .checkout-total-val {
        font-size: 18px;
    }

    .checkout-btn-pay,
    .checkout-btn-emi {
        font-size: 14px;
        padding: 9px 10px;
    }

    .login-form__input {
        height: 44px;
        font-size: 14px;
    }

    .login-form__btn-continue {
        height: 44px;
        font-size: 15px;
    }

    .login-form__btn-google {
        height: 44px;
        font-size: 14px;
    }
       .profile-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .profile-info-value-wrap {
        justify-content: flex-start;
        width: 100%;
    }

    .profile-info-value {
        text-align: left;
    }
}

.user-profile-wrapper{position:relative;display:inline-block}
.user-profile-trigger{display:flex;align-items:center;gap:0;padding:4px 26px 4px 4px;background:#fff;border:1.5px solid #e4eef2;border-radius:14px;cursor:pointer;box-shadow:0 3px 14px rgba(0,0,0,.07);transition:border-color .25s ease,box-shadow .25s ease,border-radius .2s ease,padding .3s ease,gap .3s ease;height:52px;box-sizing:border-box;overflow:hidden;position:relative;z-index:1001}
.user-profile-wrapper.active .user-profile-trigger{border-color:#d8edf1;box-shadow:0 2px 8px rgba(21,152,176,.08);border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:#eaf3f5;padding-right:18px;gap:12px}
.user-profile-trigger .user-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0}
.user-profile-trigger .user-name{font-size:16px;font-weight:500;color:#222;white-space:nowrap;max-width:0;overflow:hidden;opacity:0;transition:max-width .35s ease,opacity .25s ease;flex-shrink:0;flex:1}
.user-profile-wrapper.active .user-profile-trigger .user-name{max-width:160px;opacity:1}
.user-profile-trigger .dropdown-caret{font-size:13px;color:#0d7a8e;transition:transform .3s ease;flex-shrink:0;margin-left:6px}
.user-profile-wrapper.active .dropdown-caret{transform:rotate(180deg)}
.user-dropdown-menu{position:absolute;top:100%;left:0;min-width:100%;background:#fff;border:1.5px solid #d8edf1;border-top:none;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.1);padding:8px 8px 10px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:1000;box-sizing:border-box}
.user-profile-wrapper.active .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.user-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:background-color .2s ease;margin-bottom:2px}
.user-dropdown-menu .dropdown-item:last-child{margin-bottom:0}
.user-dropdown-menu .dropdown-item:hover{background-color:#f0fafc}
.user-dropdown-menu .item-icon-box{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.user-dropdown-menu .icon-cyan{background-color:#e2fafe;color:#1598b0}
.user-dropdown-menu .icon-red{background-color:#ffebee;color:#ef5350}
.user-dropdown-menu .item-label{font-size:15px;font-weight:500;color:#555}
.user-dropdown-menu .dropdown-item:hover .item-label{color:#1598b0}
.user-dropdown-menu .logout-item:hover{background-color:#fff5f5}
.user-dropdown-menu .logout-text{color:#ef5350}
.user-dropdown-menu .logout-item:hover .logout-text{color:#d32f2f}