/* Base text */
	body {
		font-family: "Inter", sans-serif;
		font-size: 16px;
		line-height: 1.7;
		color: #222;
	}
/* Headings */
	h1, h2, h3, h4, h5, h6,
	.section-title,
	.section-header h2 {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		letter-spacing: -0.5px;
		line-height: 1.7;
		}
		
		p,li {
			font-family: "Poppins", sans-serif;
			letter-spacing: 1px;
			line-height: 1.7;
		}
/* Navbar & buttons */
	.navbar-nav .nav-link,
	.btn,
	.section-badge {
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

      .hero {
        background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
        color: white;
      }
      .btn-primary {
        background-color: #007bff;
        border: none;
      }
      .feature-icon {
        font-size: 2.2rem;
        color: #007bff;
      }
      .card {
        border: none;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
      }
      footer a {
        text-decoration: none;
        color: #0d6efd;
      }
      footer a:hover {
        text-decoration: underline;
      }
      .topbar {
        background: #000;
        color: #fff;
        font-size: 14px;
      }

      .topbar a {
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
      }

      .topbar a:hover {
        text-decoration: underline;
      }

      .dropdown-menu {
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        border: none;
      }

      .dropdown-item {
        font-weight: 500;
        padding: 8px 18px;
      }

      .dropdown-item:hover {
        background: #eef2ff;
        color: #0d3cff;
      }

      /* ================= IMPROVED FOOTER ================= */
      /* ================= PREMIUM WORDPRESS FOOTER ================= */
      .footer-wp {
        background: #f2f4ff;
        padding: 60px 0 0;
        font-size: 14px;
        color: #222;
      }

      .footer-wp h6 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 14px;
      }

      .footer-wp ul {
        list-style: none;
        padding-left: 0;
      }

      .footer-wp ul li {
        margin-bottom: 7px;
      }

      .footer-wp a {
        color: #0047ff;
        text-decoration: none;
      }

      .footer-wp a:hover {
        text-decoration: underline;
      }

      .footer-logo img {
        max-width: 200px;
      }

      .footer-social img {
        width: 28px;
        margin-right: 12px;
      }

      .footer-qr img {
        max-width: 110px;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin: 6px;
      }

      .footer-app-icons img {
        max-width: 120px;
        margin: 4px;
      }

      .footer-divider {
        border-top: 1px solid #cdd3ff;
        margin: 40px 0 25px;
      }

      .footer-pay img {
        height: 34px;
        margin-right: 14px;
      }

      .footer-bottom {
        background: #e7eaff;
        padding: 14px 0;
        font-size: 13px;
      }

      .footer-bottom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }

      .footer-wp {
        background: linear-gradient(180deg, #f4f6ff, #eef1ff);
        padding: 70px 0 0;
        font-size: 14px;
      }

      .footer-wp h6 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 16px;
        color: #1f2a5a;
      }

      .footer-wp ul li {
        margin-bottom: 8px;
      }

      .footer-wp ul li a {
        color: #0d3cff;
      }

      .footer-brand {
        padding-right: 20px;
      }

      .footer-brand img {
        max-width: 180px;
        margin-bottom: 15px;
      }

      .footer-social img {
        width: 26px;
        margin-right: 10px;
      }

      .footer-qr-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      }

      .footer-qr-card h6 {
        margin-bottom: 14px;
      }

      .footer-qr img {
        max-width: 110px;
        margin: 6px;
      }

      .footer-app-icons img {
        max-width: 120px;
        margin: 6px;
      }

      .footer-divider {
        border-top: 1px solid #cfd6ff;
        margin: 50px 0 35px;
      }

      .footer-bottom {
        background: #e6eaff;
        padding: 18px 0;
      }

      .footer-pay img {
        height: 34px;
        margin-right: 12px;
      }

      .footer-bottom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
      }

      @media (max-width: 768px) {
        .footer-bottom .container {
          text-align: center;
          justify-content: center;
        }
      }
      /* ===== FOOTER WIDTH & ALIGNMENT FIX ===== */
      /* ===== FOOTER TOP FLEX (3 COLUMN) ===== */
      .footer-top-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
        margin-bottom: 45px;
        border-bottom: 1px solid #cfd6ff;
        gap: 20px;
      }

      .footer-top-col {
        flex: 1;
      }

      /* LOGO */
      .footer-logo img {
        max-width: 180px;
      }

      /* REGISTERED OFFICE */
      .footer-office {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
      }

      /* FOLLOW US */
      .footer-follow {
        text-align: right;
      }

      .footer-follow h6 {
        margin-bottom: 8px;
      }

      .footer-follow img {
        width: 26px;
        margin-left: 10px;
      }

      /* MOBILE RESPONSIVE */
      @media (max-width: 768px) {
      	.footer-top-flex {
      		flex-direction: column;
      		text-align: center;
      	}

        .footer-follow {
          text-align: center;
        }

        .footer-follow img {
          margin: 0 6px;
        }
      }

      .navbar {
        padding: 12px 0;
      }

      .navbar-brand img {
        height: 64px;
      }

      .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 600;
        color: #111;
        padding: 8px 12px;

        white-space: nowrap;
      }

      .navbar-nav .nav-link:hover {
        color: #007bff;
      }

      .nav-chevron {
        font-size: 11px;
        margin-left: 6px;
        opacity: 0.6;
        transition: transform 0.2s ease;
      }

      /* Rotate when open */
      .dropdown.show .nav-chevron {
        transform: rotate(180deg);
      }

      /* Remove default Bootstrap caret */
      .navbar .dropdown-toggle::after {
        display: none !important;
      }

      /* Clean chevron */
      .navbar .dropdown-toggle {
        position: relative;
        padding-right: 20px;
      }

      .dropdown-menu {
        margin-top: 6px;
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      }


      @media (min-width: 992px) {
        .dropdown:hover .dropdown-menu {
          display: block;
        }
      }



      /* Mobile */
      @media (max-width: 768px) {
        .topbar .container {
          flex-direction: column;
          gap: 6px;
          text-align: center;
        }
      }

      @media (max-width: 991px) {
        .navbar-nav {
          margin-right: 0;
        }

        .dropdown-menu {
          box-shadow: none;
          border-radius: 8px;
        }
      }

      /* ===== SOLUTION IMAGE STYLE (MySingleLink Match) ===== */
      /* ===== SOLUTIONS CARD ROW ===== */
      .solution-card {
        padding: 30px;
        height: 100%;
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
        text-align: center;
      }

      .solution-card-icon {
        font-size: 40px;
        margin-bottom: 15px;
        color: #007bff;
      }

      /* ===== SPRINT-THRU ===== */
      .sprint-block {
        padding: 60px 0;
      }

      .sprint-image img {
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
      }

      .sprint-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
      }

      .solution-block {
        padding: 60px 0;
        border-bottom: 1px solid #eee;
      }

      .solution-image img {
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
      }

      .solution-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 12px;
      }

      .solution-text {
        font-size: 16px;
        color: #555;
      }

      .solution-text ul {
        padding-left: 18px;
        margin-top: 12px;
      }

      .solution-text ul li {
        margin-bottom: 6px;
      }

      /* ===== VIDEO STYLING ===== */
      .sprint-video video {
        width: 100%;
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
        background: #000;
      }

      /* ===== SECTION SPACING ===== */
      .section-pad {
        padding: 80px 0;
      }

      /* ===== SECTION HEADERS ===== */
      .section-title {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 10px;
      }

      .section-subtitle {
        color: #6b7280;
        font-size: 17px;
        max-width: 720px;
        margin: 0 auto 50px;
      }

      /* ===== SOFT CARD ===== */
      .soft-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 35px 25px;
        height: 100%;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
      }

      .soft-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
      }

      /* ===== ICON CIRCLE ===== */
      .icon-circle {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 18px;
      }

      /* ===== LIST STYLE ===== */
      .check-list li {
        margin-bottom: 10px;
        padding-left: 24px;
        position: relative;
      }

      .check-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #2563eb;
        font-weight: bold;
      }

      /* ===== FAQ ===== */
      .faq-card {
        border-radius: 14px;
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      }

      /* ===== BACKGROUND ACCENTS ===== */
      .bg-soft {
        background: linear-gradient(180deg, #f8faff, #eef2ff);
      }

      /* ===== SECTION BACKGROUNDS SYSTEM ===== */

      /* Pure white (content heavy) */
      .bg-white {
        background: #ffffff;
      }

      /* Soft light gradient (features / explainers) */
      .bg-soft {
        background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%);
      }

      /* Slight contrast neutral (break sections visually) */
      .bg-light-alt {
        background: #f4f6fb;
      }

      /* Optional dark CTA section */
      .bg-dark-cta {
        background: linear-gradient(135deg, #1e3a8a, #1e40af);
        color: #ffffff;
      }

      .bg-dark-cta h2,
      .bg-dark-cta p {
        color: #ffffff;
      }

      /* ===== HOW IT WORKS – HORIZONTAL CARD ===== */
      .how-card {
        display: flex;
        align-items: center;
        gap: 18px;
        text-align: left;
      }

      .how-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #fff;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .how-content h5 {
        font-size: 17px;
      }

      .how-content p {
        font-size: 14.5px;
      }
      .solution-card .btn {
        font-weight: 600;
        border-radius: 20px;
        padding: 6px 18px;
      }
      /* ===== WHY MYSINGLELINK CLEAN LIST ===== */
      .why-points {
        display: grid;
        gap: 14px;
      }

      .why-item {
        font-size: 16px;
        padding-left: 28px;
        position: relative;
      }

      .why-item::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        color: #2563eb;
        font-weight: 700;
      }

              /* ===== SECTION THEMING ===== */
      .section-soft {
        background: #ffffff; /* soft light */
      }

      .section-light {
        background: linear-gradient(
          180deg,
          #eef2f7 0%,
          #e1e7f2 100%
        );
      }

      .section-white {
        background: #ffffff; /* soft light */
      }

      .section-non-white {
      	background: linear-gradient(
      		180deg,
      		#eef2f7 0%,
      		#e1e7f2 100%
      	);
      }

      .bg-light {
        background: linear-gradient(
          180deg,
          #eef2f7 0%,
          #e1e7f2 100%
        );
      }

      .section-padding {
        padding: 80px 0;
      }

     .section-sort-padding {
        padding: 40px 0;
      }
      .section-header {
        max-width: 820px;
        margin: 0 auto 50px;
      }

      .section-header h2 {
        font-weight: 700;
        letter-spacing: -0.5px;
      }

      .section-header p {
        font-size: 16px;
        line-height: 1.7;
        color: #6c757d;
      }
      /* ===== IMAGE CARDS ===== */

      .pickup-card .card-body h5 {
        font-weight: 600;
      }

      .pickup-card .card-body p {
        font-size: 15px;
        line-height: 1.65;
      }
      /* ================= DESKTOP HOVER DROPDOWN ================= */
      @media (min-width: 992px) {

        .navbar .dropdown:hover > .dropdown-menu {
          display: block;
          margin-top: 0;
        }

        /* Keep parent active */
        .navbar .dropdown-menu {
          margin-top: 0;
        }

        /* Nested dropdowns */
        .dropdown-menu .dropdown:hover > .dropdown-menu {
          display: block;
          position: absolute;
          top: 0;
          left: 100%;
          margin-left: 0.1rem;
        }
      }


      .section-badge {
        display: inline-block;
        background: #e7f1ff;
        color: #0d6efd;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 30px;
        text-transform: uppercase;
      }

      .section-subtitle {
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
      }

      /* CONTENT */
      .study-points {
        margin-top: 15px;
        padding-left: 18px;
      }

      .study-points li {
        margin-bottom: 10px;
        color: #444;
      }

      .note-box {
        background: #f1f6ff;
        border-left: 4px solid #2c5f93;
        padding: 12px 15px;
        border-radius: 6px;
      }

      /* IMAGE */
      .study-image-card {
        background: #ffffff;
        padding: 18px;
        margin-top: 20px;
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
      }

      /* METRICS */
      .metric-card {
        background: #ffffff;
        padding: 28px 20px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
      }

      .metric-card:hover {
        transform: translateY(-6px);
      }

      .metric-card h6 {
        color: #6c757d;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
      }

      .metric-card h4 {
        font-weight: 700;
        margin: 10px 0;
      }



      .container-heading{
          background: #2c5f93;
          padding: 10px;
          border-radius: 6px;
          text-align: center;
          color: white;
      }




      /* CONTENT */
      .sprint-content {
        width: 100%;

        border-top: 1px solid #e6eaf0;
      }

      /* ROW */
      .sprint-row {
        display: flex;

        padding: 20px 0;
        border-bottom: 1px solid #e6eaf0;
      }

      /* LEFT COLUMN */
      .sprint-left {
        min-width: 220px;
      }

      .sprint-left h5 {
        margin-bottom: 6px;
        font-weight: 700;
      }

      .feature-list li {
        margin-bottom: 10px;
        font-size: 15px;
      }

      .auth-block h4,.auth-block p {
        text-align: center;
      }

      .auth-image {
        width:100%;
        display: block;
      }

      .image-box {
        height: 100%;
      }

      .object-fit-cover {
        object-fit: cover;
      }
      .execution-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;         /* 🔥 prevents cutting */
      }
      .text-justify-content p {
        text-align: justify;
        text-justify: inter-word;
      }


      /* Equal height image container */
      .equal-image-box {
        width: 100%;
        height: 280px;          /* 👈 adjust if needed */
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        background: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Image fit */
      .equal-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;     /* 👈 ensures equal height */
        border-radius: 12px;
      }

      /* Responsive tweak */
      @media (max-width: 768px) {
        .equal-image-box {
          height: 220px;
        }
      }
      .modern-slider-wrap {
        max-width: 1040px;
        margin: 40px auto;
        font-family: Arial, sans-serif;
      }

      .tips-card {
        background: #2C5F93;
        color: #fff;
        padding: 18px;
        text-align: center;
      }

      .slider-grid {
        display: flex;
        gap: 30px;
        margin-top: 30px;
        flex-wrap: wrap;
      }

      .slider-card {
        flex: 1;
        text-align: center;
      }

      .slider-caption {
        margin: 12px 0;
        font-weight: bold;
      }

      .slider-frame {
        position: relative;
        height: 320px;          /* you can increase if needed */
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
      }

      .slider-frame img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;   /* 🔥 KEY LINE */
        opacity: 0;
        transition: opacity 1s ease-in-out;
      }

      .slider-frame img.active {
        opacity: 1;
      }


      .slider-frame img.active {
        opacity: 1;
      }

      @media (max-width: 768px) {
        .slider-grid {
          flex-direction: column;
        }
      }
      /* equal height rows */
      .equal-row {
        align-items: stretch;
      }

      .equal-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      /* media */
      .media-box {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .media-box img,
      .media-box video {
        max-width: 100%;
        max-height: 360px;
        object-fit: contain; /* prevents cutting */
      }

      /* text */
      .text-justify {
        text-align: justify;
        text-justify: inter-word;
      }

      .check-list .why-item {
        padding-left: 28px;
        position: relative;
        margin-bottom: 8px;
      }

      .check-list .why-item::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #0d6efd;
        font-weight: bold;
      }
      .pickup-card {
        height: 100%;
        display: flex;
        flex-direction: column;
      }

      .pickup-card .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .pickup-media {
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .pickup-media img,
      .pickup-media video {
        max-width: 100%;
        max-height: 260px;
        object-fit: contain;
      }

      .text-justify {
        text-align: justify;
        text-justify: inter-word;
      }

      .description{
      	padding: 37px;
      }

      /* Card polish (optional) */
      .image-card {
        background: #ffffff;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.08);
      }

      /* Equal-width image container */
      .equal-width-box {
        width: 100%;
        max-width: 420px;     /* 👈 SAME WIDTH FOR BOTH */
        margin: 0 auto;
        height: 260px;        /* keeps balance */
        border-radius: 12px;
        overflow: hidden;
        background: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Image behaviour */
      .equal-width-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;    /* 👈 ensures same visual width */
        border-radius: 12px;
      }

      /* Responsive */
      @media (max-width: 768px) {
        .equal-width-box {
          max-width: 100%;
          height: 220px;
        }
      }

      .card {
        border-radius: 14px;
      }

      .btn-primary {
        font-weight: 600;
        letter-spacing: .3px;
      }
      .roi-benefits{
          background: white;
          padding: 20px 20px;
          border-radius: 9px;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      }
/* ===== STICKY HEADER ===== */
/* ===== STICKY COLOR CHANGE ===== */
	.navbar {
		position: sticky;
		top: 0;
		z-index: 1050;
		background: transparent;
		transition: background 0.3s ease, box-shadow 0.3s ease;
	}
/* When scrolled */
	.navbar.scrolled {
		background: #ffffff; /* 👈 change color here */
		box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	}
/* Optional: text color adjustment */
	.navbar.scrolled .nav-link {
		color: #111;
	}
/* Optional hover */
	.navbar.scrolled .nav-link:hover {
		color: #0d6efd;
	}

/* ===== TOPBAR 1 : UTILITY ===== */
/* ===== TOPBAR 1 : UTILITY (MATCH HERO) ===== */
	.topbar-utility {
		background: #000;
		color: #ffffff;
		font-size: 14px;
		padding: 6px 0;
	}

/* Links */
	.topbar-utility a {
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
	}

	.topbar-utility a:hover {
		text-decoration: underline;
		opacity: 0.9;
	}

/* Icons */
	.topbar-utility i {
		color: #ffffff;
		opacity: 0.85;
		margin-right: 4px;
	}

/* Separator */
	.topbar-utility .sep {
		color: rgba(255, 255, 255, 0.5);
	}

/* Contact link emphasis */
	.topbar-utility .contact-link {
		font-weight: 600;
	}

/* ===== TOPBAR 2 : PORTALS ===== */
	.topbar-portal {
		background: #020617;
		color: #e5e7eb;
		font-size: 14px;
		padding: 6px 0;
		border-top: 1px solid #1e293b;
	}

	.topbar-portal a {
		color: #e5e7eb;
		text-decoration: none;
		margin-left: 10px;
		font-weight: 500;
	}

	.topbar-portal a:hover {
		color: #60a5fa;
		text-decoration: underline;
	}

	.portal-label {
		color: #94a3b8;
		font-weight: 600;
		margin-right: 6px;
	}

/* MOBILE */
	@media (max-width: 991px) {
		.topbar-portal .container,
		.topbar-utility .container {
			flex-direction: column;
			gap: 6px;
			text-align: center;
		}
	}
/* ===== STICKY HEADER GROUP ===== */
	.sticky-header {
  		position: sticky;
  		top: 0;
  		z-index: 1100; /* higher than content */
  	}

/* Remove sticky from navbar itself */
	.navbar {
		position: relative;
		top: auto;
	}

/* Optional shadow when scrolling */
	.sticky-header.scrolled {
		box-shadow: 0 6px 20px rgba(0,0,0,0.12);
	}

/* ===== EXTENDED NAV BELOW MAIN MENU ===== */
	.extended-nav {
		border-top: 1px solid #e5e7eb;
		padding-top: 6px;
	}

/* Portal rows */
	.portal-nav {
		gap: 6px;
	}

/* Label (Merchant / Consumer) */
	.portal-label-item {
		font-weight: 600;
		color: #6b7280;
		padding: 8px 12px;
		white-space: nowrap;
	}

/* Same link look as main nav */
	.portal-nav .nav-link {
		font-size: 16px;
		font-weight: 600;
		color: #111;
		padding: 8px 12px;
	}

/* Hover same as main */
	.portal-nav .nav-link:hover {
		color: #0d6efd;
	}
	@media (max-width: 991px) {
		.extended-nav {
			padding-top: 10px;
		}
		.portal-nav {
			justify-content: center;
		}
	}

/* ===== FIX GAP BETWEEN MERCHANT & CONSUMER MENUS ===== */
/* Remove bottom margin from Merchant row */
	.portal-nav {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.portal-nav li{
		line-height: 0.7;
		text-decoration: underline;
	}
	.portal-label-item{
		text-decoration: none !important;
	}

/* Consumer row: no top spacing */
	.portal-nav + .portal-nav {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

/* Remove default Bootstrap nav spacing */
	.navbar-nav {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

/* Optional: tighter vertical alignment */
	.portal-label-item,
	.portal-nav .nav-link {
		padding-top: 6px;
		padding-bottom: 6px;
	}