body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.card {
    transition: transform 0.2s;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    font-weight: bold;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.status-pending {
    color: #fd7e14;
    font-weight: 600;
}

.status-approved {
    color: #198754;
    font-weight: 600;
}

.status-rejected {
    color: #dc3545;
    font-weight: 600;
}

.status-converted {
    color: #0d6efd;
    font-weight: 600;
}

.status-paid {
    color: #198754;
    font-weight: 600;
}

.status-unpaid {
    color: #dc3545;
    font-weight: 600;
}

.login-container {
    max-width: 400px;
    margin: 3rem auto;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Custom Table Styles override */
.table th {
    background-color: #f8f9fa;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.card {
    transition: transform 0.2s;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.nfc-header {
    background: linear-gradient(135deg, #f6f0ff 0%, #ffffff 60%);
    background: #fff;
    position: relative;
    z-index: 2000;
}

.nfc-header .dropdown-menu {
    z-index: 2100;
}

.nfc-header .nfc-notifications:hover>.dropdown-menu,
.nfc-header .nfc-notifications:focus-within>.dropdown-menu {
    display: block;
}

.nfc-header .nav-link {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
}

.nfc-header .nav-link:hover {
    color: #000;
    letter-spacing: 0.04em;
}


.navbar-brand .brand-logo {
    width: 180px;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.status-pending {
    color: #fd7e14;
    font-weight: 600;
}

.status-approved {
    color: #198754;
    font-weight: 600;
}

.status-rejected {
    color: #dc3545;
    font-weight: 600;
}

.status-converted {
    color: #0d6efd;
    font-weight: 600;
}

.status-paid {
    color: #198754;
    font-weight: 600;
}

.status-unpaid {
    color: #dc3545;
    font-weight: 600;
}

.login-container {
    max-width: 400px;
    margin: 3rem auto;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Custom Table Styles override */
.table th {
    background-color: #f8f9fa;
}


/* custom css for layout designs */



/* ================= FOOTER ================= */

.pp-footer {
    background: linear-gradient(180deg, #211c3d, #040726);
    color: #ffffff;
    padding: 30px 0 20px;
    font-size: 14px;
}

/* TOP */
.pp-footer-top {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

/* BRAND */
.pp-footer-brand img {
    height: 38px;
    margin-bottom: 18px;
}

.pp-footer-brand p {
    max-width: 360px;
    line-height: 1.6;
    opacity: 0.85;
    color: #000;
}

/* LINKS */
.pp-footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.pp-footer-col h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.pp-footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.pp-footer-col a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

/* DIVIDER */
.pp-footer-divider {
    margin: 20px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

/* BOTTOM */
.pp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0.85;
}

.pp-footer-legal {
    display: flex;
    gap: 22px;
}

.pp-footer-legal a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.pp-footer-legal a:hover {
    color: #000000;
}

.intro-btn-section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .pp-footer-top {
        grid-template-columns: 1fr;
    }

    .pp-footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .intro-btn-section {
        display: block;
    }

    .become-partner-btn {
        display: inline-block;
    }

}

@media (max-width: 576px) {
    .pp-footer-links {
        grid-template-columns: 1fr;
    }

    .pp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pp-footer-partner-lockup {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
}

.pp-footer-partner-lockup img {
    height: 38px;
}

.pp-footer-x {
    font-size: 26px;
    font-weight: 600;
    opacity: 0.6;
}

.pp-footer-you {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.pp-footer-who {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.pp-footer-role {
    font-size: 13px;
    font-weight: 500;
    color: rgba(8, 8, 8, 0.7);
}

/* TAGLINE */
.pp-footer-tagline {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

/* ============== PARTNER INTRO SECTION ============== */

.pp-partner-intro {
    padding: 70px 0;
    background: url('../image/top-bg.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* Curved shape effect like reference */


.pp-partner-intro .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.pp-partner-intro h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1f2937;
}

.pp-partner-intro p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .pp-partner-intro h1 {
        font-size: 28px;
    }
}

/* ============== SOLUTIONS PARTNER PROGRAM ============== */

.pp-growearn {
    min-height: 100vh;
    display: flex;
    padding: 0;
}

.pp-growearn-panels {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

/* LEFT PANEL - Partnership Intro */
.pp-intro-panel {
    flex: 1;
    background: linear-gradient(135deg, #0a1f44 0%, #142a4c 50%, #1a2f5a 100%);
    color: white;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pp-intro-content {
    max-width: 580px;
    position: relative;
    z-index: 2;
}

.pp-intro-panel h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 35px;
    letter-spacing: -0.02em;
}

.pp-intro-panel p {
    font-size: 1.35rem;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 0;
}

/* Decorative circle */
.pp-intro-panel:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    top: -250px;
    right: -250px;
    z-index: 1;
}

/* RIGHT PANEL - Programs */
.pp-programs-panel {
    flex: 1;
    background: linear-gradient(135deg, #5b6fd8 0%, #6b7ee0 50%, #7b8fe8 100%);
    color: white;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pp-programs-content {
    max-width: 580px;
    position: relative;
    z-index: 2;
}

.pp-program-section {
    margin-bottom: 60px;
}

.pp-program-section:last-child {
    margin-bottom: 0;
}

.pp-program-section h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pp-program-section p {
    font-size: 1.15rem;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 25px;
}

.benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.benefits-list li {
    font-size: 1.05rem;
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    opacity: 0.92;
    line-height: 1.5;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Decorative circle for right panel */
.pp-programs-panel:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -225px;
    left: -225px;
    z-index: 1;
}

/* Divider between programs */
.program-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin: 50px 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .pp-intro-panel h1 {
        font-size: 3.2rem;
    }

    .pp-intro-panel,
    .pp-programs-panel {
        padding: 60px 50px;
    }
}

@media (max-width: 968px) {
    .pp-growearn-panels {
        flex-direction: column;
    }

    .pp-intro-panel,
    .pp-programs-panel {
        flex: none;
        min-height: auto;
        padding: 60px 40px;
    }

    .pp-intro-panel h1 {
        font-size: 2.8rem;
    }

    .pp-program-section h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {

    .pp-intro-panel,
    .pp-programs-panel {
        padding: 50px 30px;
    }

    .pp-intro-panel h1 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .pp-intro-panel p {
        font-size: 1.15rem;
    }

    .pp-program-section h2 {
        font-size: 1.25rem;
    }

    .pp-program-section p {
        font-size: 1.05rem;
    }

    .benefits-list li {
        font-size: 0.98rem;
    }

    .pp-program-section {
        margin-bottom: 45px;
    }

    .program-divider {
        margin: 40px 0;
    }
}

/* ============== GOOD FIT SECTION – ENHANCED ============== */

.pp-goodfit {
    padding: 90px 0;
    background: #f8f9ff;
}

/* HEADER */

.pp-goodfit-header {
    text-align: center;
    max-width: 860px;
    margin: auto;
    margin-bottom: 60px;
}

.pp-goodfit-header h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0f172a;
}

.pp-goodfit-header p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
}

/* GRID */

.pp-goodfit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.pp-goodfit-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px 26px;
    background: #ffffff;
    transition: all 0.35s ease;
    position: relative;
}

.pp-goodfit-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

/* ICON */

.pp-fit-icon {
    font-size: 32px;
    margin-bottom: 14px;
}

/* TITLE */

.pp-goodfit-card h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #111827;
}

/* TEXT */

.pp-goodfit-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 16px;
}

/* TAG */

.pp-fit-tag {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 10px;
    background: rgba(235, 113, 40, 0.12);
    color: #eb7128;
    font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .pp-goodfit-grid {
        grid-template-columns: 1fr;
    }

    .pp-goodfit-header h2 {
        font-size: 28px;
    }
}

.pp-growearn {
    padding: 60px 0;
    background: #f8f5ee;
}

/* HEADER */
.pp-growearn-header {
    max-width: 760px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}

.pp-growearn-pill {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    background: rgba(235, 113, 40, 0.12);
    color: #F97316;
    margin-bottom: 16px;
}

.pp-growearn-header h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #0B1F3B;
}

.pp-growearn-header p {
    font-size: 17px;
    color: #475569;
}

/* PANELS */
.pp-growearn-panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*gap: 36px;*/
    max-width: 1080px;
    margin: auto;
}

/* PANEL BASE */
.pp-growearn-panel {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    /* display: flex; */
    gap: 30px;
    align-items: center;
}

.pp-growearn-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 60px 120px rgba(0, 0, 0, 0.12);
}

/* VISUAL SIDE */
.pp-panel-visual img {
    width: 160px;
    border-radius: 50%;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* CONTENT */
.pp-panel-content {
    flex: 1;
}

.pp-panel-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 185, 177, 0.12);
    color: #0FB9B1;
    margin-bottom: 12px;
}

.pp-panel-tag.sales {
    background: rgba(235, 113, 40, 0.12);
    color: #F97316;
}

.pp-growearn-panel h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #0B1F3B;
}

.pp-growearn-panel p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 24px;
}

/* ACTIONS */
.pp-panel-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* BUTTONS */
.pp-btn {
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.pp-btn.primary {
    background: #F97316;
    color: #fff;
}

.pp-btn.primary:hover {
    background: #EA580C;
}

.pp-btn.ghost {
    border: 1px solid #F97316;
    color: #F97316;
}

.pp-btn.ghost:hover {
    background: rgba(235, 113, 40, 0.08);
}

.pp-btn.success {
    background: #0FB9B1;
    color: #ffffff;
}

.pp-btn.success:hover {
    background: #0d9e97;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .pp-growearn-panels {
        grid-template-columns: 1fr;
    }

    .pp-growearn-panel {
        flex-direction: column;
        text-align: center;
    }

    .pp-panel-actions {
        justify-content: center;
    }

    .pp-growearn-header h2 {
        font-size: 26px;
    }
}

/* ============== FAQ SECTION ============== */

.pp-faq {
    padding: 60px 0;
    background: #ffffff;
}

.pp-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.pp-faq-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #111827;
}

.pp-faq-list {
    max-width: 900px;
    margin: auto;
}

/* FAQ ITEM */

.pp-faq-item {
    border-bottom: 1px solid #e5e7eb;
}

/* QUESTION BUTTON */

.pp-faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    cursor: pointer;
    position: relative;
    color: #111827;
}

/* ARROW ICON */

.pp-faq-question::after {
    content: "›";
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 22px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* ANSWER */

.pp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.pp-faq-answer p {
    padding: 0 10px 20px 10px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
}

/* ACTIVE STATE */

.pp-faq-item.active .pp-faq-answer {
    max-height: 300px;
}

.pp-faq-item.active .pp-faq-question::after {
    transform: rotate(90deg);
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .pp-faq-header h2 {
        font-size: 26px;
    }

    .pp-faq-question {
        font-size: 16px;
    }
}

/* ============== PARTNER APPLY FORM ============== */

.pp-apply-form {
    padding: 80px 0;
    background: #f8f5ee;
}

.pp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* LEFT SIDE */

.pp-form-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f2d3a;
    margin-bottom: 30px;
}

.pp-form-visual img {
    width: 80%;
    max-width: 380px;
}

/* RIGHT SIDE FORM */

.pp-form-right {
    background: #eb7128;
    padding: 10px 0 0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.form-apply {
    padding: 30px;
    background-color: #fff;
}

.pp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pp-form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.pp-form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0f2d3a;
}

.pp-form-group input,
.pp-form-group select,
.pp-form-group textarea {
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.pp-form-group input:focus,
.pp-form-group select:focus,
.pp-form-group textarea:focus {
    border-color: #eb7128;
}

.pp-form-btn {
    background: #eb7128;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.pp-form-btn:hover {
    background: #d86420;
}

.pp-form-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 12px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .pp-form-grid {
        grid-template-columns: 1fr;
    }

    .pp-form-left {
        text-align: center;
    }

    .pp-form-visual img {
        margin: auto;
    }
}

@media (max-width: 576px) {
    .pp-form-row {
        grid-template-columns: 1fr;
    }

    .pp-form-left h2 {
        font-size: 26px;
    }
}

.become-partner-btn {
    background: #eb7128;
    color: #ffffff !important;
    border: #eb7128;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.become-partner-btns {
    background: #eb712800;
    color: #000000 !important;
    border: 1px solid #eb7128;
}

.left-nav {
    align-items: center;
    gap: 10px;
}

@media (max-width: 992px) {
    .left-nav {
        align-items: start;
        gap: 10px;
    }
}

/* ============ MAIN SECTION ============ */

.nfc-partner-apply {
    padding: 80px 0;
    background: #f8f9ff;
}

/* GRID LAYOUT */
.nfc-apply-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* LEFT SIDE */

.nfc-apply-left {
    padding-top: 20px;
}

.nfc-apply-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(235, 113, 40, 0.12);
    color: #eb7128;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 20px;
    font-size: 13px;
}

.nfc-apply-left h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 18px;
}

.nfc-apply-desc {
    font-size: 17px;
    color: #4b5563;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* BENEFITS LIST */

.nfc-apply-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.nfc-apply-benefits li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #374151;
}

.nfc-apply-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #eb7128;
    font-weight: bold;
}

/* TRUST BOXES */

.nfc-apply-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.trust-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.trust-box h4 {
    font-size: 22px;
    font-weight: 800;
    color: #eb7128;
    margin-bottom: 4px;
}

.trust-box span {
    font-size: 13px;
    color: #6b7280;
}


/* ============ GOOGLE STYLE FORM ============ */

.google-form-header {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
    border-top: 6px solid #eb7128;
    margin-bottom: 10px;
}

.google-form-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.google-form-header p {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}

.required-note {
    color: red;
    font-size: 12px;
}

/* FORM CARDS */
.g-form-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.g-form-card label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.g-form-card label span {
    color: red;
}

.g-form-card input,
.g-form-card select,
.g-form-card textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 15px;
    outline: none;
}

.g-form-card textarea {
    min-height: 90px;
    resize: vertical;
}

/* SUBMIT BUTTON */

.g-submit-btn {
    background: #eb7128;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.g-submit-btn:hover {
    background: #d6631f;
}

/* FOOTER NOTE */

.g-form-footer {
    font-size: 12px;
    margin-top: 15px;
    color: #6b7280;
}


/* ============ RESPONSIVE ============ */

@media(max-width: 992px) {
    .nfc-apply-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nfc-apply-left h2 {
        font-size: 28px;
    }

    .nfc-apply-trust {
        grid-template-columns: 1fr;
    }
}


.navbar-toggler {
    background: #000 !important;
}

.navbar-nav {
    padding-top: 20px;
}

/* ===== PARTNER REGISTER PAGE UI ===== */

.partner-register-header {
    text-align: center;
    margin-bottom: 25px;
}

.partner-register-header h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #0b0f2f;
}

.partner-register-header p {
    color: #6b7280;
    font-size: 15px;
}

/* CARD */
.partner-register-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

/* MODERN INPUTS */
.modern-input .input-group-text {
    background: #f1f5f9;
    border: none;
    color: #eb7128;
}

.modern-input input {
    border: none;
    background: #f8f9ff;
    padding: 12px;
}

.modern-input input:focus {
    box-shadow: none;
    border: 1px solid #eb7128;
}

.modern-select {
    padding: 12px;
    background: #f8f9ff;
    border: none;
}

.modern-select:focus {
    border: 1px solid #eb7128;
    box-shadow: none;
}

/* BUTTON */
.register-submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    background: #eb7128;
    color: #ffffff;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
}

.register-submit-btn:hover {
    background: #d6631f;
    transform: translateY(-2px);
}

/* FOOTER */
.partner-register-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #6b7280;
}

.partner-register-footer a {
    color: #eb7128;
    font-weight: 600;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 576px) {
    .partner-register-header h2 {
        font-size: 20px;
    }

    .partner-register-card {
        padding: 18px;
    }
}

/* ===== FULL PARTNER APPLY SECTION ===== */

.partner-apply-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #efefef, #fff2f2);
}

.partner-apply-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    /*align-items: center;*/
}

/* LEFT SIDE */
.partner-apply-left h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #0b0f2f;
}

.apply-badge {
    background: rgba(235, 113, 40, 0.12);
    color: #eb7128;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 16px;
    display: inline-block;
}

.apply-desc {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 30px;
}

.apply-benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.apply-item {
    display: flex;
    gap: 12px;
}

.apply-icon {
    background: #eb7128;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.apply-item h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.apply-item p {
    font-size: 14px;
    color: #6b7280;
}

.apply-trust-strip {
    margin-top: 26px;
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #6b7280;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .partner-apply-grid {
        grid-template-columns: 1fr;
    }

    .partner-apply-left h2 {
        font-size: 24px;
    }
}


/* partner login page UI */


.nfc-login-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #efefef, #fff2f2);
}

.nfc-login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
}

/* LEFT SIDE */
.nfc-login-left h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0b0f2f;
}

.nfc-login-badge {
    background: rgba(235, 113, 40, 0.12);
    color: #eb7128;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 16px;
    display: inline-block;
}

.nfc-login-desc {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 30px;
}

/* FEATURES */
.nfc-login-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nfc-feature-item {
    display: flex;
    gap: 12px;
}

.nfc-feature-icon {
    background: #eb7128;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.nfc-feature-item h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.nfc-feature-item p {
    font-size: 14px;
    color: #6b7280;
}


/* RIGHT SIDE CARD */
.nfc-login-right {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.nfc-login-card {
    padding: 40px;
}

.nfc-login-header {
    margin-bottom: 24px;
}

.nfc-login-header h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
}

.nfc-login-header p {
    font-size: 14px;
    color: #6b7280;
}

/* FORM GROUP */
.nfc-login-group {
    margin-bottom: 18px;
}

.nfc-login-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* INPUT WRAPPER */
.nfc-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #f9fafb;
}

.nfc-input-wrapper input {
    width: 100%;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.nfc-input-icon {
    padding: 0 12px;
    color: #6b7280;
}

.nfc-input-wrapper select.form-select {
    width: 100% !important;
    padding: 12px 30px 12px 12px !important;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    color: inherit !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-position: right 12px center !important;
    background-size: 12px 10px !important;
    cursor: pointer;
}

.nfc-input-wrapper select.form-select option {
    background-color: #0f172a !important;
    color: #f8fafc !important;
}

/* BUTTON */
.nfc-login-btns {
    width: 100%;
    padding: 12px;
    background: #eb7128;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nfc-login-btns:hover {
    background: #d95f18;
}

/* FOOTER */
.nfc-login-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
}

.nfc-login-footer a {
    color: #eb7128;
    font-weight: 600;
    text-decoration: none;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .nfc-login-grid {
        grid-template-columns: 1fr;
    }

    .nfc-login-left h2 {
        font-size: 24px;
    }
}

/* slaes login UI */


.nfc-sales-login-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #efefef, #fff2f2);
}

.nfc-sales-login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

/* LEFT SIDE */
.nfc-sales-login-left h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0B1F3B;
}

.nfc-sales-badge {
    background: rgba(15, 185, 177, 0.15);
    color: #0FB9B1;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 16px;
    display: inline-block;
}

.nfc-sales-desc {
    font-size: 16px;
    color: #475569;
    margin-bottom: 30px;
}

/* POINTS */
.nfc-sales-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nfc-sales-item {
    display: flex;
    gap: 12px;
}

.nfc-sales-icon {
    background: #0B1F3B;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.nfc-sales-item h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.nfc-sales-item p {
    font-size: 14px;
    color: #475569;
}


/* RIGHT SIDE */
.nfc-sales-login-right {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.nfc-sales-card {
    padding: 40px;
}

.nfc-sales-header {
    margin-bottom: 24px;
}

.nfc-sales-header h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #0B1F3B;
}

.nfc-sales-header p {
    font-size: 14px;
    color: #475569;
}

/* FORM */
.nfc-sales-group {
    margin-bottom: 18px;
}

.nfc-sales-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* INPUT */
.nfc-sales-input {
    display: flex;
    align-items: center;
    border: 1px solid #EDEFF2;
    border-radius: 12px;
    overflow: hidden;
    background: #F5F7FA;
}

.nfc-sales-input input {
    width: 100%;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.nfc-sales-input-icon {
    padding: 0 12px;
    color: #475569;
}

/* BUTTON */
.nfc-sales-btn {
    width: 100%;
    padding: 12px;
    background: #F97316;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nfc-sales-btn:hover {
    background: #FF8C00;
}

/* FOOTER */
.nfc-sales-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
}

.nfc-sales-footer a {
    color: #0B1F3B;
    font-weight: 600;
    text-decoration: none;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .nfc-sales-login-grid {
        grid-template-columns: 1fr;
    }

    .nfc-sales-login-left h2 {
        font-size: 24px;
    }
}

.portal-main i {
    color: #eb7128 !important;
}

.partner-growth-section {
    padding: 60px 0;
    background: #1e3026;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.growth-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Visual */
.growth-illustration img {
    width: 100%;
    height: auto;
    max-width: 500px;
    background: #fff;
    border-radius: 16px;
}

/* Right Content */
.growth-text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.growth-text-content p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 18px;
}

.growth-text-content p:last-of-type {
    margin-bottom: 30px;
}

.growth-cta-button {
    color: #eb7128;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 968px) {
    .growth-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .growth-illustration {
        text-align: center;
    }

    .growth-illustration img {
        max-width: 400px;
    }

    .partner-growth-section {
        padding: 70px 0;
    }

    .growth-text-content h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 640px) {
    .partner-growth-section {
        padding: 50px 0;
    }

    .growth-text-content h2 {
        font-size: 1.8rem;
    }

    .growth-text-content p {
        font-size: 1rem;
    }

    .growth-cta-button {
        padding: 12px 28px;
        font-size: 1rem;
    }

    .growth-illustration img {
        max-width: 100%;
    }
}

/* ==========================================================================
   NPOD CUSTOM LANDING PAGE BRAND SYSTEM (DEEP TECH DARK THEME)
   ========================================================================== */
.npod-landing-page {
    --bg-dark-tech: #080b11;
    --bg-dark-card: rgba(17, 24, 39, 0.65);
    --bg-dark-card-hover: rgba(22, 30, 49, 0.85);
    --border-tech: rgba(255, 255, 255, 0.08);
    --border-tech-hover: rgba(255, 255, 255, 0.18);
    --primary-indigo: #6366f1;
    --accent-cyan: #06b6d4;
    --accent-purple: #d946ef;
    --accent-emerald: #10b981;
    --accent-rose: #f43f5e;
    --accent-amber: #f59e0b;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;

    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: var(--bg-dark-tech) !important;
    color: var(--text-primary) !important;
    overflow-x: hidden;
}

/* Custom Scrollbar for Landing Page */
.npod-landing-page::-webkit-scrollbar {
    width: 10px;
}

.npod-landing-page::-webkit-scrollbar-track {
    background: #080b11;
}

.npod-landing-page::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.3);
    border-radius: 5px;
    border: 2px solid #080b11;
}

.npod-landing-page::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.5);
}

/* Navbar logo styling */
.npod-brand-logo-css {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.npod-brand-logo-css .logo-symbol {
    color: #ffffff;
    background: linear-gradient(135deg, #6366f1, #06b6d4);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.4);
}

.npod-brand-logo-css .logo-text {
    font-weight: 800;
    font-size: 23px;
    background: linear-gradient(to right, #f8fafc, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.npod-brand-logo-css .logo-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(99, 102, 241, 0.12);
    color: #818cf8;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 8px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

/* Global brand texts and colors on dashboard headers for other pages */
body:not(.npod-landing-page) .npod-brand-logo-css .logo-text {
    color: #0b0f19 !important;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

body:not(.npod-landing-page) .npod-brand-logo-css .logo-symbol {
    box-shadow: none;
}

/* Custom Navbar style for NPod landing page only */
.npod-landing-page .nfc-header {
    /* background: rgba(8, 11, 17, 0.7) !important; */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.npod-landing-page .nfc-header .nav-link {
    color: rgba(0, 0, 0, 0.8) !important;
}

.npod-landing-page .nfc-header .nav-link:hover {
    color: #1a0118 !important;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.3);
}

.npod-landing-page .nfc-header .nfc-login-btn {
    border: 1px solid rgba(56, 189, 248, 0.4);
    border-radius: 10px;
    padding: 8px 18px !important;
    color: #0d0d0e !important;
    background: rgba(56, 189, 248, 0.05);
}

.npod-landing-page .nfc-header .nfc-login-btn:hover {
    background: rgba(56, 189, 248, 0.15) !important;
    border-color: #38bdf8 !important;
}

/* Hero Intro section styling */
.npod-landing-page .pp-partner-intro {
    background: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.12) 0%, rgba(8, 11, 17, 0) 60%),
        radial-gradient(circle at 10% 80%, rgba(6, 182, 212, 0.08) 0%, rgba(8, 11, 17, 0) 50%);
    background-color: var(--bg-dark-tech);
    position: relative;
    padding: 120px 0 100px 0;
    border-bottom: 1px solid var(--border-tech);
    overflow: hidden;
}

/* Hero elements */
.npod-landing-page .hero-bg-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -100px;
    right: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, rgba(6, 182, 212, 0.05) 50%, rgba(8, 11, 17, 0) 70%);
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.npod-landing-page .hero-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}

.npod-landing-page .hero-text-content {
    position: relative;
    z-index: 10;
}

.npod-landing-page .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #a5b4fc;
    margin-bottom: 24px;
}

.npod-landing-page .badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--accent-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-cyan);
    display: inline-block;
    animation: pulse-glow 2s infinite;
}

.npod-landing-page .hero-text-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.npod-landing-page .gradient-text {
    background: linear-gradient(135deg, #a5b4fc 0%, #6366f1 50%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.npod-landing-page .hero-text-content p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 35px;
}

.npod-landing-page .become-partner-btn {
    background: linear-gradient(135deg, var(--primary-indigo), #4f46e5);
    color: #ffffff !important;
    padding: 16px 36px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.npod-landing-page .become-partner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.5);
    background: linear-gradient(135deg, #818cf8, var(--primary-indigo));
}

.npod-landing-page .become-partner-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.npod-landing-page .btn-arrow {
    transition: transform 0.2s ease;
}

.npod-landing-page .become-partner-btns {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-primary) !important;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.npod-landing-page .become-partner-btns:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Dashboard Mockup styling */
.npod-landing-page .hero-dashboard-mockup {
    background: rgba(17, 24, 39, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 100px rgba(99, 102, 241, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    position: relative;
    z-index: 10;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.npod-landing-page .hero-dashboard-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 120px rgba(99, 102, 241, 0.15);
}

.npod-landing-page .mockup-header {
    background: rgba(15, 23, 42, 0.5);
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}

.npod-landing-page .mockup-header .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.npod-landing-page .mockup-header .dot.red {
    background-color: #ef4444;
}

.npod-landing-page .mockup-header .dot.yellow {
    background-color: #f59e0b;
}

.npod-landing-page .mockup-header .dot.green {
    background-color: #10b981;
}

.npod-landing-page .mockup-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.npod-landing-page .mockup-body {
    padding: 24px;
}

.npod-landing-page .mock-stat-card {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 18px;
    transition: background 0.3s ease;
}

.npod-landing-page .mock-stat-card:hover {
    background: rgba(30, 41, 59, 0.6);
}

.npod-landing-page .mock-stat-card .label {
    font-size: 12px;
    color: var(--text-secondary);
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.npod-landing-page .mock-stat-card .value {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.npod-landing-page .mock-stat-card .trend {
    font-size: 11px;
    font-weight: 600;
}

.npod-landing-page .mock-chart-container {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 20px;
}

.npod-landing-page .chart-header .chart-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
}

.npod-landing-page .chart-header .chart-period {
    font-size: 11px;
    color: var(--text-muted);
}

.npod-landing-page .chart-svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.npod-landing-page .mock-list-item {
    background: rgba(30, 41, 59, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 12px 16px;
}

.npod-landing-page .mock-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    margin-right: 12px;
}

.npod-landing-page .bg-gradient-purple {
    background: linear-gradient(135deg, #a855f7, #6366f1);
}

.npod-landing-page .mock-list-item .title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
}

.npod-landing-page .mock-list-item .subtitle {
    font-size: 11px;
    color: var(--text-muted);
}

.npod-landing-page .badge-status {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
}

.npod-landing-page .bg-success-glow {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

/* Accelerator / growth section styling */
.npod-landing-page .partner-growth-section {
    background-color: #0b0f19;
    padding: 100px 0;
    border-bottom: 1px solid var(--border-tech);
}

.npod-landing-page .section-label {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: rgba(99, 102, 241, 0.1);
    color: #818cf8;
    border-radius: 999px;
    margin-bottom: 18px;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.npod-landing-page .growth-text-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.npod-landing-page .growth-text-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.npod-landing-page .growth-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--accent-cyan) !important;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: transform 0.2s ease, text-shadow 0.2s ease;
    margin-top: 10px;
}

.npod-landing-page .growth-cta-btn:hover {
    transform: translateX(4px);
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.4);
}

.npod-landing-page .img-glow-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.npod-landing-page .img-glow-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 40px rgba(99, 102, 241, 0.2);
    border-radius: 20px;
    pointer-events: none;
}

.npod-landing-page .growth-illustration img {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
    display: block;
    width: 100%;
}

/* Goodfit Benefits Grid styling */
.npod-landing-page .pp-goodfit {
    background-color: var(--bg-dark-tech);
    padding: 100px 0;
    border-bottom: 1px solid var(--border-tech);
}

.npod-landing-page .pp-goodfit-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.npod-landing-page .pp-goodfit-header p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.npod-landing-page .pp-goodfit-grid {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}

.npod-landing-page .pp-goodfit-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-tech);
    border-radius: 20px;
    padding: 36px 28px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.npod-landing-page .pp-goodfit-card:hover {
    background: var(--bg-dark-card-hover);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(99, 102, 241, 0.05);
}

.npod-landing-page .pp-goodfit-card:hover .pp-fit-icon-svg {
    transform: scale(1.1) rotate(2deg);
}

.npod-landing-page .pp-fit-icon-svg {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.npod-landing-page .pp-fit-icon-svg svg {
    width: 26px;
    height: 26px;
}

/* Color codes for icons */
.npod-landing-page .bg-indigo-glow {
    background: rgba(99, 102, 241, 0.15);
    color: #818cf8;
    border: 1px solid rgba(99, 102, 241, 0.25);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
}

.npod-landing-page .bg-cyan-glow {
    background: rgba(6, 182, 212, 0.15);
    color: #22d3ee;
    border: 1px solid rgba(6, 182, 212, 0.25);
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.2);
}

.npod-landing-page .bg-purple-glow {
    background: rgba(217, 70, 239, 0.15);
    color: #f472b6;
    border: 1px solid rgba(217, 70, 239, 0.25);
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.2);
}

.npod-landing-page .bg-green-glow {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.npod-landing-page .bg-yellow-glow {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.25);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
}

.npod-landing-page .bg-red-glow {
    background: rgba(244, 63, 94, 0.15);
    color: #fb7185;
    border: 1px solid rgba(244, 63, 94, 0.25);
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.2);
}

.npod-landing-page .pp-goodfit-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.npod-landing-page .pp-goodfit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* Dual Programs Overview styling */
.npod-landing-page .pp-growearn {
    background-color: #0b0f19;
    padding: 100px 0;
    border-bottom: 1px solid var(--border-tech);
}

.npod-landing-page .pp-growearn-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.npod-landing-page .pp-growearn-header p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
}

.npod-landing-page .pp-growearn-panels-new {
    margin-top: 50px;
}

.npod-landing-page .pp-program-card-modern {
    background: rgba(17, 24, 39, 0.7);
    border: 1px solid var(--border-tech);
    border-radius: 24px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.npod-landing-page .pp-program-card-modern:hover {
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.npod-landing-page .card-glow-bg {
    position: absolute;
    width: 250px;
    height: 250px;
    top: -125px;
    right: -125px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, rgba(99, 102, 241, 0) 70%);
    filter: blur(30px);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.npod-landing-page .card-glow-bg.cyan {
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0) 70%);
}

.npod-landing-page .program-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(99, 102, 241, 0.15);
    color: #a5b4fc;
    border-radius: 6px;
    margin-bottom: 24px;
    align-self: flex-start;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.npod-landing-page .program-badge.cyan {
    background: rgba(6, 182, 212, 0.15);
    color: #a5f3fc;
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.npod-landing-page .pp-program-card-modern h3 {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.npod-landing-page .pp-program-card-modern p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 28px;
}

.npod-landing-page .program-points {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.npod-landing-page .program-points li {
    font-size: 14px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 12px;
}

.npod-landing-page .program-points li i {
    font-size: 14px;
}

.npod-landing-page .text-indigo {
    color: #818cf8;
}

.npod-landing-page .text-cyan {
    color: #22d3ee;
}

.npod-landing-page .pp-program-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
    text-decoration: none;
}

.npod-landing-page .btn-glowing-indigo {
    background: var(--primary-indigo);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.npod-landing-page .btn-glowing-indigo:hover {
    background: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.45);
}

.npod-landing-page .btn-glowing-cyan {
    background: #0891b2;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.25);
    border: 1px solid rgba(6, 182, 212, 0.1);
}

.npod-landing-page .btn-glowing-cyan:hover {
    background: #0e7490;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.45);
}

/* Portal Access Hub styling */
.npod-landing-page .pp-portal-hub {
    background-color: var(--bg-dark-tech);
    padding: 100px 0;
    border-bottom: 1px solid var(--border-tech);
}

.npod-landing-page .portal-access-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-tech);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.npod-landing-page .portal-access-card:hover {
    background: var(--bg-dark-card-hover);
    border-color: rgba(99, 102, 241, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.npod-landing-page .portal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.npod-landing-page .bg-indigo-glow-soft {
    background: rgba(99, 102, 241, 0.12);
    color: #818cf8;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.npod-landing-page .bg-cyan-glow-soft {
    background: rgba(6, 182, 212, 0.12);
    color: #22d3ee;
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.npod-landing-page .bg-purple-glow-soft {
    background: rgba(217, 70, 239, 0.12);
    color: #f472b6;
    border: 1px solid rgba(217, 70, 239, 0.2);
}

.npod-landing-page .portal-access-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.npod-landing-page .portal-access-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 28px;
    flex-grow: 1;
}

.npod-landing-page .portal-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-primary) !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.npod-landing-page .portal-access-card:hover .portal-login-link {
    background: var(--primary-indigo);
    border-color: var(--primary-indigo);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
}

/* FAQ styling */
.npod-landing-page .pp-faq {
    background-color: #0b0f19;
    padding: 100px 0;
}

.npod-landing-page .pp-faq-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.npod-landing-page .pp-faq-list {
    max-width: 800px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.npod-landing-page .pp-faq-item {
    background: rgba(17, 24, 39, 0.4);
    border: 1px solid var(--border-tech) !important;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.npod-landing-page .pp-faq-item:hover {
    background: rgba(17, 24, 39, 0.6);
    border-color: rgba(99, 102, 241, 0.2) !important;
}

.npod-landing-page .pp-faq-question {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    padding: 24px 28px;
    cursor: pointer;
    color: var(--text-primary) !important;
    transition: color 0.3s ease;
}

.npod-landing-page .pp-faq-question:hover {
    color: #a5b4fc !important;
}

.npod-landing-page .pp-faq-question::after {
    display: none !important;
    /* Hide legacy arrow */
}

.npod-landing-page .faq-icon-holder {
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.npod-landing-page .pp-faq-item.active {
    background: rgba(17, 24, 39, 0.7);
    border-color: rgba(99, 102, 241, 0.35) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.npod-landing-page .pp-faq-item.active .pp-faq-question {
    color: #818cf8 !important;
}

.npod-landing-page .pp-faq-item.active .faq-icon-holder {
    background: var(--primary-indigo);
    border-color: var(--primary-indigo);
    color: #ffffff;
    transform: rotate(45deg);
}

.npod-landing-page .pp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.npod-landing-page .pp-faq-item.active .pp-faq-answer {
    max-height: 500px;
}

.npod-landing-page .pp-faq-answer .answer-content {
    padding: 0 28px 24px 28px;
}

.npod-landing-page .pp-faq-answer p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Footer Connector Line Layout Override */
.npod-landing-page .pp-footer {
    border-top: 1px solid var(--border-tech);
    background: #e8e8e8 !important;
    color: var(--text-secondary);
    padding: 60px 0 30px;
}

.npod-landing-page .pp-footer-x {
    color: var(--accent-cyan);
}

.npod-landing-page .pp-footer-who {
    background: linear-gradient(135deg, #a5b4fc, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Animation Keyframes */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(6, 182, 212, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0);
    }
}

/* responsive overrides for cards */
@media (max-width: 992px) {
    .npod-landing-page .pp-goodfit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .npod-landing-page .hero-text-content h1 {
        font-size: 38px;
    }

    .npod-landing-page .hero-dashboard-mockup {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .npod-landing-page .pp-goodfit-grid {
        grid-template-columns: 1fr;
    }

    .npod-landing-page .hero-text-content {
        text-align: center !important;
    }

    .npod-landing-page .hero-badge {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .npod-landing-page .intro-btn-section {
        justify-content: center !important;
        flex-direction: column;
        gap: 15px;
    }

    .npod-landing-page .become-partner-btns {
        margin-left: 0 !important;
    }
}

/* ==========================================================================
   NPOD CABIN SYSTEM INTERACTIVE VISUALIZATION
   ========================================================================== */
.npod-landing-page .hero-cabinet-mockup {
    background: rgba(15, 23, 42, 0.95);
    border: 3px solid #334155;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 100px rgba(99, 102, 241, 0.15);
    overflow: hidden;
    position: relative;
    z-index: 10;
    transform: perspective(1000px) rotateY(-8deg) rotateX(3deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2px;
}

.npod-landing-page .hero-cabinet-mockup:hover {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(-5px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7), 0 0 120px rgba(99, 102, 241, 0.25);
}

.npod-landing-page .cabinet-header {
    background: #0f172a;
    padding: 14px 20px;
    border-bottom: 2px solid #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: monospace;
    font-size: 11px;
    font-weight: 700;
}

.npod-landing-page .cabinet-status {
    color: #38bdf8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.npod-landing-page .status-pulse {
    animation: status-blink 1.5s infinite;
}

@keyframes status-blink {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }
}

.npod-landing-page .cabinet-temp {
    color: #f43f5e;
}

.npod-landing-page .cabinet-frame {
    background: #020617;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.npod-landing-page .cabinet-glass-door {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(99, 102, 241, 0.05) 100%);
    pointer-events: none;
    z-index: 100;
}

/* Base Rack Module */
.npod-landing-page .rack-module {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-left: 4px solid #475569;
    border-right: 4px solid #475569;
    border-radius: 6px;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.npod-landing-page .rack-module::before,
.npod-landing-page .rack-module::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #334155;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.npod-landing-page .rack-module::before {
    left: 4px;
}

.npod-landing-page .rack-module::after {
    right: 4px;
}

/* Display / Monitoring Module */
.npod-landing-page .display-module {
    border-left-color: #6366f1;
}

.npod-landing-page .display-module .module-title {
    font-size: 10px;
    font-weight: 800;
    color: #818cf8;
    font-family: monospace;
}

.npod-landing-page .screen-pulse {
    width: 100px;
    height: 24px;
    background: #020617;
    border: 1px solid #334155;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.npod-landing-page .sine-wave {
    position: absolute;
    width: 200%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q12.5,0 25,10 T50,10 T75,10 T100,10 L100,20 L0,20 Z' fill='none' stroke='%236366f1' stroke-width='1.5'/%3E%3C/svg%3E");
    background-size: 50% 100%;
    animation: wave-slide 2s linear infinite;
    top: 0;
}

@keyframes wave-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.npod-landing-page .module-lights {
    display: flex;
    gap: 6px;
}

.npod-landing-page .blink-led {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.npod-landing-page .blink-led.cyan {
    background-color: #06b6d4;
    box-shadow: 0 0 8px #06b6d4;
    animation: status-blink 0.8s infinite;
}

.npod-landing-page .blink-led.green {
    background-color: #10b981;
    box-shadow: 0 0 8px #10b981;
}

/* Server Module */
.npod-landing-page .server-module {
    border-left-color: #38bdf8;
}

.npod-landing-page .server-module .node-label {
    font-size: 10px;
    font-weight: 700;
    color: #f8fafc;
    font-family: monospace;
}

.npod-landing-page .nic-activity {
    display: flex;
    gap: 4px;
}

.npod-landing-page .nic-led {
    width: 5px;
    height: 5px;
    background-color: #334155;
    border-radius: 50%;
}

.npod-landing-page .nic-led.blinking {
    background-color: #38bdf8;
    box-shadow: 0 0 6px #38bdf8;
    animation: status-blink 0.3s infinite;
}

/* Network Module */
.npod-landing-page .network-module {
    border-left-color: #0d9488;
}

.npod-landing-page .network-ports {
    display: flex;
    gap: 6px;
    background: #020617;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #1e293b;
}

.npod-landing-page .port {
    width: 6px;
    height: 6px;
    background-color: #334155;
    border-radius: 1px;
}

.npod-landing-page .port.blinking {
    background-color: #10b981;
    box-shadow: 0 0 6px #10b981;
    animation: status-blink 0.5s infinite;
}

/* Power Module */
.npod-landing-page .power-module {
    border-left-color: #eab308;
}

.npod-landing-page .power-status {
    font-size: 9px;
    font-weight: 700;
    color: #fbbf24;
    font-family: monospace;
}

.npod-landing-page .battery-bar {
    width: 80px;
    height: 8px;
    background: #020617;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #334155;
}

.npod-landing-page .battery-fill {
    width: 100%;
    height: 100%;
    background: #eab308;
    box-shadow: 0 0 10px #eab308;
    animation: charge-pulse 2s ease-in-out infinite;
}

@keyframes charge-pulse {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

.npod-landing-page .power-indicators {
    font-size: 9px;
    font-weight: 700;
    color: #10b981;
    font-family: monospace;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Cooling Module */
.npod-landing-page .cooling-module {
    border-left-color: #06b6d4;
}

.npod-landing-page .cooling-fan-wrapper {
    display: flex;
    gap: 12px;
}

.npod-landing-page .fan-spinning {
    color: #64748b;
    font-size: 16px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.npod-landing-page .cooling-status {
    font-size: 9px;
    font-weight: 700;
    color: #22d3ee;
    font-family: monospace;
}

/* Fire suppression module */
.npod-landing-page .fire-module {
    border-left-color: #f43f5e;
}

.npod-landing-page .fire-status {
    font-size: 9px;
    font-weight: 700;
    color: #f43f5e;
    font-family: monospace;
}

.npod-landing-page .psi-indicator {
    font-size: 9px;
    font-weight: 700;
    color: #38bdf8;
    font-family: monospace;
}

/* Content updates styling overrides */
.npod-landing-page .lead-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.npod-landing-page .summary-box {
    background: rgba(99, 102, 241, 0.05);
    border: 1px dashed rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.npod-landing-page .summary-box strong {
    color: #a5b4fc;
}

.npod-landing-page .bg-dark-glass {
    background: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

/* ==========================================================================
   NPOD PARTNER LOGIN PAGE STYLING
   ========================================================================== */
.npod-partner-login-page {
    background-color: var(--bg-dark-tech) !important;
}

.npod-partner-login-page .nfc-login-section {
    background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.1) 0%, rgba(8, 11, 17, 0) 50%),
        radial-gradient(circle at 90% 80%, rgba(6, 182, 212, 0.08) 0%, rgba(8, 11, 17, 0) 50%);
    background-color: var(--bg-dark-tech) !important;
    padding: 100px 0;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
}

.npod-partner-login-page .nfc-login-left {
    color: var(--text-primary);
}

.npod-partner-login-page .nfc-login-badge {
    background: rgba(99, 102, 241, 0.15);
    color: #a5b4fc;
    border: 1px solid rgba(99, 102, 241, 0.2);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.npod-partner-login-page .nfc-login-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.npod-partner-login-page .nfc-login-desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 35px;
}

.npod-partner-login-page .nfc-feature-icon {
    background: rgba(99, 102, 241, 0.15) !important;
    color: #818cf8 !important;
    border: 1px solid rgba(99, 102, 241, 0.25) !important;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2) !important;
    width: 36px;
    height: 36px;
    font-size: 14px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.npod-partner-login-page .nfc-feature-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.npod-partner-login-page .nfc-feature-item p {
    color: var(--text-secondary);
    font-size: 14px;
}

/* Card overrides */
.npod-partner-login-page .nfc-login-right {
    background: var(--bg-dark-card) !important;
    border: 1px solid var(--border-tech) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(99, 102, 241, 0.05) !important;
    overflow: hidden;
}

.npod-partner-login-page .nfc-login-card {
    padding: 45px;
}

.npod-partner-login-page .nfc-login-header h3 {
    color: var(--text-primary);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
}

.npod-partner-login-page .nfc-login-header p {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 0;
}

.npod-partner-login-page .nfc-login-group label {
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}

.npod-partner-login-page .nfc-input-wrapper {
    background: rgba(15, 23, 42, 0.5) !important;
    border: 1px solid var(--border-tech) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.npod-partner-login-page .nfc-input-wrapper:focus-within {
    border-color: rgba(99, 102, 241, 0.5) !important;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.15);
}

.npod-partner-login-page .nfc-input-wrapper input {
    color: var(--text-primary) !important;
}

.npod-partner-login-page .nfc-input-wrapper input::placeholder {
    color: var(--text-muted);
}

.npod-partner-login-page .nfc-input-icon {
    color: var(--text-muted);
}

.npod-partner-login-page .nfc-login-btns {
    background: linear-gradient(135deg, var(--primary-indigo), #4f46e5) !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3) !important;
    transition: all 0.3s ease !important;
    margin-top: 25px;
}

.npod-partner-login-page .nfc-login-btns:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5) !important;
    background: linear-gradient(135deg, #818cf8, var(--primary-indigo)) !important;
}

.npod-partner-login-page .nfc-login-footer {
    color: var(--text-secondary) !important;
    font-size: 14px;
    margin-top: 24px;
}

.npod-partner-login-page .nfc-login-footer a {
    color: var(--accent-cyan) !important;
    font-weight: 600;
    transition: text-shadow 0.2s ease;
    text-decoration: none;
}

.npod-partner-login-page .nfc-login-footer a:hover {
    text-shadow: 0 0 8px rgba(6, 182, 212, 0.4);
}

/* ==========================================================================
   NPOD PREMIUM SELECT DROPDOWN OVERRIDES
   ========================================================================== */
.npod-partner-login-page .nfc-input-wrapper select.form-select {
    width: 100% !important;
    padding: 12px 36px 12px 12px !important;
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    color: var(--text-primary) !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-position: right 16px center !important;
    background-size: 12px 12px !important;
    cursor: pointer;
}

.npod-partner-login-page .nfc-input-wrapper select.form-select option {
    background-color: #0f172a !important;
    color: var(--text-primary) !important;
    padding: 10px !important;
}

.npod-partner-login-page .nfc-input-wrapper select.form-select:focus {
    border: none !important;
    box-shadow: none !important;
}

/* ==========================================================================
   NPOD PARTNER INTERNAL PORTAL THEME (CLEAN SaaS LIGHT THEME WITH DARK SIDEBAR)
   ========================================================================== */
.partner-portal-body {
    background-color: #f8fafc !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #1e293b;
}

.partner-portal-body .portal-wrapper {
    display: flex;
    min-height: 100vh;
}

/* Sidebar Styling */
.partner-portal-body .portal-sidebar {
    width: 310px;
    background: #f8f8f8;
    /* Slate 900 */
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-right: none;
    z-index: 100;
}

.partner-portal-body .portal-sidebar .brand {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-portal-body .portal-sidebar .nav-link {
    color: #404b5b;
    /* Slate 400 */
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 6px;
    font-size: 14.5px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid transparent;
}

.partner-portal-body .portal-sidebar .nav-link i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    transition: transform 0.2s ease;
}

.partner-portal-body .portal-sidebar .nav-link:hover {
    color: #eb7128;
    background: rgba(255, 255, 255, 0.03);
    border-left-color: rgb(235 113 40 / 39%);
}

.partner-portal-body .portal-sidebar .nav-link:hover i {
    transform: translateX(2px);
}

.partner-portal-body .portal-sidebar .nav-link.active {
    color: #eb7128;
    background: rgb(75 75 75 / 8%);
    font-weight: 700;
    border-left-color: #eb712863;
}

/* Topbar Styling */
.partner-portal-body .portal-main {
    flex: 1;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.partner-portal-body .topbar {
    background: #ffffff;
    padding: 16px 32px;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.partner-portal-body .topbar h5 {
    font-weight: 700;
    color: #0f172a;
    font-size: 16px;
}

.partner-portal-body .topbar .dropdown-toggle {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.partner-portal-body .topbar .dropdown-toggle:hover {
    background: #f1f5f9 !important;
}

.partner-portal-body .dropdown-menu {
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 6px;
}

.partner-portal-body .dropdown-item {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

.partner-portal-body .dropdown-item:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.partner-portal-body .dropdown-item.text-danger:hover {
    background: #fef2f2;
    color: #dc2626;
}

/* Stats Styling */
.partner-portal-body .stat-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-portal-body .stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.partner-portal-body .stat-box small {
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    display: block;
    margin-bottom: 8px;
}

.partner-portal-body .stat-box h4 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Module Grid & Card Styling */
.partner-portal-body .module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.partner-portal-body .module-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    height: 180px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.partner-portal-body .module-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.05), 0 4px 6px -2px rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.2);
}

.partner-portal-body .module-icon {
    font-size: 28px;
    color: #6366f1;
    margin-bottom: 14px;
    background: rgba(99, 102, 241, 0.05);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.partner-portal-body .module-card:hover .module-icon {
    background: #6366f1;
    color: #ffffff;
}

.partner-portal-body .module-card h6 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.partner-portal-body .module-card small {
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

/* Card Overrides */
.partner-portal-body .card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    overflow: hidden;
}

.partner-portal-body .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-portal-body .card-header h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.partner-portal-body .card-body {
    padding: 24px;
}

/* Form Styles inside Partner Portal */
.partner-portal-body .form-label {
    font-weight: 600;
    color: #334155;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.partner-portal-body .form-control,
.partner-portal-body .form-select {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background-color: #f8fafc;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-portal-body .form-control:focus,
.partner-portal-body .form-select:focus {
    background-color: #ffffff;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
    outline: none;
}

.partner-portal-body textarea.form-control {
    min-height: 120px;
}

/* Custom table styling in dashboards */
.partner-portal-body .table-responsive {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.partner-portal-body .table {
    margin-bottom: 0;
    font-size: 14px;
}

.partner-portal-body .table th {
    background-color: #f8fafc;
    color: #475569;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.partner-portal-body .table td {
    padding: 14px 16px;
    color: #334155;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.partner-portal-body .table tr:last-child td {
    border-bottom: none;
}

.partner-portal-body .table tr:hover td {
    background-color: #f8fafc;
}

/* Badge styling overrides */
.partner-portal-body .badge {
    padding: 6px 12px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 8px;
}

/* Buttons in partner portal */
.partner-portal-body .btn-primary {
    background-color: #6366f1 !important;
    border-color: #6366f1 !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.2s ease;
    font-size: 14px;
}

.partner-portal-body .btn-primary:hover {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

.partner-portal-body .btn-secondary {
    background-color: #64748b !important;
    border-color: #64748b !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.partner-portal-body .btn-secondary:hover {
    background-color: #475569 !important;
}