{"id":122,"date":"2025-06-13T09:59:15","date_gmt":"2025-06-13T09:59:15","guid":{"rendered":"https:\/\/reneandhansadvocates.co.ke\/?page_id=122"},"modified":"2026-06-23T14:04:01","modified_gmt":"2026-06-23T14:04:01","slug":"practice-areas","status":"publish","type":"page","link":"https:\/\/reneandhansadvocates.co.ke\/index.php\/practice-areas\/","title":{"rendered":"Practice Areas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"122\" class=\"elementor elementor-122\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff6266e e-flex e-con-boxed e-con e-parent\" data-id=\"ff6266e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dcce137 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"dcce137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;zoomIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5cf546 elementor-widget elementor-widget-html\" data-id=\"a5cf546\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>Practice Areas \u00b7 Rene & Hans<\/title>\n  <!-- Font Awesome 6 (free) -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <!-- Google Font: Inter (premium & clean) -->\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=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* ----- reset & base (scoped inside .practice-wrapper) ----- *\/\n    .practice-wrapper * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    .practice-wrapper {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 3rem 2rem 4rem;\n      background: #fbf4fb;\n      color: #121926;\n      line-height: 1.5;\n    }\n\n    \/* ----- header \/ title row (exactly as screenshot) ----- *\/\n    .practice-header {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: flex-end;\n      justify-content: space-between;\n      margin-bottom: 2.8rem;\n      border-bottom: 1px solid #e9edf2;\n      padding-bottom: 1.5rem;\n    }\n    .practice-title-group {\n      max-width: 100%;\n    }\n    .practice-title-group h1 {\n      font-size: 2.6rem;\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      color: #0b1a2b;\n      margin-bottom: 0.3rem;\n      line-height: 1.2;\n    }\n    .practice-subhead {\n      font-size: 1rem;\n      font-weight: 400;\n      color: #3d4a5c;\n      max-width: 580px;\n      margin-top: 0.2rem;\n    }\n\n    \/* ----- grid: 4 columns (first 4 services) + extra row for more services (show 4 more) ----- *\/\n    .practice-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1.8rem;\n      margin-top: 0.8rem;\n    }\n\n    \/* service card (pixel-perfect from screenshot style) *\/\n    .service-card {\n      background: #f9fbfd;\n      border-radius: 24px;\n      padding: 2rem 1.6rem 2rem;\n      transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);\n      border: 1px solid #edf2f7;\n      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.01);\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      position: relative;\n    }\n    .service-card:hover {\n      background: #fbf4fb;\n      border-color: #d0dae6;\n      box-shadow: 0 18px 30px -12px rgba(10, 30, 60, 0.08);\n      transform: translateY(-3px);\n    }\n    .service-card .icon-wrapper {\n      background: #eef3f9;\n      border-radius: 14px;\n      width: 50px;\n      height: 50px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1.4rem;\n      color: #1f2a3f;\n      font-size: 1.6rem;\n      transition: background 0.2s;\n    }\n    .service-card:hover .icon-wrapper {\n      background: #dce6f0;\n    }\n    .service-card h3 {\n      font-size: 1.3rem;\n      font-weight: 600;\n      letter-spacing: -0.01em;\n      color: #0b1a2b;\n      margin-bottom: 0.6rem;\n      line-height: 1.3;\n    }\n    .service-card p {\n      font-size: 0.95rem;\n      color: #3d4a5c;\n      line-height: 1.6;\n      margin-bottom: 0;\n      flex: 1;\n    }\n    \/* small extra list inside cards \u2013 for the \"view all\" page we show extra details *\/\n    .service-card ul {\n      margin-top: 0.8rem;\n      padding-left: 0;\n      list-style: none;\n      width: 100%;\n    }\n    .service-card ul li {\n      font-size: 0.88rem;\n      color: #3d4a5c;\n      padding: 0.2rem 0;\n      border-bottom: 1px dashed #e2e8f0;\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n    .service-card ul li:last-child {\n      border-bottom: 0;\n    }\n    .service-card ul li i {\n      color: #1f2a3f;\n      font-size: 0.7rem;\n      opacity: 0.7;\n    }\n\n    \/* second row (hidden in screenshot, but we add extra practice areas) *\/\n    .practice-grid-extra {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1.8rem;\n      margin-top: 2rem;\n    }\n\n    \/* bottom button (exactly as screenshot [Button]) *\/\n    .practice-footer-btn {\n      margin-top: 3.8rem;\n      text-align: center;\n    }\n    .practice-footer-btn .btn-ghost {\n      display: inline-block;\n      background: transparent;\n      border: 1px solid #cbd5e1;\n      color: #1f2a3f;\n      font-weight: 500;\n      font-size: 0.95rem;\n      padding: 0.65rem 2.8rem;\n      border-radius: 40px;\n      transition: all 0.2s ease;\n      cursor: pointer;\n      letter-spacing: 0.3px;\n      background: #fff;\n      text-decoration: none;\n    }\n    .practice-footer-btn .btn-ghost:hover {\n      background: #1f2a3f;\n      border-color: #1f2a3f;\n      color: #fff;\n      box-shadow: 0 8px 18px -8px rgba(0,0,0,0.15);\n    }\n    .practice-footer-btn .btn-ghost i {\n      margin-right: 8px;\n    }\n\n    \/* ----- responsiveness ----- *\/\n    @media (max-width: 992px) {\n      .practice-grid,\n      .practice-grid-extra {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 1.5rem;\n      }\n      .practice-header {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 1.2rem;\n      }\n      .practice-title-group {\n        max-width: 100%;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .practice-wrapper {\n        padding: 2rem 1.2rem 2.5rem;\n      }\n      .practice-title-group h1 {\n        font-size: 2rem;\n      }\n      .practice-grid,\n      .practice-grid-extra {\n        grid-template-columns: 1fr;\n        gap: 1.4rem;\n      }\n      .service-card {\n        padding: 1.8rem 1.4rem;\n      }\n      .practice-footer-btn .btn-ghost {\n        padding: 0.55rem 2rem;\n        font-size: 0.9rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"practice-wrapper\">\n\n  <!-- header without the View All Services button -->\n  <div class=\"practice-header\">\n    <div class=\"practice-title-group\">\n      <h1>\u2696\ufe0f Our Premier Legal Services<\/h1>\n      <div class=\"practice-subhead\">\n        We offer a broad and dynamic range of legal services designed to meet the complex and evolving needs of our clients. Our approach is pragmatic, results-driven, and tailored to deliver value, minimize risk, and resolve disputes effectively.\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- first 4 core services (matching screenshot exactly) -->\n  <div class=\"practice-grid\">\n    <!-- 1. Conveyance & Property Law -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-house-chimney\"><\/i><\/div>\n      <h3>Conveyance &amp; Property Law<\/h3>\n      <p>Expert handling of property transactions, land law, and real estate matters with meticulous attention to detail.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Property sales &amp; purchases<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Lease &amp; licensing<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Mortgage &amp; land registration<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 2. Commercial Law -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-building\"><\/i><\/div>\n      <h3>Commercial Law<\/h3>\n      <p>Comprehensive corporate legal services including company formation, contracts, and business advisory.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Business incorporation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Contract drafting &amp; negotiation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> IP registration &amp; compliance<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 3. Commercial Litigation -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-gavel\"><\/i><\/div>\n      <h3>Commercial Litigation<\/h3>\n      <p>Aggressive representation in commercial disputes with strategic litigation approach for optimal outcomes.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Contract &amp; corporate disputes<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Banking &amp; insurance litigation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Tax &amp; defamation claims<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 4. Constitutional Law -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-scale-balanced\"><\/i><\/div>\n      <h3>Constitutional Law<\/h3>\n      <p>Expert constitutional interpretation and representation in matters of fundamental rights and freedoms.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Constitutional petitions<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Rights\u2011based litigation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Advisory on constitutional compliance<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- extra row: 4 more practice areas (from the actual page) to show depth -->\n  <div class=\"practice-grid-extra\">\n    <!-- 5. Administrative & Regulatory Law -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-landmark\"><\/i><\/div>\n      <h3>Administrative &amp; Regulatory Law<\/h3>\n      <p>Specialized guidance on administrative processes, regulatory compliance, and public sector matters.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Judicial review<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Public sector compliance<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Representation before tribunals<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 6. Commercial Dispute Resolution -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-handshake\"><\/i><\/div>\n      <h3>Commercial Dispute Resolution<\/h3>\n      <p>Alternative dispute resolution services including arbitration, mediation, and negotiation.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Arbitration &amp; mediation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Negotiated settlements<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Shareholder &amp; contract disputes<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 7. Energy Industry Law -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-bolt\"><\/i><\/div>\n      <h3>Energy Industry Law<\/h3>\n      <p>Specialized legal services for energy sector including regulatory compliance and project development.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Power Purchase Agreements<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Energy licensing &amp; compliance<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Renewable energy contracts<\/li>\n      <\/ul>\n    <\/div>\n    <!-- 8. Debt Recovery -->\n    <div class=\"service-card\">\n      <div class=\"icon-wrapper\"><i class=\"fas fa-hand-holding-dollar\"><\/i><\/div>\n      <h3>Debt Recovery<\/h3>\n      <p>Efficient debt collection and recovery services with strategic enforcement mechanisms.<\/p>\n      <ul>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Demand letters &amp; negotiation<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Court action &amp; enforcement<\/li>\n        <li><i class=\"fas fa-chevron-right\"><\/i> Asset tracing &amp; recovery<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- bottom button (mirroring screenshot [Button]) - COMMENTED OUT -->\n  <!--\n  <div class=\"practice-footer-btn\">\n    <a href=\"https:\/\/reneandhansadvocates.co.ke\/index.php\/practice-areas\/\" target=\"_blank\" class=\"btn-ghost\">\n      <i class=\"fas fa-chevron-right\"><\/i> Explore all practice areas\n    <\/a>\n  <\/div>\n  -->\n\n<\/div>\n<!-- end .practice-wrapper -->\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Practice Areas \u00b7 Rene &#038; Hans \u2696\ufe0f Our Premier Legal Services We offer a broad and dynamic range of legal services designed to meet the complex and evolving needs of our clients. Our approach is pragmatic, results-driven, and tailored to deliver value, minimize risk, and resolve disputes effectively. Conveyance &amp; Property Law Expert handling of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-122","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/comments?post=122"}],"version-history":[{"count":36,"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/122\/revisions"}],"predecessor-version":[{"id":1963,"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/pages\/122\/revisions\/1963"}],"wp:attachment":[{"href":"https:\/\/reneandhansadvocates.co.ke\/index.php\/wp-json\/wp\/v2\/media?parent=122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}