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;
}

/* 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(255, 255, 255, 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(255, 255, 255, 0.75);
    text-decoration: none;
}

.pp-footer-legal a:hover {
    color: #ffffff;
}

.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(255, 255, 255, 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;
    max-width: 900px;
}

.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;
}

/* 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: 1200px;
    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%;
    }
}