/*
Theme Name: My Bootstrap Starter
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Professional WordPress starter theme using Bootstrap 5
Version: 1.0.0
License: GNU GPL v2 or later
Text Domain: my-bootstrap-starter
*/
figure {
    max-width: 100%;
}
.page-template-treatment-one .hero-overlay {
    background: linear-gradient(180deg,rgba(2,26,58,0.8) 0%, rgba(2,26,58,0.15) 100%);
}
section {
    background-repeat: no-repeat;
}
body {
    padding-top: 116px;
}
/* =========================
   Brand Colors
   ========================= */

:root {
    --brand-dark: #021a3a;     /* Charcoal */
    --brand-gray: #6B7280;     /* Neutral gray */
    --brand-orange: #F47A20;   /* Accent orange */
    --brand-bg-light: #F9FAFB;
}

b, strong {
    font-weight: 600;
}
/* =========================
   Base Typography
   ========================= */
img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
section.normal_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
img.bhaskar_circle {
    max-width: 100%;
    width: 100px;
    margin: auto;
    display: block;
    border-radius: 50%;
}
section.final{
	/* background-color:var(--brand-orange); */
	padding: 20vh 0;
}

img.bhaskar-profile {
    margin-left: auto;
}
.bhaskar-profile {
    max-width: 70%;
    height: auto;
}
.home1-col1 {
    padding-bottom: 60px;
}

.home1-image {
    flex-direction: column;
    justify-content: end;
}
section.trust-banner {
    background: linear-gradient(
90deg, #041851 0%, #1f45b5 100%);
}
.trust-bar {
    background: linear-gradient(90deg, #04275e 0%, #0381de 100%);
}
.btn:hover {
    text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--brand-dark);
    line-height: 1.7;
    background-color: #ffffff;
}

/* =========================
   Headings (Authority / Trust)
   ========================= */

h1, h2, h3, h4, h5, h6 { 
  /* font-family: "Libre Baskerville", serif; */
	 font-family: "Hedvig Letters Serif", serif;
  font-optical-sizing: auto;
    font-weight: 400;
    color: var(--brand-dark);
    margin-bottom: 0.75rem;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.35rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 0.95rem;
}

/* Accent highlight for names or key words */
.heading-accent,
.text-accent {
    color: var(--brand-orange);
}

/* =========================
   Paragraphs & Lists
   ========================= */

p {
    font-family: 'Montserrat', sans-serif;
    /* font-family: "Red Hat Display", sans-serif; */
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

ul, ol {
    padding-left: 1.25rem;
}

li {
	font-family: "Red Hat Display", sans-serif;
	/*  font-family: 'Montserrat', sans-serif; */
	font-size: 1rem;
	/* color: var(--brand-gray); */
	margin-bottom: 0.5rem;
}

/* =========================
   Links
   ========================= */

body a {
    color: var(--brand-orange);
    text-decoration: none;
    transition: color 0.2s ease;
}

body a:hover,
body a:focus {
    color: #d96412;
    text-decoration: underline;
}

/* =========================
   Navigation Typography
   ========================= */

.navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--brand-dark);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--brand-orange);
}

/* =========================
   Logo Text (if text-based)
   ========================= */

.logo-text,
.site-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--brand-dark);
}

.logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--brand-gray);
}

/* =========================
   Buttons (Optional polish)
   ========================= */

body .btn-primary {
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body .btn-primary:hover {
    background-color: #d96412;
    border-color: #d96412;
}

/* =========================
   Medical Content Sections
   ========================= */

.section-light {
    background-color: var(--brand-bg-light);
    padding: 4rem 0;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 2rem;
}

/* =========================
   Header / Navbar Styling
   ========================= */

.site-header .navbar {
    min-height: 72px;
}

.site-logo img,
.custom-logo {
    max-height: 100px;   /* ← CONTROLLED LOGO SIZE */
    width: auto;
}

.navbar-brand {
    padding: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

/* Navigation links */
.navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

/* Dropdown alignment */
.navbar-nav .dropdown-menu {
    margin-top: 0.5rem;
}

/* Prevent content hiding behind fixed header */
.site-content {
    /* padding-top: 40px; */
}



/* =========================
   Footer – Medical Branding
   ========================= */

.site-footer {
    background-color: #1f1f1f;
    color: #e5e7eb;
}

/* Footer headings */
.site-footer h5,
.site-footer h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.03em;
}

/* Footer description */
.footer-description {
    font-family: 'Montserrat', sans-serif;
    color: #9ca3af;
    line-height: 1.6;
}

/* Footer links */
.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #d1d5db;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--brand-orange);
    text-decoration: none;
}

/* Contact list */
.site-footer ul.small li {
    font-family: 'Montserrat', sans-serif;
    color: #d1d5db;
}

/* Divider */
.site-footer hr {
    border-color: rgba(255,255,255,0.1);
}

/* Footer bottom text */
.site-footer .small {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #9ca3af;
}

/* Footer bottom links */
.site-footer .small a {
    color: #d1d5db;
}

.site-footer .small a:hover {
    color: var(--brand-orange);
}

/* Spacing polish */
.site-footer .row > div {
    margin-bottom: 0.5rem;
}



.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.trust-icon {
    font-size: 2rem;
    line-height: 1;
    opacity: 0.95;
}

.trust-text {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
}
.condition-card {
    display: block;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
   /* box-shadow: 0 6px 18px rgba(0,0,0,.06); */
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.condition-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

/* Image wrapper */
.condition-image {
    height: auto;
    position: relative;
    background:transparent; /* neutral background for empty space */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image itself */
.condition-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* IMPORTANT: no cropping */
    display: block;
}

/* Optional overlay (kept subtle since image is not full-bleed) */
.condition-image::after {
    content: "";
    position: absolute;
    inset: 0;
  /*  background: linear-gradient(
        to bottom,
        rgba(0,0,0,.08),
        rgba(0,0,0,.25)
    ); */
    pointer-events: none;
}

.condition-content {
    padding: 1.25rem;
    text-align: center;
}

.condition-content h5 {
    font-family: "Hedvig Letters Serif", serif;
    margin: 0;
    color: #1f2937;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 23px;
    /* text-decoration: underline; */
}
section.home1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
   
}
.bg-attachment-fixed {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	background-repeat:no-repeat;
}
/* Training Timeline */
        .timeline-section {
            padding: 100px 0;
            background-color: white;
        }
        
        .timeline {
            position: relative;
            max-width: 800px;
            margin: 50px auto 0;
        }
        
        .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #e0edf9;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }
        
        .timeline-item {
            padding: 10px 40px;
            position: relative;
            width: 50%;
            box-sizing: border-box;
            margin-bottom: 30px;
        }
        
        .timeline-item:nth-child(odd) {
            left: 0;
        }
        
        .timeline-item:nth-child(even) {
            left: 50%;
        }
        
        .timeline-content {
            padding: 20px 30px;
            background-color: #e0edf9;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
        }
        
        .timeline-content h3 {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: bold;
}
        .timeline-content p {
            color: #666;
        }
        
        .timeline-item::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #e0edf9;
            border: 5px solid var(--brand-dark);
            border-radius: 50%;
            top: 15px;
            z-index: 1;
        }
        
        .timeline-item:nth-child(odd)::after {
            right: -10px;
        }
        
        .timeline-item:nth-child(even)::after {
            left: -10px;
        }




 /* Responsive Styles */
        @media (max-width: 992px) {
            .timeline::after {
                left: 31px;
            }
            
            .timeline-item {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }
            
            .timeline-item:nth-child(even) {
                left: 0;
            }
            
            .timeline-item::after {
                left: 20px;
            }
            
            .timeline-item:nth-child(odd)::after, 
            .timeline-item:nth-child(even)::after {
                left: 20px;
            }
        }
@media(max-width:767px){
	.bg-attachment-fixed {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
	background-repeat:no-repeat;
}
}





.latest-blogs {
    background-color: var(--brand-bg-light);
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.blog-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 278px;
}

.blog-body {
    padding: 1.5rem;
}

.blog-date {
    display: block;
    font-size: 0.85rem;
    color: var(--brand-gray);
    margin-bottom: .5rem;
}

.blog-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: .75rem;
}

.blog-title a {
    color: var(--brand-dark);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--brand-orange);
}

.blog-excerpt {
    font-size: 0.95rem;
    color: var(--brand-gray);
    margin-bottom: 1rem;
}

.blog-readmore {
    font-weight: 600;
    color: var(--brand-orange);
    text-decoration: none;
}

.blog-readmore:hover {
    text-decoration: underline;
}



/*-------------------single ---------------*/
.blog-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 2rem;
}

.author-box .author-name {
    font-weight: 600;
}

.blog-tags a {
    display: inline-block;
    margin-right: 8px;
    font-size: 0.9rem;
}

.post-navigation a {
    font-weight: 500;
}


/*------------sidebar ----------------*/
.blog-sidebar {
    position: relative;
}

.sidebar-inner {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
}

.sidebar-cta {
    background: #f8f9fa;
    border-left: 4px solid #0d6efd;
}

.widget-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.popular-posts a,
.category-list a {
    font-weight: 500;
    text-decoration: none;
}

.popular-posts a:hover,
.category-list a:hover {
    text-decoration: underline;
}



/*---------------contact page -----------------*/

.wpcf7-form label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #ccc;
    margin-top: 0.25rem;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #333;
    outline: none;
}
.wpcf7-form .wpcf7-submit {
    background-color: #333;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 0.375rem;
    border: none;
    cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #000;
}
.wpcf7-form input[type="checkbox"] {
    width: auto;
}

span.wpcf7-list-item.first.last {
    margin-left: 0;
}






.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(0, 0, 0, 0.8);
   
}
body .patients-greetings-carousel .owl-nav{
	
	top:38%;
}
body .patients-greetings-carousel .owl-nav button span{
	margin-top:-9px;
}
.patients-greetings-carousel .owl-nav button span {
    color: white;
    font-size: 60px;
    line-height: 0em;
}

/* Position nav buttons vertically centered */
.patients-greetings-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Individual buttons */
.patients-greetings-carousel .owl-nav button {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

/* Left button */
.patients-greetings-carousel .owl-nav .owl-prev {
    left: -22px;
}

/* Right button */
.patients-greetings-carousel .owl-nav .owl-next {
    right: -22px;
}

/* Hover effect */
.patients-greetings-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Hide nav on small screens (optional) */
@media (max-width: 767px) {
	/* Left button */
.patients-greetings-carousel .owl-nav .owl-prev {
    left: 0px;
}

/* Right button */
.patients-greetings-carousel .owl-nav .owl-next {
    right: 0;
}

    .patients-greetings-carousel .owl-nav {
        display: block;
    }
}
.patients-greetings-carousel .owl-nav button {
    width: 52px;
    height: 52px;
}




/* Card hover effect */
.treatment-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.75rem;
}
.treatment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Title link styling */
.treatment-title-link {
    text-decoration: none;
   
}
.treatment-title-link:hover {
    color: #000; /* optional hover color */
    text-decoration: underline;
}
.treatment-image {
    width: 100%;
    height: 200px; /* fixed height for all */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.treatment-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crops nicely */
    border-radius: 8px;
}
/* Read More button fix */
.readmore-btn {
    display: inline-block !important; /* important to override Bootstrap */
    width: auto !important;          /* ensure not full width */
    padding-left: 1rem;
    padding-right: 1rem;
}


@media (max-width: 600px) {
.condition-image img {
	width:100%;
}
}



/* ===============================
   BLOG COMMENTS – RESPONSIVE FIX
================================ */

.blog-comments {
    margin-top: 3rem;
}

/* Form wrapper */
.comment-respond {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
}

/* Headline */
.comment-reply-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Remove default paragraph spacing chaos */
.comment-form p {
    margin-bottom: 1rem;
}

/* Labels */
.comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

/* Inputs & textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

/* Textarea height */
.comment-form textarea {
    min-height: 140px;
}

/* Cookies checkbox */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
}

/* Submit button */
.comment-form .submit {
    background: #212529;
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    width: auto; /* IMPORTANT for mobile */
}

.comment-form .submit:hover {
    background: #000;
}

/* Notes text */
.comment-notes,
.logged-in-as {
    font-size: 0.85rem;
    color: #6c757d;
}

/* ===============================
   DESKTOP ENHANCEMENTS
================================ */
@media (min-width: 768px) {

    /* Name + Email side by side */
    .comment-form-author,
    .comment-form-email {
        width: 48%;
        display: inline-block;
    }

    .comment-form-author {
        margin-right: 4%;
    }

    /* URL full width */
    .comment-form-url {
        width: 100%;
    }
}




.faq-section {
    margin-top: 50px;
}

.faq-section h2 {
    margin-bottom: 20px;
}

.faq-section h3 {
   
}

.faq-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}


img.align-right {
    float: right;
    margin-left: 1em;
}
img.align-left {
    float: left;
    margin-right: 1em;
}




.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
}
.whatsapp-float img { width:55px; }
.whatsapp-float img{box-shadow:0 10px 25px rgba(0,0,0,.3);border-radius: 50% 50% 50% 0;}


/* HERO SECTION */
.hero-spinefocus {
    position: relative;
    min-height: calc( 100vh - 116px);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 12, 32, 0.96) 0%,
            rgba(3, 20, 48, 0.92) 40%,
            rgba(4, 29, 65, 0.55) 100%
        );
}

/* SUBTITLE */
.hero-subtitle {
    color: #d7b06a;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* TITLE */
.hero-title {
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 1.05;
    font-weight: 500;
    color: #fff;
    letter-spacing: -2px;
}

/* DESCRIPTION */
.hero-description {
    max-width: 620px;
    font-size: 1.2rem;
    line-height: 1.8;
   color:#c1afaf;
}

/* BUTTONS */
.hero-spinefocus .btn-modern {
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-spinefocus .btn-primary {
    background: #d7b06a;
    border-color: #d7b06a;
    color: #08162f;
}

.hero-spinefocus .btn-primary:hover {
    background: #e5bf7d;
    border-color: #e5bf7d;
    transform: translateY(-2px);
}

.hero-spinefocus .btn-outline-light:hover {
    color: #08162f;
    background: #fff;
}

/* FEATURES */
.hero-features {
   /* max-width: 700px; */
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.hero-feature-item i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 1.2rem;
    color: #d7b06a;
}

/* DOCTOR IMAGE */
.hero-doctor-wrapper {
    position: relative;
}

.hero-doctor-image {
    max-height: 780px;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.45));
}

/* MOBILE */
@media (max-width: 991px) {

    .hero-spinefocus {
        min-height: auto;
        /* padding: 120px 0 80px; */
        
    }

    .hero-title {
        font-size: 3rem;
        line-height: 1.1;
    }

    .hero-description {
        font-size: 1.05rem;
    }

    .hero-features {
        margin-top: 40px !important;
    }

}

@media (max-width: 767px) {

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-subtitle {
        letter-spacing: 2px;
        font-size: 0.75rem;
    }

    .hero-feature-item {
        font-size: 0.9rem;
    }

}


/* ABOUT SECTION */
.about-spinefocus {
    position: relative;
    background: #ffffff;
}

/* SUBTITLE */
.about-subtitle {
   display: inline-block;
    color: var(--bs-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* TITLE */
.about-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.15;
    font-weight: 500;
    color: #0f172a;
    letter-spacing: -1px;
}

/* LEAD */
.about-lead {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #1e293b;
    font-weight: 400;
}

/* BODY TEXT */
.about-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #475569;
}

/* TAGS */
.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 100px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 500;
}

/* LINK */
.about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-link i {
    transition: transform 0.3s ease;
}

.about-link:hover {
    gap: 14px;
}

.about-link:hover i {
    transform: translateX(3px);
}

/* IMAGE */
.about-image-wrapper {
    position: relative;
    padding: 30px;
}

.about-image-bg {
    position: absolute;
    inset: 40px;
    border-radius: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(15,23,42,0.04),
            rgba(37,99,235,0.08)
        );
}

.about-doctor-image {
    position: relative;
    z-index: 2;
    max-height: 700px;
    object-fit: contain;
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.12));
}

/* TABLET */
@media (max-width: 991px) {

    .about-content {
        text-align: center;
    }

    .about-tags {
        justify-content: center;
    }

    .about-image-wrapper {
        margin-top: 10px;
    }

    .about-doctor-image {
        max-height: 560px;
    }

}

/* MOBILE */
@media (max-width: 767px) {

    .about-spinefocus {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .about-lead {
        font-size: 1.05rem;
        line-height: 1.8;
    }

    .about-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .about-tags span {
        font-size: 0.82rem;
        padding: 8px 14px;
    }

    .about-image-wrapper {
        padding: 10px;
    }

    .about-image-bg {
        inset: 20px;
    }

}


/* =========================================
   SPINE FOCUS NAVBAR
========================================= */

.navbar {
    z-index: 999;
    transition: all 0.3s ease;
    background: transparent;
}

/* LOGO */
.navbar-brand img {
    max-height: 72px;
    width: auto;
}

/* MENU WRAPPER */
.navbar-nav {
    gap: 10px;
}

/* NAV LINKS */
.navbar .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 10px 18px !important;

    border-radius: 12px;

    background: rgba(2, 26, 58, 0.82);

    border: 1px solid rgba(255,255,255,0.08);

    color: #ffffff;

    font-size: 0.95rem;
    font-weight: 500;

    transition: all 0.3s ease;
}

/* HOVER */
.navbar .nav-link:hover {
    background: #021a3a;
    border-color: rgba(255,255,255,0.18);
    color: #7fd6ff;
    transform: translateY(-2px);
    box-shadow:
        0 10px 25px rgba(2, 26, 58, 0.35);
    text-decoration: none;
}

/* ACTIVE */
.navbar .current-menu-item > .nav-link,
.navbar .current_page_item > .nav-link {
    background: #021a3a;

    border-color: rgba(127,214,255,0.25);

    color: #7fd6ff;

    box-shadow:
        inset 0 0 0 1px rgba(127,214,255,0.12),
        0 10px 25px rgba(2, 26, 58, 0.35);
}

/* REMOVE UNDERLINE */
.navbar .nav-link::after {
    display: none;
}

/* TOGGLER */
.navbar-toggler {
    /* border: 0; */
    /* padding: 0; */
    /* box-shadow: none !important; */
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* WHITE TOGGLER */
.navbar-toggler-icon {
    /* filter: brightness(0) invert(1); */
}

/* MOBILE */
@media (max-width: 991px) {
	.about-image-bg{
		display:none;
	}
    .navbar-collapse {
        /* margin-top: 20px; */
        /* padding: 20px; */
        /* border-radius: 22px; */
        /* background:
            linear-gradient(
                135deg,
                rgba(2, 26, 58, 0.98),
                rgba(4, 39, 84, 0.98)
            ); */
        /* backdrop-filter: blur(16px); */
        /* border: 1px solid rgba(255,255,255,0.08); */
    }

    .navbar-nav {
        gap: 8px;
    }

    .navbar .nav-link {
        width: 100%;
        justify-content: flex-start;
    }

}
/* =========================================
   HOSPITAL SECTION
========================================= */

.hospital-section {
    background:
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 100%
        );
}

/* HEADER */
.hospital-subtitle {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hospital-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.15;
    font-weight: 500;
    color: #021a3a;
}

.hospital-intro {
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #64748b;
}

/* CARD */
.hospital-card {
    display: flex;
    flex-direction: column;

    padding: 36px;

    border-radius: 28px;

    background: #ffffff;

    border: 1px solid rgba(2,26,58,0.08);

    box-shadow:
        0 10px 40px rgba(15,23,42,0.04);

    transition: all 0.35s ease;
}

.hospital-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 60px rgba(2,26,58,0.08);
}

/* BADGE */
.hospital-badge {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    padding: 8px 14px;

    margin-bottom: 20px;

    border-radius: 100px;

    background: rgba(2,26,58,0.06);

    color: #021a3a;

    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* TITLE */
.hospital-card h3 {
    font-size: 1.45rem;
    line-height: 1.4;
    font-weight: 500;
    color: #021a3a;
    margin-bottom: 18px;
}

/* DESCRIPTION */
.hospital-description {
    color: #64748b;
    line-height: 1.85;
    margin-bottom: 28px;
}

/* ADDRESS */
.hospital-address {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 28px;

    color: #334155;
}

.hospital-address i {
    color: var(--bs-primary);
    font-size: 1.2rem;
    margin-top: 2px;
}

/* SPECIALITIES */
.hospital-specialities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 32px;
}

.hospital-specialities span {
    padding: 9px 14px;

    border-radius: 100px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    color: #021a3a;

    font-size: 0.85rem;
    font-weight: 500;
}

/* BUTTONS */
.hospital-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: auto;
}

.hospital-actions .btn {
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 767px) {

    .hospital-card {
        padding: 28px;
        border-radius: 22px;
    }

    .hospital-card h3 {
        font-size: 1.25rem;
    }

    .hospital-description,
    .hospital-intro {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .hospital-actions {
        flex-direction: column;
    }

    .hospital-actions .btn {
        width: 100%;
    }

}

.specialist-areas h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.15;
    font-weight: 500;
    color: #021a3a;
}

.specialist-areas p.text-muted {
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #64748b;
}

.section-subtitle {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================
   RESEARCH SECTION
========================================= */

.research-section {
    background: linear-gradient(180deg, #e4edf9 0%, #ffffff 100%);
}

/* HEADER */
.research-subtitle {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.research-title {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.15;
    font-weight: 500;
    color: #021a3a;
}

.research-intro {
    max-width: 760px;
    color: #64748b;
    line-height: 1.9;
}

/* CARD */
.research-card {
    padding: 36px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(2,26,58,0.08);

    box-shadow:
        0 10px 40px rgba(15,23,42,0.04);
}

/* TITLE */
.research-card-title {
    font-size: 1.45rem;
    font-weight: 600;
    color: #021a3a;
}

/* PUBLICATIONS */
.publication-item {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

.publication-item-last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.publication-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.publication-badge {
    padding: 7px 12px;
    border-radius: 100px;

    background: rgba(2,26,58,0.06);

    color: #021a3a;

    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.publication-date {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

.publication-item h4 {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 14px;
}

.publication-item h4 a {
    color: #021a3a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.publication-item h4 a:hover {
    color: var(--bs-primary);
}

.publication-description {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 0;
}

/* MEMBERSHIPS */
.membership-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.membership-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 20px;

    border-radius: 18px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    text-decoration: none;

    transition: all 0.3s ease;
}

.membership-item:hover {
    transform: translateY(-3px);
    background: #ffffff;
    text-decoration:none;
}

.membership-item h4 {
    font-size: 1rem;
    margin-bottom: 6px;
    color: #021a3a;
}

.membership-item span {
    color: #64748b;
    font-size: 0.88rem;
}

.membership-item i {
    color: var(--bs-primary);
    font-size: 1.1rem;
}

/* HIGHLIGHT */
.research-highlight {
    margin-top: 28px;

    padding: 24px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #021a3a,
            #0d2d5f
        );

    color: #ffffff;
}

.research-highlight h4 {
    margin-bottom: 12px;
    font-size: 1.15rem;
    color: white;
}

.research-highlight p {
    margin-bottom: 0;
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
}

/* MOBILE */
@media (max-width: 767px) {

    .research-card {
        padding: 28px;
        border-radius: 22px;
    }

    .publication-item h4 {
        font-size: 1.02rem;
    }

    .publication-description,
    .research-intro {
        font-size: 0.96rem;
    }

}
/* =========================================
   FAQ SECTION
========================================= */

.faq-section{
    position:relative;
    background-size:cover;
    background-position:center;
}

.faq-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.94),
            rgba(255,255,255,0.97)
        );
}

/* HEADER */
.faq-subtitle{
    display:inline-block;

    color:var(--bs-primary);

    font-size:.82rem;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;
}

.faq-title{
    font-size:clamp(2rem,4vw,3.2rem);
    line-height:1.15;
    font-weight: 500;
    color:#021a3a;
}

.faq-intro{
    max-width:760px;

    color:#64748b;

    line-height:1.9;
}

/* ACCORDION */
.faq-accordion{
    max-width:950px;
}

/* ITEM */
.faq-item{
    margin-bottom:18px;

    border:0 !important;

    border-radius:22px !important;

    overflow:hidden;

    background:#ffffff;

    box-shadow:
        0 10px 35px rgba(15,23,42,0.05);
}

/* BUTTON */
.faq-item .accordion-button{
    padding:24px 28px;

    background:#ffffff;

    color:#021a3a;

    font-size:1.05rem;
    font-weight:600;

    box-shadow:none !important;
}

/* ACTIVE */
.faq-item .accordion-button:not(.collapsed){
    background:#ffffff;
    color:var(--bs-primary);
}

/* BODY */
.faq-item .accordion-body{
    padding:
        0 28px 28px;

    color:#64748b;

    line-height:1.9;
}

/* ICON */
.faq-item .accordion-button::after{
    background-size:1rem;
}

/* MOBILE */
@media(max-width:767px){

    .faq-item .accordion-button{
        padding:20px;
        font-size:1rem;
    }

    .faq-item .accordion-body{
        padding:
            0 20px 20px;
    }

}

/* FOOTER CONTACT */
.footer-title{
    letter-spacing:1px;
    font-weight:600;
}

.footer-contact-card{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.footer-contact-icon{
    width:42px;
    height:42px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,0.06);

    color:#7fd6ff;

    flex-shrink:0;
}

.footer-label{
    display:block;

    font-size:.72rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;

    color:rgba(255,255,255,0.55);

    margin-bottom:4px;
}

.footer-contact-item p,
.footer-contact-link{
    color:#ffffff;
    text-decoration:none;

    line-height:1.7;

    transition:all .3s ease;
}

.footer-contact-link:hover{
    color:#7fd6ff;
}

/* INLINE FOOTER BUTTON LINKS */
.footer-inline-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.footer-inline-links li{
    margin:0;
}

.footer-inline-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 16px;

    border-radius:100px;

    background:rgba(255,255,255,0.06);

    border:1px solid rgba(255,255,255,0.08);

    color:#ffffff;

    font-size:.9rem;
    font-weight:500;

    text-decoration:none;

    transition:all .3s ease;
}

.footer-inline-links a:hover{
    background:#ffffff;
    color:#021a3a;

    transform:translateY(-2px);
}


/* =========================================
   CONTACT INFO CARD
========================================= */

.contact-info-card{
    padding:40px;

    height:100%;

    border-radius:30px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );

    border:1px solid rgba(2,26,58,0.06);

    box-shadow:
        0 20px 60px rgba(15,23,42,0.05);
}

/* TITLE */
.contact-info-card h3{
    font-size:2rem;
    line-height:1.2;
    font-weight:600;

    color:#021a3a;
}

/* ITEM */
.contact-info-item{
    display:flex;
    align-items:flex-start;
    gap:18px;

    padding:20px 0;

    border-bottom:1px solid rgba(2,26,58,0.06);
}

.contact-info-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* ICON */
.contact-icon{
    width:54px;
    height:54px;

    min-width:54px;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
        linear-gradient(
            135deg,
            rgba(2,26,58,0.06),
            rgba(2,26,58,0.03)
        );

    color:#021a3a;

    font-size:1.2rem;
}

/* LABEL */
.contact-label{
    display:block;

    margin-bottom:8px;

    color:#64748b;

    font-size:.75rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;
}

/* TEXT */
.contact-info-item p{
    margin:0;

    color:#021a3a;

    line-height:1.8;
}

/* LINKS */
.contact-info-item a{
    color:#021a3a;

    text-decoration:none;

    font-weight:500;

    transition:all .3s ease;
}

.contact-info-item a:hover{
    color:var(--bs-primary);
}

/* MOBILE */
@media(max-width:767px){

    .contact-info-card{
        padding:28px;
        border-radius:24px;
    }

    .contact-info-card h3{
        font-size:1.7rem;
    }

    .contact-info-item{
        gap:14px;
        padding:18px 0;
    }

    .contact-icon{
        width:48px;
        height:48px;
        min-width:48px;

        border-radius:14px;
    }

}



/* =========================================
   BLOG SIDEBAR
========================================= */

.blog-sidebar{
    position:relative;
}

.sidebar-inner{
    position:sticky;
    top:120px;

    display:flex;
    flex-direction:column;
    gap:24px;
}

/* WIDGET */
.sidebar-widget{
    padding:30px;

    border-radius:28px;

    background:#ffffff;

    border:1px solid rgba(2,26,58,0.06);

    box-shadow:
        0 15px 45px rgba(15,23,42,0.05);
}

/* CTA */
.sidebar-cta{
    background:
        linear-gradient(
            135deg,
            #021a3a,
            #0d2d5f
        );

    color:#ffffff;
}

.sidebar-subtitle{
    display:inline-block;

    margin-bottom:14px;

    color:rgba(255,255,255,0.7);

    font-size:.75rem;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;
}

.sidebar-cta h3{
    font-size:1.8rem;
    line-height:1.2;
    margin-bottom:16px;
    color: white;
}

.sidebar-cta p{
    color:rgba(255,255,255,0.82);

    line-height:1.8;

    margin-bottom:24px;
}

/* HEADER */
.sidebar-widget-header{
    margin-bottom:22px;
}

.widget-title{
    margin:0;

    color:#021a3a;

    font-size:1.25rem;
    font-weight:600;
}

/* POPULAR POSTS */
.popular-posts{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.popular-post-item{
    padding-bottom:18px;

    border-bottom:1px solid rgba(2,26,58,0.06);
}

.popular-post-item:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.popular-post-link{
    display:block;

    color:#021a3a;

    text-decoration:none;

    font-weight:500;

    line-height:1.7;

    transition:all .3s ease;
}

.popular-post-link:hover{
    color:var(--bs-primary);
}

.post-date{
    display:block;

    margin-top:6px;

    color:#64748b;

    font-size:.82rem;
}

/* SIDEBAR LINKS */
.sidebar-links{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.sidebar-links li{
    margin:0;
}

.sidebar-links a{
    display:flex;
    align-items:center;
    gap:10px;

    padding:12px 16px;

    border-radius:14px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    color:#021a3a;

    text-decoration:none;

    font-size:.94rem;
    font-weight:500;

    transition:all .3s ease;
}

.sidebar-links a:hover{
    background:#021a3a;
    color:#ffffff;

    transform:translateX(3px);
}

.sidebar-links i{
    font-size:1.1rem;
}

/* CONTACT */
.sidebar-contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;

    padding:16px 0;

    border-bottom:1px solid rgba(2,26,58,0.06);
}

.sidebar-contact-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}

.sidebar-contact-icon{
    width:46px;
    height:46px;

    min-width:46px;

    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#f8fafc;

    color:#021a3a;
}

.sidebar-contact-label{
    display:block;

    margin-bottom:6px;

    color:#64748b;

    font-size:.72rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;
}

.sidebar-contact-item p{
    margin:0;

    color:#021a3a;

    line-height:1.7;
}

.sidebar-contact-item a{
    color:#021a3a;

    text-decoration:none;

    font-weight:500;

    transition:all .3s ease;
}

.sidebar-contact-item a:hover{
    color:var(--bs-primary);
}

/* MOBILE */
@media(max-width:991px){

    .sidebar-inner{
        position:relative;
        top:auto;
    }

}

@media(max-width:767px){

    .sidebar-widget{
        padding:24px;
        border-radius:22px;
    }

    .sidebar-cta h3{
        font-size:1.5rem;
    }

}


/* =========================================
   BLOG PAGE
========================================= */

/* HERO */
.blog-hero{
    position:relative;

    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;

    overflow:hidden;
}

.blog-hero-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.82),
            rgba(255,255,255,0.9)
        );
}

.blog-hero-title{
    font-size:clamp(2.5rem,5vw,4.5rem);
    line-height:1.1;
    font-weight: 500;
    color:#021a3a;
}

.blog-hero-text{
    max-width:820px;

    color:#64748b;

    font-size:1.08rem;
    line-height:1.9;
}

/* FEATURED */
.featured-card{
    overflow:hidden;

    border-radius:34px;

    background:#ffffff;

    border:1px solid rgba(2,26,58,0.06);

    box-shadow:
        0 20px 60px rgba(15,23,42,0.05);
}

.featured-image-link{
    display:block;
    height:100%;
}

.featured-image{
    width:100%;
    height:100%;

    min-height:420px;

    object-fit:cover;
}

.featured-content{
    padding:50px;
}

.featured-badge{
    display:inline-flex;

    padding:8px 14px;

    border-radius:100px;

    background:rgba(2,26,58,0.06);

    color:#021a3a;

    font-size:.75rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;

    margin-bottom:18px;
}

.featured-date{
    display:block;

    color:#64748b;

    margin-bottom:18px;

    font-size:.92rem;
}

.featured-title{
    font-size:2.2rem;
    line-height:1.25;

    margin-bottom:22px;
}

.featured-title a{
    color:#021a3a;
    text-decoration:none;

    transition:all .3s ease;
}

.featured-title a:hover{
    color:var(--bs-primary);
}

.featured-excerpt{
    color:#64748b;

    line-height:1.9;

    margin-bottom:30px;
}

/* SECTION */
.blog-section-title{
    font-size:2rem;
    color:#021a3a;
}

/* FILTERS */
.blog-filters{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.filter-btn{
    padding:10px 18px;

    border-radius:100px;

    background:#ffffff;

    border:1px solid rgba(2,26,58,0.08);

    color:#021a3a;

    font-size:.92rem;
    font-weight:500;

    transition:all .3s ease;
}

.filter-btn:hover,
.filter-btn.active{
    background:#021a3a;
    border-color:#021a3a;

    color:#ffffff;
}

/* LOAD MORE */
.load-more-btn{
    padding:14px 28px;

    border:0;

    border-radius:100px;

    background:#021a3a;

    color:#ffffff;

    font-weight:500;

    transition:all .3s ease;
}

.load-more-btn:hover{
    transform:translateY(-2px);

    background:#0d2d5f;
}

/* MOBILE */
@media(max-width:991px){

    .featured-content{
        padding:38px;
    }

    .featured-title{
        font-size:1.9rem;
    }

}

@media(max-width:767px){

    .blog-hero-title{
        font-size:2.4rem;
    }

    .featured-card{
        border-radius:24px;
    }

    .featured-image{
        min-height:260px;
    }

    .featured-content{
        padding:28px;
    }

    .featured-title{
        font-size:1.5rem;
    }

    .blog-filters{
        gap:10px;
    }

    .filter-btn{
        width:100%;
        justify-content:center;
    }

}


/* =========================================
   SINGLE BLOG POST
========================================= */

/* HERO */
.single-blog-hero{
    position:relative;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden;
}

.single-blog-overlay{
    position:absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(255,255,255,0.64),
            rgba(255,255,255,0.62)
        );
}

/* META */
.blog-meta{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;

    margin-bottom:24px;
}

.blog-date,
.blog-category{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:9px 16px;

    border-radius:100px;

    background:rgba(2,26,58,0.06);

    color:#021a3a;

    font-size:.82rem;
    font-weight:600;
}

.blog-category a{
    color:#021a3a;
    text-decoration:none;
}

/* TITLE */
.blog-title{
   /* font-size:clamp(2.4rem,5vw,4.6rem); */

    line-height:1.08;
    font-weight:500;

    color:#021a3a;

    margin-bottom:28px;
}

/* EXCERPT */
.blog-excerpt{
    max-width:820px;

    margin:0 auto 34px;

    color:#64748b;

    font-size:1.08rem;
    line-height:1.9;
}

/* AUTHOR */
.blog-author{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}

.blog-author-avatar img{
    border-radius:50%;
}

.blog-author-info{
    text-align:left;
}

.author-label{
    display:block;

    color:#64748b;

    font-size:.72rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;
}

.author-name{
    color:#021a3a;

    font-weight:600;
}

/* IMAGE */
.single-blog-image-section{
    margin-top: -32px;
    position:relative;
    z-index:10;
}

.single-blog-image-wrapper{
    overflow:hidden;

    border-radius:34px;

    box-shadow:
        0 30px 80px rgba(15,23,42,0.08);
}

.single-blog-image{
    width:100%;
    height:auto;

    display:block;
}

/* CONTENT */
.blog-content{
    font-size:1.05rem;
    line-height:2;

    color:#334155;
}

.blog-content h2,
.blog-content h3,
.blog-content h4{
    color:#021a3a;

    margin-top:50px;
    margin-bottom:20px;

    line-height:1.3;
}

.blog-content h2{
    font-size:2rem;
}

.blog-content h3{
    font-size:1.6rem;
}

.blog-content p{
    margin-bottom:24px;
}

.blog-content ul,
.blog-content ol{
    margin-bottom:30px;
    padding-left:24px;
}

.blog-content li{
    margin-bottom:12px;
}

.blog-content a{
    color:var(--bs-primary);
    text-decoration:none;
}

.blog-content blockquote{
    margin:40px 0;

    padding:34px;

    border-left:4px solid var(--bs-primary);

    border-radius:0 24px 24px 0;

    background:#f8fafc;

    color:#021a3a;

    font-size:1.15rem;
    line-height:1.9;
}

/* FAQ */
.faq-card{
    padding:40px;

    border-radius:30px;

    background:#f8fafc;

    border:1px solid rgba(2,26,58,0.06);
}

.faq-header{
    margin-bottom:28px;
}

/* TAGS */
.blog-tags{
    margin-top:50px;
}

.tag-title{
    display:block;

    margin-bottom:18px;

    color:#021a3a;

    font-weight:600;
}

.tag-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tag-list a{
    display:inline-flex;

    padding:10px 16px;

    border-radius:100px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    color:#021a3a;

    text-decoration:none;

    font-size:.9rem;
    font-weight:500;

    transition:all .3s ease;
}

.tag-list a:hover{
    background:#021a3a;
    color:#ffffff;
}

/* AUTHOR BOX */
.author-box{
    margin-top:60px;
}

.author-box-inner{
    display:flex;
    align-items:flex-start;
    gap:24px;

    padding:34px;

    border-radius:30px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f8fbff
        );

    border:1px solid rgba(2,26,58,0.06);

    box-shadow:
        0 15px 45px rgba(15,23,42,0.05);
}

.author-box-avatar img{
    border-radius:24px;
}

.author-box-content h3{
    color:#021a3a;

    margin:10px 0 16px;
}

.author-box-content p{
    color:#64748b;

    line-height:1.8;

    margin:0;
}

/* COMMENTS */
.blog-comments{
    margin-top:60px;
}

/* NAVIGATION */
.post-navigation{
    display:flex;
    justify-content:space-between;
    gap:20px;

    margin-top:60px;
    padding-top:40px;

    border-top:1px solid rgba(2,26,58,0.08);
}

.post-navigation a{
    color:#021a3a;

    text-decoration:none;

    font-weight:600;

    transition:all .3s ease;
}

.post-navigation a:hover{
    color:var(--bs-primary);
}

/* MOBILE */
@media(max-width:767px){

    .blog-title{
        font-size:2.2rem;
    }

    .single-blog-image-section{
        margin-top:-30px;
    }

    .single-blog-image-wrapper{
        border-radius:22px;
    }

    .blog-content{
        font-size:1rem;
        line-height:1.9;
    }

    .blog-content h2{
        font-size:1.6rem;
    }

    .blog-content h3{
        font-size:1.35rem;
    }

    .faq-card{
        padding:26px;
        border-radius:24px;
    }

    .author-box-inner{
        flex-direction:column;

        padding:26px;

        border-radius:24px;
    }

    .post-navigation{
        flex-direction:column;
    }

}

/* HERO */
.condition-hero{
    position:relative;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(2,26,58,0.1) 0%,
        rgba(2,26,58,0.15) 100%
    );
}

.condition-subtitle{
    color:#7db7ff;
    font-size:0.82rem;
    letter-spacing:3px;
    font-weight:600;
}

.condition-title{
    color:#fff;
    font-size:clamp(2.3rem,5vw,4.2rem);
    line-height:1.1;
    font-weight: 500;
}

.condition-lead{
    color:rgba(255,255,255,0.88);
    font-size:1.1rem;
    max-width:760px;
    line-height:1.8;
}

/* IMAGE */
.condition-image-card img{
    width:100%;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* CONTENT */
.condition-content-card{
    background:#fff;
    padding:40px;
    border-radius:28px;
    box-shadow:0 10px 40px rgba(2,26,58,0.06);
}

.condition-content-card h2{
    color:#021a3a;
    margin-top:2.5rem;
    margin-bottom:1rem;
    font-size:2rem;
    font-weight:700;
}

.condition-content-card h3{
    color:#021a3a;
    margin-top:2rem;
    margin-bottom:1rem;
    font-size:1.35rem;
    font-weight:600;
}

.condition-content-card p{
    color:#4b5563;
    line-height:1.95;
    margin-bottom:1.5rem;
}

.condition-content-card ul{
    padding-left:20px;
    margin-bottom:1.8rem;
}

.condition-content-card li{
    margin-bottom:10px;
    color:#4b5563;
    line-height:1.8;
}

/* CTA */
.condition-cta{
    background:#f8fafc;
}

.cta-box{
    background:#021a3a;
    padding:60px 40px;
    border-radius:32px;
}

.cta-box h2{
    color:#fff;
    font-size:2.3rem;
}

.cta-box p{
    color:rgba(255,255,255,0.82);
    max-width:700px;
}

.cta-box .btn-primary{
    background:#0ea5e9;
    border:none;
    padding:14px 34px;
    border-radius:14px;
}

.cta-box .btn-primary:hover{
    background:#0284c7;
}

/* MOBILE */
@media(max-width:991px){

    .condition-content-card{
        padding:28px;
    }

    .cta-box{
        padding:40px 24px;
    }

}

.condition-hero p {
    color: white;
}

/* FAQ SECTION */
.condition-faq{
    background:#f8fafc;
}

.faq-box{
    background:#ffffff;

    padding:50px;

    border-radius:32px;

    box-shadow:
        0 10px 40px rgba(2,26,58,0.06);
}

.faq-intro{
    max-width:700px;

    margin:0 auto;

    color:#64748b;

    line-height:1.8;
}

/* FAQ CONTENT */
.faq-content h3{
    color:#021a3a;

    font-size:1.25rem;
    font-weight:600;

    margin-top:2rem;
    margin-bottom:1rem;
}

.faq-content p{
    color:#4b5563;

    line-height:1.9;

    margin-bottom:1.5rem;
}

.faq-content h3:first-child{
    margin-top:0;
}

/* MOBILE */
@media(max-width:767px){

    .faq-box{
        padding:28px;
        border-radius:24px;
    }

}

.patient-experience {
    position: relative;
}

.patient-shape {
    position: absolute;
    border-radius: 50%;
    opacity: .15;
    background: var(--bs-primary);
}

.patient-shape-1 {
    width: 300px;
    height: 300px;
    top: -120px;
    right: -100px;
}

.patient-shape-2 {
    width: 220px;
    height: 220px;
    bottom: -80px;
    left: -80px;
}

.patient-tag {
    padding: 10px 18px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.experience-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.experience-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: rgba(var(--bs-primary-rgb), .08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.experience-icon i {
    font-size: 32px;
    color: var(--bs-primary);
}

.experience-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 700;
}

.experience-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 22px;
}

.experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}

.experience-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-primary);
    position: absolute;
    left: 0;
    top: 9px;
}

.patient-bottom-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
}

.patient-bottom-box h3 {
    font-size: 32px;
    font-weight: 700;
}

.patient-bottom-box p {
    color: #666;
    line-height: 1.9;
}

.patient-reviews-section {
    overflow: hidden;
}

.reviews-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0d6efd;
}

.reviews-title {
    font-size: 42px;
    font-weight: 700;
    color: #00152e;
}

.reviews-intro {
    max-width: 760px;
    color: #6c757d;
    font-size: 17px;
    line-height: 1.8;
}

.review-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all .3s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-stars {
    color: #ffb400;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.review-text {
    font-size: 18px;
    line-height: 1.9;
    color: #00152e;
    margin-bottom: 30px;
}

.review-meta {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.patientReviewsSlider {
    padding-bottom: 60px;
}

.patientReviewsSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #c5d1e0;
}

.patientReviewsSlider .swiper-pagination-bullet-active {
    background: #00152e;
}

@media(max-width:991px){

    .reviews-title{
        font-size:32px;
    }

    .review-card{
        padding:30px;
    }

    .review-text{
        font-size:16px;
    }

}
.fellowship-image-wrapper{
    position: relative;
}

.fellowship-image-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fellowship-caption{
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
}

@media(max-width:600px){
	.hero-spinefocus {
    background-attachment: scroll;
}
}






.medical-review-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:30px;
    padding:16px 24px;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
}

.medical-review-icon{
    font-size:32px;
    color:#28a745;
    line-height:1;
}

.medical-review-content{
    text-align:left;
}

.medical-review-label{
    display:block;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    opacity:.8;
}

.medical-review-name{
    display:block;
    font-size:18px;
    font-weight:700;
}

.medical-review-content small{
    display:block;
    opacity:.8;
}





/*-----------------------------------
Callout Box
------------------------------------*/

.callout-box{

    position:relative;
    margin:40px 0;
    padding:35px 40px;
    background:#f8fbff;
    border:1px solid #dbe8f5;
    border-left:5px solid #00152e;
    border-radius:8px;

}
.callout-box:before{

    content:"💡";
    position:absolute;
    top:20px;
    right:25px;
    font-size:28px;
    opacity:.15;

}
.callout-box h3{

    margin:0 0 15px;
    color:#00152e;
    font-size:24px;
    line-height:1.3;

}

.callout-box p:last-child,
.callout-box ul:last-child{

    margin-bottom:0;

}

.callout-box ul{

    margin:20px 0 0;
    padding-left:20px;

}

.callout-box li{

    margin-bottom:10px;

}

.callout-box strong{

    color:#00152e;

}

/*-----------------------------------
Research Summary
------------------------------------*/

.callout-box.research-box{

    background:#f4f9fd;

}

.callout-box.research-box ul{

    list-style:none;
    padding:0;
    margin:20px 0 0;

}

.callout-box.research-box li{

    position:relative;
    padding-left:28px;
    margin-bottom:14px;

}

.callout-box.research-box li:before{

    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    color:#2b7a4b;
    font-weight:700;

}

/*-----------------------------------
Article CTA
------------------------------------*/

.robotic-cta{

    margin:60px 0;
    padding:60px;
    text-align:center;
    background:#00152e;
    color:#fff;
    border-radius:10px;

}

.robotic-cta h2{

    color:#fff;
    margin:0 0 20px;

}

.robotic-cta p{

    color:rgba(255,255,255,.9);

}

.robotic-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
    padding:14px 34px;
    background:#fff;
    color:#00152e;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;

}
.robotic-cta a.btn {
    color: inherit;
}
.robotic-btn:hover{

    background:#e9eef5;
    color:#00152e;
    transform:translateY(-2px);

}

/*-----------------------------------
Responsive Tables
------------------------------------*/

.table-responsive{

    overflow-x:auto;
    margin:40px 0;

}

.table-responsive table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
}

.table-responsive th{

    background:#00152e;
    color:#fff;
    padding:18px;
    text-align:left;
    font-weight:600;

}

.table-responsive td{

    padding:18px;
    border:1px solid #e7e7e7;
    vertical-align:top;

}

.table-responsive tr:nth-child(even){

    background:#fafafa;

}


/*-----------------------------------
Study Results
------------------------------------*/

.study-results{

    margin:60px 0;
    padding:45px;
    background:#f8fbff;
    border:1px solid #dbe8f5;
    border-radius:10px;

}

.study-results h2{

    margin:0 0 35px;
    text-align:center;

}

.study-grid{

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;

}

.study-item{

    background:#fff;
    border:1px solid #e8eef5;
    border-radius:8px;
    padding:30px 20px;
    text-align:center;
    transition:.3s ease;
    box-shadow:0 4px 12px rgba(0,0,0,.04);

}

.study-item:hover{

    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.study-item h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1;
    color: #00152e;
    font-weight: 700;
}

.study-item p{

    margin:0;
    font-size:15px;
    line-height:1.6;
    color:#555;

}

.study-note{

    margin-top:30px;
    text-align:center;
    font-size:14px;
    color:#666;
    font-style:italic;

}

/*-----------------------------------
Responsive
------------------------------------*/

@media(max-width:991px){

    .study-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:575px){

    .study-results{

        padding:30px 20px;

    }

    .study-grid{

        grid-template-columns:1fr;

    }

    .study-item{

        padding:25px;

    }

    .study-item h3{

        font-size:20px;

    }

}