Dr. Yasin Mahmoud | Homepage :root{ –bg:#eef3f1; –bg-soft:#f6faf8; –panel:#ffffff; –panel-2:#e6efeb; –text:#1c2622; –muted:#5f736c; –soft:#7f948c; /* refined green system */ –green:#5f7f73; –green-deep:#2f4a41; –green-soft:#9bb3a8; /* keep gold but reduce dominance */ –gold:#c49a5a; –gold-soft:#e1c08a; –line:rgba(95,127,115,.25); –line-soft:rgba(95,127,115,.14); –shadow:0 24px 70px rgba(20,40,35,.10); –radius-xl:34px; –radius-lg:24px; –radius-md:18px; –max:1220px; } *{box-sizing:border-box} html{scroll-behavior:smooth} body{ margin:0; font-family:’Manrope’,sans-serif; color:var(–text); background: radial-gradient(circle at top left, rgba(95,127,115,.14), transparent 26%), radial-gradient(circle at 85% 10%, rgba(155,179,168,.16), transparent 24%), linear-gradient(180deg, #f6faf8 0%, #eef3f1 48%, #e8efec 100%); line-height:1.65; } img{max-width:100%;display:block} a{text-decoration:none;color:inherit} .shell{ width:min(var(–max), calc(100% – 28px)); margin:20px auto 56px; /* push content slightly below WP header */ } .card{ background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,251,248,.97)); border:1px solid rgba(95,127,115,.18); border-radius:var(–radius-xl); box-shadow:0 20px 50px rgba(20,40,35,.08); overflow:hidden; backdrop-filter: blur(10px); } .nav{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 20px; position:sticky; top:0; /* back to original position */ z-index:5; background:rgba(246,250,248,.9); border:1px solid var(–line); border-radius:22px; backdrop-filter:blur(12px); margin:10px 0 10px; } .brand{ display:flex; align-items:center; gap:14px; } .brand-mark{ width:50px; height:50px; border-radius:16px; background:linear-gradient(145deg, #6f9083, #3e5f54); color:white; display:grid; place-items:center; font-family:’Playfair Display’,serif; font-size:1.2rem; box-shadow:0 10px 24px rgba(63,92,82,.25); } .brand small, .eyebrow, .section-no, .mini, .tag{ font-family:’JetBrains Mono’,monospace; text-transform:uppercase; letter-spacing:.18em; font-size:.72rem; } .brand small{display:block;color:var(–gold-deep);margin-bottom:4px} .brand strong{display:block;font-size:.96rem;font-weight:700;color:var(–text)} .nav-links{ display:flex; gap:10px; flex-wrap:wrap; } .nav-links a{ padding:10px 14px; border-radius:999px; color:var(–muted); border:1px solid transparent; transition:.25s ease; font-size:.92rem; } .nav-links a:hover{ border-color:var(–line); background:rgba(184,134,70,.06); color:var(–text); } .hero{ display:grid; grid-template-columns: 1.1fr .9fr; min-height:720px; position:relative; align-items:stretch; } .hero-copy{ padding:64px 64px 60px; display:flex; flex-direction:column; justify-content:center; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(242,250,246,.96)); } .hero-visual{ position:relative; min-height:100%; background:linear-gradient(180deg, #e6efeb, #dfe9e4); overflow:hidden; border-left:1px solid rgba(95,127,115,.12); } .hero-visual::before{ content:””; position:absolute; inset:0; background: linear-gradient(to left, rgba(246,250,248,.04), rgba(246,250,248,.36)), radial-gradient(circle at 82% 18%, rgba(95,127,115,.14), transparent 22%), radial-gradient(circle at 30% 78%, rgba(196,154,90,.10), transparent 24%); z-index:2; pointer-events:none; } .portrait-main{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 30%; filter:contrast(1.05) saturate(1.1) brightness(1.03); } .portrait-float{ position:absolute; right:26px; bottom:26px; width:min(250px, 42%); border-radius:26px; overflow:hidden; border:1px solid rgba(255,255,255,.65); box-shadow:0 24px 40px rgba(0,0,0,.12); z-index:3; background:#f4ece2; } .portrait-float img{ width:100%; aspect-ratio: 4 / 5; object-fit:cover; object-position:center top; } .chips{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:24px; } .chip, .tag{ padding:9px 13px; border-radius:999px; border:1px solid var(–line); color:var(–gold-deep); background:rgba(184,134,70,.08); } .tag{ color:var(–sage-deep); border-color:var(–line-soft); background:rgba(143,164,153,.10); } h1,h2,h3{ font-family:’Playfair Display’,serif; letter-spacing:.01em; margin:0; } h1{ font-size:clamp(3.9rem, 7vw, 6.4rem); line-height:.92; font-weight:600; max-width:680px; background:linear-gradient(125deg, #d4ab72, #9b6f37, #d7b684); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; margin-bottom:14px; } .hero-line{ font-family:’Playfair Display’,serif; font-size:clamp(1.18rem, 2vw, 1.55rem); color:#24312c; max-width:520px; margin-bottom:18px; } .subline{ width:120px; height:1px; background:linear-gradient(90deg, var(–gold), transparent); margin:0 0 20px; } .hero-desc{ font-size:1.05rem; line-height:1.9; color:var(–muted); max-width:680px; margin:0 0 24px; } .hero-emphasis{ font-family:’Playfair Display’,serif; font-size:1.42rem; color:var(–gold-deep); line-height:1.35; margin:0 0 30px; max-width:660px; } .cta-row{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:32px; } .btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 18px; border-radius:999px; border:1px solid var(–line); font-weight:600; transition:.25s ease; } .btn.primary{ background:linear-gradient(135deg, #5f7f73, #2f4a41); color:#fff; box-shadow:0 12px 24px rgba(63,92,82,.22); } .btn.secondary{ background:rgba(255,255,255,.78); color:var(–green-deep); border-color:rgba(95,127,115,.16); } /* Icon-style minimal buttons */ /* Gold minimal buttons */ /* Premium subtle button (refined, not loud) */ .btn.gold{ width:42px; height:42px; padding:0; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg, #6e8f83, #3f5f55); color:#ffffff; border:none; box-shadow:0 8px 18px rgba(63,92,82,.18); font-size:1.1rem; font-weight:600; margin-left:auto; } .btn.gold:hover{ transform:translateY(-2px); box-shadow:0 12px 22px rgba(63,92,82,.28); } .btn.gold:hover{ transform:translateY(-2px); box-shadow:0 14px 24px rgba(196,154,90,.35); } .btn.icon:hover{ transform:translateY(-2px); box-shadow:0 14px 24px rgba(63,92,82,.25); } .btn:hover{transform:translateY(-1px)} .hero-stats, .grid-2, .grid-3, .focus-grid, .explore-grid, .thinking-grid, .preview-grid, .footer-grid{ display:grid; gap:16px; } .hero-stats{grid-template-columns:repeat(4, minmax(0,1fr))} .stat{ padding:20px 16px; border-radius:22px; border:1px solid rgba(95,127,115,.14); background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(236,246,241,.9)); } .stat strong{ display:block; font-family:’Playfair Display’,serif; font-size:2rem; line-height:1; color:var(–gold-deep); margin-bottom:8px; font-weight:600; } .stat span{color:var(–soft);font-size:.92rem} .section{ margin-top:18px; padding:34px; } .section-head{ display:grid; grid-template-columns:auto auto 1fr; gap:14px; align-items:center; margin-bottom:20px; } .section-no{color:var(–gold-deep)} .section-title{ font-size:.84rem; text-transform:uppercase; letter-spacing:.2em; color:var(–sage-deep); font-weight:700; } .section-rule{ height:1px; background:linear-gradient(90deg, var(–line), transparent); } .lede{ font-size:1.06rem; line-height:1.9; color:var(–muted); max-width:860px; margin:0 0 22px; } .lede strong, .copy strong, .bullet strong{color:var(–gold-deep)} .grid-2{grid-template-columns:1.05fr .95fr} .grid-3{grid-template-columns:repeat(3, minmax(0,1fr))} .focus-grid,.explore-grid,.thinking-grid{grid-template-columns:repeat(2, minmax(0,1fr))} .preview-grid{grid-template-columns:1fr 1fr 1fr} .panel, .feature-card, .focus-card, .explore-card, .thinking-card, .preview-card, .quote-card{ background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(239,248,243,.92)); border:1px solid rgba(95,127,115,.14); border-radius:26px; padding:24px; position:relative; overflow:hidden; } .quote-text{ margin:0; font-family:’Playfair Display’,serif; font-style:italic; font-size:clamp(1.22rem, 2vw, 1.55rem); color:#8d6434; line-height:1.55; } .quote-meta{ display:block; margin-top:18px; color:var(–gold-deep); text-transform:uppercase; letter-spacing:.16em; font-size:.75rem; font-family:’JetBrains Mono’,monospace; } .footer{ margin-top:18px; padding:26px 28px; } .footer-grid{ grid-template-columns:1.2fr .8fr .8fr; align-items:center; } .footer-name{ font-family:’Playfair Display’,serif; font-size:1.5rem; color:var(–gold-deep); margin-bottom:6px; } .footer-copy, .footer-links a{ color:var(–muted); font-size:.94rem; } .footer-links{ display:flex; flex-wrap:wrap; gap:14px; justify-content:flex-end; } .footer-links a:hover{color:var(–gold-deep)} @media (max-width: 1120px){ .hero, .grid-2{grid-template-columns:1fr} .hero-visual{min-height:680px} .hero-copy{padding:38px 30px 32px} .hero-stats, .grid-3, .focus-grid, .explore-grid, .thinking-grid, .preview-grid, .footer-grid{grid-template-columns:1fr 1fr} } @media (max-width: 760px){ .shell{width:min(100% – 16px, 100%)} .nav{padding:14px 16px; border-radius:18px} .nav-links{display:none} .section{padding:24px} .hero-visual{min-height:520px} .portrait-float{width:46%; right:14px; bottom:14px; border-radius:18px} .hero-stats, .grid-3, .focus-grid, .explore-grid, .thinking-grid, .preview-grid, .footer-grid{grid-template-columns:1fr} h1{font-size:3.2rem} .hero-line{font-size:1.2rem} } /* FIX: force buttons in last section into one line */ .buttons-row{ display:flex; justify-content:space-between; align-items:stretch; gap:16px; } .buttons-row .preview-card{ flex:1; display:flex; flex-direction:column; justify-content:space-between; } @media (max-width: 900px){ .buttons-row{ flex-direction:column; } }
Vascular Surgery Bahrain Egyptian Board Certified

Dr. Yasin Mahmoud

Precision in vascular surgery. Clarity in clinical decision-making.

Consultant Vascular & Endovascular Surgeon building a platform around clinical judgment, case-based learning, and the reasoning behind real surgical decisions.

From complex vascular pathology to clear clinical decisions.

10+ Years in open & endovascular practice
4 Principal vascular training centers
1 Structured vascular case database
2 Healthcare systems across Egypt & Bahrain
Dr. Yasin Mahmoud portrait
Dr. Yasin Mahmoud second portrait
01

Positioning

I built this platform not as a generic medical homepage, but as a platform for clinical judgment built around how vascular decisions are made — through structured reasoning, disciplined review, and case-based thinking rather than marketing language or brochure-style claims.

What the platform is

Clear, professional, decision-led

I approach this website as an extension of my clinical identity: precise, calm, premium, and intellectually grounded. Every section should reinforce judgment, teaching, and structured vascular work.

What it is not

Not a template clinic brochure

I avoid stock claims, generic service language, and decorative filler. My focus is on expertise, clinical thinking, and making difficult decisions explicit.

02

What I Actually Do

The operational side of my work matters. This is where clinical experience becomes measurable value for the team, the trainees, and the patients behind each decision.

  • Lead structured morbidity and mortality review to improve accountability, learning, and decision transparency.
  • Build and maintain vascular case databases that support audit, pattern recognition, and team-level review.
  • Translate clinical data into actionable decisions rather than letting information remain passive.
  • Teach surgical thinking, not just operative steps with emphasis on logic, judgment, and perioperative reasoning.
Dr. Yasin Mahmoud professional portrait
03

Clinical Focus

I maintain a focused clinical profile to create clarity for colleagues, referrers, and trainees. It also strengthens the overall structure of this platform.

Focus 01

Complex Arterial Reconstruction

Open vascular work shaped by anatomy, operative judgment, and disciplined planning under complexity.

Focus 02

Vascular Access Surgery

Access creation, revision, and salvage with emphasis on durability, usability, and structured follow-up.

Focus 03

Endovascular Interventions

Endovascular treatment integrated into broader vascular strategy rather than treated as an isolated technical endpoint.

Focus 04

Diabetic Foot & Limb Salvage

Decision pathways centered on revascularization logic, tissue preservation, and realistic limb-saving outcomes.

04

How I Think

In my practice, vascular surgery goes beyond technical execution. It requires understanding where evidence is strong, where uncertainty begins, and how judgment should guide decisions when the answer is not obvious.

Principle

Evidence guides. Judgment decides.

This platform is built around making clinical reasoning visible — not just presenting decisions after they have already been made.

Method

Structured, teachable, reviewable

Clinical work becomes more useful when it can be reviewed honestly, taught clearly, and translated into better future decisions.

05

Explore the Platform

This platform is designed to direct attention, not just introduce a profile. These pathways reflect how I organize my clinical work and thinking.

01

Clinical Insights

Case-based vascular decisions, difficult presentations, and the reasoning that sits between evidence and action.

02

Teaching & Training

Educational material centered on decision points, complications honestly reviewed, and surgical thinking that can actually be taught.

03

About

A concise profile covering training, qualifications, governance work, current role, and the systems built around vascular practice.

06

Next Steps

If you want to continue through the core sections of the platform, use the links below.

01

Clinical Insights

Case-based thinking, difficult decisions, and focused clinical reasoning.

»
02

Teaching Hub

Structured learning built around decision points, review, and surgical judgment.

»
03

About

A concise profile covering training, qualifications, current role, and clinical philosophy.

»
04

Email

For academic collaboration, professional contact, or direct communication.

Email Me

Dr. Yasin Mahmoud · Vascular Surgery

Clinical judgment. Structured decision-making.