Fady Gebara
Experience That Delivers
With over a decade in real estate, Fady Gebara brings proven expertise in residential, multi-family, and investment properties. His track record shows he consistently delivers results in both competitive and shifting markets.
Investor-Focused Mindset
Fady understands real estate as a wealth-building tool. He helps clients analyze deals, identify opportunities, and build long-term value whether they are buying their first property or growing a portfolio.
Straightforward and Professional
Clients appreciate Fady's honest and direct approach. He provides clear, honest advice without pressure or gimmicks so clients can make confident and informed decisions.
Strong Negotiation Skills
Fady negotiates with precision and strategy to secure the best possible outcome for his clients. He is relentless when it comes to protecting their financial interests.
Fully Committed
Real estate is not just a job for Fady—it is his full-time career. Clients benefit from his complete focus, quick response times, and dedication from start to finish.
Trusted Local Network
Fady connects his clients with a wide range of trusted professionals including mortgage brokers, inspectors, contractors, and legal advisors to ensure a smooth and successful experience.
Tailored Client Experience
No two clients are the same. Fady takes the time to understand each person's unique goals and tailors his strategy to fit their needs with precision and care.
/* =========================================================
FADY GEBARA ABOUT PAGE — ONE-BLOCK MAKEOVER
CSS + JavaScript, scoped to #content and #sidebar.
Existing page wording is preserved.
========================================================= */
:root {
--fady-ink: #111820;
--fady-text: #4e5a64;
--fady-blue: #0b4f86;
--fady-blue-dark: #07385f;
--fady-pale: #eef5fa;
--fady-line: #dce5eb;
--fady-white: #ffffff;
--fady-shadow: 0 18px 45px rgba(17, 24, 32, 0.09);
}
#content,
#sidebar,
#content *,
#sidebar * {
box-sizing: border-box;
}
/* Main heading */
#content > h1 {
position: relative;
margin: 0 0 34px !important;
padding: 0 0 25px !important;
border: 0 !important;
color: var(--fady-ink) !important;
font-size: clamp(2.8rem, 5vw, 4.75rem) !important;
font-weight: 800 !important;
line-height: 0.98 !important;
letter-spacing: -0.055em !important;
}
#content > h1::after {
position: absolute;
bottom: 0;
left: 0;
width: 58px;
height: 5px;
border-radius: 99px;
background: var(--fady-blue);
content: "";
}
/* Intro created from the first existing title/paragraph pair */
#content .mce-content {
margin-bottom: 4rem !important;
color: var(--fady-text);
}
#content .fady-intro-label {
margin: 0 0 14px !important;
color: var(--fady-blue) !important;
font-size: 0.78rem !important;
font-weight: 800 !important;
line-height: 1.2 !important;
letter-spacing: 0.15em !important;
text-transform: uppercase;
}
#content .fady-intro-label::before {
display: inline-block;
width: 28px;
height: 3px;
margin: 0 10px 3px 0;
border-radius: 99px;
background: var(--fady-blue);
content: "";
}
#content .fady-intro-copy {
max-width: 760px;
margin: 0 0 44px !important;
padding: 0 0 40px;
border-bottom: 1px solid var(--fady-line);
color: #26323b !important;
font-size: clamp(1.12rem, 2vw, 1.38rem) !important;
line-height: 1.55 !important;
letter-spacing: -0.015em;
}
/* Existing title/paragraph pairs, organized into cards by the script */
#content .fady-card-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
#content .fady-card {
position: relative;
min-width: 0;
min-height: 245px;
padding: 58px 25px 25px;
overflow: hidden;
border: 1px solid var(--fady-line);
border-radius: 16px;
background: var(--fady-white);
box-shadow: 0 12px 30px rgba(17, 24, 32, 0.055);
transition:
transform 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
#content .fady-card:hover {
transform: translateY(-3px);
border-color: #b7cedd;
box-shadow: 0 17px 38px rgba(17, 24, 32, 0.09);
}
#content .fady-card::before {
position: absolute;
top: 24px;
left: 25px;
color: var(--fady-blue);
content: attr(data-number);
font-size: 0.7rem;
font-weight: 800;
line-height: 1;
letter-spacing: 0.13em;
}
#content .fady-card-title {
margin: 0 0 10px !important;
color: var(--fady-ink) !important;
font-size: 1.08rem !important;
font-weight: 800 !important;
line-height: 1.3 !important;
letter-spacing: -0.018em;
}
#content .fady-card-copy {
margin: 0 !important;
color: var(--fady-text) !important;
font-size: 0.94rem !important;
line-height: 1.68 !important;
}
/* Existing desktop and mobile profile/contact blocks */
#sidebar > .hidden,
#content > .lg\:hidden {
overflow: hidden;
border: 1px solid var(--fady-line);
border-radius: 18px;
background: var(--fady-white);
box-shadow: var(--fady-shadow);
}
#sidebar > .hidden > p,
#content > .lg\:hidden > p {
width: 100%;
margin: 0 !important;
padding: 12px 20px 0 !important;
overflow: hidden;
background:
radial-gradient(circle at 50% 28%, #ffffff 0, #f5f9fc 43%, #e8f2f8 100%);
text-align: center;
}
#sidebar > .hidden img,
#content > .lg\:hidden img {
display: block;
width: 100% !important;
max-width: 330px;
height: 290px !important;
margin: 0 auto;
object-fit: contain;
object-position: center bottom;
filter: drop-shadow(0 14px 15px rgba(17, 24, 32, 0.13));
mix-blend-mode: multiply;
transform: scale(1.08);
transform-origin: center bottom;
}
#sidebar > .hidden ul,
#content > .lg\:hidden ul {
display: block !important;
margin: 0 !important;
padding: 12px 23px 23px !important;
border: 0 !important;
background: var(--fady-white);
}
#sidebar > .hidden li,
#content > .lg\:hidden li {
display: block !important;
width: 100% !important;
max-width: none !important;
padding: 13px 0 0 !important;
color: var(--fady-ink);
font-size: 0.88rem;
line-height: 1.45;
}
#sidebar > .hidden li + li,
#content > .lg\:hidden li + li {
margin-top: 13px;
border-top: 1px solid var(--fady-line);
}
#sidebar > .hidden li span,
#content > .lg\:hidden li span {
display: block;
margin: 0 0 5px !important;
color: #75818a !important;
font-size: 0.65rem;
font-weight: 800 !important;
letter-spacing: 0.14em;
text-transform: uppercase;
}
#sidebar > .hidden a,
#content > .lg\:hidden a {
color: var(--fady-blue) !important;
font-weight: 700;
text-decoration: none !important;
overflow-wrap: anywhere;
}
#sidebar > .hidden a:hover,
#content > .lg\:hidden a:hover {
color: var(--fady-blue-dark) !important;
text-decoration: underline !important;
}
/* Existing testimonial */
#sidebar > section {
margin-top: 24px;
padding-top: 0 !important;
}
#sidebar > section > h2 {
margin: 0 0 13px !important;
padding: 0 !important;
border: 0 !important;
color: var(--fady-ink) !important;
font-size: 1.2rem !important;
font-weight: 800 !important;
line-height: 1.25 !important;
letter-spacing: -0.025em;
}
#sidebar .mce-sidebar-content {
position: relative;
padding: 27px 25px 25px;
overflow: hidden;
border-radius: 17px;
background: var(--fady-ink);
color: #eef3f6;
box-shadow: 0 17px 38px rgba(17, 24, 32, 0.14);
}
#sidebar .mce-sidebar-content::after {
display: block;
margin-top: 20px;
color: #aab8c1;
content: "— CLIENT TESTIMONIAL";
font-size: 0.66rem;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.12em;
}
#sidebar .mce-sidebar-content .fady-review {
margin: 0 !important;
color: #eef3f6 !important;
font-size: 0.93rem !important;
line-height: 1.72 !important;
}
#sidebar .mce-sidebar-content .fady-review + .fady-review {
margin-top: 28px !important;
padding-top: 26px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#sidebar .mce-sidebar-content .fady-review::before {
display: block;
margin-bottom: 14px;
color: #83b8db;
content: "★★★★★";
font-size: 0.8rem;
line-height: 1;
letter-spacing: 0.15em;
}
/* Responsive behavior */
@media (max-width: 1023px) {
#content {
width: 100% !important;
padding-right: 0 !important;
}
#content > .lg\:hidden {
display: flex !important;
margin: 0 0 38px !important;
padding: 0 !important;
}
#content > .lg\:hidden img {
height: 270px !important;
}
}
@media (max-width: 680px) {
#content > h1 {
margin-bottom: 28px !important;
font-size: 2.75rem !important;
}
#content .fady-intro-copy {
margin-bottom: 34px !important;
padding-bottom: 32px;
}
#content .fady-card-grid {
grid-template-columns: 1fr;
}
#content .fady-card {
min-height: 0;
}
}
(function () {
"use strict";
function buildFadyAboutPage() {
var content = document.querySelector("#content .mce-content");
if (!content || content.getAttribute("data-fady-made-over") === "true") {
return;
}
var paragraphs = Array.prototype.slice.call(
content.querySelectorAll(":scope > p")
);
function cleanText(element) {
return element.textContent
.replace(/[\u00a0\u200B-\u200D\uFEFF]/g, " ")
.trim();
}
var populated = paragraphs.filter(function (paragraph) {
return cleanText(paragraph).length > 0;
});
if (populated.length < 4) {
return;
}
/* Remove only the editor's empty spacer paragraphs. */
paragraphs.forEach(function (paragraph) {
if (!cleanText(paragraph)) {
paragraph.remove();
}
});
/* The first existing pair becomes the page introduction. */
populated[0].classList.add("fady-intro-label");
populated[1].classList.add("fady-intro-copy");
/* Every remaining existing pair becomes one card. */
var grid = document.createElement("div");
grid.className = "fady-card-grid";
for (var index = 2, cardNumber = 1; index < populated.length; index += 2) {
var title = populated[index];
var copy = populated[index + 1];
/*
* A valid card needs both a visible heading and visible body copy.
* This prevents stray editor paragraphs from creating an empty card.
*/
if (!title || !copy || !cleanText(title) || !cleanText(copy)) {
continue;
}
var card = document.createElement("article");
card.className = "fady-card";
card.setAttribute(
"data-number",
String(cardNumber).padStart(2, "0")
);
title.classList.add("fady-card-title");
card.appendChild(title);
copy.classList.add("fady-card-copy");
card.appendChild(copy);
grid.appendChild(card);
cardNumber += 1;
}
content.appendChild(grid);
content.setAttribute("data-fady-made-over", "true");
/* Turn the existing plain-text phone values into phone links. */
var contactItems = document.querySelectorAll(
"#sidebar > .hidden li, #content > .lg\\:hidden li"
);
Array.prototype.forEach.call(contactItems, function (item) {
var label = item.querySelector("span");
if (
!label ||
label.textContent.toLowerCase().indexOf("phone") === -1 ||
item.querySelector("a")
) {
return;
}
var textNode = Array.prototype.find.call(
item.childNodes,
function (node) {
return (
node.nodeType === 3 &&
node.textContent.replace(/\s/g, "").length > 0
);
}
);
if (!textNode) {
return;
}
var visibleNumber = textNode.textContent.trim();
var dialNumber = visibleNumber.replace(/[^\d+]/g, "");
var link = document.createElement("a");
link.href = "tel:" + dialNumber;
link.textContent = visibleNumber;
textNode.parentNode.replaceChild(link, textNode);
});
/*
* Apply a five-star row to every existing testimonial.
* If the editor stored several reviews in one paragraph separated by
* blank lines, split that markup into individual review paragraphs first.
*/
var testimonial = document.querySelector(
"#sidebar .mce-sidebar-content"
);
if (testimonial) {
var reviews = Array.prototype.slice.call(
testimonial.querySelectorAll(":scope > p")
).filter(function (paragraph) {
return cleanText(paragraph).length > 0;
});
if (reviews.length === 1) {
var reviewParts = reviews[0].innerText
.split(/\n\s*\n+/)
.map(function (review) {
return review.trim();
})
.filter(Boolean);
if (reviewParts.length > 1) {
testimonial.innerHTML = "";
reviewParts.forEach(function (reviewText) {
var reviewParagraph = document.createElement("p");
reviewParagraph.textContent = reviewText;
testimonial.appendChild(reviewParagraph);
});
reviews = Array.prototype.slice.call(
testimonial.querySelectorAll(":scope > p")
);
}
}
reviews.forEach(function (review) {
review.classList.add("fady-review");
});
}
}
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", buildFadyAboutPage);
} else {
buildFadyAboutPage();
}
})();
Learn More