/*
Theme Name: Dr. Fouad Aoun Urology
Theme URI: https://qatarmedicalupdates.com/urology/dr-fouad-aoun-urologist-qatar/
Author: Custom build
Description: WordPress theme built from the exact QATAR MEDICAL UPDATES one-page design for Dr. Fouad Aoun. Visual design is unchanged from the supplied file; text content is wired to Appearance > Customize so it can be edited without touching code.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dfa-urology
*/

/* =========================================================
QATAR MEDICAL UPDATES
DR. FOUAD AOUN — ONE PAGE UROLOGY / MEN'S HEALTH
ENGLISH FONT: MONTSERRAT
ARABIC FONT: CAIRO
PRIMARY URL:
https://qatarmedicalupdates.com/urology/dr-fouad-aoun-urologist-qatar/
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');
/* =========================================================
   BASE
========================================================= */
#qmu-fouad-page,
#qmu-fouad-page * {
    box-sizing: border-box;
}
#qmu-fouad-page {
    --navy: #102e59;
    --navy-deep: #071c38;
    --blue: #258dcc;
    --periwinkle: #7187c7;
    --steel: #557895;
    --burgundy: #8f2445;
    --mauve: #a77892;
    --cyan: #69d3e8;
    --soft-blue: #edf5fa;
    --soft-gray: #f6f8fb;
    --blush-gray: #f7f3f5;
    --line: #dbe6ef;
    --text: #24364a;
    --muted: #66778a;
    --white: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: var(--text);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.65;
    overflow: hidden;
}
/* =========================================================
   ARABIC
========================================================= */
#qmu-fouad-page [lang="ar"],
#qmu-fouad-page .qmu-ar {
    font-family: "Cairo", Tahoma, Arial, sans-serif !important;
}
/* =========================================================
   GENERAL
========================================================= */
#qmu-fouad-page a {
    color: inherit;
    text-decoration: none;
}
#qmu-fouad-page img {
    width: 100%;
    display: block;
}
.qmu-wrap {
    width: min(
        1180px,
        calc(100% - 40px)
    );
    margin: auto;
}
/* =========================================================
   NAVIGATION
========================================================= */
.qmu-mini-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(
        255,
        255,
        255,
        .96
    );
    backdrop-filter: blur(12px);
    border-bottom:
        1px solid var(--line);
}
.qmu-mini-nav-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content:
        space-between;
    gap: 25px;
}
.qmu-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}
.qmu-brand-mark {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 11px;
    background:
        linear-gradient(
            135deg,
            var(--navy),
            var(--blue),
            var(--periwinkle)
        );
}
.qmu-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 13px;
    font-weight: 650;
    color: #41566d;
}
.qmu-menu a {
    transition: .2s ease;
}
.qmu-menu a:hover {
    color: var(--blue);
}
.qmu-nav-call {
    padding: 10px 18px;
    border-radius: 100px;
    color: #fff !important;
    background: var(--burgundy);
}
/* =========================================================
   HERO
========================================================= */
.qmu-hero {
    position: relative;
    padding:
        84px 0
        72px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(113,135,199,.22),
            transparent 28%
        ),
        radial-gradient(
            circle at 65% 90%,
            rgba(37,141,204,.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f6fbfe 56%,
            #edf5fa 100%
        );
}
.qmu-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        1.12fr .88fr;
    gap: 70px;
    align-items: center;
}
.qmu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--burgundy);
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 12px;
    font-weight: 800;
}
.qmu-eyebrow:before {
    content: "";
    width: 35px;
    height: 2px;
    background:
        var(--burgundy);
}
#qmu-fouad-page h1 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size:
        clamp(
            43px,
            5.3vw,
            74px
        );
    line-height: 1.03;
    letter-spacing: -.045em;
    font-weight: 800;
}
.qmu-hero-highlight {
    display: block;
    color: var(--blue);
}
.qmu-ar-hero {
    direction: rtl;
    text-align: left;
    margin:
        19px 0
        19px;
    color: var(--navy);
    font-size:
        clamp(
            21px,
            2.1vw,
            29px
        );
    line-height: 1.7;
    font-weight: 700;
}
.qmu-hero-copy {
    max-width: 690px;
    margin-bottom: 27px;
    color: #53657b;
    font-size: 17px;
}
.qmu-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin:
        27px 0
        31px;
}
.qmu-chip {
    padding:
        8px 13px;
    border:
        1px solid #d5e3ed;
    border-radius:
        100px;
    background:
        rgba(
            255,
            255,
            255,
            .85
        );
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
}
.qmu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.qmu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding:
        0 23px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 750;
    transition: .2s ease;
}
.qmu-btn-primary {
    color: white !important;
    background: var(--navy);
    box-shadow:
        0 12px 27px
        rgba(16,46,89,.18);
}
.qmu-btn-primary:hover {
    transform:
        translateY(-2px);
    background: #17497e;
}
.qmu-btn-secondary {
    border:
        1px solid #cadbe7;
    background: white;
    color: var(--navy) !important;
}
/* =========================================================
   HERO DOCTOR AREA
========================================================= */
.qmu-portrait-card {
    position: relative;
    min-height: 535px;
    overflow: hidden;
    border-radius: 31px;
    background:
        linear-gradient(
            150deg,
            var(--navy-deep),
            #164d7d 55%,
            var(--periwinkle)
        );
    box-shadow:
        0 30px 65px
        rgba(11,39,71,.20);
}
.qmu-doctor-photo {
    width: 100%;
    height: 535px;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.qmu-photo-fallback {
    height: 535px;
    display: grid;
    place-items: center;
    text-align: center;
    color: rgba(
        255,
        255,
        255,
        .95
    );
}
.qmu-fa-monogram {
    margin-left: -8px;
    font-size: 135px;
    line-height: .9;
    letter-spacing: -.08em;
    font-weight: 800;
}
.qmu-photo-label {
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 23px;
    padding:
        17px 20px;
    border-radius: 15px;
    background:
        rgba(
            7,
            28,
            56,
            .80
        );
    backdrop-filter:
        blur(10px);
    color: #fff;
}
.qmu-photo-label strong {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 750;
}
.qmu-photo-label span {
    opacity: .78;
    font-size: 12px;
}
/* =========================================================
   TRUST
========================================================= */
.qmu-trust {
    border-top:
        1px solid var(--line);
    border-bottom:
        1px solid var(--line);
    background: white;
}
.qmu-trust-grid {
    display: grid;
    grid-template-columns:
        repeat(4,1fr);
}
.qmu-trust-item {
    min-height: 110px;
    padding: 24px;
    border-right:
        1px solid var(--line);
}
.qmu-trust-item:last-child {
    border-right: none;
}
.qmu-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 750;
}
.qmu-trust-item span {
    color: var(--muted);
    font-size: 12px;
}
/* =========================================================
   GENERAL SECTIONS
========================================================= */
.qmu-section {
    padding:
        88px 0;
}
.qmu-section-soft {
    background:
        var(--soft-gray);
}
.qmu-section-blue {
    background:
        var(--soft-blue);
}
.qmu-section-dark {
    color: #fff;
    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(105,211,232,.11),
            transparent 30%
        ),
        var(--navy-deep);
}
.qmu-section-head {
    max-width: 800px;
    margin-bottom: 45px;
}
.qmu-kicker {
    margin-bottom: 9px;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 800;
}
.qmu-section h2 {
    margin:
        0 0 14px;
    color: var(--navy);
    font-size:
        clamp(
            31px,
            4vw,
            48px
        );
    line-height: 1.13;
    letter-spacing: -.028em;
    font-weight: 750;
}
.qmu-section-dark h2 {
    color: white;
}
.qmu-section-intro {
    max-width: 750px;
    color: var(--muted);
    font-size: 16px;
}
.qmu-section-dark
.qmu-section-intro {
    color:
        rgba(
            255,
            255,
            255,
            .68
        );
}
.qmu-ar-title {
    display: block;
    direction: rtl;
    text-align: left;
    margin-top: 9px;
    color: var(--burgundy);
    font-size: .54em;
    line-height: 1.75;
    letter-spacing: 0;
    font-weight: 700;
}
/* =========================================================
   SERVICES
========================================================= */
.qmu-services-grid {
    display: grid;
    grid-template-columns:
        repeat(3,1fr);
    gap: 18px;
}
.qmu-service {
    position: relative;
    min-height: 300px;
    padding: 30px;
    border:
        1px solid var(--line);
    border-radius: 19px;
    background: white;
    transition: .25s ease;
}
.qmu-service:hover {
    transform:
        translateY(-5px);
    border-color:
        #b8d7e8;
    box-shadow:
        0 18px 42px
        rgba(26,67,100,.09);
}
.qmu-service-no {
    display: block;
    margin-bottom: 28px;
    color: var(--blue);
    font-size: 11px;
    letter-spacing: .16em;
    font-weight: 800;
}
.qmu-service h3 {
    margin:
        0 0 8px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.28;
    font-weight: 750;
}
.qmu-service-ar {
    direction: rtl;
    text-align: left;
    margin-bottom: 14px;
    color: var(--burgundy);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
}
.qmu-service p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}
/* =========================================================
   ED FEATURE
========================================================= */
.qmu-feature-grid {
    display: grid;
    grid-template-columns:
        .76fr
        1.24fr;
    gap: 60px;
    align-items: center;
}
.qmu-feature-media {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    box-shadow:
        0 24px 55px
        rgba(16,46,89,.14);
}
.qmu-feature-media img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.qmu-feature-number {
    color:
        rgba(
            37,
            141,
            204,
            .10
        );
    font-size:
        clamp(
            135px,
            18vw,
            235px
        );
    line-height: .8;
    letter-spacing: -.09em;
    font-weight: 800;
}
.qmu-feature-copy p {
    color: #53657b;
    font-size: 16px;
}
.qmu-ar-paragraph {
    direction: rtl;
    text-align: right;
    margin-top: 25px;
    padding-right: 19px;
    border-right:
        3px solid
        var(--burgundy);
    color: #43586f !important;
    font-size: 16px !important;
    line-height: 2.05 !important;
    font-weight: 500;
}
/* =========================================================
   CREDENTIALS
========================================================= */
.qmu-cred-grid {
    display: grid;
    grid-template-columns:
        repeat(2,1fr);
    gap: 17px;
}
.qmu-cred {
    padding: 27px;
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .12
        );
    border-radius: 17px;
    background:
        rgba(
            255,
            255,
            255,
            .07
        );
}
.qmu-cred small {
    display: block;
    margin-bottom: 8px;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 800;
}
.qmu-cred strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}
.qmu-cred p {
    margin: 0;
    color:
        rgba(
            255,
            255,
            255,
            .63
        );
    font-size: 13px;
}
.qmu-reference-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}
.qmu-reference-links a {
    padding:
        10px 14px;
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .21
        );
    border-radius: 8px;
    color: white !important;
    font-size: 12px;
}
/* =========================================================
   LOCATION
========================================================= */
.qmu-location {
    display: grid;
    grid-template-columns:
        1fr .8fr;
    gap: 60px;
    align-items: center;
}
.qmu-location-card {
    padding: 34px;
    border:
        1px solid
        #d5e7f1;
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            #f6fbfe,
            #e9f5fa
        );
}
.qmu-location-label {
    color: var(--burgundy);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 800;
}
.qmu-location-card h3 {
    margin:
        8px 0
        7px;
    color: var(--navy);
    font-size: 28px;
    font-weight: 750;
}
.qmu-location-card p {
    margin: 4px 0;
    color: var(--muted);
}
.qmu-phone-large {
    display: block;
    margin:
        24px 0;
    color: var(--navy) !important;
    font-size:
        clamp(
            27px,
            3.5vw,
            39px
        );
    font-weight: 800;
}
/* =========================================================
   ARABIC SEO / GEO SECTION
========================================================= */
.qmu-arabic-box {
    direction: rtl;
    text-align: right;
    padding:
        48px;
    border-radius: 25px;
    color: white;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(113,135,199,.30),
            transparent 31%
        ),
        linear-gradient(
            140deg,
            #102e59,
            #174d80
        );
}
.qmu-arabic-box h2 {
    margin:
        0 0 18px;
    color: white;
    font-size:
        clamp(
            30px,
            4vw,
            45px
        );
    line-height: 1.7;
    font-weight: 700;
}
.qmu-arabic-box p {
    color:
        rgba(
            255,
            255,
            255,
            .82
        );
    font-size: 16px;
    line-height: 2.1;
    font-weight: 400;
}
.qmu-ar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}
.qmu-ar-tags span {
    padding:
        8px 13px;
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .14
        );
    border-radius: 100px;
    background:
        rgba(
            255,
            255,
            255,
            .09
        );
    font-size: 13px;
}
/* =========================================================
   FAQ
========================================================= */
.qmu-faq {
    max-width: 920px;
}
.qmu-faq details {
    border-bottom:
        1px solid
        var(--line);
}
.qmu-faq summary {
    position: relative;
    padding:
        23px 47px
        23px 0;
    cursor: pointer;
    list-style: none;
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
}
.qmu-faq summary::-webkit-details-marker {
    display: none;
}
.qmu-faq summary:after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 5px;
    color: var(--blue);
    font-size: 27px;
}
.qmu-faq details[open]
summary:after {
    content: "−";
}
.qmu-faq-answer {
    padding:
        0 47px
        25px 0;
    color: var(--muted);
    font-size: 14px;
}
.qmu-faq-ar {
    direction: rtl;
    text-align: right;
    margin-top: 11px;
    color: #40566e;
    font-size: 15px;
    line-height: 2;
}
/* =========================================================
   FINAL CTA
========================================================= */
.qmu-final {
    padding:
        80px 0;
    color: white;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(113,135,199,.25),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #071c38,
            #123e69
        );
}
.qmu-final-inner {
    display: flex;
    align-items: center;
    justify-content:
        space-between;
    gap: 50px;
}
.qmu-final h2 {
    max-width: 720px;
    margin:
        0 0 10px;
    color: white;
    font-size:
        clamp(
            30px,
            4vw,
            47px
        );
    line-height: 1.15;
    font-weight: 750;
}
.qmu-final p {
    max-width: 680px;
    color:
        rgba(
            255,
            255,
            255,
            .70
        );
}
.qmu-final .qmu-btn {
    white-space: nowrap;
    color: var(--navy) !important;
    background: white;
}
/* =========================================================
   DISCLAIMER
========================================================= */
.qmu-disclaimer {
    padding:
        24px 0
        38px;
    background:
        #071c38;
    color:
        rgba(
            255,
            255,
            255,
            .47
        );
    font-size: 11px;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width: 900px) {
    .qmu-menu a:not(.qmu-nav-call) {
        display: none;
    }
    .qmu-hero {
        padding-top: 55px;
    }
    .qmu-hero-grid,
    .qmu-feature-grid,
    .qmu-location {
        grid-template-columns:
            1fr;
        gap: 39px;
    }
    .qmu-portrait-card,
    .qmu-photo-fallback,
    .qmu-doctor-photo {
        min-height: 440px;
        height: 440px;
    }
    .qmu-feature-media img {
        height: auto;
    }
    .qmu-services-grid {
        grid-template-columns:
            repeat(2,1fr);
    }
    .qmu-trust-grid {
        grid-template-columns:
            repeat(2,1fr);
    }
    .qmu-trust-item:nth-child(2) {
        border-right: none;
    }
    .qmu-final-inner {
        flex-direction: column;
        align-items:
            flex-start;
    }
}
@media(max-width: 640px) {
    .qmu-wrap {
        width:
            calc(
                100% - 28px
            );
    }
    .qmu-section {
        padding:
            64px 0;
    }
    #qmu-fouad-page h1 {
        font-size: 42px;
    }
    .qmu-ar-hero {
        text-align: right;
    }
    .qmu-services-grid,
    .qmu-cred-grid {
        grid-template-columns:
            1fr;
    }
    .qmu-service {
        min-height: 0;
    }
    .qmu-arabic-box {
        padding:
            31px 23px;
    }
    .qmu-feature-media {
        border-radius: 20px;
    }
    .qmu-actions {
        flex-direction: column;
    }
    .qmu-btn {
        width: 100%;
    }
    .qmu-final {
        padding:
            60px 0;
    }
}
