{"id":2509,"date":"2026-04-12T19:24:05","date_gmt":"2026-04-12T19:24:05","guid":{"rendered":"https:\/\/nawec.gm\/?p=2509"},"modified":"2026-04-12T19:24:05","modified_gmt":"2026-04-12T19:24:05","slug":"take-control-of-your-utilities-the-nawec-mobile-app-is-now-on-the-app-store","status":"publish","type":"post","link":"https:\/\/nawec.gm\/?p=2509","title":{"rendered":"Take Control of Your Utilities \u2014 The NAWEC Mobile App Is Now on the App Store"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600&family=DM+Serif+Display:ital@0;1&display=swap');\n\n  :root {\n    --n-navy: #003366;\n    --n-navy-deep: #001f3f;\n    --n-gold: #C8922A;\n    --n-gold-lt: #f5e6c8;\n    --n-electric: #0099ff;\n    --n-electric-lt: #e6f4ff;\n    --n-water: #00b894;\n    --n-water-lt: #e0f7f4;\n    --n-dark: #0d1b2a;\n    --n-mid: #1a2f45;\n  }\n\n  .app-wrap {\n    font-family: 'DM Sans', sans-serif;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 0 3rem;\n    color: #1a1a1a;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .app-hero {\n    background: var(--n-dark);\n    border-radius: 8px;\n    overflow: hidden;\n    position: relative;\n    margin-bottom: 0;\n    min-height: 400px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n  }\n\n  .app-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,153,255,0.15) 0%, transparent 70%),\n      radial-gradient(ellipse 40% 60% at 20% 80%, rgba(0,184,148,0.1) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  \/* dot-grid texture *\/\n  .app-hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);\n    background-size: 28px 28px;\n    pointer-events: none;\n  }\n\n  .app-hero-text {\n    padding: 2.5rem 2rem 2.5rem 2.5rem;\n    position: relative;\n    z-index: 2;\n  }\n\n  .app-hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(200,146,42,0.15);\n    border: 1px solid rgba(200,146,42,0.4);\n    color: var(--n-gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 20px;\n    margin-bottom: 1.25rem;\n  }\n\n  .app-hero-eyebrow span {\n    width: 6px;\n    height: 6px;\n    background: var(--n-gold);\n    border-radius: 50%;\n    animation: pulse-dot 1.8s ease-in-out infinite;\n  }\n\n  @keyframes pulse-dot {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.4; transform: scale(0.7); }\n  }\n\n  .app-hero-title {\n    font-family: 'DM Serif Display', Georgia, serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    font-weight: 400;\n    line-height: 1.2;\n    color: #fff;\n    margin-bottom: 1rem;\n  }\n\n  .app-hero-title em {\n    font-style: italic;\n    color: var(--n-electric);\n  }\n\n  .app-hero-sub {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.7;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 1.75rem;\n  }\n\n  .app-store-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #fff;\n    color: var(--n-dark);\n    text-decoration: none;\n    padding: 11px 20px;\n    border-radius: 8px;\n    font-weight: 600;\n    font-size: 14px;\n    transition: transform 0.15s, box-shadow 0.15s;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.3);\n  }\n\n  .app-store-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.4); }\n\n  .app-store-btn svg { width: 22px; height: 22px; flex-shrink: 0; }\n\n  .app-store-btn-label { display: flex; flex-direction: column; line-height: 1.2; }\n  .app-store-btn-label .asl { font-size: 10px; font-weight: 400; letter-spacing: 0.5px; color: #555; }\n  .app-store-btn-label .asb { font-size: 15px; font-weight: 600; color: #111; }\n\n  .app-hero-image {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 2rem 2rem 2rem 0;\n  }\n\n  .app-hero-image img {\n    width: 100%;\n    max-width: 380px;\n    border-radius: 12px;\n    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08);\n    display: block;\n  }\n\n  \/* \u2500\u2500 INTRO STRIP \u2500\u2500 *\/\n  .intro-strip {\n    background: var(--n-navy);\n    padding: 1.25rem 2rem;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 2.5rem;\n    border-radius: 0 0 6px 6px;\n  }\n\n  .intro-strip-logo img { height: 38px; width: auto; display: block; }\n\n  .intro-strip-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.2); flex-shrink: 0; }\n\n  .intro-strip-text {\n    font-size: 13px;\n    color: rgba(255,255,255,0.8);\n    font-weight: 300;\n    line-height: 1.5;\n    flex: 1;\n  }\n\n  .intro-strip-text strong { color: #fff; font-weight: 500; }\n\n  .intro-strip-badge {\n    flex-shrink: 0;\n    background: var(--n-gold);\n    color: #fff;\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 3px;\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* \u2500\u2500 SECTION LABELS \u2500\u2500 *\/\n  .section-label-row {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 1.25rem;\n  }\n\n  .section-label-row .slr-line { flex: 1; height: 1px; background: #e5e5e5; }\n\n  .section-label-row .slr-text {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--n-navy);\n    white-space: nowrap;\n  }\n\n  \/* \u2500\u2500 FEATURES GRID \u2500\u2500 *\/\n  .features-section { margin: 0 0 2.5rem; }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n  }\n\n  .feature-card {\n    border-radius: 8px;\n    padding: 1.25rem;\n    border: 1px solid #eee;\n    background: #fff;\n    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    border-radius: 8px 8px 0 0;\n  }\n\n  .feature-card.fc-electric::before { background: var(--n-electric); }\n  .feature-card.fc-water::before { background: var(--n-water); }\n  .feature-card.fc-gold::before { background: var(--n-gold); }\n  .feature-card.fc-navy::before { background: var(--n-navy); }\n\n  .feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: #ddd; }\n\n  .feature-card .fc-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    margin-bottom: 0.85rem;\n  }\n\n  .feature-card.fc-electric .fc-icon { background: var(--n-electric-lt); }\n  .feature-card.fc-water .fc-icon { background: var(--n-water-lt); }\n  .feature-card.fc-gold .fc-icon { background: var(--n-gold-lt); }\n  .feature-card.fc-navy .fc-icon { background: #e6eef5; }\n\n  .feature-card .fc-title {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--n-navy);\n    margin-bottom: 5px;\n    line-height: 1.3;\n  }\n\n  .feature-card .fc-desc {\n    font-size: 13px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.5;\n  }\n\n  .feature-card .fc-free {\n    display: inline-block;\n    margin-top: 8px;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--n-water);\n    background: var(--n-water-lt);\n    padding: 2px 8px;\n    border-radius: 10px;\n  }\n\n  \/* \u2500\u2500 COMING SOON \u2500\u2500 *\/\n  .coming-soon-section { margin-bottom: 2.5rem; }\n\n  .coming-soon-box {\n    background: var(--n-dark);\n    border-radius: 8px;\n    padding: 2rem;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.5rem 2rem;\n    align-items: start;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .coming-soon-box::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);\n    background-size: 20px 20px;\n  }\n\n  .cs-rocket {\n    position: relative;\n    z-index: 1;\n    width: 56px;\n    height: 56px;\n    background: rgba(200,146,42,0.15);\n    border: 1px solid rgba(200,146,42,0.3);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 26px;\n  }\n\n  .cs-content { position: relative; z-index: 1; }\n\n  .cs-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--n-gold);\n    margin-bottom: 6px;\n  }\n\n  .cs-title {\n    font-family: 'DM Serif Display', Georgia, serif;\n    font-size: 20px;\n    color: #fff;\n    margin-bottom: 1rem;\n    font-weight: 400;\n  }\n\n  .cs-items {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem;\n  }\n\n  .cs-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.75);\n  }\n\n  .cs-item::before {\n    content: '';\n    flex-shrink: 0;\n    width: 6px;\n    height: 6px;\n    border: 1.5px solid var(--n-gold);\n    border-radius: 50%;\n  }\n\n  \/* \u2500\u2500 PAYMENT PARTNERS \u2500\u2500 *\/\n  .partners-section { margin-bottom: 2.5rem; }\n\n  .partners-row {\n    display: flex;\n    gap: 1rem;\n    align-items: stretch;\n  }\n\n  .partner-card {\n    flex: 1;\n    padding: 1.25rem 1.5rem;\n    border-radius: 8px;\n    border: 1px solid #eee;\n    background: #fafafa;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .partner-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    background: #fff;\n    border: 1px solid #eee;\n    flex-shrink: 0;\n  }\n\n  .partner-name { font-size: 15px; font-weight: 600; color: var(--n-navy); }\n  .partner-desc { font-size: 12px; font-weight: 300; color: #666; margin-top: 2px; }\n\n  .partner-secure {\n    margin-left: auto;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--n-water);\n    background: var(--n-water-lt);\n    padding: 3px 10px;\n    border-radius: 10px;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\n  .app-body {\n    font-size: 16px;\n    line-height: 1.8;\n    font-weight: 300;\n    color: #333;\n    margin-bottom: 2rem;\n  }\n  .app-body p { margin-bottom: 1.1rem; }\n  .app-body p:last-child { margin-bottom: 0; }\n\n  \/* \u2500\u2500 DOWNLOAD CTA \u2500\u2500 *\/\n  .download-cta {\n    background: linear-gradient(135deg, var(--n-navy) 0%, var(--n-navy-deep) 100%);\n    border-radius: 8px;\n    padding: 2.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 2rem;\n    margin-bottom: 2rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .download-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);\n    background-size: 22px 22px;\n  }\n\n  .download-cta::after {\n    content: '';\n    position: absolute;\n    right: -60px;\n    top: -60px;\n    width: 200px;\n    height: 200px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(0,153,255,0.2) 0%, transparent 70%);\n  }\n\n  .download-cta-left { position: relative; z-index: 1; }\n\n  .download-cta-eyebrow {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--n-gold);\n    margin-bottom: 8px;\n  }\n\n  .download-cta-title {\n    font-family: 'DM Serif Display', Georgia, serif;\n    font-size: 24px;\n    font-weight: 400;\n    color: #fff;\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n\n  .download-cta-sub {\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.65);\n  }\n\n  .download-cta-right { position: relative; z-index: 1; flex-shrink: 0; }\n\n  .dl-btn-main {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #fff;\n    color: var(--n-dark);\n    text-decoration: none;\n    padding: 14px 24px;\n    border-radius: 10px;\n    font-weight: 600;\n    font-size: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n    transition: transform 0.15s;\n  }\n\n  .dl-btn-main:hover { transform: translateY(-2px); }\n\n  .dl-btn-main svg { width: 26px; height: 26px; flex-shrink: 0; }\n\n  .dl-btn-inner { display: flex; flex-direction: column; line-height: 1.2; }\n  .dl-btn-inner .dli-small { font-size: 11px; font-weight: 400; color: #666; letter-spacing: 0.3px; }\n  .dl-btn-inner .dli-big { font-size: 17px; font-weight: 700; color: #111; }\n\n  \/* \u2500\u2500 FOOTER TAGS \u2500\u2500 *\/\n  .post-footer {\n    padding-top: 1.25rem;\n    border-top: 1px solid #eee;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n  }\n\n  .tag-row { display: flex; gap: 8px; flex-wrap: wrap; }\n\n  .tag {\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    background: #f2f2f2;\n    border: 0.5px solid #e0e0e0;\n    color: #666;\n    padding: 4px 10px;\n    border-radius: 2px;\n  }\n\n  .post-meta { font-size: 12px; font-weight: 300; color: #999; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 640px) {\n    .app-hero { grid-template-columns: 1fr; }\n    .app-hero-image { display: none; }\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .cs-items { grid-template-columns: 1fr; }\n    .partners-row { flex-direction: column; }\n    .download-cta { flex-direction: column; }\n  }\n\n  @media (max-width: 480px) {\n    .features-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n\n<div class=\"app-wrap\">\n\n  <!-- HERO -->\n  <div class=\"app-hero\">\n    <div class=\"app-hero-text\">\n      <div class=\"app-hero-eyebrow\"><span><\/span> Now Live on Apple App Store<\/div>\n      <h1 class=\"app-hero-title\">The NAWEC Mobile App is <em>Here<\/em><\/h1>\n      <p class=\"app-hero-sub\">Manage your electricity and water services from anywhere in the world \u2014 faster, simpler, and at no extra cost.<\/p>\n      <a href=\"https:\/\/apps.apple.com\" class=\"app-store-btn\" target=\"_blank\" rel=\"noopener\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <path d=\"M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z\"\/>\n        <\/svg>\n        <div class=\"app-store-btn-label\">\n          <span class=\"asl\">Download on the<\/span>\n          <span class=\"asb\">App Store<\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n    <div class=\"app-hero-image\">\n      <img decoding=\"async\" src=\"https:\/\/nawec.gm\/wp-content\/uploads\/2026\/04\/NAWEC-mobile-app-image-12-4-26.jpeg\" alt=\"NAWEC Mobile App on Apple App Store\">\n    <\/div>\n  <\/div>\n\n  <!-- INTRO STRIP -->\n  <div class=\"intro-strip\">\n    <div class=\"intro-strip-logo\">\n      <img decoding=\"async\" src=\"https:\/\/nawec.gm\/wp-content\/uploads\/2018\/03\/cropped-logo2-1.jpg\" alt=\"NAWEC Logo\">\n    <\/div>\n    <div class=\"intro-strip-divider\"><\/div>\n    <div class=\"intro-strip-text\">\n      NAWEC is pleased to announce the launch of the <strong>NAWEC Mobile App<\/strong> \u2014 a new digital platform designed to make access to NAWEC services easier, faster, and more convenient for customers anywhere in the world.\n    <\/div>\n    <div class=\"intro-strip-badge\">8 April 2026<\/div>\n  <\/div>\n\n  <!-- WHAT YOU CAN DO TODAY -->\n  <div class=\"features-section\">\n    <div class=\"section-label-row\">\n      <div class=\"slr-text\">What you can do today<\/div>\n      <div class=\"slr-line\"><\/div>\n    <\/div>\n\n    <div class=\"features-grid\">\n      <div class=\"feature-card fc-electric\">\n        <div class=\"fc-icon\">\u26a1<\/div>\n        <div class=\"fc-title\">Buy Cash Power<\/div>\n        <div class=\"fc-desc\">Purchase electricity tokens instantly, securely, and at no extra charge.<\/div>\n        <span class=\"fc-free\">Free<\/span>\n      <\/div>\n\n      <div class=\"feature-card fc-water\">\n        <div class=\"fc-icon\">\ud83d\udca7<\/div>\n        <div class=\"fc-title\">Pay Water Bills<\/div>\n        <div class=\"fc-desc\">Settle your water bills seamlessly from your phone \u2014 zero extra cost.<\/div>\n        <span class=\"fc-free\">Free<\/span>\n      <\/div>\n\n      <div class=\"feature-card fc-gold\">\n        <div class=\"fc-icon\">\ud83e\uddfe<\/div>\n        <div class=\"fc-title\">Pay Connection Invoices<\/div>\n        <div class=\"fc-desc\">Pay invoices for new electricity or water service connections with ease.<\/div>\n        <span class=\"fc-free\">Free<\/span>\n      <\/div>\n\n      <div class=\"feature-card fc-navy\">\n        <div class=\"fc-icon\">\ud83d\udd14<\/div>\n        <div class=\"fc-title\">Real-Time Notifications<\/div>\n        <div class=\"fc-desc\">Stay informed with instant updates on your account and services.<\/div>\n      <\/div>\n\n      <div class=\"feature-card fc-electric\">\n        <div class=\"fc-icon\">\ud83c\udf0d<\/div>\n        <div class=\"fc-title\">Access from Anywhere<\/div>\n        <div class=\"fc-desc\">Manage your NAWEC account from any location in the world, anytime.<\/div>\n      <\/div>\n\n      <div class=\"feature-card fc-water\">\n        <div class=\"fc-icon\">\ud83d\udd10<\/div>\n        <div class=\"fc-title\">Secure Registration<\/div>\n        <div class=\"fc-desc\">Register securely using one-time passwords (OTP) via SMS or email.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PAYMENT PARTNERS -->\n  <div class=\"partners-section\">\n    <div class=\"section-label-row\">\n      <div class=\"slr-text\">Supported payment methods<\/div>\n      <div class=\"slr-line\"><\/div>\n    <\/div>\n    <div class=\"partners-row\">\n      <div class=\"partner-card\">\n        <div class=\"partner-icon\">\ud83d\udcb3<\/div>\n        <div>\n          <div class=\"partner-name\">APS Wallet<\/div>\n          <div class=\"partner-desc\">Link your APS Wallet account for seamless utility payments<\/div>\n        <\/div>\n        <div class=\"partner-secure\">Secure<\/div>\n      <\/div>\n      <div class=\"partner-card\">\n        <div class=\"partner-icon\">\ud83d\udcf1<\/div>\n        <div>\n          <div class=\"partner-name\">TaybullPay<\/div>\n          <div class=\"partner-desc\">Pay with TaybullPay \u2014 fast, local, and trusted<\/div>\n        <\/div>\n        <div class=\"partner-secure\">Secure<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- COMING SOON -->\n  <div class=\"coming-soon-section\">\n    <div class=\"section-label-row\">\n      <div class=\"slr-text\">Coming soon<\/div>\n      <div class=\"slr-line\"><\/div>\n    <\/div>\n    <div class=\"coming-soon-box\">\n      <div class=\"cs-rocket\">\ud83d\ude80<\/div>\n      <div class=\"cs-content\">\n        <div class=\"cs-label\">On the roadmap<\/div>\n        <div class=\"cs-title\">More features are on the way<\/div>\n        <div class=\"cs-items\">\n          <div class=\"cs-item\">Apply for new water or electricity meters<\/div>\n          <div class=\"cs-item\">Log customer complaints directly through the App<\/div>\n          <div class=\"cs-item\">Report faults in your area<\/div>\n          <div class=\"cs-item\">Self-meter reading submission<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- BODY TEXT -->\n  <div class=\"app-body\">\n    <p>The NAWEC Mobile App is part of NAWEC&#8217;s continued commitment to digital transformation, customer convenience, and service efficiency. By putting essential utility services in the palm of your hand, NAWEC is working to ensure that all customers \u2014 whether at home or abroad \u2014 can access and manage their services with ease.<\/p>\n  <\/div>\n\n  <!-- DOWNLOAD CTA -->\n  <div class=\"download-cta\">\n    <div class=\"download-cta-left\">\n      <div class=\"download-cta-eyebrow\">Available Now<\/div>\n      <div class=\"download-cta-title\">Download the NAWEC Mobile App today<\/div>\n      <div class=\"download-cta-sub\">Free to download. No transaction fees. Available on Apple App Store.<\/div>\n    <\/div>\n    <div class=\"download-cta-right\">\n      <a href=\"https:\/\/apps.apple.com\" class=\"dl-btn-main\" target=\"_blank\" rel=\"noopener\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <path d=\"M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z\"\/>\n        <\/svg>\n        <div class=\"dl-btn-inner\">\n          <span class=\"dli-small\">Download on the<\/span>\n          <span class=\"dli-big\">App Store<\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <div class=\"post-footer\">\n    <div class=\"tag-row\">\n      <span class=\"tag\">Mobile App<\/span>\n      <span class=\"tag\">Digital Services<\/span>\n      <span class=\"tag\">Cash Power<\/span>\n      <span class=\"tag\">Water Bills<\/span>\n      <span class=\"tag\">App Store<\/span>\n      <span class=\"tag\">Innovation<\/span>\n    <\/div>\n    <div class=\"post-meta\">Published by NAWEC Corporate Communications<\/div>\n  <\/div>\n\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Now Live on Apple App Store The NAWEC Mobile App is Here Manage your electricity and water services from anywhere in the world \u2014 faster, simpler, and at no extra cost. Download on the App Store NAWEC is pleased to announce the launch of the NAWEC Mobile App \u2014 a new digital platform designed to [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":2513,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,19,340],"tags":[349,350,31,351,10,20,38,29,65],"class_list":["post-2509","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-latest_news","category-electricity-press-releases-in-the-gambia","category-public-notice","tag-app-store","tag-digital-services","tag-electricity","tag-mobile-app","tag-nawec","tag-press-release","tag-public-announcement","tag-the-gambia","tag-water-supply"],"publishpress_future_action":{"enabled":false,"date":"2026-04-22 22:57:59","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/posts\/2509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/nawec.gm\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2509"}],"version-history":[{"count":3,"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/posts\/2509\/revisions"}],"predecessor-version":[{"id":2515,"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/posts\/2509\/revisions\/2515"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nawec.gm\/index.php?rest_route=\/wp\/v2\/media\/2513"}],"wp:attachment":[{"href":"https:\/\/nawec.gm\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nawec.gm\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nawec.gm\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}