@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --primary: #ff9d00;
    --text-dark: #212548;
    --text-light: #667085;
    --text-white: #ffffff;
}

.header {
    box-shadow: 1px 1px 4px #33333383;
    position: relative;
    z-index: 1;
}


.bill-logo {
    height: 65px !important;
}

.mpo-logo {
    height: 45px !important;
}


.preheader {
    background: linear-gradient(135deg, #ffcc00, #ff7a00);
    height: 35px;
}

.preheader--links {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
}

.preheader ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.home-link {
    color: var(--text-dark);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.95;
}

.home-link:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateY(-0.5px);
}

a {
    text-decoration: none;
    color: inherit;
}

/* HERO SECTION css*/

.hero-section {
    min-height: 100vh;
    background-image: url('/images/paybill/hero-bg-2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    overflow: hidden;
}

 


.quick-pay-btn:hover {
    transform: translateY(-2px);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.portal-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    backdrop-filter: blur(12px);
    margin-bottom: 8px;
    font-size: 14px;
    color: #26c400;
    font-weight: 600;
}

.main-heading {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
}

.main-heading .main-heading--orange {
    color: var(--primary);
}

.below-heading {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffc4;
}

.hero-para {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    max-width: 650px;
    font-weight: 700;
    margin-top: 40px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 12px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.discom-card {
    padding: 20px 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.discom-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 170, 0, 0.4);
}

.discom-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 12px;
}

.icon-yellow {
    background: rgba(255, 174, 0, 0.15);
    color: var(--primary);
}

.discom-card:hover .icon-yellow {
    background: rgba(255, 174, 0, 0.30);
    color: #ffb11a;
}

.icon-purple {
    background: rgba(165, 96, 255, 0.15);
    color: #c18cff;
}

.discom-card:hover .icon-purple {
    background: rgba(165, 96, 255, 0.30);
    color: #c18cff;
}

.icon-green {
    background: rgba(90, 255, 142, 0.15);
    color: #7dff93;
}

.discom-card:hover .icon-green {
    background: rgba(90, 255, 142, 0.30);
    color: #7dff93;
}


.discom-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.discom-card p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    opacity: .8;
}

/* =========================
        LOGIN CARD
    ========================== */

.login-card {
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.login-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 145, 0, 0.15);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    filter: blur(60px);
}

.login-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-card p {
    margin-bottom: 24px;
    font-size: 12px;
    color: #fff;
    opacity: .7;
}

.otp-box {
    width: 48px;
    height: 48px;
 
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-align: center;
}

.otp-box:hover {
 background: rgba(255, 255, 255, 0.10);
}

.otp-box:focus {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-color: rgba(255, 174, 0, 0.4);
    color: #fff;
}

.otp-box:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.otp-box.otp-enabled {
    opacity: 1;
    cursor: text;
}

.glass-input:disabled,
.otp-btn:disabled,
.submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.captcha-row {
    margin-top: 16px;
}

.captcha-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-inline img {
    flex-shrink: 0;
    height: 40px;
    border-radius: 6px;
}

.captcha-inline .glass-input {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.captcha-refresh {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffcc00;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

.captcha-refresh:hover {
    color: #ffb11a;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 580px) {
    .captcha-inline {
        flex-wrap: wrap;
    }

    .captcha-inline .glass-input {
        flex: 1 1 100%;
        order: 2;
    }

    .captcha-inline img {
        order: 1;
    }

    .captcha-inline .captcha-refresh {
        order: 1;
    }
}

.login-alert {
    border-radius: 8px;
    font-size: 13px;
    padding: 10px 14px;
    margin-top: 12px;
}

.login-alert-danger {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: #ffc9cf;
}

.login-alert-success {
    background: rgba(38, 196, 0, 0.15);
    border: 1px solid rgba(38, 196, 0, 0.4);
    color: #b8f5a8;
}

.small-text p {
    font-size: 12px;
    margin-bottom: 4px;
}

.form-label {
    /*color: #fff;*/
    font-weight: 500;
    margin-bottom: 8px;
}

.glass-input {
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.glass-input:focus {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-color: rgba(255, 174, 0, 0.4);
    color: #fff;
}

.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.otp-btn {
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffcc00, #ff7a00);
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(255, 145, 0, 0.25);
}

.otp-btn:hover {
    transform: translateY(-3px);
}

.submit-btn {
    width: 100%;
    border: 1px solid #fff;
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(255, 145, 0, 0.25);
}

.submit-btn:hover {
    transform: translateY(-3px);
}

/* =========================
        STATS CARD
    ========================== */

.stats-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.stats-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.stat-box h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 2px;
}

.stat-box p {
    margin: 0;
    color: var(--text-light);
    font-size: 12px;
}

.bg-soft-orange {
    background: #fff3e4;
    color: #ff9d00;
}

.bg-soft-purple {
    background: #f3eaff;
    color: #a45eff;
}

.bg-soft-green {
    background: #ebffe8;
    color: #4caf50;
}

/* SEGMENTED SWITCH */
.consumer-type-segments {
    display: flex;
    flex-direction: column;
}

.segment-group {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    border: 1px solid #e2e8f0;
}

.segment-input {
    display: none;
}

.segment-label {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    margin-bottom: 0;
}

.segment-input:checked + .segment-label {
    background: #ffffff;
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.segment-label:hover {
    color: var(--primary);
}

/* REFINE INPUTS */
.sd-form-control-input {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    transition: all 0.25s ease;
}

    .sd-form-control-input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
        background: #ffffff;
    }

/* =========================
        RESPONSIVE
    ========================== */

@media (max-width: 991px) {

    .hero-content {
        padding-top: 50px;
    }

    .main-heading {
        font-size: 50px;
    }

    .login-card {
        margin-top: 40px;
    }

    .stats-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    .brand-text {
        font-size: 26px;
    }

    .main-heading {
        font-size: 40px;
    }

    .hero-para {
        font-size: 16px;
    }

    .login-card {
        padding: 25px;
    }

    .login-card h2 {
        font-size: 30px;
    }

    .stats-card {
        padding: 24px;
    }

    .stat-box {
        margin-bottom: 25px;
    }

    .mpo-logo {
        display: none;
    }
}

@media (max-width: 580px) {
    
    .portal-badge {
        font-size: 12px;
    }

    .main-heading {
        font-size: 32px;
    }

    .login-card {
        margin-top: 0px;
    }

    .login-card h2 {
        font-size: 20px;
    }

    .otp-box {
        width: 36px;
        height: 36px;
    }

    .stats-card {
        padding: 16px;
    }

    .stat-box {
        margin-bottom: 12px;
    }

    .stat-icon {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        font-size: 20px;
    }

    .stat-box h4 {
        font-size: 18px;
    }

    .mpo-logo {
        display: none;
    }
}

/* =========================
    HOW IT WORKS SECTION
========================= */

.mp-process-section {
    background: #f8f9fc;
}

.mp-process-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
}

/* Description */

.mp-process-description {
    font-size: 14px;
    color: var(--text-light);
}

/* Step Box */

.mp-process-step-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.mp-process-step-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Step Number */

.mp-process-step-number {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);

    width: 42px;
    height: 42px;
    border-radius: 50%;

    background: linear-gradient(135deg, #ffb300, #ff7a00);

    color: #fff;
    font-size: 15px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(255, 145, 0, 0.25);
}

/* Icon Wrapper */

.mp-process-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 35px;
}

/* Icon Colors */

.mp-process-icon-orange {
    background: #fff5e8;
    color: #d6851b;
}

.mp-process-icon-purple {
    background: #f5edff;
    color: #8b5cf6;
}

.mp-process-icon-green {
    background: #eef9e8;
    color: #5d9b2e;
}

.mp-process-icon-blue {
    background: #edf4ff;
    color: #2563eb;
}

.mp-process-icon-pink {
    background: #fff0f4;
    color: #e76f93;
}

/* Step Title */

.mp-process-step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0px;
}

/* Step Text */

.mp-process-step-text {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 0;
}

/* Connector Line */

.mp-process-connector {
    width: 60px;
    height: 2px;
    border-top: 2px dashed #c5ced9;
}

/* =========================
    RESPONSIVE
========================= */

@media (max-width: 991px) {

    .mp-process-title {
        font-size: 34px;
    }

    .mp-process-step-box {
        padding: 55px 20px 30px;
    }

    .mp-process-icon-wrapper {
        width: 85px;
        height: 85px;
        font-size: 34px;
    }

    .mp-process-step-title {
        font-size: 20px;
    }

}

@media (max-width: 767px) {

    .mp-process-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .mp-process-title {
        font-size: 28px;
    }

    .mp-process-description {
        font-size: 15px;
    }

    .mp-process-step-box {
        border-radius: 22px;
    }

}

@media (max-width: 580px) {

    .mp-process-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mp-process-title {
        font-size: 21px;
    }

    .mp-process-step-title {
        font-size: 18px;
    }

    .mp-process-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 auto 12px;
    }

    .mp-process-step-box {
        padding: 41px 20px 20px;
    }

}

/* =========================
    PLATFORM FEATURES
========================= */

.mp-features-section {
    background: #f8f9fc;
}

.mp-feature-icon-orange {
    color: #d6851b;
}

.mp-feature-icon-purple {
    color: #c18cff;
}

.mp-feature-icon-green {
    color: #5d9b2e;
}

.mp-feature-icon-pink {
    color: #e76f93;
}

.mp-feature-icon-blue {
    color: #2563eb;
}




/* Feature Box */

.mp-feature-item-box {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    padding: 24px;
    height: 100%;

    display: flex;
    align-items: flex-start;
    gap: 22px;

    transition: 0.35s ease;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.mp-feature-item-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Icon Wrapper */

.mp-feature-icon-wrapper {
    font-size: 32px;
}

.mp-feature-content {
    flex: 1;
}

.mp-feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

/* =========================
    RESPONSIVE
========================= */

@media (max-width: 767px) {

    .mp-features-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }



    .mp-feature-item-box {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 22px;
    }

}

@media (max-width: 580px) {

    .mp-features-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .feature-box {
        text-align: center;
    }

    .feature-box .portal-badge {
        justify-content: center;
    }

    .mp-feature-item-box {
        padding: 16px;
        gap: 4px;
    }

    .mp-feature-icon-wrapper {
        font-size: 24px;
    }
}

.footer-section {
    background: #ebba59;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /*z-index: 1000;*/
}

.footer-text {
    font-size: 12px;
}

/* ========================================================
   PREMIUM INTEGRATION FROM STYLE_UP.CSS (MPCZ DISCOM & VIEW BILL)
   ======================================================== */

.sd-section {
    background: #f8f9fc;
    padding: 32px 0;
    position: relative;
    min-height : 82vh;
}

.discom-badge {
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 50px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #f97316;
    font-weight: 600;
    margin-bottom: 20px;
}

.sd-dd-link {
    color: #f97316;
    font-weight: 700;
    background: none;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
    transition: all 0.2s ease;
}

.sd-dd-link:hover {
    color: #ea580c;
    text-decoration-color: #ea580c;
}

.dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    padding: 6px;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(249, 115, 22, 0.05);
    color: #f97316;
}

.sd-form-section {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.sd-form-section:hover {
    box-shadow: 0 20px 45px rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.15);
}

/* SELECTED DISCOM HEADER STYLING */
.selected-discom-header {
    background: linear-gradient(135deg, #fff7ed 0%, #fff7ed 100%);
    border: 1.5px solid #fed7aa;
    border-radius: 16px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 4px 12px rgba(255, 122, 0, 0.04);
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.selected-discom-header:hover {
    border-color: #fed7aa;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 6px 16px rgba(255, 122, 0, 0.08);
}

.discom-icon-glow {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
    color: #ffffff;
    font-size: 20px;
}

.discom-icon-glow i {
    color: #ffffff !important;
    animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
    }
    50% {
        transform: scale(1.12);
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
    }
}

.discom-header-details {
    display: flex;
    flex-direction: column;
}

.discom-label {
    font-size: 11px;
    font-weight: 700;
    color: #d97706 !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.discom-name {
    font-size: 14px;
    font-weight: 800;
    color: #1e293b !important;
}

.discom-switch-btn {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

.discom-switch-btn:hover,
.discom-switch-btn:focus {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.2) !important;
}

/* SIDEBAR SERVICES CONTAINER */
.sd-services-sidebar {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 28px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.sd-services-sidebar:hover {
    box-shadow: 0 20px 45px rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.15);
}

.mp-sidebar-services-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 6px;
}

/* PREMIUM CARD COMPONENT */
.sd-service-card-premium {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 4px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -2px rgba(0, 0, 0, 0.02);
}

.sd-service-premium-glow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    filter: blur(35px);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

.sd-service-card-premium:hover {
    transform: translateY(-3px);
    border-color: rgba(226, 232, 240, 0.9);
    box-shadow: 0 12px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
}

.sd-service-card-premium:hover .sd-service-premium-glow {
    opacity: 0.15;
}

/* CARD THEMES */
.discom-cyan-theme .sd-service-premium-glow {
    background: #f59e0b;
}

.discom-cyan-theme .sd-service-premium-icon {
    background: linear-gradient(135deg, #fff7ed, #fff7ed);
    color: #f59e0b;
    border: 1px solid rgba(249, 115, 22, 0.15);
}

.discom-cyan-theme .sd-service-premium-tag {
    color: #f97316;
}

.discom-cyan-theme:hover {
    border-color: #fed7aa;
}

.discom-cyan-theme:hover .sd-service-premium-icon {
    background: linear-gradient(135deg, #f97316, #f59e0b);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
    border-color: transparent;
}

.discom-indigo-theme .sd-service-premium-glow {
    background: #6366f1;
}

.discom-indigo-theme .sd-service-premium-icon {
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    color: #6366f1;
    border: 1px solid #c7d2fe;
}

.discom-indigo-theme .sd-service-premium-tag {
    color: #4f46e5;
}

.discom-indigo-theme:hover {
    border-color: #c7d2fe;
}

.discom-indigo-theme:hover .sd-service-premium-icon {
    background: linear-gradient(135deg, #818cf8, #6366f1);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
    border-color: transparent;
}

.discom-teal-theme .sd-service-premium-glow {
    background: #0d9488;
}

.discom-teal-theme .sd-service-premium-icon {
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    color: #0d9488;
    border: 1px solid #99f6e4;
}

.discom-teal-theme .sd-service-premium-tag {
    color: #0d9488;
}

.discom-teal-theme:hover {
    border-color: #99f6e4;
}

.discom-teal-theme:hover .sd-service-premium-icon {
    background: linear-gradient(135deg, #2dd4bf, #0d9488);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25);
    border-color: transparent;
}

/* INNER COMPONENTS */
.sd-service-premium-content {
    position: relative;
    z-index: 2;
}

.sd-service-premium-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sd-service-card-premium:hover .sd-service-premium-icon {
    transform: scale(1.08) rotate(5deg);
}

.sd-service-premium-text {
    display: flex;
    flex-direction: column;
}

.sd-service-premium-tag {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.sd-service-premium-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.discom-cyan-theme:hover .sd-service-premium-title {
    color: #f97316;
}

.discom-indigo-theme:hover .sd-service-premium-title {
    color: #4f46e5;
}

.discom-teal-theme:hover .sd-service-premium-title {
    color: #0d9488;
}

.sd-service-premium-desc {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.4;
}

.sd-service-premium-arrow {
    font-size: 24px;
    color: #94a3b8;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd-service-card-premium:hover .sd-service-premium-arrow {
    transform: translateX(5px);
}

.discom-cyan-theme:hover .sd-service-premium-arrow {
    color: #f97316;
}

.discom-indigo-theme:hover .sd-service-premium-arrow {
    color: #4f46e5;
}

.discom-teal-theme:hover .sd-service-premium-arrow {
    color: #0d9488;
}

.cyan-head {
    color: var(--primary);
}

.sd-form-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* SEGMENTED SWITCH */
.consumer-type-segments {
    display: flex;
    flex-direction: column;
}

.segment-group {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    border: 1px solid #e2e8f0;
}

.segment-input {
    display: none;
}

.segment-label {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    margin-bottom: 0;
}

.segment-input:checked+.segment-label {
    background: #ffffff;
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.segment-label:hover {
    color: var(--primary);
}

/* REFINE INPUTS */
.sd-form-control-input {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    transition: all 0.25s ease;
}

.sd-form-control-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
    background: #ffffff;
}

/* CAPTCHA STYLING */
.captcha-img-wrapper {
    background: #f8fafc;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1.5px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
}

.captcha-img-wrapper img {
    height: 28px;
    object-fit: contain;
}

/* SLEEK BUTTONS */
.mp-btn-primary {
    background: linear-gradient(135deg, #f97316, #f59e0b);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(255, 122, 0, 0.3);
    transition: all 0.3s ease;
}

.mp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
    color: #ffffff;
}

.mp-btn-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.mp-btn-secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: translateY(-2px);
}

.captcha-section img {
    height: 30px;
}

.sd-other-services-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #fff7ed;
}

.sd-cyan-icon {
    color: var(--primary);
}

.sd-card-head {
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 4px;
}

.sd-card {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: #fff;
}

.sd-card:hover {
    background: #fff7ed;
    border-color: #f97316;
}

/* view Bill without login page css start  */

.mp-payment-page-wrapper {
    min-height: 100vh;
    background: #f8fafc;
}

.page-header {
    background: transparent !important;
    border-bottom: none !important;
    padding: 24px 0 0px 0 !important;
    position: relative;
    overflow: visible !important;
    margin-bottom: 8px !important;
    box-shadow: none !important;
}

.page-header::before {
    display: none !important;
}

.ph-heading {
    font-size: 26px !important;
    font-weight: 850 !important;
    color: #0f172a !important;
    margin-bottom: 6px;
    text-shadow: none !important;
}

.page-header .cyan-head {
    color: #0f172a !important;
}

.db-para-1 {
    font-size: 13.5px !important;
    color: #475569 !important;
    max-width: 600px;
    margin: 0 auto !important;
}

.vb-section {
    padding: 10px 0 50px;
}

.db-heading-1 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.3px;
}

.mp-bill-success {
    background: #fff7ed !important;
    border: 1.5px solid #fef3c7 !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.03);
}

.mp-bill-success-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mp-bill-success-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mp-bill-success-icon {
    width: 36px !important;
    height: 36px !important;
    background: linear-gradient(135deg, #fef3c7, #fde68a) !important;
    color: #d97706 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mp-bill-success-text {
    color: #78350f !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 500;
}

.card-section-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.mp-bill-payment-card {
    background: #ffffff !important;
    border: 1.5px solid #f1f5f9 !important;
    border-radius: 16px !important;
    padding: 18px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.3s ease;
}

.mp-bill-payment-card:hover {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04) !important;
    border-color: #e2e8f0 !important;
}

.mp-bill-payment-card .form-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1.5px solid #f1f5f9;
    padding-bottom: 6px;
    width: 100%;
}

.mp-bill-info-box {
    border: none !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 100%;
    justify-content: center;
    transition: all 0.25s ease;
}

.mp-bill-info-box:hover {
    background: #f1f5f9 !important;
    transform: translateY(-1px);
}

.mp-bill-info-box span {
    font-size: 10px !important;
    font-weight: 700;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1px;
}

.mp-bill-info-box strong {
    font-size: 13.5px !important;
    font-weight: 750;
    color: #0f172a !important;
}

.mp-text-danger {
    color: #ef4444 !important;
}

/* ADVANCE PAYMENT */
.form-control.advance-payment {
    border: 1.5px solid #fed7aa !important;
    background: #fff7ed !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    margin-bottom: 12px !important;
    transition: all 0.25s ease;
}

.form-control.advance-payment:hover {
    border-color: #fed7aa !important;
    background: #fff7ed !important;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.05);
}

.form-check-input.advance-payment {
    width: 18px;
    height: 18px;
    border: 2px solid #f59e0b !important;
    cursor: pointer;
    background-color: #f59e0b !important;
    box-shadow: none !important;
}

.advance-payment-heading {
    font-size: 15px !important;
    font-weight: 750 !important;
    color: #0f172a !important;
    margin-bottom: 3px;
}

.advance-payment-para {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.4;
    margin-bottom: 0;
}

.mp-payment-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #334155 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.mp-payment-input-group {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    height: 40px !important;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.mp-payment-input-group:focus-within {
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1) !important;
}

.mp-payment-input-group span {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    background: transparent !important;
    border-right: none !important;
    width: auto !important;
    padding-right: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-payment-input-group .form-control {
    padding: 0 !important;
    height: 100% !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* NOTE BOX */
.mp-bill-note-box {
    background: #fff7ed !important;
    border: 1.5px solid #fed7aa !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 6px !important;
}

.mp-bill-note-box i {
    color: #f59e0b !important;
    font-size: 16px !important;
    margin-top: 2px !important;
}

.mp-bill-note-box p {
    color: #7c2d12 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.mp-primary-btn {
    width: 100%;
    height: 40px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    background: linear-gradient(135deg, #f97316, #f59e0b) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(255, 122, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.mp-primary-btn:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.4) !important;
    color: #ffffff !important;
}

/* Modal Offer Card Styles */
.offer-card {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.offer-card:hover {
    border-color: #f59e0b !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.08) !important;
    background-color: #ffffff !important;
}

.offer-card:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.05) !important;
}

/* Premium Payment History Sleek Portrait Cards */
.history-portrait-card {
    padding: 0.625rem !important;
    border-radius: 14px !important;
    border: 1.5px solid #e2e8f0 !important;
    width: 200px !important;
    background-color: #ffffff !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
}

.history-portrait-card:hover {
    transform: translateY(-4px) !important;
    border-color: #f97316 !important;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.15) !important;
}

.history-card-icon-circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0d6efd !important;
    background-color: #eff6ff !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
    margin-bottom: 6px !important;
}

.history-card-text-wrap {
    margin-bottom: 6px !important;
    text-align: center !important;
    width: 100% !important;
}

.history-card-month {
    display: block !important;
    font-weight: 750 !important;
    color: #1e293b !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
}

.history-card-amount {
    display: block !important;
    font-weight: 800 !important;
    color: #198754 !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    line-height: 1.2 !important;
}

.history-card-btn {
    font-size: 10px !important;
    font-weight: 700 !important;
    border-width: 1.5px !important;
    height: 26px !important;
    padding: 2px 8px !important;
    border-radius: 50rem !important;
    width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
}
/* Floating Server Badge Styles */
 
#floating-server-badge {
    position: fixed;
    bottom: 10px;
    right: 30px; /* Aligned with AI Chatbot right margin */
    z-index: 1040;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-family: 'Outfit', 'Inter', sans-serif;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    user-select: none;
}

    #floating-server-badge:hover {
        transform: translateY(-5px) scale(1.03);
        border-color: rgba(249, 115, 22, 0.6);
        box-shadow: 0 12px 36px rgba(249, 115, 22, 0.25), 0 8px 32px rgba(0, 0, 0, 0.35);
    }

.server-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10b981;
    animation: server-dot-pulse 2s infinite;
}

@keyframes server-dot-pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.6;
        box-shadow: 0 0 4px #10b981;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
        box-shadow: 0 0 12px #10b981;
    }

    100% {
        transform: scale(0.85);
        opacity: 0.6;
        box-shadow: 0 0 4px #10b981;
    }
}

.server-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
}

.server-name {
    font-size: 12.5px;
    font-weight: 750;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: opacity 0.4s ease;
}

    .server-name.fade-out {
        opacity: 0;
    }
/* Responsiveness for mobile screen size */
@media (max-width: 576px) {
    #floating-server-badge {
        padding: 6px 12px;
        gap: 6px;
    }

    .server-label {
        font-size: 8px;
    }

    .server-name {
        font-size: 10.5px;
    }
}
