{"id":112,"date":"2026-01-01T15:23:08","date_gmt":"2026-01-01T15:23:08","guid":{"rendered":"https:\/\/raecapitalholdings.com\/?page_id=112"},"modified":"2026-08-18T07:21:01","modified_gmt":"2026-08-18T07:21:01","slug":"our-services","status":"publish","type":"page","link":"https:\/\/raecapitalholdings.com\/index.php\/our-services\/","title":{"rendered":"Our Services"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>RAE Capital Services<\/title>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700&#038;family=Inter:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n:root {\n  --gold: #d8a43f;\n  --dark: #0b0b0b;\n  --card: #111;\n  --text: #eaeaea;\n}\n\nbody {\n  margin: 0;\n  background: radial-gradient(circle at top, #1a1a1a, #000);\n  font-family: 'Inter', sans-serif;\n  color: var(--text);\n}\n\n.services-wrapper {\n  padding: 90px 5%;\n  max-width: 1400px;\n  margin: auto;\n}\n\n.services-title {\n  text-align: center;\n  margin-bottom: 65px;\n}\n\n.services-title h1 {\n  font-family: 'Playfair Display', serif;\n  font-size: 48px;\n  color: var(--gold);\n  letter-spacing: 2px;\n}\n\n.services-title p {\n  max-width: 720px;\n  margin: 18px auto 0;\n  font-size: 16px;\n  color: #bbb;\n}\n\n.mobile-swipe-note {\n  display: none;\n}\n\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 38px;\n}\n\n.service-card {\n  background: linear-gradient(180deg, #161616, #0b0b0b);\n  border: 1px solid rgba(216,164,63,0.25);\n  border-radius: 20px;\n  overflow: hidden;\n  transition: all 0.4s ease;\n}\n\n.service-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 0 38px rgba(216,164,63,0.35);\n}\n\n.service-image img {\n  width: 100%;\n  height: 220px;\n  object-fit: cover;\n  filter: brightness(0.9);\n}\n\n.service-content {\n  padding: 28px;\n  text-align: center;\n}\n\n.service-content h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 22px;\n  color: var(--gold);\n  margin-bottom: 12px;\n}\n\n.service-content p {\n  font-size: 14px;\n  line-height: 1.65;\n  color: #ccc;\n  margin-bottom: 18px;\n}\n\n.service-price {\n  font-size: 15px;\n  letter-spacing: 1px;\n  color: #bbb;\n  margin-bottom: 22px;\n}\n\n.service-price span {\n  color: var(--gold);\n  font-weight: 500;\n}\n\n.service-btn {\n  display: inline-block;\n  padding: 12px 26px;\n  border-radius: 30px;\n  border: 1px solid var(--gold);\n  color: var(--gold);\n  text-decoration: none;\n  font-size: 13px;\n  letter-spacing: 1px;\n  transition: all 0.3s ease;\n}\n\n.service-btn:hover {\n  background: var(--gold);\n  color: #000;\n  box-shadow: 0 0 12px rgba(216,164,63,0.6);\n}\n\n.service-btn.alt {\n  border-color: #aaa;\n  color: #eee;\n}\n\n.service-btn.alt:hover {\n  background: #fff;\n  color: #000;\n}\n\n\/* Mobile *\/\n@media(max-width: 768px) {\n  .services-wrapper {\n    padding: 55px 0;\n    max-width: none;\n    overflow: hidden;\n  }\n\n  .services-title {\n    padding: 0 18px;\n    margin-bottom: 24px;\n  }\n\n  .services-title h1 {\n    font-size: 30px;\n    line-height: 1.15;\n  }\n\n  .services-title p {\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .mobile-swipe-note {\n    display: block;\n    margin: 18px auto 0;\n    font-size: 13px;\n    color: var(--gold);\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    animation: swipePulse 1.6s ease-in-out infinite;\n  }\n\n  @keyframes swipePulse {\n    0%, 100% {\n      opacity: 0.55;\n      transform: translateX(0);\n    }\n    50% {\n      opacity: 1;\n      transform: translateX(6px);\n    }\n  }\n\n  .services-grid {\n    display: flex;\n    grid-template-columns: none;\n    gap: 0;\n    overflow-x: auto;\n    overflow-y: hidden;\n    padding: 0;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n    -ms-overflow-style: none;\n  }\n\n  .services-grid::-webkit-scrollbar {\n    display: none;\n  }\n\n  .service-card {\n    flex: 0 0 100%;\n    width: 100%;\n    min-width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    border-radius: 0;\n    border-left: none;\n    border-right: none;\n    scroll-snap-align: start;\n  }\n\n  .service-card:hover {\n    transform: none;\n    box-shadow: none;\n  }\n\n  .service-image img {\n    height: 160px;\n  }\n\n  .service-content {\n    padding: 16px 20px 20px;\n  }\n\n  .service-content h3 {\n    font-size: 19px;\n    margin-bottom: 8px;\n  }\n\n  .service-content p {\n    font-size: 13px;\n    line-height: 1.45;\n    margin-bottom: 12px;\n  }\n\n  .service-price {\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .service-btn {\n    padding: 9px 20px;\n    font-size: 12px;\n  }\n}\n<\/style>\n\n<section class=\"services-wrapper\">\n  <div class=\"services-title\">\n    <h1>RAE Capital &amp; Holdings Services<\/h1>\n    <p>Architects of Wealth, Legacy, and Opportunity for Visionary Clients<\/p>\n    <div class=\"mobile-swipe-note\">Swipe left to view more services \u2192<\/div>\n  <\/div>\n\n  <div class=\"services-grid\">\n\n    <div class=\"service-card\">\n      <div class=\"service-image\">\n        <img decoding=\"async\" src=\"https:\/\/raecapitalholdings.com\/wp-content\/uploads\/2026\/01\/TBS-Team-11.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Admin &amp; Account Management<\/h3>\n        <p>We provide discreet and professional admin and accounts management solutions for businesses and individuals seeking efficiency without the cost of an in-house finance department. Our experienced team manages debtors and creditors, essential administrative functions, and decentralised finance (DeFi) account oversight with precision and confidentiality.\n\nFrom corporate, personal, to digital asset accounts, our service is designed to reduce overheads, streamline operations, and deliver dependable financial support at an executive standard.<\/p>\n        <div class=\"service-price\"><span>Starting from:<\/span> Private Engagement<\/div>\n        <a href=\"https:\/\/raecapitalholdings.com\/index.php\/contact-us\/\" class=\"service-btn\">Request Private Consultation<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-card\">\n      <div class=\"service-image\">\n        <img decoding=\"async\" src=\"https:\/\/raecapitalholdings.com\/wp-content\/uploads\/2026\/01\/TBS-Team-9.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Strategic Venture Development<\/h3>\n        <p>Our Vision Realisation service is a strategic partnership designed to transform meaningful ideas, ambitions, and objectives into structured, actionable realities.\n\nWhether launching a business, developing a new venture, pursuing a professional ambition, or initiating a significant personal project, we work alongside our clients from the point of vision through to development and execution. We help define the objective, establish the strategy, identify the necessary resources, and create a practical path forward.\n\nBeyond advice, our approach is rooted in active involvement. We help initiate ideas, refine concepts, develop opportunities, solve challenges, and maintain strategic direction as the vision takes form.\n\nEvery objective is approached with discretion, precision, and purpose, creating a tailored framework that enables our clients to move from idea to initiative, and from initiative to achievement.<\/p>\n        <div class=\"service-price\"><span>Engagement Level:<\/span> Bespoke Strategy<\/div>\n        <a href=\"https:\/\/raecapitalholdings.com\/index.php\/contact-us\/\" class=\"service-btn\">Request Private Consultation<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-card\">\n      <div class=\"service-image\">\n        <img decoding=\"async\" src=\"https:\/\/raecapitalholdings.com\/wp-content\/uploads\/2026\/08\/Smells-Digital-T.B.S-Website-3.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Executive &#038; Personal Advisory<\/h3>\n        <p>Our Executive &#038; Personal Advisory service provides discreet, personalised guidance for individuals seeking greater clarity, structure, and direction across their professional and personal lives.\n\nWe work closely with clients to establish priorities, navigate important decisions, manage ongoing projects, and create practical frameworks for achieving their objectives. Whether managing a demanding initiative, pursuing professional growth, restructuring priorities, or working toward significant personal goals, we provide the strategic perspective and accountability needed to maintain momentum.\n\nOur role extends beyond conventional coaching. We become a trusted strategic sounding board, helping clients assess opportunities, overcome obstacles, organise competing priorities, and remain accountable to the commitments they have made to themselves.\n\nThrough a tailored and highly personal approach, we help bring greater order to complexity, confidence to decision-making, and consistency to execution.\n\nClarity. Perspective. Accountability. Progress.<\/p>\n        <div class=\"service-price\"><span>Starting from:<\/span>  Bespoke Strategy<\/div>\n        <a href=\"https:\/\/raecapitalholdings.com\/index.php\/contact-us\/\" class=\"service-btn\">Request Private Consultation<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"service-card\">\n      <div class=\"service-image\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1640161704729-cbe966a08476\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Sovereign Asset &amp; Digital Wealth Solutions<\/h3>\n        <p>We deliver sophisticated digital and real-world asset solutions, including blockchain integration, NFT management, DRA yield optimisation, and RWA strategy. Our services are tailored to elevate projects, offering curated reward structures, seamless asset oversight, and strategic tools that unlock value, engagement, and tangible financial impact in both digital and real-world markets.<\/p>\n        <div class=\"service-price\"><span>Engagement:<\/span> Confidential Advisory<\/div>\n        <a href=\"https:\/\/raecapitalholdings.com\/index.php\/contact-us\/\" class=\"service-btn\">Request Private Consultation<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>RAE Capital Services RAE Capital &amp; Holdings Services Architects of Wealth, Legacy, and Opportunity for Visionary Clients Swipe left to view more services \u2192 Admin &amp; Account Management We provide discreet and professional admin and accounts management solutions for businesses and individuals seeking efficiency without the cost of an in-house finance department. Our experienced team [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-112","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":30,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":275,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions\/275"}],"wp:attachment":[{"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/media?parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}