.elementor-275 .elementor-element.elementor-element-a9d26c4{--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;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* =========================================
   GHANEM LONGEVITY - COMPLETE STYLES
   ========================================= */

/* --- 1. FONTS & VARIABLES --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&family=Dancing+Script&display=swap');

:root {
    --gl-burgundy: #4A1220;
    --gl-gold: #C5A065;
    --gl-beige: #F3E8DE;
    --gl-white: #FFFFFF;
    --gl-grey: #E5E5E5;
    --gl-grey-light: #F9F9F9;
    --gl-black: #1a1a1a;
    
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
}

/* --- 2. GLOBAL RESET & UTILITIES --- */
.gl-container { 
    width: 100%; 
    overflow-x: hidden; 
    color: var(--gl-black); 
    font-family: var(--font-body); 
    line-height: 1.6; 
    background: var(--gl-white); 
}
.gl-container img { max-width: 100%; height: auto; display: block; }
.gl-container * { box-sizing: border-box; }

/* Typography */
.gl-main-title { 
    font-family: var(--font-heading); 
    font-size: clamp(3rem, 6vw, 5.5rem); 
    line-height: 1.1; 
    color: var(--gl-white); 
    margin-bottom: 1.5rem; 
    font-weight: 400; 
}
.gl-section-title-large { font-family: var(--font-heading); font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1; color: #D4B888; text-align: center; }
.gl-section-heading { font-family: var(--font-heading); font-size: 3rem; line-height: 1.1; color: var(--gl-burgundy); margin-bottom: 1rem; font-weight: 400; }
.gl-label { font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-bottom: 1rem; display: block; font-weight: 600; }

.gl-logo-main {
    max-width: 220px !important; 
    width: 100%; height: auto; display: inline-block;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3)); 
    margin: 20px 0;
}

/* Layout */
.gl-page { width: 100%; position: relative; }
.gl-container-narrow { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.gl-split-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.gl-pad-large { padding: 5rem; }
.gl-pad-medium { padding: 3rem; }
.gl-flex-center { display: flex; flex-direction: column; justify-content: center; }
.text-center { text-align: center; }

/* Colors */
.gl-bg-beige { background-color: var(--gl-beige); }
.gl-bg-white { background-color: var(--gl-white); }
.gl-bg-grey { background-color: var(--gl-grey); }
.gl-bg-gold-light { background-color: #E6CBA3; }
.gl-bg-gold-fade { background: linear-gradient(to right, #F3E8DE, #E6CBA3); }
.gl-image-bg { background-size: cover; background-position: center; position: relative; }

/* --- 3. HERO --- */
.gl-cover { 
    height: 100vh; min-height: 700px; 
    display: flex; align-items: center; justify-content: center; 
    text-align: center; position: relative; overflow: hidden; 
    background-color: var(--gl-burgundy); 
    padding-top: 100px; 
}
.gl-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; z-index: 0; }
.gl-hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.gl-radial-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: radial-gradient(circle, rgba(74, 18, 32, 0) 20%, rgba(74, 18, 32, 0.95) 80%); }
.gl-cover-content { position: relative; z-index: 2; color: var(--gl-white); text-shadow: 0 4px 20px rgba(0,0,0,0.8); width: 100%; max-width: 1000px; padding: 0 20px; }
.gl-location { letter-spacing: 6px; font-size: 0.9rem; display: block; margin-bottom: 2rem; color: var(--gl-gold); font-weight: 600; }
.gl-subtitle { font-weight: 300; letter-spacing: 1px; opacity: 0.9; margin-bottom: 3rem; font-size: 1.1rem; }

/* --- 4. INTRO --- */
.gl-timeline-photos { display: flex; gap: 20px; margin-bottom: 30px; }
.gl-photo-block { flex: 1; text-align: center; }
.gl-photo-block img { border-radius: 2px; }
.gl-year-label { display: block; margin-top: 15px; font-weight: 700; letter-spacing: 2px; font-size: 0.75rem; border-top: 2px solid var(--gl-gold); padding-top: 10px; color: var(--gl-burgundy); }
.gl-text-content { max-width: 600px; margin: 0 auto; font-size: 1.1rem; color: #444; }
.gl-highlight { border-left: 3px solid var(--gl-gold); padding-left: 20px; margin: 30px 0; font-family: var(--font-heading); font-size: 1.4rem; color: var(--gl-burgundy); font-style: italic; }
.gl-signature { font-family: 'Dancing Script', cursive; font-size: 2rem; color: var(--gl-burgundy); text-align: right; }

/* --- 5. CHALLENGE / CIRCUIT VIDEO --- */
.gl-circuit-video-section { position: relative; padding: 6rem 2rem; overflow: hidden; min-height: 50vh; display: flex; align-items: center; justify-content: center; background: #000; }
.gl-video-bg-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.gl-video-bg-layer video { width: 100%; height: 100%; object-fit: cover; }
.gl-overlay-dark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(74, 18, 32, 0.75); }
.gl-relative-content { position: relative; z-index: 2; }

/* --- 6. TRUTH / REALITY SPLIT --- */
.gl-flex-row-desktop { display: flex; gap: 40px; justify-content: center; align-items: flex-start; }
.gl-half-col { flex: 1; max-width: 500px; }
.gl-truth-block h4 { color: var(--gl-burgundy); font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; }
.gl-truth-block ul { list-style: none; padding: 0; margin-bottom: 0; color: #555; }
.gl-solution-block p { color: var(--gl-burgundy); font-size: 1.1rem; border-left: 3px solid var(--gl-burgundy); padding-left: 20px; margin-left: 10px; }

/* --- 7. TIMELINE --- */
.gl-tri-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 100vh; position: relative; }
.gl-timeline-bar { position: absolute; top: 125px; left: 0; width: 100%; height: 2px; background: #C5A065; z-index: 1; }
.gl-tri-col { padding: 4rem 2rem 0 2rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; }
.gl-dot { width: 20px; height: 20px; background: #C5A065; border: 4px solid #fff; border-radius: 50%; position: absolute; top: 116px; left: 2rem; z-index: 2; }
.gl-col-top { padding-top: 80px; }
.gl-col-top h4 { font-family: var(--font-body); font-weight: 600; font-size: 1.1rem; }
.gl-bw-img { filter: grayscale(100%); width: 85%; margin: 2rem auto 0; display: block; }

/* --- 8. SERVICES GRID (2 Columns) --- */
.gl-services-section { padding: 6rem 0; background: var(--gl-white); }
.gl-section-intro { max-width: 700px; margin: 0 auto 5rem; }

.gl-luxury-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
    max-width: 1100px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.gl-service-card.featured-full { 
    grid-column: span 2; 
    display: grid; 
    grid-template-columns: 1.2fr 0.8fr; 
    align-items: center; 
    background: #fffdf9; 
    border: 1px solid var(--gl-gold); 
}
.gl-service-card.featured-full .gl-card-img { height: 100%; min-height: 400px; }
.gl-service-card.featured-full .gl-card-body { padding: 50px; }

.gl-service-card { background: white; border: 1px solid #e0e0e0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.gl-service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--gl-gold); }

.gl-card-img { height: 250px; width: 100%; overflow: hidden; position: relative; }
.gl-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gl-service-card:hover .gl-card-img img { transform: scale(1.05); }

.gl-card-body { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.gl-srv-label { color: var(--gl-gold); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 10px; display: block; }
.gl-service-card h3 { font-family: var(--font-heading); font-size: 1.6rem; color: var(--gl-burgundy); margin-bottom: 15px; line-height: 1.2; }
.gl-service-card p { font-size: 0.95rem; color: #666; margin-bottom: 25px; line-height: 1.6; flex-grow: 1; }

.gl-card-footer { border-top: 1px solid #eee; padding-top: 20px; display: flex; justify-content: space-between; align-items: flex-end; }
.gl-benefits-list { list-style: none; padding: 0; margin: 0; }
.gl-benefits-list li { font-size: 0.8rem; color: #444; margin-bottom: 6px; position: relative; padding-left: 12px; }
.gl-benefits-list li::before { content: '•'; color: var(--gl-gold); position: absolute; left: 0; font-size: 1rem; line-height: 1.1; }

/* --- 9. MEMBERSHIP --- */
.gl-membership-hero-img { width: 100%; max-width: 500px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.gl-tier-list { width: 100%; max-width: 500px; }
.gl-tier-item { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-bottom: 1px solid #ddd; }
.gl-tier-item:first-child { border-top: 1px solid #ddd; }
.gl-tier-item.featured { border-color: var(--gl-gold); padding: 35px 0; }
.gl-tier-item.featured .gl-tier-name { color: var(--gl-burgundy); font-weight: 700; }

.gl-tier-name { font-family: var(--font-heading); font-size: 1.4rem; width: 60%; line-height: 1.2; }
.gl-tier-name .tag { font-family: var(--font-body); font-size: 0.6rem; background: var(--gl-gold); color: white; padding: 2px 6px; text-transform: uppercase; vertical-align: middle; margin-left: 5px; }
.gl-tier-detail { font-size: 0.9rem; color: #666; width: 40%; text-align: right; }
.gl-perks-simple { margin-top: 40px; font-size: 0.85rem; color: #666; border-top: 2px solid var(--gl-gold); padding-top: 20px; }

/* --- 10. LUXURY VISUAL & CONTACT --- */
.gl-huge-title { font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1.1; color: var(--gl-black); margin-bottom: 1rem; font-family: var(--font-heading); }
.gl-glass-box { position: absolute; bottom: 3rem; right: 3rem; left: 3rem; background: rgba(74, 18, 32, 0.9); backdrop-filter: blur(10px); padding: 3rem; border-left: 3px solid var(--gl-gold); color: white; }

.gl-luxury-form { width: 100%; max-width: 450px; margin-top: 2rem; }
.gl-input-group { margin-bottom: 25px; }
.gl-luxury-form input, .gl-luxury-form select { width: 100%; padding: 15px 0; border: none; border-bottom: 1px solid #ccc; background: transparent; font-family: var(--font-body); font-size: 1.1rem; color: var(--gl-black); outline: none; transition: 0.3s; }
.gl-luxury-form input:focus { border-bottom-color: var(--gl-burgundy); }

.gl-btn-luxury { width: 100%; background-color: #4A1220 !important; color: #FFFFFF !important; padding: 18px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem; border: none !important; cursor: pointer; transition: all 0.3s ease; margin-top: 20px; }
.gl-btn-luxury:hover { background-color: #1a1a1a !important; color: #C5A065 !important; }

.gl-contact-info { margin-top: 40px; font-size: 0.9rem; line-height: 1.8; opacity: 0.7; }

/* --- 11. FOOTER QUOTE --- */
.gl-pre-footer { width: 100%; position: relative; padding: 100px 20px; background: linear-gradient(135deg, #4A1220 0%, #2b0510 100%); display: flex; align-items: center; justify-content: center; text-align: center; border-top: 1px solid rgba(197, 160, 101, 0.2); }
.gl-quote-container { max-width: 900px; margin: 0 auto; }
.gl-quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; font-style: italic; color: #ffffff; line-height: 1.4; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.gl-quote-text::after { content: ''; display: block; width: 60px; height: 2px; background-color: #C5A065; margin: 30px auto 0 auto; opacity: 0.6; }

/* --- 12. RESPONSIVE --- */
@media (max-width: 1024px) {
    .gl-luxury-grid { grid-template-columns: repeat(2, 1fr); }
    .gl-service-card.featured-full { grid-column: span 2; }
}
@media (max-width: 900px) {
    .gl-split-layout, .gl-tri-grid, .gl-flex-row-desktop { grid-template-columns: 1fr; display: flex; flex-direction: column; }
    .gl-col-left, .gl-col-right, .gl-tri-col { padding: 2rem; width: 100%; }
    
    /* Timeline Mobile */
    .gl-timeline-bar, .gl-dot { display: none; }
    .gl-col-top { padding-top: 0; }
    
    /* Services Mobile */
    .gl-luxury-grid { grid-template-columns: 1fr; }
    .gl-service-card.featured-full { grid-column: span 1; grid-template-columns: 1fr; }
    .gl-service-card.featured-full .gl-card-img { height: 250px; min-height: auto; }
    .gl-service-card.featured-full .gl-card-body { padding: 30px; }
    
    /* Logo Mobile */
    .gl-logo-main { max-width: 180px !important; }

    /* CTA Mobile */
    .gl-glass-box { position: relative; bottom: auto; right: auto; left: auto; padding: 2rem; width: 100%; margin-top: -50px; }
    .gl-image-bg { min-height: 300px; }
}/* End custom CSS */