{"id":2268,"date":"2026-05-25T12:55:59","date_gmt":"2026-05-25T12:55:59","guid":{"rendered":"https:\/\/smeloans.com\/?page_id=2268"},"modified":"2026-05-25T12:56:00","modified_gmt":"2026-05-25T12:56:00","slug":"home-c","status":"publish","type":"page","link":"https:\/\/smeloans.com\/index.php\/home-c\/","title":{"rendered":"Home C"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>SME Loans \u2013 Business Funding Made Simple<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* \u2500\u2500\u2500 RESET & BASE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --navy:   #0A2540;\n    --blue:   #1A6BE0;\n    --sky:    #E8F1FC;\n    --teal:   #00A896;\n    --gold:   #F5A623;\n    --light:  #F7F9FC;\n    --white:  #FFFFFF;\n    --gray:   #6B7A8D;\n    --border: #DDE3EC;\n    --font-head: 'DM Serif Display', Georgia, serif;\n    --font-body: 'DM Sans', system-ui, sans-serif;\n    --radius: 12px;\n    --shadow: 0 4px 24px rgba(10,37,64,.10);\n    --shadow-lg: 0 12px 48px rgba(10,37,64,.14);\n  }\n  html { scroll-behavior: smooth; }\n  body { font-family: var(--font-body); color: var(--navy); background: var(--white); font-size: 16px; line-height: 1.6; }\n  img { max-width: 100%; display: block; }\n  a { color: var(--blue); text-decoration: none; }\n  a:hover { text-decoration: underline; }\n\n  \/* \u2500\u2500\u2500 UTILITY \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }\n  .btn {\n    display: inline-block;\n    padding: 14px 32px;\n    border-radius: 8px;\n    font-family: var(--font-body);\n    font-weight: 600;\n    font-size: 15px;\n    cursor: pointer;\n    transition: all .2s;\n    border: 2px solid transparent;\n  }\n  .btn-primary { background: var(--blue); color: #fff; }\n  .btn-primary:hover { background: #1458c0; text-decoration: none; }\n  .btn-outline { background: transparent; border-color: var(--blue); color: var(--blue); }\n  .btn-outline:hover { background: var(--sky); text-decoration: none; }\n  .btn-white { background: #fff; color: var(--navy); }\n  .btn-white:hover { background: var(--sky); text-decoration: none; }\n  .section-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 10px;\n  }\n  .section-title { font-family: var(--font-head); font-size: clamp(28px, 4vw, 42px); line-height: 1.2; color: var(--navy); }\n  .section-sub { font-size: 17px; color: var(--gray); margin-top: 12px; max-width: 600px; }\n  .text-center { text-align: center; }\n  .text-center .section-sub { margin-left: auto; margin-right: auto; }\n\n  \/* \u2500\u2500\u2500 ANNOUNCEMENT BAR \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .topbar {\n    background: var(--navy);\n    color: #cdd8e8;\n    font-size: 13px;\n    text-align: center;\n    padding: 9px 24px;\n  }\n  .topbar a { color: var(--gold); font-weight: 600; }\n\n  \/* \u2500\u2500\u2500 NAVIGATION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  nav {\n    position: sticky; top: 0; z-index: 100;\n    background: rgba(255,255,255,.97);\n    backdrop-filter: blur(8px);\n    border-bottom: 1px solid var(--border);\n    padding: 0 24px;\n  }\n  .nav-inner {\n    max-width: 1140px; margin: 0 auto;\n    display: flex; align-items: center; justify-content: space-between;\n    height: 68px;\n  }\n  .nav-logo { font-family: var(--font-head); font-size: 24px; color: var(--navy); font-weight: 400; }\n  .nav-logo span { color: var(--blue); }\n  .nav-links { display: flex; gap: 32px; list-style: none; }\n  .nav-links a { font-size: 14px; font-weight: 500; color: var(--navy); transition: color .2s; }\n  .nav-links a:hover { color: var(--blue); text-decoration: none; }\n  .nav-cta { display: flex; gap: 12px; align-items: center; }\n\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .hero {\n    background: linear-gradient(135deg, var(--navy) 0%, #143566 60%, #1A6BE0 100%);\n    color: #fff;\n    padding: 96px 0 80px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    position: relative;\n  }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(255,255,255,.12);\n    border: 1px solid rgba(255,255,255,.2);\n    border-radius: 50px;\n    padding: 6px 16px;\n    font-size: 13px;\n    margin-bottom: 20px;\n  }\n  .hero-badge span { background: var(--gold); border-radius: 50px; padding: 2px 8px; font-size: 11px; font-weight: 700; color: var(--navy); }\n  .hero h1 { font-family: var(--font-head); font-size: clamp(34px, 5vw, 56px); line-height: 1.12; margin-bottom: 20px; }\n  .hero h1 em { color: var(--gold); font-style: normal; }\n  .hero p { font-size: 17px; color: #b8ccdf; margin-bottom: 36px; max-width: 480px; }\n  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }\n  .trust-row { display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap; }\n  .trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9db4cc; }\n  .trust-item svg { flex-shrink: 0; }\n\n  \/* Hero form card *\/\n  .hero-card {\n    background: #fff;\n    border-radius: 16px;\n    padding: 36px 32px;\n    box-shadow: var(--shadow-lg);\n    color: var(--navy);\n  }\n  .hero-card h3 { font-family: var(--font-head); font-size: 22px; margin-bottom: 6px; }\n  .hero-card p { font-size: 14px; color: var(--gray); margin-bottom: 24px; }\n  .form-group { margin-bottom: 16px; }\n  .form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--navy); }\n  .form-group input, .form-group select {\n    width: 100%;\n    padding: 12px 16px;\n    border: 1.5px solid var(--border);\n    border-radius: 8px;\n    font-family: var(--font-body);\n    font-size: 14px;\n    color: var(--navy);\n    background: #fff;\n    transition: border-color .2s;\n    outline: none;\n  }\n  .form-group input:focus, .form-group select:focus { border-color: var(--blue); }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n  .form-note { font-size: 12px; color: var(--gray); margin-top: 10px; text-align: center; }\n  .btn-full { width: 100%; text-align: center; padding: 15px; font-size: 16px; }\n\n  \/* \u2500\u2500\u2500 STATS STRIP \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .stats {\n    background: var(--sky);\n    border-bottom: 1px solid var(--border);\n    padding: 32px 0;\n  }\n  .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }\n  .stat-num { font-family: var(--font-head); font-size: 36px; color: var(--navy); }\n  .stat-num span { color: var(--blue); }\n  .stat-label { font-size: 13px; color: var(--gray); margin-top: 4px; }\n\n  \/* \u2500\u2500\u2500 SECTION GENERIC \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  section { padding: 80px 0; }\n  section.alt { background: var(--light); }\n\n  \/* \u2500\u2500\u2500 HOW IT WORKS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; position: relative; }\n  .steps::before {\n    content: '';\n    position: absolute; top: 36px; left: 12%; right: 12%; height: 2px;\n    background: linear-gradient(90deg, var(--blue) 0%, var(--teal) 100%);\n    z-index: 0;\n  }\n  .step { text-align: center; position: relative; z-index: 1; }\n  .step-num {\n    width: 72px; height: 72px;\n    border-radius: 50%;\n    background: var(--blue);\n    color: #fff;\n    display: flex; align-items: center; justify-content: center;\n    font-family: var(--font-head); font-size: 24px;\n    margin: 0 auto 18px;\n    box-shadow: 0 4px 16px rgba(26,107,224,.3);\n  }\n  .step h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }\n  .step p { font-size: 14px; color: var(--gray); }\n\n  \/* \u2500\u2500\u2500 LOAN TYPES GRID \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .loans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }\n  .loan-card {\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 28px 24px;\n    background: #fff;\n    transition: box-shadow .25s, transform .25s;\n    display: flex; flex-direction: column;\n  }\n  .loan-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }\n  .loan-icon {\n    width: 52px; height: 52px;\n    border-radius: 12px;\n    background: var(--sky);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n    font-size: 24px;\n  }\n  .loan-card h4 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }\n  .loan-card p { font-size: 14px; color: var(--gray); flex: 1; }\n  .loan-card a { margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--blue); }\n  .loan-card a:hover { text-decoration: underline; }\n\n  \/* \u2500\u2500\u2500 SECTORS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }\n  .sector-card {\n    border-radius: var(--radius);\n    padding: 24px 20px;\n    text-align: center;\n    background: #fff;\n    border: 1.5px solid var(--border);\n    transition: border-color .2s, box-shadow .2s;\n  }\n  .sector-card:hover { border-color: var(--blue); box-shadow: var(--shadow); }\n  .sector-emoji { font-size: 32px; margin-bottom: 12px; }\n  .sector-card h4 { font-size: 15px; font-weight: 600; }\n  .sector-card p { font-size: 13px; color: var(--gray); margin-top: 6px; }\n\n  \/* \u2500\u2500\u2500 WHY US \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }\n  .why-item { display: flex; gap: 18px; }\n  .why-icon {\n    width: 48px; height: 48px; flex-shrink: 0;\n    background: var(--sky);\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 22px;\n  }\n  .why-item h4 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }\n  .why-item p { font-size: 14px; color: var(--gray); }\n\n  \/* \u2500\u2500\u2500 TESTIMONIALS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }\n  .testi-card {\n    background: #fff;\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 28px 24px;\n  }\n  .testi-stars { color: var(--gold); font-size: 18px; margin-bottom: 14px; }\n  .testi-text { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 20px; }\n  .testi-author { display: flex; align-items: center; gap: 12px; }\n  .testi-avatar {\n    width: 44px; height: 44px; border-radius: 50%;\n    background: var(--sky); display: flex; align-items: center; justify-content: center;\n    font-family: var(--font-head); font-size: 18px; color: var(--blue);\n  }\n  .testi-name { font-weight: 600; font-size: 14px; }\n  .testi-role { font-size: 12px; color: var(--gray); }\n\n  \/* \u2500\u2500\u2500 FAQ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .faq-list { margin-top: 48px; max-width: 780px; margin-left: auto; margin-right: auto; }\n  .faq-item { border-bottom: 1px solid var(--border); }\n  .faq-q {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 20px 0;\n    cursor: pointer;\n    font-size: 16px; font-weight: 600;\n    user-select: none;\n  }\n  .faq-q:hover { color: var(--blue); }\n  .faq-icon { font-size: 22px; color: var(--blue); transition: transform .2s; flex-shrink: 0; }\n  .faq-a { display: none; padding-bottom: 18px; font-size: 14px; color: var(--gray); line-height: 1.7; }\n  .faq-item.open .faq-a { display: block; }\n  .faq-item.open .faq-icon { transform: rotate(45deg); }\n\n  \/* \u2500\u2500\u2500 RESOURCES TABS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .tab-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 40px; margin-bottom: 32px; }\n  .tab-btn {\n    padding: 9px 22px;\n    border-radius: 50px;\n    border: 1.5px solid var(--border);\n    font-size: 14px; font-weight: 500;\n    cursor: pointer;\n    background: #fff;\n    transition: all .2s;\n  }\n  .tab-btn.active, .tab-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }\n  .articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n  .article-card {\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1.5px solid var(--border);\n    background: #fff;\n    transition: box-shadow .2s;\n  }\n  .article-card:hover { box-shadow: var(--shadow); }\n  .article-img {\n    height: 160px; background: var(--sky);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 48px;\n  }\n  .article-body { padding: 20px; }\n  .article-tag {\n    font-size: 11px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: .08em; color: var(--blue); margin-bottom: 8px;\n  }\n  .article-body h4 { font-size: 15px; font-weight: 600; line-height: 1.4; margin-bottom: 8px; }\n  .article-body p { font-size: 13px; color: var(--gray); }\n\n  \/* \u2500\u2500\u2500 LEAD CTA STRIP \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .cta-strip {\n    background: linear-gradient(135deg, var(--navy) 0%, #1A6BE0 100%);\n    color: #fff;\n    text-align: center;\n    padding: 80px 0;\n    position: relative; overflow: hidden;\n  }\n  .cta-strip::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse at 70% 50%, rgba(26,107,224,.5) 0%, transparent 70%);\n  }\n  .cta-strip > .container { position: relative; }\n  .cta-strip h2 { font-family: var(--font-head); font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }\n  .cta-strip p { font-size: 17px; color: #b8ccdf; margin-bottom: 36px; }\n  .cta-form {\n    display: flex; gap: 12px; max-width: 560px; margin: 0 auto;\n    flex-wrap: wrap; justify-content: center;\n  }\n  .cta-form input {\n    flex: 1; min-width: 220px;\n    padding: 14px 18px;\n    border-radius: 8px;\n    border: none;\n    font-size: 15px;\n    outline: none;\n    font-family: var(--font-body);\n  }\n  .cta-guarantee { font-size: 12px; color: #7fa3c8; margin-top: 14px; }\n\n  \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  footer {\n    background: var(--navy);\n    color: #cdd8e8;\n    padding: 60px 0 32px;\n  }\n  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }\n  .footer-brand p { font-size: 14px; margin-top: 14px; color: #7fa3c8; line-height: 1.7; }\n  .footer-col h5 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; margin-bottom: 16px; }\n  .footer-col ul { list-style: none; }\n  .footer-col ul li { margin-bottom: 10px; }\n  .footer-col ul li a { color: #7fa3c8; font-size: 14px; transition: color .2s; }\n  .footer-col ul li a:hover { color: #fff; text-decoration: none; }\n  .footer-bottom {\n    border-top: 1px solid #1d3658;\n    margin-top: 48px; padding-top: 24px;\n    display: flex; justify-content: space-between;\n    font-size: 13px; color: #4d6a86;\n    flex-wrap: wrap; gap: 10px;\n  }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero-grid { grid-template-columns: 1fr; }\n    .hero-card { max-width: 480px; }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); }\n    .steps { grid-template-columns: repeat(2, 1fr); }\n    .steps::before { display: none; }\n    .loans-grid { grid-template-columns: repeat(2, 1fr); }\n    .sectors-grid { grid-template-columns: repeat(2, 1fr); }\n    .why-grid { grid-template-columns: 1fr; }\n    .testimonials-grid { grid-template-columns: 1fr; }\n    .articles-grid { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr 1fr; }\n    .nav-links { display: none; }\n  }\n  @media (max-width: 600px) {\n    .loans-grid { grid-template-columns: 1fr; }\n    .sectors-grid { grid-template-columns: repeat(2, 1fr); }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); }\n    .steps { grid-template-columns: 1fr; }\n    .form-row { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr; }\n    nav { padding: 0 16px; }\n    .nav-cta .btn-outline { display: none; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     ANNOUNCEMENT BAR\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"topbar\">\n  \ud83c\udf0d SMEloans.com helps businesses in <strong>100+ countries<\/strong> find the right funding. &nbsp;\n  <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\">Talk to an advisor today \u2192<\/a>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     NAVIGATION\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<nav>\n  <div class=\"nav-inner\">\n    <div class=\"nav-logo\">SME<span>Loans<\/span>.com<\/div>\n    <ul class=\"nav-links\">\n      <li><a href=\"#loan-types\">Loan Types<\/a><\/li>\n      <li><a href=\"#how-it-works\">How It Works<\/a><\/li>\n      <li><a href=\"#sectors\">Sectors<\/a><\/li>\n      <li><a href=\"#resources\">Resources<\/a><\/li>\n      <li><a href=\"#faq\">FAQ<\/a><\/li>\n    <\/ul>\n    <div class=\"nav-cta\">\n      <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\" class=\"btn btn-outline\">Contact Us<\/a>\n      <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\" class=\"btn btn-primary\">Apply Now<\/a>\n    <\/div>\n  <\/div>\n<\/nav>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     HERO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"hero-grid\">\n\n      <!-- Left: Headline -->\n      <div>\n        <div class=\"hero-badge\">\n          <span>NEW<\/span> Serving small businesses worldwide\n        <\/div>\n        <h1>Fund Your Business.<br><em>Grow Without Limits.<\/em><\/h1>\n        <p>SMEloans.com helps small and medium businesses find the right loan \u2014 fast, simple, and in plain language anyone can understand.<\/p>\n        <div class=\"hero-btns\">\n          <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\" class=\"btn btn-primary\">Get a Free Quote<\/a>\n          <a href=\"#loan-types\" class=\"btn btn-outline\" style=\"color:#fff; border-color:rgba(255,255,255,.4);\">See Loan Types<\/a>\n        <\/div>\n        <div class=\"trust-row\">\n          <div class=\"trust-item\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#00A896\"\/><path d=\"M4.5 8l2.5 2.5 4.5-4.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            No obligation\n          <\/div>\n          <div class=\"trust-item\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#00A896\"\/><path d=\"M4.5 8l2.5 2.5 4.5-4.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            100% free to enquire\n          <\/div>\n          <div class=\"trust-item\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#00A896\"\/><path d=\"M4.5 8l2.5 2.5 4.5-4.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            Fast response\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Right: Lead Form Card -->\n      <div>\n        <div class=\"hero-card\">\n          <h3>Start Your Application<\/h3>\n          <p>Tell us a little about your business \u2014 we&#8217;ll match you with the best loan options.<\/p>\n\n          <div class=\"form-row\">\n            <div class=\"form-group\">\n              <label for=\"fname\">First Name<\/label>\n              <input type=\"text\" id=\"fname\" placeholder=\"Your first name\" \/>\n            <\/div>\n            <div class=\"form-group\">\n              <label for=\"lname\">Last Name<\/label>\n              <input type=\"text\" id=\"lname\" placeholder=\"Your last name\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"form-group\">\n            <label for=\"email\">Email Address<\/label>\n            <input type=\"email\" id=\"email\" placeholder=\"your@email.com\" \/>\n          <\/div>\n\n          <div class=\"form-group\">\n            <label for=\"loantype\">What type of loan do you need?<\/label>\n            <select id=\"loantype\">\n              <option value=\"\">\u2014 Please select \u2014<\/option>\n              <option>Working Capital Loan<\/option>\n              <option>Bank Loan<\/option>\n              <option>Line of Credit<\/option>\n              <option>Invoice Factoring<\/option>\n              <option>Trade Finance<\/option>\n              <option>Commercial Property Loan<\/option>\n              <option>Technology Loan<\/option>\n              <option>Green \/ Sustainability Loan<\/option>\n              <option>Government-backed Loan<\/option>\n              <option>Not sure \u2014 need advice<\/option>\n            <\/select>\n          <\/div>\n\n          <div class=\"form-group\">\n            <label for=\"amount\">How much do you need?<\/label>\n            <select id=\"amount\">\n              <option value=\"\">\u2014 Please select \u2014<\/option>\n              <option>Under $25,000<\/option>\n              <option>$25,000 \u2013 $100,000<\/option>\n              <option>$100,000 \u2013 $500,000<\/option>\n              <option>$500,000 \u2013 $1 million<\/option>\n              <option>Over $1 million<\/option>\n            <\/select>\n          <\/div>\n\n          <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\" class=\"btn btn-primary btn-full\">Get My Free Quote \u2192<\/a>\n          <p class=\"form-note\">\ud83d\udd12 Your information is safe. We never share your details.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     STATS STRIP\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"stats\">\n  <div class=\"container\">\n    <div class=\"stats-grid\">\n      <div>\n        <div class=\"stat-num\">100<span>+<\/span><\/div>\n        <div class=\"stat-label\">Countries Served<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">12<span>+<\/span><\/div>\n        <div class=\"stat-label\">Types of Business Loans<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">24<span>hr<\/span><\/div>\n        <div class=\"stat-label\">Typical Response Time<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">100<span>%<\/span><\/div>\n        <div class=\"stat-label\">Free to Enquire<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     HOW IT WORKS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"how-it-works\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Simple Process<\/div>\n      <h2 class=\"section-title\">How to Get Your Business Loan<\/h2>\n      <p class=\"section-sub\">We keep the process easy to understand \u2014 even if English is not your first language.<\/p>\n    <\/div>\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">1<\/div>\n        <h4>Tell Us Your Needs<\/h4>\n        <p>Fill in our short form. Tell us how much money you need and what it is for.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">2<\/div>\n        <h4>We Find Your Options<\/h4>\n        <p>Our team reviews your details and finds the best loan options for your business.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">3<\/div>\n        <h4>Get Your Quote<\/h4>\n        <p>We send you a clear, easy-to-understand quote \u2014 no confusing bank language.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\" style=\"background:var(--teal);\">4<\/div>\n        <h4>Receive Your Funding<\/h4>\n        <p>Once approved, money goes to your business account so you can start growing.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     LOAN TYPES\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"loan-types\" class=\"alt\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Our Loan Products<\/div>\n      <h2 class=\"section-title\">Find the Right Loan for Your Business<\/h2>\n      <p class=\"section-sub\">Every business is different. We offer many loan types to match your specific situation.<\/p>\n    <\/div>\n    <div class=\"loans-grid\">\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83c\udfe6<\/div>\n        <h4>Bank Loans<\/h4>\n        <p>Traditional loans from banks with fixed repayment periods. Good for businesses with strong credit history.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/loan-tyoes\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83d\udd04<\/div>\n        <h4>Lines of Credit<\/h4>\n        <p>A flexible fund you can borrow from when needed and repay over time. Only pay interest on what you use.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/loan-tyoes\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83c\udfdb\ufe0f<\/div>\n        <h4>Government-backed Loans<\/h4>\n        <p>Loans supported by governments. Often have lower interest rates and easier approval requirements.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/loan-tyoes\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\u26a1<\/div>\n        <h4>Working Capital Loans<\/h4>\n        <p>Short-term loans to cover daily business costs \u2014 salaries, rent, stock \u2014 while you wait for customers to pay.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/working-capital-loans-your-fuel-for-business-growth\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83d\udcc4<\/div>\n        <h4>Invoice Factoring<\/h4>\n        <p>Turn unpaid invoices into instant cash. A finance company pays you today; they collect from your customer later.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/bridging-the-cash-flow-gap-a-guide-to-invoice-factoring\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83c\udf0d<\/div>\n        <h4>Trade Finance<\/h4>\n        <p>Funding for businesses that buy or sell goods across borders. Reduces risk in international trade transactions.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/navigating-the-trade-winds-a-guide-to-trade-finance\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83c\udfd7\ufe0f<\/div>\n        <h4>Commercial Property Loans<\/h4>\n        <p>Buy, build, or refinance business property \u2014 offices, warehouses, retail spaces, or industrial buildings.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/unlocking-your-real-estate-dreams-a-guide-to-commercial-property-loans\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83d\udcbb<\/div>\n        <h4>Technology Loans<\/h4>\n        <p>Special funding for tech businesses and innovation projects. Helps you build, launch, or scale your tech idea.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/powering-your-innovation-a-guide-to-technology-loans\/\">Learn More \u2192<\/a>\n      <\/div>\n\n      <div class=\"loan-card\">\n        <div class=\"loan-icon\">\ud83c\udf31<\/div>\n        <h4>Green \/ Sustainability Loans<\/h4>\n        <p>Loans designed for environmentally friendly projects. Often come with better rates as an incentive to go green.<\/p>\n        <a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/navigating-the-greener-path-a-guide-to-green-loans\/\">Learn More \u2192<\/a>\n      <\/div>\n\n    <\/div>\n    <div style=\"text-align:center; margin-top:36px;\">\n      <a href=\"https:\/\/smeloans.com\/index.php\/loan-tyoes\/\" class=\"btn btn-outline\">View All Loan Types<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTORS WE FOCUS ON\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"sectors\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Industry Focus<\/div>\n      <h2 class=\"section-title\">We Understand Your Industry<\/h2>\n      <p class=\"section-sub\">We specialise in high-growth sectors. Our team knows the unique funding needs of your field.<\/p>\n    <\/div>\n    <div class=\"sectors-grid\">\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83d\udd10<\/div>\n        <h4>Cyber Security<\/h4>\n        <p>Funding for security software, compliance, and infrastructure.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83e\udd16<\/div>\n        <h4>Machine Learning &#038; AI<\/h4>\n        <p>Capital to build, train, and deploy intelligent systems.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\u2601\ufe0f<\/div>\n        <h4>Cloud Computing<\/h4>\n        <p>Finance for cloud migration, SaaS platforms, and digital infrastructure.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83d\udcb3<\/div>\n        <h4>Fintech<\/h4>\n        <p>Loans for payment, banking, and financial technology innovators.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83c\udfea<\/div>\n        <h4>Retail &#038; E-commerce<\/h4>\n        <p>Stock, logistics, and marketing finance for sellers online and offline.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83c\udfed<\/div>\n        <h4>Manufacturing<\/h4>\n        <p>Equipment purchase, factory upgrades, and production expansion.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83c\udf7d\ufe0f<\/div>\n        <h4>Food &#038; Hospitality<\/h4>\n        <p>Open a restaurant, upgrade a kitchen, or expand your catering business.<\/p>\n      <\/div>\n      <div class=\"sector-card\">\n        <div class=\"sector-emoji\">\ud83c\udf3f<\/div>\n        <h4>Clean Energy &#038; Green<\/h4>\n        <p>Solar, sustainability, and environmental projects at every scale.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     WHY CHOOSE US\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"alt\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Why SMEloans.com<\/div>\n      <h2 class=\"section-title\">Your Business Funding Partner<\/h2>\n      <p class=\"section-sub\">We are different from a regular bank. We are here to help you succeed \u2014 not to make things complicated.<\/p>\n    <\/div>\n    <div class=\"why-grid\">\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\ud83c\udf10<\/div>\n        <div>\n          <h4>Plain Language, Always<\/h4>\n          <p>We explain everything in simple, clear words \u2014 no confusing finance jargon. Easy to understand for everyone.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\u26a1<\/div>\n        <div>\n          <h4>Fast and Easy Process<\/h4>\n          <p>Apply in minutes. Our team responds quickly and guides you through every step without unnecessary delays.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\ud83e\udd1d<\/div>\n        <div>\n          <h4>Many Loan Options<\/h4>\n          <p>We work with many lenders so we can find the right loan for your situation \u2014 not just one standard product.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\ud83d\udd12<\/div>\n        <div>\n          <h4>Safe and Private<\/h4>\n          <p>Your personal and business information is always kept secure and confidential. We never share your data.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\ud83d\udcb0<\/div>\n        <div>\n          <h4>Free to Enquire<\/h4>\n          <p>Getting a quote costs you nothing. There is no obligation to accept any offer we find for you.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item\">\n        <div class=\"why-icon\">\ud83d\udcda<\/div>\n        <div>\n          <h4>Rich Knowledge Base<\/h4>\n          <p>Access hundreds of free guides, articles, and FAQs to help you understand loans and make smart decisions.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     TESTIMONIALS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section>\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Real Stories<\/div>\n      <h2 class=\"section-title\">Businesses We Have Helped<\/h2>\n      <p class=\"section-sub\">Hear from small business owners who found the funding they needed through SMEloans.com.<\/p>\n    <\/div>\n    <div class=\"testimonials-grid\">\n\n      <div class=\"testi-card\">\n        <div class=\"testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testi-text\">&#8220;Before finding SMEloans.com, my dream of opening a bakery felt impossible. Traditional banks would not help, but SMEloans.com understood my situation and gave me the flexible loan I needed.&#8221;<\/p>\n        <div class=\"testi-author\">\n          <div class=\"testi-avatar\">S<\/div>\n          <div>\n            <div class=\"testi-name\">Sarah Jones<\/div>\n            <div class=\"testi-role\">Founder, Blooming Bakery<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testi-card\">\n        <div class=\"testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testi-text\">&#8220;As a tech startup, we needed a quick loan between two contracts. SMEloans.com came through very fast. Their process was simple and their team was very helpful. Highly recommended.&#8221;<\/p>\n        <div class=\"testi-author\">\n          <div class=\"testi-avatar\">D<\/div>\n          <div>\n            <div class=\"testi-name\">David Chen<\/div>\n            <div class=\"testi-role\">CEO, TechCraft Solutions<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"testi-card\">\n        <div class=\"testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"testi-text\">&#8220;When our equipment needed an upgrade, we needed money fast. SMEloans.com found us a competitive loan and also connected us with local suppliers. They went above and beyond for our business.&#8221;<\/p>\n        <div class=\"testi-author\">\n          <div class=\"testi-avatar\">M<\/div>\n          <div>\n            <div class=\"testi-name\">Michael Brown<\/div>\n            <div class=\"testi-role\">Director, Brown Manufacturing<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     RESOURCES \/ KNOWLEDGE BASE\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"resources\" class=\"alt\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Free Resources<\/div>\n      <h2 class=\"section-title\">Learn Everything About Business Loans<\/h2>\n      <p class=\"section-sub\">Our knowledge base has guides, news, and articles written in simple English for business owners everywhere.<\/p>\n    <\/div>\n    <div class=\"tab-bar\">\n      <button class=\"tab-btn active\" onclick=\"filterArticles('all', this)\">All<\/button>\n      <button class=\"tab-btn\" onclick=\"filterArticles('loan-types', this)\">Loan Types<\/button>\n      <button class=\"tab-btn\" onclick=\"filterArticles('articles', this)\">Articles<\/button>\n      <button class=\"tab-btn\" onclick=\"filterArticles('news', this)\">News<\/button>\n      <button class=\"tab-btn\" onclick=\"filterArticles('kb', this)\">Knowledge Base<\/button>\n    <\/div>\n    <div class=\"articles-grid\" id=\"articles-grid\">\n\n      <div class=\"article-card\" data-cat=\"loan-types\">\n        <div class=\"article-img\">\u26a1<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Loan Types<\/div>\n          <h4>Working Capital Loans: Your Fuel for Business Growth<\/h4>\n          <p>Learn how short-term working capital loans can keep your business running during slow cash flow periods.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/working-capital-loans-your-fuel-for-business-growth\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"loan-types\">\n        <div class=\"article-img\">\ud83c\udf31<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Loan Types<\/div>\n          <h4>A Guide to Green Loans for Sustainable Business<\/h4>\n          <p>Discover how green loans fund environmentally friendly projects and why they often come with better rates.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/navigating-the-greener-path-a-guide-to-green-loans\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"loan-types\">\n        <div class=\"article-img\">\ud83c\udfd7\ufe0f<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Loan Types<\/div>\n          <h4>A Guide to Commercial Property Loans<\/h4>\n          <p>Everything you need to know about buying or refinancing business property with a commercial property loan.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/unlocking-your-real-estate-dreams-a-guide-to-commercial-property-loans\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"articles\">\n        <div class=\"article-img\">\ud83d\udcc8<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Articles<\/div>\n          <h4>Maximizing ROI: Tips for Using Your Loan Wisely<\/h4>\n          <p>How to make the most of your business loan so every dollar you borrow brings you a good return.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2024\/01\/31\/maximizing-roi-smeloans-coms-tips-for-using-funds-wisely\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"articles\">\n        <div class=\"article-img\">\ud83c\udf0f<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Articles<\/div>\n          <h4>Funding Opportunities for Every Business<\/h4>\n          <p>We believe every business deserves a fair chance at funding \u2014 no matter its size, location, or background.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2024\/01\/31\/funding-opportunities-for-every-business-smeloans-coms-inclusive-approach\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"news\">\n        <div class=\"article-img\">\ud83d\udcf0<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">News<\/div>\n          <h4>Demand for Larger SME Loans Is Growing<\/h4>\n          <p>New data shows that small businesses are increasingly asking for bigger loans as confidence in the economy returns.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2024\/02\/12\/demand-for-larger-sme-loans-climbing-as-recession-fears-ease\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"kb\">\n        <div class=\"article-img\">\u2753<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Knowledge Base<\/div>\n          <h4>What Credit Score Do I Need for a Business Loan?<\/h4>\n          <p>A clear explanation of how credit scores affect your loan application and what you can do to improve yours.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2026\/01\/03\/what-credit-score-is-needed-for-a-small-business-loan\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"kb\">\n        <div class=\"article-img\">\ud83d\udca1<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Knowledge Base<\/div>\n          <h4>What Can I Use a Business Loan For?<\/h4>\n          <p>Stock, equipment, marketing, hiring staff \u2014 find out what expenses are covered by a standard business loan.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2026\/01\/03\/what-can-small-business-loans-be-used-for\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"article-card\" data-cat=\"kb\">\n        <div class=\"article-img\">\u23f1\ufe0f<\/div>\n        <div class=\"article-body\">\n          <div class=\"article-tag\">Knowledge Base<\/div>\n          <h4>How Long Does Loan Approval Take?<\/h4>\n          <p>Understand the typical timeline from application to approval, and how to speed up the process.<\/p>\n          <br><a href=\"https:\/\/smeloans.com\/index.php\/2026\/01\/03\/when-do-small-business-loans-get-approved\/\" style=\"font-size:13px; font-weight:600;\">Read Article \u2192<\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n    <div style=\"text-align:center; margin-top:36px;\">\n      <a href=\"https:\/\/smeloans.com\/index.php\/articles\/\" class=\"btn btn-outline\">Browse All Articles<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     FAQ\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"faq\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <div class=\"section-label\">Common Questions<\/div>\n      <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n      <p class=\"section-sub\">Simple answers to the questions small business owners ask most often.<\/p>\n    <\/div>\n    <div class=\"faq-list\">\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          What is an SME loan? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">An SME (Small and Medium Enterprise) loan is money borrowed by a small or medium-sized business to help it grow, pay bills, buy equipment, or cover other business costs. It works like a personal loan, but it is designed for businesses.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          How do I know which loan is right for me? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">The best loan depends on your business needs. If you need money for daily expenses, a Working Capital Loan is good. If you want to buy property, a Commercial Property Loan is better. Contact us and our team will help you decide \u2014 for free.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          What credit score do I need? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">Different loans have different requirements. Some loans require a good credit history, while others (like invoice factoring or government-backed loans) are available even if your credit score is not perfect. We help businesses at all stages.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Are small business loan interest payments tax deductible? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">In most countries, the interest you pay on a business loan can be deducted from your taxes \u2014 but the loan itself cannot. Always speak to a local tax adviser to understand the rules in your specific country.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          How long does approval take? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">It depends on the type of loan and the lender. Some loans can be approved in 24\u201348 hours. Larger loans, such as commercial property loans, may take a few weeks. Having your documents ready (bank statements, business registration, financial records) helps speed things up.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Is it free to apply through SMEloans.com? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">Yes, completely free. Getting a quote from us costs you nothing. There is also no obligation \u2014 you can ask for information and decide later without any pressure.<\/div>\n      <\/div>\n\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\n          Can businesses outside the UK or US apply? <span class=\"faq-icon\">+<\/span>\n        <\/div>\n        <div class=\"faq-a\">Yes. SMEloans.com is a global resource. We provide information, guides, and connections for businesses in over 100 countries. Contact us to discuss what is available in your region.<\/div>\n      <\/div>\n\n    <\/div>\n    <div style=\"text-align:center; margin-top:40px;\">\n      <a href=\"https:\/\/smeloans.com\/index.php\/faq\/\" class=\"btn btn-outline\">See All FAQs<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     LEAD CTA STRIP\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"cta-strip\">\n  <div class=\"container\">\n    <h2>Ready to Fund Your Business?<\/h2>\n    <p>Join thousands of business owners who found their perfect loan through SMEloans.com \u2014 free, fast, and simple.<\/p>\n    <div class=\"cta-form\">\n      <input type=\"email\" placeholder=\"Enter your email address\" \/>\n      <a href=\"https:\/\/smeloans.com\/index.php\/contact\/\" class=\"btn btn-white\">Get a Free Quote<\/a>\n    <\/div>\n    <p class=\"cta-guarantee\">\u2705 No cost &nbsp;\u00b7&nbsp; No obligation &nbsp;\u00b7&nbsp; No confusing bank language<\/p>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     FOOTER\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<footer>\n  <div class=\"container\">\n    <div class=\"footer-grid\">\n\n      <div class=\"footer-brand\">\n        <div style=\"font-family:'DM Serif Display',serif; font-size:22px; color:#fff;\">SME<span style=\"color:#1A6BE0;\">Loans<\/span>.com<\/div>\n        <p>We help small and medium businesses find the right loan \u2014 fast, simple, and in plain language anyone can understand. Free to enquire. Global reach.<\/p>\n      <\/div>\n\n      <div class=\"footer-col\">\n        <h5>Loan Types<\/h5>\n        <ul>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/working-capital-loans-your-fuel-for-business-growth\/\">Working Capital<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/bridging-the-cash-flow-gap-a-guide-to-invoice-factoring\/\">Invoice Factoring<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/navigating-the-trade-winds-a-guide-to-trade-finance\/\">Trade Finance<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/unlocking-your-real-estate-dreams-a-guide-to-commercial-property-loans\/\">Property Loans<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/powering-your-innovation-a-guide-to-technology-loans\/\">Technology Loans<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/2023\/12\/15\/navigating-the-greener-path-a-guide-to-green-loans\/\">Green Loans<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"footer-col\">\n        <h5>Resources<\/h5>\n        <ul>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/articles\/\">Articles<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/news\/\">News<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/faq\/\">FAQ<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/sme-financing-types\/\">SME Financing Types<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/strategies\/\">Strategies<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"footer-col\">\n        <h5>Company<\/h5>\n        <ul>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/company\/\">About Us<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/team\/\">Our Team<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/testimonials\/\">Testimonials<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/contact\/\">Contact<\/a><\/li>\n          <li><a href=\"https:\/\/smeloans.com\/index.php\/get-started\/\">Get Started<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n    <div class=\"footer-bottom\">\n      <span>\u00a9 2026 SMEloans.com \u2014 All rights reserved.<\/span>\n      <span>Helping small businesses grow, worldwide.<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     JAVASCRIPT\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<script>\n  \/* FAQ accordion *\/\n  function toggleFaq(el) {\n    const item = el.parentElement;\n    const isOpen = item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(i => i.classList.remove('open'));\n    if (!isOpen) item.classList.add('open');\n  }\n\n  \/* Article filter tabs *\/\n  function filterArticles(cat, btn) {\n    document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));\n    btn.classList.add('active');\n    document.querySelectorAll('.article-card').forEach(card => {\n      if (cat === 'all' || card.dataset.cat === cat) {\n        card.style.display = '';\n      } else {\n        card.style.display = 'none';\n      }\n    });\n  }\n\n  \/* Smooth scroll offset for sticky nav *\/\n  document.querySelectorAll('a[href^=\"#\"]').forEach(a => {\n    a.addEventListener('click', function(e) {\n      const target = document.querySelector(this.getAttribute('href'));\n      if (target) {\n        e.preventDefault();\n        window.scrollTo({ top: target.offsetTop - 80, behavior: 'smooth' });\n      }\n    });\n  });\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>SME Loans \u2013 Business Funding Made Simple \ud83c\udf0d SMEloans.com helps businesses in 100+ countries find the right funding. &nbsp; Talk to an advisor today \u2192 SMELoans.com Loan Types How It Works Sectors Resources FAQ Contact Us Apply Now NEW Serving small businesses worldwide Fund Your Business.Grow Without Limits. SMEloans.com helps small and medium businesses find [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2268","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/pages\/2268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/comments?post=2268"}],"version-history":[{"count":1,"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/pages\/2268\/revisions"}],"predecessor-version":[{"id":2269,"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/pages\/2268\/revisions\/2269"}],"wp:attachment":[{"href":"https:\/\/smeloans.com\/index.php\/wp-json\/wp\/v2\/media?parent=2268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}