
/* --- DESIGN SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --teal-brand: #00bb9c;     /* Updated to vibrant template green accent */
    --teal-dark: #00594c;      /* Editorial deep dark green text */
    --dark-charcoal: #111212;  
    --text-muted: #757c77;     
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--dark-charcoal);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.text-green {
    color: var(--teal-dark);
}

.primary-button {
    background-color: var(--teal-dark);
    color: white;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.25s ease;
    display: inline-block;
}

.primary-button:hover {
    background-color: #004037;
}

/* --- STICKY TOP NAVIGATION NAVBAR --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: rgba(243, 245, 241, 0.85);
    backdrop-filter: blur(15px);
    z-index: 1000;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 24px;
}

.logo-icon {
    width: 24px;
    height: 24px;
    background-color: var(--dark-charcoal);
    clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark-charcoal);
    font-weight: 500;
    font-size: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #d97453;
    color: white;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-appointment {
    border: 1px solid rgba(0,0,0,0.3);
    color: var(--dark-charcoal);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* --- FIXED SIDEBAR PANEL SOCIAL LINKS --- */
.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--dark-charcoal);
    font-size: 13px;
}

/* --- SECTION 1: HERO CONTAINER CANVAS --- */
.hero-canvas {
    position: relative;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title-suite {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.scroll-block {
    display: block;
    width: 100%;
    will-change: transform;
}

.title-line {
    font-family: var(--font-serif);
    font-size: 7.5vw;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.1;
}

.line-1 {
    color: var(--teal-dark);
    text-align: left;
    padding-left: 15%;
}

.line-2-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: -10px;
    padding-left: 5%;
}

.line-2 {
    color: var(--teal-dark);
}

.line-3 {
    color: var(--dark-charcoal);
    text-align: left;
    padding-left: 28%;
    margin-top: -10px;
}

/* Image Mask Setup */
.organic-fluid-img {
    position: absolute;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 5;
    border-radius: 54% 46% 54% 46% / 47% 53% 47% 53%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    animation: floatVibe 6s ease-in-out infinite alternate;
}

.img-left-panel {
    width: 290px;
    height: 290px;
    left: 5%;
    top: 380px;
    background-image: url('hero-1/1.png');
}

.img-right-panel {
    width: 310px;
    height: 310px;
    right: 5%;
    top: 200px;
    background-image: url('hero-1/2.png');
    animation-delay: -3s;
}

.stamped-badge {
    width: 110px;
    height: 110px;
    border: 1px dashed var(--teal-dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slowSpin 20s linear infinite;
    position: relative;
}
.stamped-badge::before {
    content: '✨';
    font-size: 20px;
}

.hero-editorial-footer {
    max-width: 1200px;
    width: 100%;
    margin-top: 60px;
    padding: 0 10% 20px 28%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}

.editorial-desc {
    max-width: 480px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* --- SECTION 2: INFINITE LOGO BRAND SCROLLER --- */
.infinite-marquee-section {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 80px;
}

.marquee-container {
    display: flex;
    width: calc(280px * 12); 
    animation: runMarquee 25s linear infinite;
}

.marquee-brand {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: rgba(24, 25, 25, 0.4);
    letter-spacing: -0.5px;
}

/* --- SECTION 3: SERVICES CONTROLS SLIDER --- */
/* --- SECTION 3: SERVICES CONTROLS SLIDER --- */
.section.service {
width: 100%;
text-align: center;
padding: 60px 0;
}

.section-tittle-wrapper {
max-width: 650px;
margin: 0 auto 50px auto;
}

.section-tittle {
font-family: var(--font-headings, sans-serif);
font-size: 46px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 16px;
}

.section-details {
font-size: 15px;
color: var(--text-muted, #666);
line-height: 1.6;
}

.slider-viewport {
width: 100%;
overflow: hidden;
margin-bottom: 30px;
}

.service-slider-wrapper {
display: flex;
width: 200%; 
transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
will-change: transform;
}

.slide-group {
display: flex;
gap: 24px;
width: 50%;
padding: 10px;
}

.single-service-wrapper {
flex: 1;
height: 380px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 90px; 
position: relative;
overflow: hidden;
display: flex;
align-items: stretch;
box-shadow: 0 10px 35px rgba(0,0,0,0.03);
transition: transform 0.4s ease;
}

.single-service-wrapper:hover {
transform: translateY(-5px);
}

.single-service-content-wrap {
width: 65%;
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 75%, rgba(255,255,255,0) 100%);
padding: 50px 40px 50px 50px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
text-align: left;
z-index: 2;
}

.service-icon-wrap {
margin-bottom: 20px;
width: 44px;
height: 44px;
}

.service-icon {
width: 100%;
height: auto;
}

.service-name {
font-family: var(--font-headings, sans-serif);
font-size: 24px;
font-weight: 700;
color: var(--dark-charcoal, #222);
margin-bottom: 12px;
}

.single-service-content-wrap .service-details {
font-size: 14px;
color: var(--text-muted, #666);
line-height: 1.6;
margin-bottom: 24px;
}

.service-btn {
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
color: var(--teal-dark, #0b7a75);
font-weight: 700;
font-size: 14px;
transition: gap 0.2s ease;
}

.service-btn:hover { gap: 14px; }

/* --- Slider Navigation (Arrows & Dots) --- */
.service-slide-nav-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 10px;
}

.service-slide-nav {
display: flex;
gap: 12px;
align-items: center;
}

.service-slider-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ccc;
cursor: pointer;
transition: background-color 0.3s ease;
}

.service-slider-dot.active {
background-color: var(--teal-dark, #0b7a75);
}

.slide-arrow {
background-color: var(--teal-dark, #0b7a75); 
color: #ffffff;
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 18px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.slide-arrow:hover {
background-color: #085955;
transform: scale(1.05);
}

.slide-arrow:active {
transform: scale(0.95);
}

/* --- SECTION 4: HEALTH DATA TICKER COUNTERS --- */
.section.healthy-smile {
    width: 100%;
    padding: 80px 0;
}

.healthy-smile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.healthy-counter-up-wrap {
    flex: 1;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.single-happy-counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.happy-info-counter-up {
    display: flex;
    align-items: baseline;
    font-size: 56px;
    font-weight: 700;
    color: var(--dark-charcoal);
    line-height: 1;
    height: 56px;
    overflow: hidden;
}

.counter-strip {
    display: flex;
    flex-direction: column;
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.counter-number {
    height: 56px;
    display: flex;
    align-items: center;
}

.info-single-num-text { font-size: 56px; font-weight: 400; margin-left: 2px;}
.healty-counter-info-text { font-size: 14px; color: var(--text-muted); margin-top: 8px; font-weight: 500;}

.healthy-smile-img-wrap {
    flex: 1.2;
    position: relative;
    max-width: 480px;
}

.healthy-smile-img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    border-radius: 54% 46% 54% 46% / 47% 53% 47% 53%;
    animation: imageFloat 6s ease-in-out infinite alternate;
}

.dental-circle-wrapper.healthy-smile {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 100px;
    height: 100px;
}

.healthy-smile-content-wrap {
    flex: 1.5;
    max-width: 480px;
    text-align: left;
}

.healthy-smile-details { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 30px;}

/* --- SECTION 5: WHY CHOOSE LIST LAYOUTS --- */
.section.why-choose {
    width: 100%;
    padding: 80px 0;
}

.section-tittle.wcu {
    font-size: 46px;
    margin-bottom: 60px;
    padding-left: 310px;
}

.wcu-main-layout { display: flex; width: 100%; }
.wcu-left-brand-pane { width: 310px; }

.dental-circle-wrapper.wcu-placement {
    position: sticky;
    top: 200px;
    width: 110px;
    height: 110px;
    margin-left: 60px;
}

.wcu-content-list { flex: 1; display: flex; flex-direction: column; }

.single-choose-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    cursor: pointer;
}
.single-choose-wrapper:first-child { border-top: 1px solid rgba(0, 0, 0, 0.08); }

.chose-us-title-group { display: flex; align-items: center; gap: 25px; position: relative; }
.wcu-icon-wrap { width: 32px; height: 32px; }
.wcu-icon-wrap img { width: 100%; height: auto; }

.wcu-name {
    font-family: var(--font-headings);
    font-size: 26px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.wcu-hover-img-wrap {
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 110px;
    height: 110px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.wcu-hover-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); border-radius: 35px; }

.chose-us-details-wrap { max-width: 420px; width: 100%; text-align: left; padding-left: 20px; }
.chose-us-content-details { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

.single-choose-wrapper:hover .wcu-name { color: var(--teal-dark); }
.single-choose-wrapper:hover .wcu-hover-img-wrap { opacity: 1; transform: translateY(-50%) scale(1); }

/* --- SECTION 6: MEET OUR SPECIALISTS (FULL 5 CARDS TRANSITIONS) --- */
.section.specialists { 
width: 100%; 
padding: 80px 0; 
}
.section-tittle-wrapper.left-flex { 
display: flex; 
justify-content: space-between; 
align-items: flex-end; 
margin-bottom: 60px; 
}
.section-tittle-heading-wrapper.specialist { 
max-width: 580px; 
text-align: left; 
}

/* Specialists Interactive Carousel */
.specialist-viewport {
width: 100%;
overflow: hidden;
margin-bottom: 30px;
}

.specialist-slider-track { 
display: flex; 
width: 250%; /* Large width container to safely navigate 5 columns */
transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
will-change: transform;
}

.specialist-slide-group {
display: flex;
gap: 24px;
width: 40%; /* Exactly segments active visible workspace views */
padding: 10px;
}

.single-specialist-wrapper {
flex: 1;
background-color: #ffffff;
border-radius: 90px; 
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-shadow: 0 10px 35px rgba(0,0,0,0.04);
transition: transform 0.4s ease;
}
.single-specialist-wrapper:hover { transform: translateY(-8px); }

.specialist-img-container { width: 100%; height: 320px; position: relative; }

/* REMOVED grayscale so the doctors show in color! */
.single-specialist-img { width: 100%; height: 100%; object-fit: cover; }

.specialist-img-container::after {
content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%;
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index: 2;
}

.single-specialist-details-wrapper { padding: 10px 30px 45px 30px; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: #ffffff; position: relative; z-index: 5; margin-top: -30px; }
.specialist-name { font-family: var(--font-headings, sans-serif); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.specialist-designation { font-size: 14px; color: var(--text-muted, #666); font-weight: 500; margin-bottom: 16px; }

.specialist-details { font-size: 14px; color: var(--text-muted, #666); line-height: 1.5; max-width: 240px; margin-bottom: 24px; }
.specialist-more-btn-wrap a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--teal-dark, #0b7a75); font-weight: 700; font-size: 14px; }

/* Specialist Slider Dots */
.spec-slider-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ccc;
cursor: pointer;
transition: background-color 0.3s ease;
}
.spec-slider-dot.active {
background-color: var(--teal-dark, #0b7a75);
}




/* --- BRAND DESIGN CORE SYSTEM --- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--bg-color: #f3f5f1;       
--teal-brand: #00594c;     
--dark-charcoal: #111212;  
--text-muted: #757c77;     
--font-headings: 'El Messiri', sans-serif;
--font-body: 'DM Sans', sans-serif;
}

body {
background-color: var(--bg-color);
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* --- UNIFORM PREMIUM SECTION GAP GENERATOR --- */
.section {
padding: 140px 0; /* Clean, intentional spacing separating section modules cleanly */
position: relative;
width: 100%;
}

.text-green {
color: var(--teal-brand);
}

/* --- TYPOGRAPHY CORE HEADINGS --- */
.section-tittle {
font-family: var(--font-headings);
font-size: 46px;
font-weight: 700;
line-height: 1.2;
color: var(--dark-charcoal);
}

.section-details {
font-size: 15px;
color: var(--text-muted);
line-height: 1.6;
}

.primary-button {
background-color: var(--teal-brand);
color: white;
padding: 16px 36px;
border-radius: 30px;
text-decoration: none;
font-weight: 500;
font-size: 14px;
white-space: nowrap;
transition: background-color 0.25s ease;
display: inline-block;
}

.primary-button:hover {
background-color: #004037;
}

/* =======================================================
MODULE 1: COMFORTABLE TREATMENT STYLES
======================================================= */
.comfortable-treatment-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 60px;
width: 100%;
}

.comfortable-treatment-header .title-block {
max-width: 580px;
text-align: left;
}

.right-header-meta {
display: flex;
align-items: center;
gap: 40px;
max-width: 500px;
}

.comfortable-treatment-heading-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
text-align: left;
}

.dental-circle-wrapper {
width: 90px;
height: 90px;
flex-shrink: 0;
}

.dental-circle {
width: 100%;
height: auto;
animation: continuousSpin 25s linear infinite;
}

.cta-button {
background-color: var(--teal-brand);
color: white;
padding: 16px 32px;
border-radius: 30px;
text-decoration: none;
font-weight: 500;
font-size: 14px;
white-space: nowrap;
display: inline-block;
margin-top: 15px;
transition: background-color 0.25s ease;
}

.cta-button:hover { background-color: #004037; }

.comfortable-treatment-tabs-wrapper {
display: flex;
align-items: stretch;
gap: 50px;
width: 100%;
}

.comfortable-treatment-tabs-content {
flex: 1;
max-width: 460px;
height: 520px;
position: relative;
}

.comfortable-treatment-img-wrap {
width: 100%;
height: 100%;
border-radius: 90px; 
overflow: hidden;
background-color: #e3e6e1;
position: absolute;
top: 0;
left: 0;
opacity: 0;
pointer-events: none;
transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
box-shadow: 0 10px 35px rgba(0,0,0,0.02);
}

.comfortable-treatment-img-wrap.active {
opacity: 1;
pointer-events: auto;
}

.comfortable-treatment-img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
display: block;
}

.comfortable-treatment-tabs-menu {
flex: 1.3;
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}

.comfortable-treatment-single-tab-link {
width: 100%;
padding: 30px 40px;
border-radius: 35px; 
text-decoration: none;
color: var(--dark-charcoal);
display: flex;
align-items: flex-start;
gap: 25px;
cursor: pointer;
background-color: transparent;
border: 1px solid transparent;
transition: all 0.3s ease;
}

.comfortable-treatment-single-tab-link.active {
background-color: #ffffff;
box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
border: 1px solid rgba(255, 255, 255, 1);
}

.treatment-tab-link-icon {
width: 44px;
height: 44px;
border: 1px solid rgba(0,0,0,0.06);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
flex-shrink: 0;
font-size: 20px;
color: var(--teal-brand);
}

.comfortable-treatment-single-tab-link.active .treatment-tab-link-icon {
background-color: var(--bg-color);
}

.treatment-tab-link-content-wrap {
display: flex;
flex-direction: column;
text-align: left;
}

.comfort-treatment-name {
font-family: var(--font-body);
font-size: 20px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 8px;
line-height: 1.3;
}

/* =======================================================
MODULE 2: PATIENTS FEEDBACK STYLES
======================================================= */
.section-tittle-wrapper.feedback {
text-align: center;
max-width: 650px;
margin: 0 auto 100px auto; 
}

.feedback-slider-wrapper {
display: flex;
justify-content: center;
width: 100%;
position: relative;
}

.feedback-slider-content-wrapper {
background-color: #ffffff;
max-width: 760px;
width: 100%;
border-radius: 90px; 
padding: 80px 70px 50px 70px;
position: relative;
box-shadow: 0 10px 40px rgba(0,0,0,0.02);
text-align: center;
}

.feedback-client-wrap {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%); 
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
z-index: 10;
}

.feedback-img {
width: 90px;
height: 90px;
object-fit: cover;
filter: grayscale(100%);
border-radius: 54% 46% 54% 46% / 47% 53% 47% 53%; 
background-color: #e3e6e1;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.feedback-client-name-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}

.feedback-client-name-line {
width: 14px;
height: 1px;
background-color: var(--text-muted);
}

.feedback-client-name {
font-size: 14px;
color: var(--text-muted);
font-weight: 500;
}

.feedback-details {
font-size: 18px;
color: var(--dark-charcoal);
line-height: 1.7;
margin-bottom: 35px;
}

.feedback-quote-icon {
display: inline-flex;
font-size: 54px;
font-family: var(--font-headings);
color: var(--teal-brand);
line-height: 1;
transform: rotate(180deg);
user-select: none;
}

/* =======================================================
MODULE 3: NEWS & ARTICLES STYLES
======================================================= */
.section-tittle-wrapper.left-flex {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 60px;
width: 100%;
}

.section-tittle-heading-wrapper.specialist {
text-align: left;
max-width: 580px;
}

.article-grid-wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
width: 100%;
}

.single-article-wrap {
background-color: transparent;
display: flex;
flex-direction: column;
width: 100%;
cursor: pointer;
}

.single-article-img-wrap {
width: 100%;
height: 340px;
border-radius: 65px; 
overflow: hidden;
position: relative;
background-color: #e3e6e1;
margin-bottom: 24px;
}

.single-article-img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
display: block;
transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.single-article-wrap:hover .single-article-img {
transform: scale(1.05);
}

.single-article-details-wrap {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 10px;
}

.article-publish-date {
font-size: 12px;
color: var(--text-muted);
background-color: #ffffff;
padding: 6px 16px;
border-radius: 20px;
font-weight: 500;
margin-bottom: 14px;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.article-name {
font-family: var(--font-body);
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
line-height: 1.5;
margin-bottom: 16px;
max-width: 240px;
transition: color 0.25s ease;
}

.single-article-wrap:hover .article-name { color: var(--teal-brand); }

.article-more-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
text-decoration: none;
color: var(--teal-brand);
font-weight: 700;
font-size: 14px;
transition: gap 0.2s ease;
}

.single-article-wrap:hover .article-more-btn { gap: 12px; }

@keyframes continuousSpin { 100% { transform: rotate(360deg); } }



/* --- BRAND DESIGN CORE SYSTEM --- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--bg-color: #f3f5f1;       
--teal-brand: #00594c;     
--dark-charcoal: #111212;  
--text-muted: #757c77;     
--font-headings: 'El Messiri', sans-serif;
--font-body: 'DM Sans', sans-serif;
}

body {
background-color: var(--bg-color);
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.text-green {
color: var(--teal-brand);
}

.primary-button {
background-color: var(--teal-brand);
color: white;
padding: 16px 36px;
border-radius: 30px;
text-decoration: none;
font-weight: 500;
font-size: 14px;
white-space: nowrap;
transition: background-color 0.25s ease;
display: inline-block;
border: none;
cursor: pointer;
}

.primary-button:hover {
background-color: #004037;
}

/* =======================================================
MODULE 1: CTA TEAM PORTRAIT BANNER
======================================================= */
.section.cta {
padding: 140px 0 0 0; /* Keeps clear space at the top, bottom bleeds into image overlay */
text-align: center;
position: relative;
width: 100%;
overflow: hidden;
}

.section-tittle-wrapper.cta {
max-width: 650px;
margin: 0 auto 50px auto;
position: relative;
z-index: 10;
}

.section-tittle.cta {
font-family: var(--font-headings);
font-size: 46px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 16px;
}

.section-details.cta {
font-size: 15px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
}

/* Team Image Wrapper fading into layout background */
.cta-img-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
position: relative;
height: 380px;
display: flex;
align-items: flex-end;
justify-content: center;
}

.cta-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
filter: grayscale(100%);
display: block;
}

/* Pure CSS overlay gradient smoothing portraits into bottom layout */
.cta-linear {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 45%;
background: linear-gradient(180deg, rgba(243, 245, 241, 0) 0%, rgba(243, 245, 241, 1) 100%);
z-index: 5;
}

/* =======================================================
MODULE 2: SITE WIDE MAIN FOOTER
======================================================= */
.footer {
background-color: var(--bg-color);
padding: 80px 0 40px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
}

.footer-top {
width: 100%;
margin-bottom: 60px;
}

.footer-flex-wrap {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
gap: 50px;
align-items: flex-start;
}

/* Column 1 Content: Branding and Newsletter */
.footer-details-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.footer-logo-wrap {
display: flex;
align-items: center;
gap: 8px;
font-size: 22px;
font-weight: 700;
text-decoration: none;
color: var(--dark-charcoal);
margin-bottom: 16px;
}

.footer-logo-icon {
width: 22px;
height: 22px;
background-color: var(--dark-charcoal);
clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

.footer-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
}

.footer-subscribe-form-wrapper {
width: 100%;
}

.subscribe-form-tittle {
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
text-align: left;
}

/* Inline capsule shape form handler mapping */
.subs-input-wrapper {
display: flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0,0,0,0.06);
padding: 6px;
border-radius: 30px;
width: 100%;
max-width: 360px;
}

.footer-subscribe-input {
flex: 1;
background: none;
border: none;
outline: none;
padding: 0 16px;
font-size: 14px;
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.footer-subscribe-input::placeholder {
color: #a0a6a1;
}

/* Columns 2 & 3 Content: Navigation Links Track */
.single-footer-links-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.single-footer-links-tittle {
font-size: 18px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 24px;
}

.single-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start;
}

.single-footer-link {
text-decoration: none;
color: var(--text-muted);
font-size: 15px;
transition: color 0.2s ease, transform 0.2s ease;
}

.single-footer-link:hover {
color: var(--teal-brand);
transform: translateX(4px);
}

/* Column 4 Content: Communication coordinates */
.footer-contact-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-flex-wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.footer-single-contact {
display: flex;
align-items: center;
gap: 10px;
color: var(--dark-charcoal);
font-weight: 500;
font-size: 15px;
}

.footer-contact-info-text {
font-size: 15px;
color: var(--text-muted);
}

/* Base Metadata layout row */
.footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer-copyright {
font-size: 14px;
color: var(--text-muted);
}

.copyright-link {
text-decoration: none;
color: var(--dark-charcoal);
font-weight: 500;
}

.copyright-link:hover {
color: var(--teal-brand);
}

/* Circular social icon anchors */
.footer-bottom-social-link-wrapper {
display: flex;
gap: 10px;
}

.footer-single-social-link-wrap {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0,0,0,0.05);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: var(--text-muted);
font-size: 12px;
transition: all 0.25s ease;
}

.footer-single-social-link-wrap:hover {
background-color: var(--teal-brand);
color: #ffffff;
border-color: var(--teal-brand);
}




/* --- DESIGN BRAND SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       /* Main light textured layout background */
    --bg-banner: #f9f4ee;     /* Warm pink accent tint for the upper breadcrumb layer */
    --teal-brand: #00594c;     /* Dark editorial template green */
    --dark-charcoal: #111212;  /* Headers text default color */
    --text-muted: #757c77;     /* Descriptive paragraphs */
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    font-family: var(--font-body);
    color: var(--dark-charcoal);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-green {
    color: var(--teal-brand);
}

/* =======================================================
   MODULE 1: UPPER BREADCRUMB HEADER BANNER
   ======================================================= */
.inner-banner {
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg-banner);
    /* Simulates the crisp tooth vector tile texture repeat seamlessly using CSS grids mask */
    background-image: radial-gradient(rgba(0,0,0,0.012) 1.5px, transparent 0);
    background-size: 32px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    text-align: center;
}

.inner-banner-tittle {
    font-family: var(--font-headings);
    font-size: 52px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.breadcrumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-single-link {
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.breadcrumb-single-link:hover, 
.breadcrumb-single-link.w--current {
    color: var(--teal-brand);
}

.breadcrumb-link-divider {
    color: #b8beb9;
    user-select: none;
}

/* =======================================================
   MODULE 2: ABOUT EDITORIAL HEADER CONTENT
   ======================================================= */
.section.after-banner {
    padding: 120px 0 60px 0; /* Keeps layout spacing balanced at base levels */
    width: 100%;
}

.section-tittle-wrapper.about-us-2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-tittle-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--teal-brand);
    font-weight: 700;
    margin-bottom: 20px;
}

.section-tittle.about-us {
    font-family: var(--font-headings);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark-charcoal);
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.section-details.about-us-2 {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.75;
    max-width: 780px;
    margin-bottom: 35px;
}

/* Exact layout button style token matching blueprint templates */
.primary-button {
    background-color: var(--teal-brand);
    color: white;
    padding: 16px 38px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.25s ease, transform 0.2s ease;
    box-shadow: 0 10px 25px rgba(0, 89, 76, 0.1);
}

.primary-button:hover {
    background-color: #004037;
    transform: translateY(-2px);
}


/* =======================================================
   MODULE 2: TWIN IMAGES SIDE-BY-SIDE WITH OVERLAPS
   ======================================================= */
   .about-hero-images-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    padding-bottom: 60px;
}

.about-img-frame-wrapper {
    flex: 1;
    height: 460px;
    position: relative;
}

.about-hero-portrait-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 45px; /* Symmetrical smooth rounding container */
    display: block;
    position: relative;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

/* Orange underlay custom accent tracks perfectly matching screenshots */
.orange-accent-underlay-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    z-index: 1;
    pointer-events: none;
}

/* Left Card: Underlay offsets left and bottom borders */
.about-img-frame-wrapper.left-side .orange-accent-underlay-shape {
    border-left: 20px solid var(--orange-offset);
    border-bottom: 20px solid var(--orange-offset);
    bottom: -15px;
    left: -15px;
}

/* Right Card: Underlay offsets top and right borders */
.about-img-frame-wrapper.right-side .orange-accent-underlay-shape {
    border-top: 20px solid var(--orange-offset);
    border-right: 20px solid var(--orange-offset);
    top: -15px;
    right: -15px;
}



/* --- CORE BASE LAYOUT CONFIG --- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--bg-color: #f3f5f1;       
--teal-brand: #00594c;     
--dark-charcoal: #111212;  
--text-muted: #757c77;     
--font-headings: 'El Messiri', sans-serif;
--font-body: 'DM Sans', sans-serif;
}

body {
background-color: var(--bg-color);
font-family: var(--font-body);
color: var(--dark-charcoal);
}

/* --- UNIFORM GAP SPACE FOR HOME SECTIONS --- */
.section.core-values {
padding: 140px 0;
width: 100%;
position: relative;
text-align: center;
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* --- HEADER BLOCK LAYOUT --- */
.section-tittle-wrapper.core-values {
text-align: center;
max-width: 650px;
margin: 0 auto 65px auto;
}

.section-tittle-tag {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--teal-brand);
font-weight: 700;
margin-bottom: 16px;
}

.section-tittle {
font-family: var(--font-headings);
font-size: 46px;
font-weight: 700;
line-height: 1.25;
color: var(--dark-charcoal);
}

.text-green {
color: var(--teal-brand);
}

/* --- 4-COLUMN CARDS GRID SYSTEM --- */
.core-values-grid-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
width: 100%;
}

.single-value-wrap {
background-color: #ffffff;
border-radius: 45px; /* Symmetrical capsule rounding profile matching screenshots */
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
/* Smooth Webflow style animation easing physics curves */
transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
cursor: pointer;
}

/* Hover animation target: lifts container card and darkens ambient depth drop-shadows */
.single-value-wrap:hover {
transform: translateY(-12px);
box-shadow: 0 20px 45px rgba(0, 59, 76, 0.05);
}

.single-value-content-wrap {
padding: 55px 35px;
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
height: 100%;
}

/* --- INTERACTIVE ANIMATED ICON WRAPPER --- */
.single-value-icon-wrap {
width: 44px;
height: 44px;
margin-bottom: 24px;
position: relative;
}

.single-value-icon, 
.single-value-hover-icon {
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.35s ease;
}

.single-value-hover-icon {
opacity: 0;
}

/* Hover interaction: toggles visibility profiles seamlessly over stacked elements */
.single-value-wrap:hover .single-value-icon {
opacity: 0;
}

.single-value-wrap:hover .single-value-hover-icon {
opacity: 1;
}

/* --- TYPOGRAPHY DETAILS --- */
.core-value-name {
font-family: var(--font-body);
font-size: 22px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
}

.core-value-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.65;
text-align: left;
}

/* --- ANIMATED BASE LINE DECORATION --- */
.value-bottom-border {
position: absolute;
bottom: 0;
left: 35px;
width: 0px; /* Starts completely collapsed at center */
height: 2px;
background-color: var(--teal-brand);
transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover interaction: stretches lines outwards to clear card anchor widths */
.single-value-wrap:hover .value-bottom-border {
width: 45px;
}



/* --- SECTION 6: MEET OUR SPECIALISTS (FULL 5 CARDS TRANSITIONS) --- */
.section.specialists { 
    width: 100%; 
    padding: 80px 0; 
}
.section-tittle-wrapper.left-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    margin-bottom: 60px; 
}
.section-tittle-heading-wrapper { 
    max-width: 580px; 
    text-align: left; 
}

/* Specialists Interactive Carousel Mask Window Window */
.specialist-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.specialist-slider-track { 
    display: flex; 
    width: 250%; /* Large width container to safely navigate 5 columns */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
    will-change: transform;
}

.specialist-slide-group {
    display: flex;
    gap: 24px;
    width: 40%; /* Exactly segments active visible workspace views */
    padding: 10px;
}

.single-specialist-wrapper {
    flex: 1;
    background-color: #ffffff;
    border-radius: 90px; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.02);
    transition: transform 0.4s ease;
}
.single-specialist-wrapper:hover { transform: translateY(-8px); }

.specialist-img-container { width: 100%; height: 320px; position: relative; }
.single-specialist-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.specialist-img-container::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index: 2;
}

.single-specialist-details-wrapper { padding: 10px 30px 45px 30px; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: #ffffff; position: relative; z-index: 5; margin-top: -30px; }
.specialist-name { font-family: var(--font-headings); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.specialist-designation { font-size: 14px; color: var(--text-muted); font-weight: 500; margin-bottom: 16px; }

.specialist-social-wrap { display: flex; gap: 10px; margin-bottom: 20px; }
.specialist-single-link { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.08); display: flex; justify-content: center; align-items: center; text-decoration: none; color: #8c928e; font-size: 12px; }
.specialist-single-link:hover { background-color: var(--teal-dark); color: #ffffff; }
.specialist-details { font-size: 14px; color: var(--text-muted); line-height: 1.5; max-width: 240px; margin-bottom: 24px; }
.specialist-more-btn-wrap a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--teal-dark); font-weight: 700; font-size: 14px; }

/* --- GLOBAL KEYFRAME APPARATUS --- */
@keyframes floatVibe { 0% { transform: translateY(0px); } 100% { transform: translateY(-12px); } }
@keyframes imageFloat { 0% { transform: translateY(0px); } 100% { transform: translateY(-12px); } }
@keyframes slowSpin { 100% { transform: rotate(360deg); } }
@keyframes runMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-280px * 6)); } }





/* =======================================================
MODULE 2: SITE WIDE MAIN FOOTER
======================================================= */
.footer {
background-color: var(--bg-color);
padding: 80px 0 40px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
}

.footer-top {
width: 100%;
margin-bottom: 60px;
}

.footer-flex-wrap {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
gap: 50px;
align-items: flex-start;
}

/* Column 1 Content: Branding and Newsletter */
.footer-details-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.footer-logo-wrap {
display: flex;
align-items: center;
gap: 8px;
font-size: 22px;
font-weight: 700;
text-decoration: none;
color: var(--dark-charcoal);
margin-bottom: 16px;
}

.footer-logo-icon {
width: 22px;
height: 22px;
background-color: var(--dark-charcoal);
clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

.footer-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
}

.footer-subscribe-form-wrapper {
width: 100%;
}

.subscribe-form-tittle {
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
text-align: left;
}

/* Inline capsule shape form handler mapping */
.subs-input-wrapper {
display: flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0,0,0,0.06);
padding: 6px;
border-radius: 30px;
width: 100%;
max-width: 360px;
}

.footer-subscribe-input {
flex: 1;
background: none;
border: none;
outline: none;
padding: 0 16px;
font-size: 14px;
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.footer-subscribe-input::placeholder {
color: #a0a6a1;
}

/* Columns 2 & 3 Content: Navigation Links Track */
.single-footer-links-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.single-footer-links-tittle {
font-size: 18px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 24px;
}

.single-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start;
}

.single-footer-link {
text-decoration: none;
color: var(--text-muted);
font-size: 15px;
transition: color 0.2s ease, transform 0.2s ease;
}

.single-footer-link:hover {
color: var(--teal-brand);
transform: translateX(4px);
}

/* Column 4 Content: Communication coordinates */
.footer-contact-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-flex-wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.footer-single-contact {
display: flex;
align-items: center;
gap: 10px;
color: var(--dark-charcoal);
font-weight: 500;
font-size: 15px;
}

.footer-contact-info-text {
font-size: 15px;
color: var(--text-muted);
}

/* Base Metadata layout row */
.footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer-copyright {
font-size: 14px;
color: var(--text-muted);
}

.copyright-link {
text-decoration: none;
color: var(--dark-charcoal);
font-weight: 500;
}

.copyright-link:hover {
color: var(--teal-brand);
}

/* Circular social icon anchors */
.footer-bottom-social-link-wrapper {
display: flex;
gap: 10px;
}

.footer-single-social-link-wrap {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0,0,0,0.05);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: var(--text-muted);
font-size: 12px;
transition: all 0.25s ease;
}

.footer-single-social-link-wrap:hover {
background-color: var(--teal-brand);
color: #ffffff;
border-color: var(--teal-brand);
}
/* --- DESIGN SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --teal-brand: #00bb9c;     /* Updated to vibrant template green accent */
    --teal-dark: #00594c;      /* Editorial deep dark green text */
    --dark-charcoal: #111212;  
    --text-muted: #757c77;     
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--dark-charcoal);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.text-green {
    color: var(--teal-dark);
}

.primary-button {
    background-color: var(--teal-dark);
    color: white;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.25s ease;
    display: inline-block;
}

.primary-button:hover {
    background-color: #004037;
}

/* --- STICKY TOP NAVIGATION NAVBAR --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: rgba(243, 245, 241, 0.85);
    backdrop-filter: blur(15px);
    z-index: 1000;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 24px;
}

.logo-icon {
    width: 24px;
    height: 24px;
    background-color: var(--dark-charcoal);
    clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark-charcoal);
    font-weight: 500;
    font-size: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #d97453;
    color: white;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-appointment {
    border: 1px solid rgba(0,0,0,0.3);
    color: var(--dark-charcoal);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* --- FIXED SIDEBAR PANEL SOCIAL LINKS --- */
.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--dark-charcoal);
    font-size: 13px;
}





  /* --- SECTION 3: SERVICES CONTROLS SLIDER --- */
  .section.service {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.section-tittle-wrapper {
    max-width: 650px;
    margin: 0 auto 50px auto;
}

.section-tittle {
    font-family: var(--font-headings);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-details {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

.slider-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.service-slider-wrapper {
    display: flex;
    width: 200%; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.slide-group {
    display: flex;
    gap: 24px;
    width: 50%;
    padding: 10px;
}

.single-service-wrapper {
    flex: 1;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 90px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 10px 35px rgba(0,0,0,0.03);
    transition: transform 0.4s ease;
}
.single-service-wrapper:hover {
    transform: translateY(-5px);
}

.single-service-content-wrap {
    width: 65%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 75%, rgba(255,255,255,0) 100%);
    padding: 50px 40px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    z-index: 2;
}

.service-icon-wrap {
    margin-bottom: 20px;
    width: 44px;
    height: 44px;
}

.service-icon {
    width: 100%;
    height: auto;
}

.service-name {
    font-family: var(--font-headings);
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 12px;
}

.single-service-content-wrap .service-details {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--teal-dark);
    font-weight: 700;
    font-size: 14px;
    transition: gap 0.2s ease;
}

.service-btn:hover { gap: 14px; }

.service-slide-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}




 /* Team Image Wrapper fading into layout background */
.cta-img-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
position: relative;
height: 380px;
display: flex;
align-items: flex-end;
justify-content: center;
}

.cta-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
filter: grayscale(100%);
display: block;
}

/* Pure CSS overlay gradient smoothing portraits into bottom layout */
.cta-linear {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 45%;
background: linear-gradient(180deg, rgba(243, 245, 241, 0) 0%, rgba(243, 245, 241, 1) 100%);
z-index: 5;
}








/* --- DESIGN BRAND SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       /* Main light textured layout background */
    --bg-banner: #f9f4ee;     /* Warm pink accent tint for the upper breadcrumb layer */
    --teal-brand: #00594c;     /* Dark editorial template green */
    --dark-charcoal: #111212;  /* Headers text default color */
    --text-muted: #757c77;     /* Descriptive paragraphs */
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    font-family: var(--font-body);
    color: var(--dark-charcoal);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-green {
    color: var(--teal-brand);
}

/* =======================================================
   MODULE 1: UPPER BREADCRUMB HEADER BANNER
   ======================================================= */
.inner-banner {
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg-banner);
    /* Simulates the crisp tooth vector tile texture repeat seamlessly using CSS grids mask */
    background-image: radial-gradient(rgba(0,0,0,0.012) 1.5px, transparent 0);
    background-size: 32px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    text-align: center;
}

.inner-banner-tittle {
    font-family: var(--font-headings);
    font-size: 52px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.breadcrumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-single-link {
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.breadcrumb-single-link:hover, 
.breadcrumb-single-link.w--current {
    color: var(--teal-brand);
}

.breadcrumb-link-divider {
    color: #b8beb9;
    user-select: none;
}

/* =======================================================
   MODULE 2: ABOUT EDITORIAL HEADER CONTENT
   ======================================================= */
.section.after-banner {
    padding: 120px 0 60px 0; /* Keeps layout spacing balanced at base levels */
    width: 100%;
}

.section-tittle-wrapper.about-us-2 {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-tittle-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--teal-brand);
    font-weight: 700;
    margin-bottom: 20px;
}

.section-tittle.about-us {
    font-family: var(--font-headings);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark-charcoal);
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.section-details.about-us-2 {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.75;
    max-width: 780px;
    margin-bottom: 35px;
}

/* Exact layout button style token matching blueprint templates */
.primary-button {
    background-color: var(--teal-brand);
    color: white;
    padding: 16px 38px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.25s ease, transform 0.2s ease;
    box-shadow: 0 10px 25px rgba(0, 89, 76, 0.1);
}

.primary-button:hover {
    background-color: #004037;
    transform: translateY(-2px);
}


/* =======================================================
   MODULE 2: TWIN IMAGES SIDE-BY-SIDE WITH OVERLAPS
   ======================================================= */
   .about-hero-images-grid {
    display: flex;
    gap: 40px;
    width: 100%;
    padding-bottom: 60px;
}

.about-img-frame-wrapper {
    flex: 1;
    height: 460px;
    position: relative;
}

.about-hero-portrait-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 45px; /* Symmetrical smooth rounding container */
    display: block;
    position: relative;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

/* Orange underlay custom accent tracks perfectly matching screenshots */
.orange-accent-underlay-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    z-index: 1;
    pointer-events: none;
}

/* Left Card: Underlay offsets left and bottom borders */
.about-img-frame-wrapper.left-side .orange-accent-underlay-shape {
    border-left: 20px solid var(--orange-offset);
    border-bottom: 20px solid var(--orange-offset);
    bottom: -15px;
    left: -15px;
}

/* Right Card: Underlay offsets top and right borders */
.about-img-frame-wrapper.right-side .orange-accent-underlay-shape {
    border-top: 20px solid var(--orange-offset);
    border-right: 20px solid var(--orange-offset);
    top: -15px;
    right: -15px;
}



/* --- CORE BASE LAYOUT CONFIG --- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--bg-color: #f3f5f1;       
--teal-brand: #00594c;     
--dark-charcoal: #111212;  
--text-muted: #757c77;     
--font-headings: 'El Messiri', sans-serif;
--font-body: 'DM Sans', sans-serif;
}

body {
background-color: var(--bg-color);
font-family: var(--font-body);
color: var(--dark-charcoal);
}

/* --- UNIFORM GAP SPACE FOR HOME SECTIONS --- */
.section.core-values {
padding: 140px 0;
width: 100%;
position: relative;
text-align: center;
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* --- HEADER BLOCK LAYOUT --- */
.section-tittle-wrapper.core-values {
text-align: center;
max-width: 650px;
margin: 0 auto 65px auto;
}

.section-tittle-tag {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--teal-brand);
font-weight: 700;
margin-bottom: 16px;
}

.section-tittle {
font-family: var(--font-headings);
font-size: 46px;
font-weight: 700;
line-height: 1.25;
color: var(--dark-charcoal);
}

.text-green {
color: var(--teal-brand);
}

/* --- 4-COLUMN CARDS GRID SYSTEM --- */
.core-values-grid-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
width: 100%;
}

.single-value-wrap {
background-color: #ffffff;
border-radius: 45px; /* Symmetrical capsule rounding profile matching screenshots */
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
/* Smooth Webflow style animation easing physics curves */
transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
cursor: pointer;
}

/* Hover animation target: lifts container card and darkens ambient depth drop-shadows */
.single-value-wrap:hover {
transform: translateY(-12px);
box-shadow: 0 20px 45px rgba(0, 59, 76, 0.05);
}

.single-value-content-wrap {
padding: 55px 35px;
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
height: 100%;
}

/* --- INTERACTIVE ANIMATED ICON WRAPPER --- */
.single-value-icon-wrap {
width: 44px;
height: 44px;
margin-bottom: 24px;
position: relative;
}

.single-value-icon, 
.single-value-hover-icon {
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.35s ease;
}

.single-value-hover-icon {
opacity: 0;
}

/* Hover interaction: toggles visibility profiles seamlessly over stacked elements */
.single-value-wrap:hover .single-value-icon {
opacity: 0;
}

.single-value-wrap:hover .single-value-hover-icon {
opacity: 1;
}

/* --- TYPOGRAPHY DETAILS --- */
.core-value-name {
font-family: var(--font-body);
font-size: 22px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
}

.core-value-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.65;
text-align: left;
}

/* --- ANIMATED BASE LINE DECORATION --- */
.value-bottom-border {
position: absolute;
bottom: 0;
left: 35px;
width: 0px; /* Starts completely collapsed at center */
height: 2px;
background-color: var(--teal-brand);
transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover interaction: stretches lines outwards to clear card anchor widths */
.single-value-wrap:hover .value-bottom-border {
width: 45px;
}



/* --- SECTION 6: MEET OUR SPECIALISTS (FULL 5 CARDS TRANSITIONS) --- */
.section.specialists { 
    width: 100%; 
    padding: 80px 0; 
}
.section-tittle-wrapper.left-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    margin-bottom: 60px; 
}
.section-tittle-heading-wrapper { 
    max-width: 580px; 
    text-align: left; 
}

/* Specialists Interactive Carousel Mask Window Window */
.specialist-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.specialist-slider-track { 
    display: flex; 
    width: 250%; /* Large width container to safely navigate 5 columns */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
    will-change: transform;
}

.specialist-slide-group {
    display: flex;
    gap: 24px;
    width: 40%; /* Exactly segments active visible workspace views */
    padding: 10px;
}

.single-specialist-wrapper {
    flex: 1;
    background-color: #ffffff;
    border-radius: 90px; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.02);
    transition: transform 0.4s ease;
}
.single-specialist-wrapper:hover { transform: translateY(-8px); }

.specialist-img-container { width: 100%; height: 320px; position: relative; }
.single-specialist-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.specialist-img-container::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index: 2;
}

.single-specialist-details-wrapper { padding: 10px 30px 45px 30px; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: #ffffff; position: relative; z-index: 5; margin-top: -30px; }
.specialist-name { font-family: var(--font-headings); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.specialist-designation { font-size: 14px; color: var(--text-muted); font-weight: 500; margin-bottom: 16px; }

.specialist-social-wrap { display: flex; gap: 10px; margin-bottom: 20px; }
.specialist-single-link { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.08); display: flex; justify-content: center; align-items: center; text-decoration: none; color: #8c928e; font-size: 12px; }
.specialist-single-link:hover { background-color: var(--teal-dark); color: #ffffff; }
.specialist-details { font-size: 14px; color: var(--text-muted); line-height: 1.5; max-width: 240px; margin-bottom: 24px; }
.specialist-more-btn-wrap a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--teal-dark); font-weight: 700; font-size: 14px; }

/* --- GLOBAL KEYFRAME APPARATUS --- */
@keyframes floatVibe { 0% { transform: translateY(0px); } 100% { transform: translateY(-12px); } }
@keyframes imageFloat { 0% { transform: translateY(0px); } 100% { transform: translateY(-12px); } }
@keyframes slowSpin { 100% { transform: rotate(360deg); } }
@keyframes runMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-280px * 6)); } }





/* =======================================================
MODULE 2: SITE WIDE MAIN FOOTER
======================================================= */
.footer {
background-color: var(--bg-color);
padding: 80px 0 40px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
}

.footer-top {
width: 100%;
margin-bottom: 60px;
}

.footer-flex-wrap {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
gap: 50px;
align-items: flex-start;
}

/* Column 1 Content: Branding and Newsletter */
.footer-details-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.footer-logo-wrap {
display: flex;
align-items: center;
gap: 8px;
font-size: 22px;
font-weight: 700;
text-decoration: none;
color: var(--dark-charcoal);
margin-bottom: 16px;
}

.footer-logo-icon {
width: 22px;
height: 22px;
background-color: var(--dark-charcoal);
clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

.footer-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
}

.footer-subscribe-form-wrapper {
width: 100%;
}

.subscribe-form-tittle {
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
text-align: left;
}

/* Inline capsule shape form handler mapping */
.subs-input-wrapper {
display: flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0,0,0,0.06);
padding: 6px;
border-radius: 30px;
width: 100%;
max-width: 360px;
}

.footer-subscribe-input {
flex: 1;
background: none;
border: none;
outline: none;
padding: 0 16px;
font-size: 14px;
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.footer-subscribe-input::placeholder {
color: #a0a6a1;
}

/* Columns 2 & 3 Content: Navigation Links Track */
.single-footer-links-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.single-footer-links-tittle {
font-size: 18px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 24px;
}

.single-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start;
}

.single-footer-link {
text-decoration: none;
color: var(--text-muted);
font-size: 15px;
transition: color 0.2s ease, transform 0.2s ease;
}

.single-footer-link:hover {
color: var(--teal-brand);
transform: translateX(4px);
}

/* Column 4 Content: Communication coordinates */
.footer-contact-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-flex-wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.footer-single-contact {
display: flex;
align-items: center;
gap: 10px;
color: var(--dark-charcoal);
font-weight: 500;
font-size: 15px;
}

.footer-contact-info-text {
font-size: 15px;
color: var(--text-muted);
}

/* Base Metadata layout row */
.footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer-copyright {
font-size: 14px;
color: var(--text-muted);
}

.copyright-link {
text-decoration: none;
color: var(--dark-charcoal);
font-weight: 500;
}

.copyright-link:hover {
color: var(--teal-brand);
}

/* Circular social icon anchors */
.footer-bottom-social-link-wrapper {
display: flex;
gap: 10px;
}

.footer-single-social-link-wrap {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0,0,0,0.05);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: var(--text-muted);
font-size: 12px;
transition: all 0.25s ease;
}

.footer-single-social-link-wrap:hover {
background-color: var(--teal-brand);
color: #ffffff;
border-color: var(--teal-brand);
}
/* --- DESIGN SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --teal-brand: #00bb9c;     /* Updated to vibrant template green accent */
    --teal-dark: #00594c;      /* Editorial deep dark green text */
    --dark-charcoal: #111212;  
    --text-muted: #757c77;     
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--dark-charcoal);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.text-green {
    color: var(--teal-dark);
}

.primary-button {
    background-color: var(--teal-dark);
    color: white;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.25s ease;
    display: inline-block;
}

.primary-button:hover {
    background-color: #004037;
}

/* --- STICKY TOP NAVIGATION NAVBAR --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: rgba(243, 245, 241, 0.85);
    backdrop-filter: blur(15px);
    z-index: 1000;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 24px;
}

.logo-icon {
    width: 24px;
    height: 24px;
    background-color: var(--dark-charcoal);
    clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark-charcoal);
    font-weight: 500;
    font-size: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #d97453;
    color: white;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-appointment {
    border: 1px solid rgba(0,0,0,0.3);
    color: var(--dark-charcoal);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* --- FIXED SIDEBAR PANEL SOCIAL LINKS --- */
.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--dark-charcoal);
    font-size: 13px;
}

@media (max-width: 991px) {
/* Completely remove the invisible placeholder cards on mobile so they take up 0 space */
.single-specialist-wrapper[style*="opacity: 0"] {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
}









/* --- BRAND SYSTEM RESET & GLOBAL VARIABLES --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --bg-banner: #f9f5f0;     
    --teal-brand: #00594c;     /* Sourced background color and .text-green rule */
    --dark-charcoal: #111212;  
    --text-muted: #6e7570;     
    --gold-accent: #b8860b;    /* Sourced exact dark gold menu highlight */
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    font-family: var(--font-body);
    color: var(--dark-charcoal);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =======================================================
   MODULE 1: BREADCRUMB PAGE BANNER
   ======================================================= */
.inner-banner {
    width: 100%;
    padding: 110px 0;
    background-color: var(--bg-banner);
    background-image: radial-gradient(rgba(0,0,0,0.012) 1.5px, transparent 0);
    background-size: 32px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}

.inner-banner-tittle {
    font-family: var(--font-headings);
    font-size: 52px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 12px;
}

.breadcrumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-single-link {
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.breadcrumb-single-link:hover, 
.breadcrumb-single-link.w--current {
    color: var(--teal-brand);
}

.breadcrumb-link-divider {
    color: #b0b6b1;
}

/* =======================================================
   MODULE 2: SERVICE DETAILS GRID ASYMMETRY
   ======================================================= */
.section.service-details {
    padding: 120px 0;
    width: 100%;
}

.service-details-grid-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr; /* Precise sidebar vs content block track split ratio */
    gap: 60px;
    align-items: flex-start;
}

/* --- LEFT COLUMN: STICKY TEAL NAVIGATION ACCORDION --- */
.service-details-grid-left {
    position: sticky;
    top: 40px;
}

.service-details-collection-wrap {
    background-color: var(--teal-brand);
    border-radius: 40px; /* Stadium capsule corner shape map */
    padding: 45px 35px;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 89, 76, 0.06);
}

.service-collection-tittle {
    font-family: var(--font-headings);
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
}

.single-service-links-flex-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}

.single-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
    padding: 12px 0;
    transition: transform 0.25s ease;
}

.single-service-link:hover {
    transform: translateX(4px);
}

.single-service-icon-wrap {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* White vector lines mask overlay filtering */
.single-service-icon {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}

.singe-service-name-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 14px;
}

.single-service-name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.25s ease;
}

/* Active highlight status hooks for current menu element */
.single-service-link.w--current .single-service-name {
    color: #e6b800; /* Exact template deep gold text color matching screenshot */
    font-weight: 700;
}

.single-service-link.w--current .single-service-icon {
    filter: none; /* Keeps native gold icon profile state if configured */
    opacity: 1;
}

.single-service-hover-arrow {
    width: 14px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.single-service-link:hover .single-service-hover-arrow {
    opacity: 0.8;
}

/* --- RIGHT COLUMN: MANAGED TEXT EDITORIAL PANELS --- */
.service-details-grid-right {
    width: 100%;
}

.single-service-details-wrapper {
    width: 100%;
    text-align: left;
}

.single-service-details-tittle {
    font-family: var(--font-headings);
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 24px;
}

.single-service-details-tittle-two {
    font-family: var(--font-headings);
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-top: 50px;
    margin-bottom: 20px;
}

.single-service-details-text {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.75;
}

.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }

/* Media frame capsule window track */
.single-service-details-img-wrap {
    width: 100%;
    height: 440px;
    border-radius: 45px; /* Symmetrical capsule rounding profile match */
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.015);
}

.single-service-details-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    display: block;
}

/* --- CUSTOM UNSTYLED DATA REPEAT MATRICES LIST --- */
.single-service-details-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    list-style: none;
}

.single-service-details-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Solid customized circle marker */
.single-service-details-list-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #008066; /* Precise matching teal/green bullet node color */
    flex-shrink: 0;
    margin-top: 7px;
}

.single-service-details-list-text {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}
/* --- DESIGN SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --teal-brand: #00bb9c;     /* Updated to vibrant template green accent */
    --teal-dark: #00594c;      /* Editorial deep dark green text */
    --dark-charcoal: #111212;  
    --text-muted: #757c77;     
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--dark-charcoal);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.text-green {
    color: var(--teal-dark);
}

.primary-button {
    background-color: var(--teal-dark);
    color: white;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.25s ease;
    display: inline-block;
}

.primary-button:hover {
    background-color: #004037;
}

/* --- STICKY TOP NAVIGATION NAVBAR --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: rgba(243, 245, 241, 0.85);
    backdrop-filter: blur(15px);
    z-index: 1000;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 24px;
}

.logo-icon {
    width: 24px;
    height: 24px;
    background-color: var(--dark-charcoal);
    clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark-charcoal);
    font-weight: 500;
    font-size: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #d97453;
    color: white;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-appointment {
    border: 1px solid rgba(0,0,0,0.3);
    color: var(--dark-charcoal);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* --- FIXED SIDEBAR PANEL SOCIAL LINKS --- */
.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--dark-charcoal);
    font-size: 13px;
}




 /* =======================================================
MODULE 2: SITE WIDE MAIN FOOTER
======================================================= */
.footer {
background-color: var(--bg-color);
padding: 80px 0 40px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
}

.footer-top {
width: 100%;
margin-bottom: 60px;
}

.footer-flex-wrap {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
gap: 50px;
align-items: flex-start;
}

/* Column 1 Content: Branding and Newsletter */
.footer-details-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.footer-logo-wrap {
display: flex;
align-items: center;
gap: 8px;
font-size: 22px;
font-weight: 700;
text-decoration: none;
color: var(--dark-charcoal);
margin-bottom: 16px;
}

.footer-logo-icon {
width: 22px;
height: 22px;
background-color: var(--dark-charcoal);
clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

.footer-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
}

.footer-subscribe-form-wrapper {
width: 100%;
}

.subscribe-form-tittle {
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
text-align: left;
}

/* Inline capsule shape form handler mapping */
.subs-input-wrapper {
display: flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0,0,0,0.06);
padding: 6px;
border-radius: 30px;
width: 100%;
max-width: 360px;
}

.footer-subscribe-input {
flex: 1;
background: none;
border: none;
outline: none;
padding: 0 16px;
font-size: 14px;
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.footer-subscribe-input::placeholder {
color: #a0a6a1;
}

/* Columns 2 & 3 Content: Navigation Links Track */
.single-footer-links-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.single-footer-links-tittle {
font-size: 18px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 24px;
}

.single-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start;
}

.single-footer-link {
text-decoration: none;
color: var(--text-muted);
font-size: 15px;
transition: color 0.2s ease, transform 0.2s ease;
}

.single-footer-link:hover {
color: var(--teal-brand);
transform: translateX(4px);
}

/* Column 4 Content: Communication coordinates */
.footer-contact-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-flex-wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.footer-single-contact {
display: flex;
align-items: center;
gap: 10px;
color: var(--dark-charcoal);
font-weight: 500;
font-size: 15px;
}

.footer-contact-info-text {
font-size: 15px;
color: var(--text-muted);
}

/* Base Metadata layout row */
.footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer-copyright {
font-size: 14px;
color: var(--text-muted);
}

.copyright-link {
text-decoration: none;
color: var(--dark-charcoal);
font-weight: 500;
}

.copyright-link:hover {
color: var(--teal-brand);
}

/* Circular social icon anchors */
.footer-bottom-social-link-wrapper {
display: flex;
gap: 10px;
}

.footer-single-social-link-wrap {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0,0,0,0.05);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: var(--text-muted);
font-size: 12px;
transition: all 0.25s ease;
}

.footer-single-social-link-wrap:hover {
background-color: var(--teal-brand);
color: #ffffff;
border-color: var(--teal-brand);
}







/* --- DESIGN BRAND SYSTEM SETUP & RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #f3f5f1;       
    --bg-banner: #f9f5f0;     
    --teal-brand: #00594c;     
    --dark-charcoal: #111212;  
    --text-muted: #757c77;     
    --orange-offset: #e07a5f;  /* Sourced orange outline overlay color */
    --font-headings: 'El Messiri', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

body {
    background-color: var(--bg-color);
    font-family: var(--font-body);
    color: var(--dark-charcoal);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-green {
    color: var(--teal-brand);
}

/* =======================================================
   MODULE 1: BREADCRUMB HEADER BANNER
   ======================================================= */
.inner-banner {
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg-banner);
    background-image: radial-gradient(rgba(0,0,0,0.012) 1.5px, transparent 0);
    background-size: 32px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    text-align: center;
}

.inner-banner-tittle {
    font-family: var(--font-headings);
    font-size: 52px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 12px;
}

.breadcrumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-single-link {
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.breadcrumb-single-link:hover, 
.breadcrumb-single-link.w--current {
    color: var(--teal-brand);
}

.breadcrumb-link-divider {
    color: #b0b6b1;
}

/* =======================================================
   MODULE 2: CONTACT GRID CORE FORM STRUCTURE
   ======================================================= */
.section.contact-main {
    padding: 140px 0;
    width: 100%;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Precise asymmetry balance matching screenshots */
    gap: 50px;
    align-items: stretch;
    width: 100%;
}

/* Left Side Card Container Block */
.contact-form-wrapper {
    background-color: #ffffff;
    border-radius: 65px; /* Smooth rounded pill card structure */
    padding: 60px 55px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.015);
    display: flex;
    flex-direction: column;
}

.form-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-fields-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.single-fields-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-charcoal);
    margin-bottom: 10px;
}

.single-fields-label-star {
    color: var(--orange-offset);
    margin-left: 2px;
}

/* Base input field resets matching design metrics */
.single-field, .message-field {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 4px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--dark-charcoal);
    outline: none;
    transition: border-color 0.3s ease;
}

.single-field::placeholder, .message-field::placeholder {
    color: #b0b6b1;
}

.single-field:focus, .message-field:focus {
    border-bottom-color: var(--teal-brand);
}

.message-field {
    min-height: 100px;
    resize: vertical;
}

/* Sourced blueprint button token styling rules */
.primary-button {
    background-color: var(--teal-brand);
    color: white;
    padding: 16px 36px;
    border-radius: 14px; /* Crisp square-rounded styling token specific to this form element */
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease;
    display: inline-block;
    margin-top: 10px;
}

.primary-button:hover {
    background-color: #004037;
}

/* --- RIGHT SIDE IMAGE BLOCK CAPUSLE OVERLAPS --- */
.contact-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 65px; /* Symmetrical capsule rounding container window */
    position: relative;
    z-index: 5;
    display: block;
}

/* Bottom offset peachy background outline overlay indicator */
.contact-img-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 20px solid var(--orange-offset);
    border-bottom: 20px solid var(--orange-offset);
    border-radius: 65px;
    bottom: -16px;
    right: -16px;
    z-index: 1;
    pointer-events: none;
}
/* --- STICKY TOP NAVIGATION NAVBAR --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
    background-color: rgba(243, 245, 241, 0.85);
    backdrop-filter: blur(15px);
    z-index: 1000;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 24px;
}

.logo-icon {
    width: 24px;
    height: 24px;
    background-color: var(--dark-charcoal);
    clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark-charcoal);
    font-weight: 500;
    font-size: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-btn {
    position: relative;
    background: none;
    border: 1px solid rgba(0,0,0,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #d97453;
    color: white;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-appointment {
    border: 1px solid rgba(0,0,0,0.3);
    color: var(--dark-charcoal);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* --- FIXED SIDEBAR PANEL SOCIAL LINKS --- */
.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--dark-charcoal);
    font-size: 13px;
}




 /* =======================================================
MODULE 2: SITE WIDE MAIN FOOTER
======================================================= */
.footer {
background-color: var(--bg-color);
padding: 80px 0 40px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
}

.footer-top {
width: 100%;
margin-bottom: 60px;
}

.footer-flex-wrap {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
gap: 50px;
align-items: flex-start;
}

/* Column 1 Content: Branding and Newsletter */
.footer-details-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.footer-logo-wrap {
display: flex;
align-items: center;
gap: 8px;
font-size: 22px;
font-weight: 700;
text-decoration: none;
color: var(--dark-charcoal);
margin-bottom: 16px;
}

.footer-logo-icon {
width: 22px;
height: 22px;
background-color: var(--dark-charcoal);
clip-path: polygon(0% 0%, 100% 0%, 85% 85%, 50% 100%, 15% 85%);
}

.footer-details {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 30px;
text-align: left;
}

.footer-subscribe-form-wrapper {
width: 100%;
}

.subscribe-form-tittle {
font-size: 16px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 14px;
text-align: left;
}

/* Inline capsule shape form handler mapping */
.subs-input-wrapper {
display: flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(0,0,0,0.06);
padding: 6px;
border-radius: 30px;
width: 100%;
max-width: 360px;
}

.footer-subscribe-input {
flex: 1;
background: none;
border: none;
outline: none;
padding: 0 16px;
font-size: 14px;
font-family: var(--font-body);
color: var(--dark-charcoal);
}

.footer-subscribe-input::placeholder {
color: #a0a6a1;
}

/* Columns 2 & 3 Content: Navigation Links Track */
.single-footer-links-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.single-footer-links-tittle {
font-size: 18px;
font-weight: 700;
color: var(--dark-charcoal);
margin-bottom: 24px;
}

.single-footer-links-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start;
}

.single-footer-link {
text-decoration: none;
color: var(--text-muted);
font-size: 15px;
transition: color 0.2s ease, transform 0.2s ease;
}

.single-footer-link:hover {
color: var(--teal-brand);
transform: translateX(4px);
}

/* Column 4 Content: Communication coordinates */
.footer-contact-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-flex-wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-start;
}

.footer-single-contact {
display: flex;
align-items: center;
gap: 10px;
color: var(--dark-charcoal);
font-weight: 500;
font-size: 15px;
}

.footer-contact-info-text {
font-size: 15px;
color: var(--text-muted);
}

/* Base Metadata layout row */
.footer-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer-copyright {
font-size: 14px;
color: var(--text-muted);
}

.copyright-link {
text-decoration: none;
color: var(--dark-charcoal);
font-weight: 500;
}

.copyright-link:hover {
color: var(--teal-brand);
}

/* Circular social icon anchors */
.footer-bottom-social-link-wrapper {
display: flex;
gap: 10px;
}

.footer-single-social-link-wrap {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0,0,0,0.05);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: var(--text-muted);
font-size: 12px;
transition: all 0.25s ease;
}

.footer-single-social-link-wrap:hover {
background-color: var(--teal-brand);
color: #ffffff;
border-color: var(--teal-brand);
}







/* --- POPUP OVERLAY --- */
.booking-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(17, 18, 18, 0.7);
    backdrop-filter: blur(5px);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* --- POPUP CONTENT BOX --- */
.booking-modal-content {
    background-color: #ffffff;
    width: 90%;
    max-width: 450px;
    border-radius: 40px;
    padding: 40px 35px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    
    /* Pop-in animation */
    transform: scale(0.95) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- ACTIVE STATE (Fires when JS opens it) --- */
.booking-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.booking-modal-overlay.active .booking-modal-content {
    transform: scale(1) translateY(0);
}

/* --- CLOSE BUTTON --- */
.close-modal-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 32px;
    color: #757c77;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}
.close-modal-btn:hover { color: #111212; }

/* --- MODAL TEXT --- */
.modal-header { text-align: center; margin-bottom: 25px; }
.modal-tittle {
    font-family: 'El Messiri', sans-serif;
    font-size: 28px;
    color: #00594c;
    margin-bottom: 8px;
}
.modal-subtitle { font-size: 14px; color: #757c77; line-height: 1.5; margin: 0; }

/* --- FORM FIELDS --- */
.modal-form { display: flex; flex-direction: column; gap: 15px; }
.single-field {
    width: 100%;
    padding: 16px 20px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #111212;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.single-field:focus { border-color: #00594c; background-color: #ffffff; }
.select-field { appearance: none; cursor: pointer; }

/* --- SUBMIT BUTTON --- */
.modal-submit-btn {
    width: 100%;
    background-color: #00594c;
    color: white;
    padding: 18px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s ease;
}
.modal-submit-btn:hover { background-color: #004037; }

/* --- MOBILE TWEAKS --- */
@media (max-width: 991px) {
    .booking-modal-content { padding: 35px 25px; border-radius: 30px; }
    .modal-tittle { font-size: 26px; }
}