.elementor-1109 .elementor-element.elementor-element-6f22104{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Note: External font and icon libraries need to be enqueued in WordPress. */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'); 

:root {
    /* Core Brand Colors from Design System */
    --navy: #1F2B40;
    --beige: #E3DBC4;
    --beige-light: #F4F1E8;
    --beige-dark: #D4C5A6;
    --white: #FFFFFF;
    --gold: #e3dbc4; /* UPDATED - Main interactive color */
    --gold-accent: #D4AF37; /* NEW - For icons and highlights */
    --gold-light: #E8D4A2;
    --charcoal: #2C3E50;

    /* Color Variations with Opacity */
    --navy-100: rgba(31, 43, 64, 1);
    --navy-90: rgba(31, 43, 64, 0.9);
    --navy-80: rgba(31, 43, 64, 0.8);
    --navy-70: rgba(31, 43, 64, 0.7);
    --navy-50: rgba(31, 43, 64, 0.5);
    --navy-30: rgba(31, 43, 64, 0.3);
    --navy-20: rgba(31, 43, 64, 0.2);
    --navy-10: rgba(31, 43, 64, 0.1);
    --gold-100: rgba(227, 219, 196, 1); /* UPDATED */
    --gold-80: rgba(227, 219, 196, 0.8); /* UPDATED */
    --gold-50: rgba(227, 219, 196, 0.5); /* UPDATED */
    --gold-30: rgba(227, 219, 196, 0.3); /* UPDATED */
    --gold-20: rgba(227, 219, 196, 0.2); /* UPDATED */
    --gold-15: rgba(227, 219, 196, 0.15); /* UPDATED */
    --gold-10: rgba(227, 219, 196, 0.1); /* UPDATED */
    --gold-05: rgba(227, 219, 196, 0.05); /* UPDATED */

    /* Spacing System from Design System */
    --spacing-unit: 8px;
    --spacing-xs: calc(var(--spacing-unit) * 1);    /* 8px */
    --spacing-sm: calc(var(--spacing-unit) * 2);    /* 16px */
    --spacing-md: calc(var(--spacing-unit) * 3);    /* 24px */
    --spacing-lg: calc(var(--spacing-unit) * 4);    /* 32px */
    --spacing-xl: calc(var(--spacing-unit) * 6);    /* 48px */
    --spacing-xxl: calc(var(--spacing-unit) * 8);   /* 64px */
    --spacing-3xl: calc(var(--spacing-unit) * 12);  /* 96px */
    --spacing-4xl: calc(var(--spacing-unit) * 16);  /* 128px */

    /* Typography from Design System */
    --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
    --font-family-serif: 'Marcellus', Georgia, serif;

    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 32px;
    --font-size-4xl: 40px;
    --font-size-5xl: 48px;

    /* Layout */
    --max-width: 1200px;
    --container-padding: 0 var(--spacing-lg);
    --section-padding: var(--spacing-xxl) 0;
    --section-padding-compact: var(--spacing-xl) 0;

    /* Effects */
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 4px 12px rgba(31, 43, 64, 0.06);
    --shadow-md: 0 10px 25px rgba(31, 43, 64, 0.1);
    --shadow-lg: 0 20px 40px rgba(31, 43, 64, 0.15);
    --shadow-xl: 0 25px 60px rgba(31, 43, 64, 0.2);

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-full: 100px;
}

.expert-tummy-tuck-london-the-ghanem-clinic * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.expert-tummy-tuck-london-the-ghanem-clinic {
    font-family: var(--font-family-primary);
    font-weight: 300;
    background-color: var(--beige-light);
    color: var(--navy);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

.expert-tummy-tuck-london-the-ghanem-clinic .container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--container-padding);
}

.expert-tummy-tuck-london-the-ghanem-clinic .section-connector {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--gold-10) 50%, transparent 100%);
    margin: 0 auto;
    max-width: 200px;
    opacity: 0.4;
}

.expert-tummy-tuck-london-the-ghanem-clinic .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--beige-20);
    z-index: 1000;
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--spacing-md) var(--spacing-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .logo {
    font-family: var(--font-family-serif);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--navy);
    text-decoration: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-links {
    display: flex;
    gap: var(--spacing-xl);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-link {
    color: var(--navy);
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-link:hover {
    color: var(--gold-accent);
}

.expert-tummy-tuck-london-the-ghanem-clinic .nav-link:hover::after {
    transform: scaleX(1);
}

/* UPDATED BUTTON SYSTEM */
.expert-tummy-tuck-london-the-ghanem-clinic .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) var(--spacing-xl);
    font-size: var(--font-size-xs);
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    z-index: 1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn:hover::before {
    width: 100%;
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-primary {
    background: var(--gold);
    color: var(--navy);
    border: 1px solid var(--gold);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-primary::before {
    background: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-primary:hover {
    color: var(--beige-light);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-secondary {
    background: transparent;
    color: var(--navy);
    border: 1px solid var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-secondary::before {
    background: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-secondary:hover {
    color: var(--beige-light);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-light {
    background: var(--white);
    color: var(--navy);
    border: 1px solid var(--white);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-light::before {
    background: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .btn-light:hover {
    color: var(--beige-light);
}

/* UPDATED TYPOGRAPHY */
.expert-tummy-tuck-london-the-ghanem-clinic .heading-1 {
    font-family: var(--font-family-serif);
    font-size: clamp(3rem, 7vw, 4.5rem);
    line-height: 1.1;
    font-weight: 300;
    color: var(--navy);
    margin-bottom: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .heading-2 {
    font-family: var(--font-family-serif);
    font-size: clamp(2.5rem, 5vw, 3rem);
    line-height: 1.2;
    font-weight: 300;
    color: var(--navy);
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .heading-3 {
    font-family: var(--font-family-serif);
    font-size: clamp(1.75rem, 3vw, 2.2rem);
    line-height: 1.3;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .heading-4 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-2xl);
    line-height: 1.4;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic p, .expert-tummy-tuck-london-the-ghanem-clinic li, .expert-tummy-tuck-london-the-ghanem-clinic .patient-details, .expert-tummy-tuck-london-the-ghanem-clinic .faq-answer {
    font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: var(--font-size-base);
    line-height: 1.7;
    color: var(--navy-80);
}

.expert-tummy-tuck-london-the-ghanem-clinic .text-gold {
    color: var(--gold-accent);
}

.expert-tummy-tuck-london-the-ghanem-clinic .text-light {
    color: var(--white);
}

.expert-tummy-tuck-london-the-ghanem-clinic .text-muted {
    color: var(--navy-70);
}

.expert-tummy-tuck-london-the-ghanem-clinic .d-block {
    display: block;
}

.expert-tummy-tuck-london-the-ghanem-clinic .section {
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .section-compact {
    padding: var(--section-padding-compact);
}

/* Hero Section - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .hero {
    color: var(--white);
    min-height: 100vh;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px var(--container-padding) var(--spacing-xxl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    object-fit: cover; /* EDITED */
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-video-mobile {
    display: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--navy-70);
    z-index: 2;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-content {
    animation: fadeInUp 0.8s ease forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    gap: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-eyebrow {
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-accent);
    margin-bottom: 0;
    padding: var(--spacing-xs) var(--spacing-lg);
    background: var(--gold-10);
    border-radius: var(--radius-full);
    border: 1px solid var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-title {
    font-family: var(--font-family-serif);
    font-size: clamp(2.8rem, 6vw, 4rem); /* Heading size reduced */
    line-height: 1.1;
    font-weight: 300;
    margin: 0;
    color: var(--white);
    text-align: center;
    max-width: 800px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-subtitle {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xl);
    color: var(--beige);
    font-weight: 300;
    margin: 0;
    max-width: 600px;
    text-align: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-divider {
    width: 80px;
    height: 3px;
    background-color: var(--gold-accent);
    border: none;
    margin: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md) var(--spacing-xl);
    max-width: 700px;
    text-align: left;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm);
    font-size: var(--font-size-base);
    color: var(--beige);
    font-weight: 300;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-benefits li::before {
    content: '';
    flex-shrink: 0;
    width: 10px; /* EDITED */
    height: 10px; /* EDITED */
    background-color: var(--gold-accent);
    border-radius: 50%;
    margin-top: 8px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .hero-actions {
    display: flex;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--spacing-md);
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Awards Section - REDUCED SIZE */
.expert-tummy-tuck-london-the-ghanem-clinic .awards {
    background: linear-gradient(135deg, var(--beige-light) 0%, var(--white) 100%);
    padding: var(--spacing-xl) 0; /* Reduced padding */
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-card {
    background: var(--white);
    padding: var(--spacing-lg); /* Reduced padding */
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--beige-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-section-header .heading-2 {
     font-size: clamp(2rem, 4vw, 2.5rem); /* Reduced font size */
     margin-bottom: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-section-header {
    text-align: center;
    margin-bottom: var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-section-header .icon {
    font-size: var(--font-size-3xl);
    color: var(--gold-accent);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-eyebrow {
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-accent);
    margin: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: var(--spacing-md);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-image-col .awards-figure {
    margin: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-image-col .awards-figure img {
    width: 100%;
    border-radius: var(--radius-lg);
    display: block;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-image-col .awards-figure figcaption {
    text-align: center;
    color: var(--navy-70);
    font-size: var(--font-size-sm);
    margin-top: var(--spacing-sm);
    font-style: italic;
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-content-col .heading-4 {
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-list li {
    background: var(--beige-light);
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    font-weight: 500;
    border: 1px solid var(--beige-20);
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-list li:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .awards-list li i {
    color: var(--gold-accent);
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .judges-box {
    margin-top: var(--spacing-md);
    background: var(--beige-light);
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--gold-accent);
}

.expert-tummy-tuck-london-the-ghanem-clinic .judges-box h4 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-lg);
    color: var(--navy);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .judges-box p {
    color: var(--navy-70);
    line-height: 1.5;
    margin: 0;
}


/* Video Section - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .video-section {
    background: var(--white);
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-header p {
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-player-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    background: var(--charcoal);
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-player-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-player-container.playing .video-play-button {
    opacity: 0;
    pointer-events: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--gold);
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-play-button i {
    font-size: 28px;
    color: var(--navy);
    margin-left: 4px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .video-cta {
    text-align: center;
    margin-top: var(--spacing-xl);
}

/* Meet Our Expert Team Section - IMPROVED BIO EXPANSION */
.expert-tummy-tuck-london-the-ghanem-clinic .team-section {
    background: var(--white);
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-header {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-header p {
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    align-items: start;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--beige-20);
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-info {
    padding: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-name {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-2xl);
    color: var(--navy);
    margin: 0 0 var(--spacing-xs) 0;
    font-weight: 400;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-title {
    font-size: var(--font-size-sm);
    color: var(--gold-accent);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-bio {
    color: var(--navy-80);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-bio p {
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-bio p:last-child {
    margin-bottom: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .bio-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert-tummy-tuck-london-the-ghanem-clinic .bio-full {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-card.expanded .bio-preview {
    display: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-card.expanded .bio-full {
    max-height: 600px; /* Adjust as needed */
    display: block;
}

.expert-tummy-tuck-london-the-ghanem-clinic .expand-btn {
    background: none;
    border: none;
    color: var(--gold-accent);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: var(--font-size-sm);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    margin-top: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .expand-btn:hover {
    color: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .expand-btn i {
    transition: transform 0.3s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .team-card.expanded .expand-btn i {
    transform: rotate(180deg);
}

/* Contour Section - Dark Theme - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .contour-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);
    padding: var(--section-padding);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-section .heading-2 {
    color: var(--white);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xxl);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-content p {
    font-size: var(--font-size-lg);
    color: var(--beige);
    margin-bottom: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-list h3 {
    font-family: var(--font-family-serif);
    font-weight: 400;
    color: var(--white);
    font-size: var(--font-size-2xl);
    margin-bottom: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    color: var(--beige);
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .contour-list li i {
    color: var(--gold-accent);
    margin-top: 5px;
}


/* Before/After Section - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .before-after {
    background: linear-gradient(135deg, var(--white) 0%, var(--beige-light) 100%);
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .before-after::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--gold-accent) 50%, transparent 100%);
}

.expert-tummy-tuck-london-the-ghanem-clinic .before-after-header {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .before-after-header p {
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .patients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Changed to 3 columns */
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .patient-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--beige-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .patient-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-container {
    position: relative;
    aspect-ratio: 4/3;
    cursor: col-resize;
    user-select: none;
    overflow: hidden;
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.expert-tummy-tuck-london-the-ghanem-clinic .before-image,
.expert-tummy-tuck-london-the-ghanem-clinic .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-tummy-tuck-london-the-ghanem-clinic .after-image {
    clip-path: inset(0 0 0 50%);
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: var(--gold-accent);
    transform: translateX(-50%);
    z-index: 10;
    cursor: col-resize;
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: var(--gold-accent);
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow: var(--shadow-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-slider::after {
    content: '↔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-labels {
    position: absolute;
    top: var(--spacing-sm);
    left: var(--spacing-sm);
    right: var(--spacing-sm);
    display: flex;
    justify-content: space-between;
    z-index: 5;
}

.expert-tummy-tuck-london-the-ghanem-clinic .comparison-label {
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--navy-90);
    color: var(--white);
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--radius-sm);
    backdrop-filter: blur(10px);
}

.expert-tummy-tuck-london-the-ghanem-clinic .patient-info {
    padding: 0; /* EDITED */
}

/* Testimonials Section - IMPROVED MOBILE RESPONSIVENESS */
.expert-tummy-tuck-london-the-ghanem-clinic .testimonials {
    background-color: var(--beige-light);
    padding: var(--section-padding);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-xl);
    align-items: flex-start;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-card,
.expert-tummy-tuck-london-the-ghanem-clinic .sidebar-card {
    background: var(--white);
    padding: var(--spacing-lg); /* EDITED */
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--beige-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .sidebar-card {
     display: flex;
     flex-direction: column;
     gap: var(--spacing-md);
     height: 100%;
     justify-content: space-between;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-card-header {
    margin-bottom: var(--spacing-xl);
    text-align: left;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-card-header h3 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-4xl);
    color: var(--navy);
    margin: 0 0 var(--spacing-sm) 0;
    font-weight: 300;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-card-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--gold-accent);
    margin-top: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-container {
    position: relative;
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 350px;
    transition: height 0.6s ease-in-out;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    pointer-events: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-content {
    padding: var(--spacing-lg);
    background: var(--beige-light);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--gold-accent);
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-quote {
    font-size: var(--font-size-lg);
    line-height: 1.7;
    color: var(--navy-80);
    font-style: italic;
    margin: 0 0 var(--spacing-lg) 0;
    position: relative;
    padding-left: var(--spacing-lg);
    flex: 1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-quote::before {
    content: '“';
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: var(--font-family-serif);
    font-size: 5rem;
    color: var(--gold-20);
    line-height: 1;
    font-style: normal;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--beige-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-avatar {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--white);
    font-size: var(--font-size-lg);
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-info {
    flex: 1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-name {
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 var(--spacing-xs) 0;
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-rating {
    color: var(--gold-accent);
    font-size: var(--font-size-base);
    letter-spacing: 2px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-dots {
    display: flex;
    gap: var(--spacing-sm);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--beige-dark);
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-dot.active {
    background: var(--gold-accent);
    transform: scale(1.2);
    border-color: var(--gold-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-dot:hover {
    background: var(--gold-50);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonials-nav {
    display: flex;
    gap: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-nav-btn {
    width: 44px;
    height: 44px;
    background: var(--white);
    border: 2px solid var(--beige-20);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    color: var(--navy-70);
    font-size: var(--font-size-base);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-nav-btn:hover:not(:disabled) {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .testimonial-nav-btn:disabled:hover {
    background: var(--white);
    color: var(--navy-70);
    border-color: var(--beige-20);
    box-shadow: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-in-header {
    margin-bottom: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-in-header h3 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-xl);
    color: var(--navy);
    margin: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-in-header::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--gold-accent);
    margin-top: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-logos {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-logos a {
    transition: var(--transition);
    padding: var(--spacing-sm);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-logos a:hover {
    transform: scale(1.05);
    background: var(--beige-light);
}

.expert-tummy-tuck-london-the-ghanem-clinic .featured-logos img {
    max-width: 140px;
    height: auto;
    object-fit: contain;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sidebar-cta-box .btn {
    width: 100%;
    justify-content: center; /* EDITED */
}

/* Candidate Section - IMPROVED CARD STYLING */
.expert-tummy-tuck-london-the-ghanem-clinic .candidate {
    background: linear-gradient(135deg, var(--charcoal) 0%, var(--navy) 100%);
    padding: var(--section-padding);
    position: relative;
}
.expert-tummy-tuck-london-the-ghanem-clinic .candidate .heading-2, .expert-tummy-tuck-london-the-ghanem-clinic .candidate .text-muted {
    color: var(--white);
    opacity: 0.9;
}
.expert-tummy-tuck-london-the-ghanem-clinic .candidate-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
    margin-top: var(--spacing-xl);
    align-items: start;
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-card {
    background: var(--white); /* Changed background */
    color: var(--navy); /* Changed text color */
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--beige-dark); /* Changed border */
    cursor: pointer;
    overflow: hidden;
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-card:hover {
    transform: translateY(-4px);
    background: var(--beige-light); /* Changed hover background */
    border-color: var(--gold);
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-title {
    padding: var(--spacing-lg);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-sm);
    font-family: var(--font-family-primary);
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-title i {
    color: var(--gold-accent);
    font-size: 1.2em;
    margin-right: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-toggle {
    font-size: 20px;
    color: var(--gold-accent);
    transition: transform 0.3s ease;
    margin-left: auto;
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-card.active .candidate-toggle {
    transform: rotate(45deg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-description {
    padding: 0 var(--spacing-lg);
    color: var(--navy-80); /* Changed description color */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .candidate-card.active .candidate-description {
    max-height: 150px;
    padding-bottom: var(--spacing-lg);
}


/* Why Choose Us - CARD STYLING HARMONIZED */
.expert-tummy-tuck-london-the-ghanem-clinic .why-choose {
    background: var(--beige-light);
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .why-choose p {
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
    align-items: start;
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    border: 1px solid var(--beige-dark);
    overflow: hidden;
    cursor: pointer;
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-card:hover {
     border-color: var(--gold-accent);
     transform: translateY(-4px);
     box-shadow: var(--shadow-md);
     background: var(--beige-light);
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-header-text {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-title {
    font-family: var(--font-family-primary); /* Harmonized font */
    font-size: var(--font-size-base); /* Harmonized font size */
    font-weight: 600; /* Harmonized font weight */
    color: var(--navy);
    margin: 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-toggle {
    font-size: 20px;
    color: var(--gold-accent);
    transition: transform 0.3s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-card.active .feature-toggle {
    transform: rotate(45deg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-description {
    color: var(--navy-80);
    line-height: 1.6;
    padding: 0 var(--spacing-lg);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .feature-card.active .feature-description {
    max-height: 200px;
    padding-bottom: var(--spacing-lg);
}

/* At a Glance Section - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .at-a-glance {
    background: linear-gradient(135deg, var(--charcoal) 0%, var(--navy) 100%); /* Dark background */
    padding: var(--section-padding-compact);
}

.expert-tummy-tuck-london-the-ghanem-clinic .at-a-glance .heading-2 {
    color: var(--white); /* Light heading text */
}

.expert-tummy-tuck-london-the-ghanem-clinic .glance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    background-color: transparent; /* Updated background */
    padding: var(--spacing-lg);
    border-radius: var(--radius-xl);
    border: 1px solid var(--navy-50);
}

.expert-tummy-tuck-london-the-ghanem-clinic .glance-item {
    text-align: center;
    padding: var(--spacing-md);
}

.expert-tummy-tuck-london-the-ghanem-clinic .glance-item i {
    font-size: 2.5rem;
    color: var(--gold-accent);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .glance-item h4 {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-xs);
    color: var(--white); /* Light text */
}

.expert-tummy-tuck-london-the-ghanem-clinic .glance-item p {
    color: var(--beige); /* Light text */
    margin: 0;
}

/* FAQ Section - UPDATED TYPOGRAPHY/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .faq {
    background: var(--beige-light);
    padding: var(--section-padding);
    position: relative;
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq p {
    font-size: var(--font-size-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-sm);
    overflow: hidden;
    border: 1px solid var(--beige-20);
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-item:hover {
    border-color: var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-question {
    background-color: var(--navy);
    padding: var(--spacing-md);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--white);
    transition: var(--transition);
    font-family: var(--font-family-primary);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-question:hover {
    background-color: var(--charcoal);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-toggle {
    font-size: 20px;
    color: var(--gold-accent);
    transition: transform 0.3s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-item.active .faq-question {
    background-color: var(--gold);
    color: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-item.active .faq-toggle {
    color: var(--navy);
    transform: rotate(45deg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-answer {
    padding: 0 var(--spacing-md);
    color: var(--navy-70);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-item.active .faq-answer {
    padding: var(--spacing-md);
    max-height: 400px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .faq-answer ul {
    padding-left: var(--spacing-lg);
    margin-top: var(--spacing-sm);
}

/* CTA Section - UPDATED TYPography/COLORS */
.expert-tummy-tuck-london-the-ghanem-clinic .cta {
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);
    color: var(--white);
    padding: var(--section-padding);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.expert-tummy-tuck-london-the-ghanem-clinic .cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--gold-accent) 50%, transparent 100%);
}

.expert-tummy-tuck-london-the-ghanem-clinic .cta::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--gold-05) 0%, transparent 50%);
    animation: rotate 30s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

.expert-tummy-tuck-london-the-ghanem-clinic .cta-content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.expert-tummy-tuck-london-the-ghanem-clinic .cta-content p {
    font-size: var(--font-size-lg);
    color: var(--beige);
}

.expert-tummy-tuck-london-the-ghanem-clinic .cta-actions {
    display: flex;
    gap: var(--spacing-lg);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--spacing-xl);
}

/* Floating Centered Sticky Bar */
.expert-tummy-tuck-london-the-ghanem-clinic .custom-sticky-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 9999;
    background: #ffffff;
    border-radius: 30px;
    height: 60px;
    width: 650px;
    max-width: 95vw;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.expert-tummy-tuck-london-the-ghanem-clinic .custom-sticky-bar.sticky-bar-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(150px);
    pointer-events: none;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    position: relative;
    padding: 8px 6px;
    min-height: 60px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:first-child {
    border-radius: 30px 0 0 30px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:last-child {
    border-radius: 0 30px 30px 0;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-icon {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    text-align: center;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}

/* Button Colors */
.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.consultation {
    background: var(--gold);
    color: var(--navy);
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.call {
    background: #1F2B40;
    color: #ffffff;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.whatsapp {
    background: #ffffff;
    color: #1F2B40;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.whatsapp .sticky-icon {
    color: #25D366;
}

/* Simple Hover Effects */
.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.consultation:hover {
    background: #d4c5a6;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.call:hover {
    background: #152033;
}

.expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn.whatsapp:hover {
    background: #f8f8f8;
}


/* Responsive Design - MOBILE EDITS */
@media (max-width: 1200px) {
    .expert-tummy-tuck-london-the-ghanem-clinic {
        --section-padding: var(--spacing-xl) 0;
        --section-padding-compact: var(--spacing-lg) 0;
    }
    .expert-tummy-tuck-london-the-ghanem-clinic .container { padding: 0 var(--spacing-md); }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-title { font-size: clamp(2.5rem, 5vw, 4rem); }
    .expert-tummy-tuck-london-the-ghanem-clinic .patients-grid { grid-template-columns: repeat(2, 1fr); } /* 2 columns on tablet */
}

@media (max-width: 992px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .awards-layout, .expert-tummy-tuck-london-the-ghanem-clinic .contour-grid, .expert-tummy-tuck-london-the-ghanem-clinic .testimonials-grid { grid-template-columns: 1fr; gap: var(--spacing-lg); }
    .expert-tummy-tuck-london-the-ghanem-clinic .candidate-grid { grid-template-columns: 1fr; }
    .expert-tummy-tuck-london-the-ghanem-clinic .features-grid, .expert-tummy-tuck-london-the-ghanem-clinic .team-grid { grid-template-columns: repeat(2, 1fr); gap: var(--spacing-lg); }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-benefits { grid-template-columns: 1fr; gap: var(--spacing-md); }
    .expert-tummy-tuck-london-the-ghanem-clinic .heading-2 { font-size: var(--font-size-3xl); }
    .expert-tummy-tuck-london-the-ghanem-clinic .heading-3 { font-size: var(--font-size-2xl); }
}

@media (max-width: 768px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-video-desktop { display: none; }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-video-mobile { display: block; }
    .expert-tummy-tuck-london-the-ghanem-clinic .nav-links { display: none; }
    .expert-tummy-tuck-london-the-ghanem-clinic .logo { font-size: 24px; }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero { padding: 100px var(--spacing-md) var(--spacing-xl); }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-title { font-size: clamp(2.2rem, 8vw, 2.8rem); }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-subtitle { font-size: var(--font-size-base); }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-actions, .expert-tummy-tuck-london-the-ghanem-clinic .cta-actions { flex-direction: column; align-items: center; gap: var(--spacing-md); width: 100%; }
    .expert-tummy-tuck-london-the-ghanem-clinic .hero-actions .btn, .expert-tummy-tuck-london-the-ghanem-clinic .cta-actions .btn { width: 100%; max-width: 280px; min-width: auto; }
    .expert-tummy-tuck-london-the-ghanem-clinic .patients-grid, .expert-tummy-tuck-london-the-ghanem-clinic .team-grid, .expert-tummy-tuck-london-the-ghanem-clinic .features-grid, .expert-tummy-tuck-london-the-ghanem-clinic .candidate-grid { grid-template-columns: 1fr; }
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonials-grid { grid-template-columns: 1fr; }
    .expert-tummy-tuck-london-the-ghanem-clinic .heading-1, .expert-tummy-tuck-london-the-ghanem-clinic .heading-2, .expert-tummy-tuck-london-the-ghanem-clinic .heading-3, .expert-tummy-tuck-london-the-ghanem-clinic .heading-4 { text-align: center; }

    /* Testimonial card mobile fix */
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonials-wrapper { min-height: unset; height: auto; }
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonial-slide { position: absolute; } /* Hide inactive slides */
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonial-slide.active { position: relative; } /* Keep active slide in flow */
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonial-content { min-height: unset; height: auto; padding: var(--spacing-md); } /* EDITED */
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonial-quote { font-size: var(--font-size-base); }
    .expert-tummy-tuck-london-the-ghanem-clinic .testimonial-card { padding: var(--spacing-md); } /* EDITED */
    
    /* At a Glance mobile layout */
    .expert-tummy-tuck-london-the-ghanem-clinic .glance-grid { grid-template-columns: repeat(2, 1fr); gap: var(--spacing-md); }

    /* Reduced card padding on mobile */
    .expert-tummy-tuck-london-the-ghanem-clinic .candidate-title, .expert-tummy-tuck-london-the-ghanem-clinic .feature-header {
        padding: var(--spacing-sm) var(--spacing-md); /* Reduced vertical padding */
    }
    .expert-tummy-tuck-london-the-ghanem-clinic .feature-header { flex-direction: row; align-items: center; }
    .expert-tummy-tuck-london-the-ghanem-clinic .feature-title { text-align: left; }
}

@media (max-width: 480px) {
     .expert-tummy-tuck-london-the-ghanem-clinic .btn { padding: var(--spacing-sm) var(--spacing-lg); font-size: var(--font-size-xs); }
     .expert-tummy-tuck-london-the-ghanem-clinic .glance-grid { gap: var(--spacing-sm); }
     .expert-tummy-tuck-london-the-ghanem-clinic .custom-sticky-bar {
        height: 60px;
        width: 95vw;
        max-width: 400px;
        border-radius: 30px;
        bottom: 15px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn {
        padding: 10px 4px;
        min-height: 60px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:first-child {
        border-radius: 30px 0 0 30px;
    }

    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:last-child {
        border-radius: 0 30px 30px 0;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-icon {
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-label {
        font-size: 10px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0.2px;
    }
}

@media (max-width: 360px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .custom-sticky-bar {
        width: 92vw;
        height: 55px;
        border-radius: 28px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn {
        padding: 8px 3px;
        min-height: 55px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:first-child {
        border-radius: 28px 0 0 28px;
    }

    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-btn:last-child {
        border-radius: 0 28px 28px 0;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-icon {
        font-size: 16px;
        margin-bottom: 2px;
    }
    
    .expert-tummy-tuck-london-the-ghanem-clinic .sticky-label {
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.1px;
    }
}

/* Types of Tummy Tuck Section */
.expert-tummy-tuck-london-the-ghanem-clinic .tummy-tuck-types {
    background: var(--beige-light);
    text-align: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .types-header {
    margin-bottom: var(--spacing-xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .types-eyebrow {
    font-size: var(--font-size-sm);
    font-weight: 300;
    color: var(--navy-80);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    text-align: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-card {
    background: var(--white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--beige-20);
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold-30);
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--spacing-md);
    background: var(--gold-10);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold-20);
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-icon-wrapper i {
    color: var(--gold-accent);
    font-size: var(--font-size-2xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-title {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-xl);
    color: var(--navy);
    margin-bottom: var(--spacing-sm);
    font-weight: 400;
}

.expert-tummy-tuck-london-the-ghanem-clinic .type-description {
    color: var(--navy-80);
    font-size: var(--font-size-sm);
    line-height: 1.6;
}

/* Responsive styles for the new section */
@media (max-width: 992px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .types-grid {
        grid-template-columns: 1fr;
    }
}

/* Bespoke Journey Section */
.expert-tummy-tuck-london-the-ghanem-clinic .bespoke-journey {
    background: var(--beige-light);
    padding: var(--section-padding);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-header {
    text-align: center;
    margin-bottom: var(--spacing-xxl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-eyebrow {
    font-size: var(--font-size-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-accent);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-timeline {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: var(--gold-accent);
    transform: translateX(-50%);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step {
    position: relative;
    width: 50%;
    margin-bottom: var(--spacing-xl);
    padding: 0 var(--spacing-xl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(odd) {
    left: 0;
    padding-right: var(--spacing-xxl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(even) {
    left: 50%;
    padding-left: var(--spacing-xxl);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--beige-light);
    border: 2px solid var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--font-size-sm);
    color: var(--gold-accent);
    z-index: 2;
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(odd) .journey-step-number {
    right: -20px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(even) .journey-step-number {
    left: -20px;
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-card {
    background: var(--white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--beige-20);
    text-align: left;
    transition: var(--transition);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-card:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-icon {
    font-size: var(--font-size-2xl);
    color: var(--gold-accent);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-title {
    font-family: var(--font-family-serif);
    font-size: var(--font-size-xl);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: var(--spacing-sm);
}

.expert-tummy-tuck-london-the-ghanem-clinic .journey-description {
    font-size: var(--font-size-sm);
    color: var(--navy-80);
    line-height: 1.6;
}

/* Responsive styles for Journey Section */
@media (max-width: 768px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-timeline {
        left: 20px;
        transform: none;
    }
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-step,
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(even) {
        width: 100%;
        left: 0;
        padding-left: 65px;
        padding-right: 0;
    }
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-step-number,
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(odd) .journey-step-number,
    .expert-tummy-tuck-london-the-ghanem-clinic .journey-step:nth-child(even) .journey-step-number {
        left: 0;
    }
}
/* Why Choose Us - Feature Block */
.expert-tummy-tuck-london-the-ghanem-clinic .why-choose-feature {
    max-width: 900px;
    margin: 0 auto var(--spacing-xxl);
    text-align: left;
}

.expert-tummy-tuck-london-the-ghanem-clinic .why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--spacing-xl);
    align-items: center;
}

.expert-tummy-tuck-london-the-ghanem-clinic .why-choose-image img {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    display: block;
}

.expert-tummy-tuck-london-the-ghanem-clinic .why-choose-text p {
    font-size: var(--font-size-lg);
    line-height: 1.7;
    color: var(--navy-80);
    margin: 0;
}

/* Responsive styles for the feature block */
@media (max-width: 768px) {
    .expert-tummy-tuck-london-the-ghanem-clinic .why-choose-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
        text-align: center;
    }
    .expert-tummy-tuck-london-the-ghanem-clinic .why-choose-image {
        max-width: 280px;
        margin: 0 auto;
    }
}/* End custom CSS */