/*
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
*/

body {
    padding-top: 116px;
}
/* =========================
   Brand Colors
   ========================= */

:root {
    --brand-dark: #2F2F2F;     /* 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, #041851 0%, #1f45b5 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;
    color: var(--brand-gray);
    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: 'Montserrat', sans-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: 220px;
    object-fit: cover;
}

.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;
}

/* 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 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.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;
}