{"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-06-02T22:51:59","modified_gmt":"2026-06-02T22:51:59","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, financial records, 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=\"\/private-consultation\" 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-10.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Wealth Creation<\/h3>\n        <p>Our Wealth Creation service is an exclusive, strategic partnership focused on building and sustaining wealth. We work closely with our clients to refine vision, elevate mindset, and structure their ideas into financially sound, scalable outcomes.\n\nBeyond capital growth, we provide elite mentorship and financial strategy-identifying where to focus, optimise, and expand-while walking alongside our clients with discretion and precision until their objectives are fully realised.<\/p>\n        <div class=\"service-price\"><span>Engagement Level:<\/span> Bespoke Strategy<\/div>\n        <a href=\"\/private-consultation\" 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-12.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Property Management &amp; Development<\/h3>\n        <p>Coming Soon<\/p>\n        <div class=\"service-price\"><span>Starting from:<\/span> Asset-Based Pricing<\/div>\n        <a href=\"\/private-consultation\" 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-8.png\" alt=\"\">\n      <\/div>\n      <div class=\"service-content\">\n        <h3>Portfolio Management<\/h3>\n        <p>Active and strategic portfolio oversight designed to carefully balance risk and opportunity while aligning with long-term wealth and legacy objectives. We apply disciplined analysis, informed decision-making, and ongoing performance monitoring to preserve capital, optimise returns, and ensure portfolios remain aligned with evolving financial ambitions.<\/p>\n        <div class=\"service-price\"><span>Structure:<\/span> Managed Allocation<\/div>\n        <a href=\"\/private-consultation\" 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 Advisory &amp; Structuring<\/h3>\n        <p>High-level advisory services for the strategic structuring of holdings, ventures, and entities, delivered with discretion and foresight. We design robust frameworks that enhance efficiency, protect assets, and support sustainable growth while aligning with long-term wealth, governance, and legacy considerations.<\/p>\n        <div class=\"service-price\"><span>Engagement:<\/span> Confidential Advisory<\/div>\n        <a href=\"\/private-consultation\" 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=\"\/private-consultation\" 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,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"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":26,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":228,"href":"https:\/\/raecapitalholdings.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions\/228"}],"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}]}}