{"id":859,"date":"2026-07-31T04:56:59","date_gmt":"2026-07-31T04:56:59","guid":{"rendered":"https:\/\/ihsaanfoundation.org\/?page_id=859"},"modified":"2026-07-31T05:02:44","modified_gmt":"2026-07-31T05:02:44","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/ihsaanfoundation.org\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"859\" class=\"elementor elementor-859\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2918412 e-con-full e-flex e-con e-parent\" data-id=\"2918412\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09aa54d elementor-widget elementor-widget-html\" data-id=\"09aa54d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Contact Us \u2014 Ihsan Foundation<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ihsan-green: #0E7C42;\n    --ihsan-green-dark: #0A5A31;\n    --ihsan-blue: #0B79D0;\n    --ihsan-ink: #14231C;\n    --ihsan-gold: #C9A227;\n    --ihsan-cream: #FAF8F3;\n    --ihsan-line: #E7E2D6;\n    --ihsan-muted: #5B6660;\n    --radius: 16px;\n    --max: 1180px;\n  }\n\n  *{margin:0;padding:0;box-sizing:border-box;}\n\n  body{\n    font-family:'Inter', -apple-system, sans-serif;\n    color:var(--ihsan-ink);\n    background:var(--ihsan-cream);\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  h1,h2,h3{\n    font-family:'Fraunces', Georgia, serif;\n    font-weight:600;\n    letter-spacing:-0.01em;\n  }\n\n  a{color:inherit;text-decoration:none;}\n\n  .wrap{\n    width:100%;\n    max-width:var(--max);\n    margin:0 auto;\n    padding:0 24px;\n  }\n\n  section{width:100%;}\n\n  .eyebrow{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--ihsan-green);\n    margin-bottom:14px;\n  }\n  .eyebrow::before{\n    content:\"\";\n    width:22px;height:2px;\n    background:var(--ihsan-gold);\n    display:inline-block;\n  }\n  .title-lg{\n    font-size:clamp(30px,4vw,44px);\n    line-height:1.15;\n    color:var(--ihsan-ink);\n  }\n  .title-lg em{\n    font-style:normal;\n    color:var(--ihsan-green);\n  }\n  .lede{\n    max-width:680px;\n    font-size:17px;\n    color:var(--ihsan-muted);\n    margin-top:16px;\n  }\n\n  .icon-badge{\n    width:46px;height:46px;\n    border-radius:12px;\n    display:flex;align-items:center;justify-content:center;\n    flex:none;\n  }\n\n  \/* ===== HERO ===== *\/\n  .hero{\n    background:\n      radial-gradient(1100px 420px at 85% -10%, rgba(14,124,66,0.07), transparent 60%),\n      var(--ihsan-cream);\n    padding:88px 0 56px;\n    border-bottom:1px solid var(--ihsan-line);\n    text-align:center;\n  }\n  .hero .eyebrow{justify-content:center;}\n  .hero .lede{margin-left:auto;margin-right:auto;}\n\n  \/* ===== QUICK CONTACT CARDS ===== *\/\n  .quick-section{\n    background:#fff;\n    padding:56px 0 72px;\n    border-bottom:1px solid var(--ihsan-line);\n  }\n  .quick-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n  }\n  .quick-card{\n    background:var(--ihsan-cream);\n    border:1px solid var(--ihsan-line);\n    border-radius:var(--radius);\n    padding:30px 26px;\n    display:flex;\n    gap:16px;\n    align-items:flex-start;\n    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n  }\n  .quick-card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 12px 28px rgba(14,124,66,0.10);\n    border-color:rgba(14,124,66,0.25);\n  }\n  .quick-card .icon-badge{\n    background:linear-gradient(135deg, var(--ihsan-green), var(--ihsan-blue));\n    color:#fff;\n  }\n  .quick-card h4{\n    font-family:'Fraunces',serif;\n    font-size:16px;\n    font-weight:600;\n    margin-bottom:6px;\n    color:var(--ihsan-ink);\n  }\n  .quick-card p, .quick-card a.value{\n    font-size:15px;\n    color:var(--ihsan-muted);\n  }\n  .quick-card a.value{\n    display:inline-block;\n    margin-top:2px;\n    color:var(--ihsan-green-dark);\n    font-weight:600;\n    word-break:break-word;\n  }\n  .quick-card a.value:hover{color:var(--ihsan-blue);}\n\n  \/* ===== FORM + OFFICES ===== *\/\n  .main-section{\n    background:var(--ihsan-cream);\n    padding:80px 0;\n  }\n  .main-grid{\n    display:grid;\n    grid-template-columns:1.05fr 0.95fr;\n    gap:36px;\n    margin-top:44px;\n    align-items:start;\n  }\n\n  \/* --- form card --- *\/\n  .form-card{\n    background:#fff;\n    border:1px solid var(--ihsan-line);\n    border-radius:var(--radius);\n    padding:38px 36px;\n  }\n  .form-card h3{\n    font-size:22px;\n    margin-bottom:6px;\n  }\n  .form-card .sub{\n    font-size:14.5px;\n    color:var(--ihsan-muted);\n    margin-bottom:26px;\n  }\n  .field-row{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin-bottom:16px;\n  }\n  .field{\n    display:flex;\n    flex-direction:column;\n    margin-bottom:16px;\n  }\n  .field label{\n    font-size:13px;\n    font-weight:600;\n    color:var(--ihsan-ink);\n    margin-bottom:7px;\n  }\n  .field input, .field select, .field textarea{\n    font-family:'Inter', sans-serif;\n    font-size:14.5px;\n    padding:12px 14px;\n    border:1px solid var(--ihsan-line);\n    border-radius:10px;\n    background:var(--ihsan-cream);\n    color:var(--ihsan-ink);\n    outline:none;\n    transition:border-color .2s ease, background .2s ease;\n  }\n  .field input:focus, .field select:focus, .field textarea:focus{\n    border-color:var(--ihsan-green);\n    background:#fff;\n  }\n  .field textarea{resize:vertical;min-height:110px;}\n\n  .submit-btn{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    background:linear-gradient(135deg, var(--ihsan-green), var(--ihsan-green-dark));\n    color:#fff;\n    font-family:'Inter',sans-serif;\n    font-size:15px;\n    font-weight:600;\n    border:none;\n    border-radius:10px;\n    padding:13px 26px;\n    cursor:pointer;\n    transition:opacity .2s ease, transform .2s ease;\n  }\n  .submit-btn:hover{opacity:0.92;transform:translateY(-1px);}\n\n  \/* --- offices column --- *\/\n  .offices-card{\n    background:linear-gradient(135deg, var(--ihsan-green-dark) 0%, var(--ihsan-green) 55%, var(--ihsan-blue) 130%);\n    border-radius:var(--radius);\n    padding:38px 34px;\n    color:#fff;\n  }\n  .offices-card .eyebrow{color:#DDEFE3;}\n  .offices-card .eyebrow::before{background:var(--ihsan-gold);}\n  .offices-card h3{\n    font-size:22px;\n    margin-bottom:6px;\n  }\n  .offices-card .sub{\n    font-size:14.5px;\n    color:rgba(255,255,255,0.82);\n    margin-bottom:28px;\n  }\n\n  .country-block{margin-bottom:26px;}\n  .country-block:last-child{margin-bottom:0;}\n  .country-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:15px;\n    font-weight:700;\n    margin-bottom:14px;\n  }\n  .flag-badge{\n    width:32px;height:32px;\n    border-radius:8px;\n    background:rgba(255,255,255,0.15);\n    display:flex;align-items:center;justify-content:center;\n    font-size:16px;\n    flex:none;\n  }\n  .office-list{list-style:none;}\n  .office-item{\n    display:flex;\n    align-items:flex-start;\n    gap:12px;\n    padding:11px 0;\n    border-bottom:1px solid rgba(255,255,255,0.14);\n    font-size:14.5px;\n  }\n  .office-item:last-child{border-bottom:none;}\n  .office-item svg{flex:none;margin-top:2px;color:rgba(255,255,255,0.85);}\n\n  \/* ===== MAP STRIP ===== *\/\n  .map-section{\n    background:#fff;\n    padding:0 0 0;\n    border-top:1px solid var(--ihsan-line);\n  }\n  .map-wrap{width:100%;height:420px;display:block;filter:grayscale(0.15);}\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width:1024px){\n    .quick-grid{grid-template-columns:1fr;}\n    .main-grid{grid-template-columns:1fr;}\n    .field-row{grid-template-columns:1fr;}\n  }\n\n  @media (max-width:768px){\n    .hero{padding:64px 0 44px;}\n    .quick-section, .main-section{padding:56px 0;}\n    .form-card, .offices-card{padding:28px 22px;}\n    .map-wrap{height:320px;}\n  }\n\n  @media (max-width:480px){\n    .wrap{padding:0 18px;}\n    .title-lg{font-size:26px;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ================= HERO ================= -->\n<section class=\"hero\">\n  <div class=\"wrap\">\n    <span class=\"eyebrow\">Get In Touch<\/span>\n    <h1 class=\"title-lg\">Contact <em>Ihsan Foundation<\/em><\/h1>\n    <p class=\"lede\">We'd love to hear from you. Whether you have a question about our programs, want to partner with us, or wish to support our work \u2014 reach out and our team will respond promptly.<\/p>\n  <\/div>\n<\/section>\n\n<!-- ================= QUICK CONTACT CARDS ================= -->\n<section class=\"quick-section\">\n  <div class=\"wrap\">\n    <div class=\"quick-grid\">\n\n      <div class=\"quick-card\">\n        <div class=\"icon-badge\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\/><path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"\/><\/svg>\n        <\/div>\n        <div>\n          <h4>Email Us<\/h4>\n          <p>For general inquiries &amp; partnerships<\/p>\n          <a class=\"value\" href=\"mailto:info@ihsaanfoundation.org\">info@ihsaanfoundation.org<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"quick-card\">\n        <div class=\"icon-badge\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92Z\"\/><\/svg>\n        <\/div>\n        <div>\n          <h4>Call Us<\/h4>\n          <p>Sun \u2013 Thu, 9:00 AM \u2013 5:00 PM<\/p>\n          <a class=\"value\" href=\"tel:+252770737374\">+252 770 737 374<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"quick-card\">\n        <div class=\"icon-badge\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n        <\/div>\n        <div>\n          <h4>Head Office<\/h4>\n          <p>Mogadishu, Somalia<\/p>\n          <span class=\"value\">Open for scheduled visits<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= FORM + OFFICES ================= -->\n<section class=\"main-section\">\n  <div class=\"wrap\">\n    <span class=\"eyebrow\">Reach Out<\/span>\n    <h2 class=\"title-lg\">Send Us a <em>Message<\/em><\/h2>\n    <p class=\"lede\">Fill out the form and our team will get back to you as soon as possible \u2014 or find the office nearest you.<\/p>\n\n    <div class=\"main-grid\">\n\n      <!-- Contact form -->\n      <div class=\"form-card\">\n        <h3>Contact Form<\/h3>\n        <p class=\"sub\">All fields marked with * are required.<\/p>\n\n        <form onsubmit=\"return false;\">\n          <div class=\"field-row\">\n            <div class=\"field\">\n              <label for=\"fname\">Full Name *<\/label>\n              <input id=\"fname\" type=\"text\" placeholder=\"Your full name\" required>\n            <\/div>\n            <div class=\"field\">\n              <label for=\"femail\">Email Address *<\/label>\n              <input id=\"femail\" type=\"email\" placeholder=\"you@example.com\" required>\n            <\/div>\n          <\/div>\n\n          <div class=\"field-row\">\n            <div class=\"field\">\n              <label for=\"fphone\">Phone Number<\/label>\n              <input id=\"fphone\" type=\"tel\" placeholder=\"+252 ...\">\n            <\/div>\n            <div class=\"field\">\n              <label for=\"fsubject\">Subject *<\/label>\n              <select id=\"fsubject\" required>\n                <option value=\"\">Select a topic<\/option>\n                <option>General Inquiry<\/option>\n                <option>Partnership &amp; Collaboration<\/option>\n                <option>Donations &amp; Support<\/option>\n                <option>Volunteering<\/option>\n                <option>Media &amp; Press<\/option>\n              <\/select>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"fmessage\">Message *<\/label>\n            <textarea id=\"fmessage\" placeholder=\"Tell us how we can help...\" required><\/textarea>\n          <\/div>\n\n          <button type=\"submit\" class=\"submit-btn\">\n            Send Message\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 2 11 13\"\/><path d=\"M22 2 15 22l-4-9-9-4 20-7Z\"\/><\/svg>\n          <\/button>\n        <\/form>\n      <\/div>\n\n      <!-- Offices -->\n      <div class=\"offices-card\">\n        <span class=\"eyebrow\">Our Offices<\/span>\n        <h3>Serving Communities<\/h3>\n        <p class=\"sub\">Across Somalia &amp; Kenya<\/p>\n\n        <div class=\"country-block\">\n          <div class=\"country-header\">\n            <span class=\"flag-badge\">\ud83c\uddf8\ud83c\uddf4<\/span>\n            Somalia\n          <\/div>\n          <ul class=\"office-list\">\n            <li class=\"office-item\">\n              <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n              Mogadishu, Somalia\n            <\/li>\n            <li class=\"office-item\">\n              <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n              Baydhabo, Somalia\n            <\/li>\n            <li class=\"office-item\">\n              <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n              Las Anod, Somalia\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"country-block\">\n          <div class=\"country-header\">\n            <span class=\"flag-badge\">\ud83c\uddf0\ud83c\uddea<\/span>\n            Kenya\n          <\/div>\n          <ul class=\"office-list\">\n            <li class=\"office-item\">\n              <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n              Kilimani, Nairobi, Kenya\n            <\/li>\n            <li class=\"office-item\">\n              <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n              Dadaab, Kenya\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= MAP ================= -->\n<section class=\"map-section\">\n  <iframe class=\"map-wrap\" loading=\"lazy\" allowfullscreen\n    src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d1006414.4!2d44.5!3d3.5!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMsKwNDQnMzAuMCJOIDQ1wrAxOScwMC4wIkU!5e0!3m2!1sen!2sso!4v1\"\n    style=\"border:0;\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us \u2014 Ihsan Foundation Get In Touch Contact Ihsan Foundation We&#8217;d love to hear from you. Whether you have a question about our programs, want to partner with us, or wish to support our work \u2014 reach out and our team will respond promptly. Email Us For general inquiries &amp; partnerships info@ihsaanfoundation.org Call Us [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-859","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/comments?post=859"}],"version-history":[{"count":4,"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/859\/revisions"}],"predecessor-version":[{"id":865,"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/859\/revisions\/865"}],"wp:attachment":[{"href":"https:\/\/ihsaanfoundation.org\/index.php\/wp-json\/wp\/v2\/media?parent=859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}