@font-face {
font-family: "P22 Mackinac";
font-style: normal;
font-weight: 500;
src: url(//mena.uclahealth.org/wp-content/themes/generatepress-child/P22Mackinac-Medium.otf) format("opentype");
}
:root {
--sand-300: #f6f4ee;
--blue-500: #005485;
--blue-700: #003b5c;
--gray-900: #474747;
--sand-500: #efeee6;
--white: #ffffff;
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "trade-gothic-next", "IBM Plex Sans Arabic", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.7;
color: var(--gray-900);
background-color: var(--white);
}
h1,
h2,
h3,
h4 {
font-family: "P22 Mackinac", "IBM Plex Sans Arabic", serif;
font-weight: 500;
color: var(--blue-700);
}
h1 {
font-size: 64px;
line-height: 1.125;
}
h2 {
font-size: 40px;
line-height: 1.2;
}
h3 {
font-size: 32px;
line-height: 1.25;
margin-bottom: 1rem;
}
h4 {
font-size: 24px;
line-height: 1.25;
margin-bottom: 0.5rem;
}
p {
margin-bottom: 1rem;
}
p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
margin-bottom: 0;
}
a {
color: var(--blue-500);
text-decoration: underline;
}
a:hover {
opacity: 0.8;
}
ul,
ol {
padding-right: 1.5rem;
padding-left: 0;
margin-bottom: 1rem;
}
li {
margin-bottom: 0.4rem;
}
img {
display: block;
width: 100%;
height: auto;
}
.mena-landing .container {
max-width: 1280px;
margin: 0 auto;
padding-inline: 40px;
}
.two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center;
}
.btn {
display: inline-block;
background-color: var(--blue-700);
color: #fff;
text-decoration: none;
padding: 14px 32px;
font-size: 0.95rem;
font-weight: 500;
letter-spacing: 0.02em;
margin-top: 1.5rem;
transition: opacity 0.15s;
}
.btn:hover {
opacity: 0.85;
color: #fff;
} .mena-landing section {
padding: 72px 0;
} .hero {
background-color: var(--blue-700);
background-image:
linear-gradient(rgba(0, 59, 92, 0.65), rgba(0, 59, 92, 0.65)),
url(https://mena.uclahealth.org/wp-content/uploads/2026/05/obgyn-second-opinion-hero-image-1920x.webp);
background-size: cover;
background-position: center;
color: #fff;
height: 512px;
}
.hero h1,
.hero h2 {
color: #fff;
}
.hero h1 {
margin-bottom: 0.5rem;
}
.hero h2 {
margin-bottom: 1.5rem;
font-weight: 300;
}
.hero .container {
height: 100%;
}
.hero-inner {
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
}
.hero-text {
width: 100%;
text-align: right;
}
@media (min-width: 768px) {
.hero-text {
width: 45%;
}
}
.award-badge {
width: auto;
max-width: 160px;
height: auto;
margin-top: 1.5rem;
margin-left: auto;
} .intro {
background-color: var(--sand-300);
}
.intro .two-col {
align-items: stretch;
}
.img-mask {
border-radius: 8px;
overflow: hidden;
position: relative;
}
.img-mask img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
} .services {
background-color: var(--sand-500);
}
.services-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: stretch;
}
.services-content {
display: flex;
flex-direction: column;
}
.services-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
align-items: stretch;
margin-top: 2rem;
flex: 1;
}
.service-card {
background: var(--sand-300);
padding: 28px 24px;
border-radius: 8px;
}
.service-category {
font-weight: 500;
color: var(--blue-700);
margin-bottom: 0.75rem;
} .why-choose {
background-color: var(--sand-300);
}
.why-choose strong {
color: var(--blue-700);
font-weight: 500;
} .process {
background-color: var(--white);
}
.process .two-col {
align-items: stretch;
}
.process ol {
padding-left: 1.25rem;
}
.process li {
margin-bottom: 1.25rem;
}
.process li:last-child {
margin-bottom: 0;
}
.process li strong {
display: block;
margin-bottom: 0.2rem;
} .pricing {
background-color: var(--blue-700);
color: #fff;
}
.pricing h3 {
color: #fff;
margin-bottom: 2rem;
}
.pricing-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
}
.pricing-card {
background-color: var(--white);
border-radius: 8px;
padding: 28px 24px;
color: var(--gray-900);
display: flex;
flex-direction: column;
}
.pricing-title {
font-weight: 500;
color: #fff;
font-size: 1.1rem;
background-color: var(--blue-500);
margin: -28px -24px 24px;
padding: 16px 24px;
border-radius: 8px 8px 0 0;
}
.pricing-price {
font-size: 1.1rem;
font-weight: 600;
color: var(--blue-700);
margin-top: auto;
padding-top: 1rem;
}
.pricing-cta {
text-align: center;
margin-top: 2.5rem;
}
.pricing .btn {
background-color: #fff;
color: var(--blue-700);
}
.pricing .btn:hover {
color: var(--blue-700);
} .materials {
background-color: var(--sand-300);
}
.materials .two-col {
align-items: stretch;
gap: 48px;
}
.materials .two-col > div {
background-color: var(--white);
border-radius: 8px;
padding: 28px 24px;
}
.materials-heading {
color: var(--blue-700);
font-weight: 500;
} .experts {
background-color: var(--sand-500);
}
.experts-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
align-items: stretch;
}
.experts-group {
display: flex;
flex-direction: column;
gap: 16px;
}
.experts-group + .experts-group {
margin-top: 2rem;
}
.experts-category {
color: var(--blue-700);
font-weight: 500;
margin-bottom: 0;
}
.expert-card {
background-color: var(--sand-300);
border-radius: 8px;
padding: 20px 24px;
margin-bottom: 0;
} .payment {
background-color: var(--sand-300);
} .faq {
background-color: var(--white);
}
.faq-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.faq-item {
border-radius: 8px;
overflow: hidden;
border: 1px solid #d5d3cc;
}
.faq-item summary {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 24px;
background-color: var(--blue-500);
color: #fff;
font-weight: 500;
cursor: pointer;
list-style: none;
gap: 16px;
}
.faq-item summary::-webkit-details-marker {
display: none;
}
.faq-item summary::after {
content: "+";
font-size: 1.5rem;
line-height: 1;
flex-shrink: 0;
}
.faq-item[open] summary::after {
content: "−";
}
.faq-answer {
padding: 20px 24px;
background-color: var(--white);
} .final-cta {
background-color: var(--blue-700);
color: #fff;
text-align: center;
}
.final-cta h3 {
color: #fff;
}
.final-cta p {
color: rgba(255, 255, 255, 0.9);
max-width: 600px;
margin: 0 auto 0;
}
.final-cta .btn {
background-color: #fff;
color: var(--blue-700);
}
.final-cta .btn:hover {
color: var(--blue-700);
} @media (max-width: 900px) {
.two-col,
.services-layout,
.services-grid,
.pricing-grid,
.experts-grid {
grid-template-columns: 1fr;
}
.service-image {
order: 1;
}
.materials .two-col,
.experts-grid {
gap: 16px;
}
.img-mask {
aspect-ratio: 4 / 3;
}
.process .two-col > div:first-child {
order: 1;
}
h1 {
font-size: 40px;
line-height: 1.2;
}
h2 {
font-size: 32px;
line-height: 1.25;
}
h3 {
font-size: 24px;
line-height: 1.25;
}
h4 {
font-size: 18px;
line-height: 1.3;
}
body {
font-size: 16px;
}
.mena-landing .container {
padding-inline: 24px;
}
.mena-landing section {
padding: 52px 0;
}
}