<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jordan Senior Care Advisors | Senior Care Guidance</title>
<meta name="description"
content="Jordan Senior Care Advisors provides compassionate senior care placement and personalized senior living guidance in Fayetteville, North Carolina.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Background -->
<div class="background"></div>
<!-- Main Profile -->
<main class="profile-container">
<article class="profile-card">
<!-- Header -->
<header class="profile-header">
<div class="logo-box">
<img
src="https://jordanseniorcareadvisors.com/wp-content/uploads/2026/04/Jordan-Senior-Care-Advisors-logo.svg"
alt="Jordan Senior Care Advisors Logo"
class="logo"
>
</div>
<div class="profile-intro">
<span class="eyebrow">
SENIOR CARE ADVISORS
</span>
<h1>
Jordan Senior Care Advisors
</h1>
<p class="tagline">
Compassionate Senior Care Guidance for Confident Family Decisions
</p>
<div class="location">
<span class="location-icon">
/* ==========================================
RESET
========================================== */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
color: #263b3a;
background: #edf5f2;
line-height: 1.6;
}
button,
a {
font-family: inherit;
}
button {
border: 0;
}
/* ==========================================
BACKGROUND
========================================== */
.background {
position: fixed;
inset: 0;
z-index: -10;
background-image:
linear-gradient(
rgba(239, 247, 244, 0.91),
rgba(239, 247, 244, 0.95)
),
url("https://jordanseniorcareadvisors.com/wp-content/uploads/2026/05/iStock-1488635268.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
/* ==========================================
PROFILE
========================================== */
.profile-container {
width: min(1250px, 100%);
margin: 45px auto;
padding: 0 20px;
}
.profile-card {
overflow: hidden;
background: #ffffff;
border-radius: 28px;
box-shadow: 0 25px 80px rgba(35, 73, 67, 0.16);
}
/* ==========================================
HEADER
========================================== */
.profile-header {
display: flex;
align-items: center;
gap: 42px;
padding: 55px;
background:
linear-gradient(
135deg,
#ffffff 0%,
#edf7f4 100%
);
}
.logo-box {
width: 190px;
height: 190px;
flex: 0 0 190px;
display: flex;
align-items: center;
justify-content: center;
padding: 25px;
background: #ffffff;
border-radius: 28px;
box-shadow:
0 12px 35px rgba(40, 82, 75, 0.12);
}
.logo {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.profile-intro {
flex: 1;
}
.eyebrow {
display: inline-block;
margin-bottom: 8px;
color: #668e84;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
}
.profile-intro h1 {
margin-bottom: 15px;
color: #214c45;
font-size: clamp(36px, 5vw, 62px);
font-weight: 800;
line-height: 1.05;
}
.tagline {
max-width: 800px;
margin-bottom: 20px;
color: #5e6e6f;
font-size: 20px;
}
.location {
display: flex;
align-items: center;
gap: 8px;
color: #48625e;
font-size: 15px;
font-weight: 700;
}
.location-icon {
font-size: 18px;
}
/* ==========================================
HERO
========================================== */
.hero {
position: relative;
height: 480px;
overflow: hidden;
}
.hero img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.8s ease;
}
.hero:hover img {
transform: scale(1.04);
}
.hero-overlay {
position: absolute;
inset: auto 0 0 0;
padding: 100px 55px 35px;
color: #ffffff;
background:
linear-gradient(
to top,
rgba(16, 49, 43, 0.85),
rgba(16, 49, 43, 0)
);
}
.hero-overlay div {
display: flex;
flex-direction: column;
}
.hero-overlay strong {
font-size: 29px;
line-height: 1.2;
}
.hero-overlay span {
margin-top: 4px;
font-size: 18px;
}
/* ==========================================
GENERAL SECTIONS
========================================== */
.content-section {
padding: 75px 60px;
}
.about-section,
.contact-section {
background: #ffffff;
}
.services-section {
background: #f2f8f6;
}
.section-title {
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
margin-bottom: 42px;
}
.section-title > span {
width: 45px;
height: 2px;
flex-shrink: 0;
border-radius: 5px;
background: #84afa4;
}
.section-title h2 {
color: #264f48;
text-align: center;
font-size: 31px;
line-height: 1.2;
}
/* ==========================================
ABOUT
========================================== */
.about-content {
max-width: 940px;
margin: auto;
text-align: center;
}
.about-content p {
margin-bottom: 18px;
color: #5d6d6e;
font-size: 17px;
}
.about-content p:last-child {
margin-bottom: 0;
}
/* ==========================================
SERVICES
========================================== */
.services-grid {
display: grid;
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 20px;
}
.service-card {
position: relative;
padding: 28px;
overflow: hidden;
background: #ffffff;
border: 1px solid #dfebe7;
border-radius: 18px;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
}
.service-card::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #78a99c;
}
.service-card:hover {
transform: translateY(-6px);
box-shadow:
0 16px 35px rgba(39, 78, 71, 0.12);
}
.service-icon {
display: flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
margin-bottom: 16px;
border-radius: 14px;
background: #edf7f4;
font-size: 24px;
}
.service-card h3 {
margin-bottom: 8px;
color: #28544d;
font-size: 19px;
line-height: 1.3;
}
.service-card p {
color: #697777;
font-size: 15px;
}
/* ==========================================
CONTACT
========================================== */
.contact-grid {
display: grid;
grid-template-columns:
repeat(3, minmax(0, 1fr));
gap: 18px;
}
.contact-card {
display: flex;
align-items: center;
gap: 15px;
min-width: 0;
padding: 22px;
color: inherit;
text-decoration: none;
background: #f2f8f6;
border: 1px solid #dfebe7;
border-radius: 17px;
transition: 0.3s ease;
}
.contact-card:hover {
transform: translateY(-4px);
background: #eaf5f1;
box-shadow:
0 10px 25px rgba(38, 77, 70, 0.08);
}
.contact-icon {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
flex: 0 0 50px;
background: #ffffff;
border-radius: 13px;
font-size: 21px;
}
.contact-card small {
display: block;
margin-bottom: 2px;
color: #78918c;
font-size: 10px;
font-weight: 800;
letter-spacing: 1.4px;
}
.contact-card strong {
display: block;
overflow-wrap: anywhere;
color: #2a504a;
font-size: 14px;
}
/* ==========================================
CTA
========================================== */
.cta-section {
position: relative;
padding: 85px 50px;
overflow: hidden;
text-align: center;
color: #ffffff;
background:
linear-gradient(
135deg,
rgba(31, 77, 68, 0.96),
rgba(70, 120, 106, 0.94)
),
url("https://jordanseniorcareadvisors.com/wp-content/uploads/2026/05/iStock-1488635268.jpg");
background-position: center;
background-size: cover;
}
.cta-inner {
position: relative;
max-width: 850px;
margin: auto;
}
.cta-label {
display: block;
margin-bottom: 14px;
font-size: 11px;
font-weight: 800;
letter-spacing: 2px;
}
.cta-section h2 {
margin-bottom: 18px;
font-size: clamp(30px, 4vw, 48px);
line-height: 1.15;
}
.cta-section p {
margin-bottom: 30px;
font-size: 18px;
}
.cta-buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 13px 25px;
border-radius: 50px;
font-size: 15px;
font-weight: 800;
text-decoration: none;
transition: 0.3s ease;
}
.btn-primary {
color: #28544d;
background: #ffffff;
}
.btn-secondary {
color: #ffffff;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(8px);
}
.btn:hover {
transform: translateY(-3px);
box-shadow:
0 10px 25px rgba(0, 0, 0, 0.18);
}
/* ==========================================
FOOTER
========================================== */
.profile-footer {
padding: 38px 20px;
text-align: center;
color: #dce9e5;
background: #183e38;
}
.footer-logo {
display: block;
width: 180px;
max-height: 70px;
margin: 0 auto 15px;
object-fit: contain;
filter: brightness(0) invert(1);
}
.profile-footer p {
margin: 4px 0;
font-size: 13px;
opacity: 0.85;
}
/* ==========================================
FLOATING VISIT BUTTON
========================================== */
.floating-visit {
position: fixed;
right: 25px;
bottom: 25px;
z-index: 900;
display: flex;
align-items: center;
gap: 9px;
padding: 15px 24px;
color: #ffffff;
background: #285d53;
border-radius: 50px;
font-size: 15px;
font-weight: 800;
cursor: pointer;
box-shadow:
0 10px 30px rgba(25, 70, 61, 0.35);
transition:
transform 0.25s ease,
background 0.25s ease;
}
.floating-visit:hover {
transform: translateY(-3px);
background: #1d493f;
}
.floating-visit span {
font-size: 17px;
}
.floating-visit.pulse {
animation: visitPulse 1.8s infinite;
}
@keyframes visitPulse {
0% {
box-shadow:
0 10px 30px rgba(25, 70, 61, 0.35);
}
50% {
box-shadow:
0 10px 45px rgba(25, 70, 61, 0.65);
}
100% {
box-shadow:
0 10px 30px rgba(25, 70, 61, 0.35);
}
}
/* ==========================================
POPUP OVERLAY
========================================== */
.popup-overlay {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(16, 45, 41, 0.45);
backdrop-filter: blur(5px);
opacity: 0;
visibility: hidden;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
}
.popup-overlay.active {
opacity: 1;
visibility: visible;
}
/* ==========================================
POPUP
========================================== */
.visit-popup {
position: relative;
width: min(420px, 100%);
padding: 38px;
text-align: center;
background: #ffffff;
border-radius: 24px;
box-shadow:
0 30px 80px rgba(16, 52, 47, 0.28);
transform:
translateY(25px)
scale(0.95);
transition:
transform 0.3s ease;
}
.popup-overlay.active .visit-popup {
transform:
translateY(0)
scale(1);
}
.close-popup {
position: absolute;
top: 13px;
right: 13px;
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
color: #4d6963;
background: #edf5f2;
border-radius: 50%;
font-size: 23px;
line-height: 1;
cursor: pointer;
transition: 0.2s ease;
}
.close-popup:hover {
color: #ffffff;
background: #285d53;
}
.popup-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 17px;
color: #285d53;
background: #eaf5f1;
border-radius: 16px;
font-size: 27px;
}
.popup-label {
display: block;
margin-bottom: 8px;
color: #72958d;
font-size: 10px;
font-weight: 800;
letter-spacing: 1.5px;
}
.visit-popup h2 {
margin-bottom: 12px;
color: #28544d;
font-size: 27px;
line-height: 1.2;
}
.visit-popup p {
margin-bottom: 24px;
color: #687978;
font-size: 15px;
}
.popup-visit-button,
.popup-call-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 48px;
margin-top: 10px;
border-radius: 10px;
font-size: 14px;
font-weight: 800;
text-decoration: none;
transition: 0.25s ease;
}
.popup-visit-button {
color: #ffffff;
background: #285d53;
}
.popup-call-button {
color: #285d53;
background: #edf6f3;
}
.popup-visit-button:hover,
.popup-call-button:hover {
transform: translateY(-2px);
}
/* ==========================================
TABLET
========================================== */
@media (max-width: 950px) {
.profile-container {
margin: 25px auto;
}
.profile-header {
padding: 45px;
gap: 30px;
}
.logo-box {
width: 155px;
height: 155px;
flex-basis: 155px;
}
.hero {
height: 400px;
}
.content-section {
padding: 60px 40px;
}
.contact-grid {
grid-template-columns: 1fr;
}
}
/* ==========================================
MOBILE
========================================== */
@media (max-width: 700px) {
.profile-container {
width: 100%;
margin: 0;
padding: 0;
}
.profile-card {
border-radius: 0;
}
.profile-header {
flex-direction: column;
padding: 40px 22px;
text-align: center;
}
.logo-box {
width: 145px;
height: 145px;
flex-basis: 145px;
}
.profile-intro h1 {
font-size: 37px;
}
.tagline {
font-size: 17px;
}
.location {
justify-content: center;
}
.hero {
height: 310px;
}
.hero-overlay {
padding: 85px 22px 25px;
}
.hero-overlay strong {
font-size: 22px;
}
.hero-overlay span {
font-size: 15px;
}
.content-section {
padding: 50px 20px;
}
.section-title {
gap: 10px;
}
.section-title > span {
width: 25px;
}
.section-title h2 {
font-size: 26px;
}
.services-grid {
grid-template-columns: 1fr;
}
.cta-section {
padding: 65px 22px;
}
.cta-section h2 {
font-size: 32px;
}
.cta-section p {
font-size: 16px;
}
.btn {
width: 100%;
}
.floating-visit {
right: 18px;
bottom: 18px;
padding: 13px 20px;
}
.visit-popup {
padding: 35px 25px;
}
}
/* ==========================================
SMALL MOBILE
========================================== */
@media (max-width: 400px) {
.profile-intro h1 {
font-size: 31px;
}
.hero {
height: 270px;
}
.floating-visit {
right: 15px;
bottom: 15px;
font-size: 13px;
}
}
/* ==========================================
ACCESSIBILITY
========================================== */
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
"use strict";
document.addEventListener("DOMContentLoaded", () => {
/* ==========================================
ELEMENTS
========================================== */
const popupOverlay = document.getElementById("popupOverlay");
const visitPopup = document.getElementById("visitPopup");
const floatingVisit = document.getElementById("floatingVisit");
const closePopup = document.getElementById("closePopup");
const currentYear = document.getElementById("currentYear");
/* ==========================================
CURRENT YEAR
========================================== */
if (currentYear) {
currentYear.textContent = new Date().getFullYear();
}
/* ==========================================
POPUP FUNCTIONS
========================================== */
function openPopup() {
if (!popupOverlay) {
return;
}
popupOverlay.classList.add("active");
popupOverlay.setAttribute("aria-hidden", "false");
if (floatingVisit) {
floatingVisit.setAttribute("aria-expanded", "true");
floatingVisit.classList.remove("pulse");
}
document.body.style.overflow = "hidden";
if (closePopup) {
setTimeout(() => {
closePopup.focus();
}, 100);
}
}
function closeVisitPopup() {
if (!popupOverlay) {
return;
}
popupOverlay.classList.remove("active");
popupOverlay.setAttribute("aria-hidden", "true");
if (floatingVisit) {
floatingVisit.setAttribute("aria-expanded", "false");
}
document.body.style.overflow = "";
}
/* ==========================================
FLOATING VISIT BUTTON
========================================== */
if (floatingVisit) {
floatingVisit.addEventListener("click", (event) => {
event.preventDefault();
if (popupOverlay.classList.contains("active")) {
closeVisitPopup();
} else {
openPopup();
}
});
}
/* ==========================================
CLOSE BUTTON
========================================== */
if (closePopup) {
closePopup.addEventListener("click", () => {
closeVisitPopup();
});
}
/* ==========================================
CLICK OUTSIDE POPUP
========================================== */
if (popupOverlay) {
popupOverlay.addEventListener("click", (event) => {
if (event.target === popupOverlay) {
closeVisitPopup();
}
});
}
/* ==========================================
ESCAPE KEY
========================================== */
document.addEventListener("keydown", (event) => {
if (
event.key === "Escape" &&
popupOverlay &&
popupOverlay.classList.contains("active")
) {
closeVisitPopup();
}
});
/* ==========================================
AUTOMATIC POPUP
Shows once per browser session
========================================== */
const popupAlreadyShown =
sessionStorage.getItem("jordanSeniorPopupShown");
if (!popupAlreadyShown) {
setTimeout(() => {
openPopup();
sessionStorage.setItem(
"jordanSeniorPopupShown",
"true"
);
}, 3000);
} else {
if (floatingVisit) {
floatingVisit.classList.add("pulse");
}
}
/* ==========================================
SERVICE CARD REVEAL ANIMATION
========================================== */
const serviceCards =
document.querySelectorAll(".service-card");
if (
serviceCards.length > 0 &&
"IntersectionObserver" in window
) {
const cardObserver =
new IntersectionObserver(
(entries, observer) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.style.opacity = "1";
entry.target.style.transform =
"translateY(0)";
observer.unobserve(entry.target);
}
});
},
{
threshold: 0.12
}
);
serviceCards.forEach((card, index) => {
card.style.opacity = "0";
card.style.transform =
"translateY(20px)";
card.style.transition =
`opacity 0.55s ease ${index * 0.05}s,
transform 0.55s ease ${index * 0.05}s`;
cardObserver.observe(card);
});
}
/* ==========================================
EXTERNAL LINKS
========================================== */
const externalLinks =
document.querySelectorAll(
'a[target="_blank"]'
);
externalLinks.forEach((link) => {
link.addEventListener("click", () => {
link.classList.add("clicked");
});
});
});