/* =====================================================================
   Shri Hari Clinic – site theme (loaded after the template CSS)
   One palette everywhere: deep herbal green + leaf green from the logo,
   maroon accent from the clinic name. Template files stay untouched.
   ===================================================================== */
:root {
    --sh-deep: #123f34;
    --sh-deeper: #0b2e26;
    --sh-mid: #1f5a45;
    --sh-leaf: #8cc63f;
    --sh-leaf-soft: #b9dc78;
    --sh-leaf-dark: #5e8f22;
    --sh-maroon: #7a2830;
    --sh-cream: #f7f5ee;
    --sh-line: #e3e9e1;
    --sh-text: #5b6862;
    --sh-shadow: 0 14px 42px rgba(18, 63, 52, .10);

    /* template variables */
    --base-skin: var(--sh-leaf);
    --base-dark: var(--sh-mid);
    --base-darkblack: var(--sh-deep);
    --base-grey: #f3f6ef;
    --base-headingfont-color: #143d33;
    --base-bodyfont-color: var(--sh-text);
}

::selection { background: var(--sh-mid); color: #fff; }
.sh-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* ---------------------------------------------------------------- header */
.top_bar.prt-topbar-wrapper { background: var(--sh-deep) !important; border-bottom: 1px solid rgba(255,255,255,.08); }
.top_bar_contact_item { color: rgba(255,255,255,.88); }
.top_bar_contact_item a { color: inherit; }
.top_bar_contact_item .top_bar_icon i { color: var(--sh-leaf); }
.top_bar_contact_item .sep { margin: 0 12px; opacity: .45; }
.site-header-menu { border-bottom: 1px solid var(--sh-line); box-shadow: 0 5px 20px rgba(18,63,52,.06); }
.header_extra .contact_item.with-icon i { color: var(--sh-leaf); }
.header_extra .contact_item.with-icon a { color: var(--sh-deep); }

/* ------------------------------------------------------------------ hero */
.sh-hero .hero-slide.slide-1,
.sh-hero .hero-slide.slide-2 { position: relative; min-height: 640px; background-size: cover !important; background-position: center !important; }
.sh-hero .hero-slide.slide-1 { background-image: linear-gradient(rgba(10,35,27,.22), rgba(10,35,27,.40)), url('../images/site/hero-1.jpg') !important; }
.sh-hero .hero-slide.slide-2 { background-image: linear-gradient(rgba(10,35,27,.30), rgba(10,35,27,.46)), url('../images/site/hero-2.jpg') !important; }
.sh-hero .hero-content-block { display: flex; justify-content: center; }
.sh-hero .hero-content { width: 100%; max-width: 820px !important; padding: 125px 0 105px !important; margin: 0 auto !important; text-align: center; position: relative; z-index: 2; }
.sh-hero .sh-hero-welcome { font-family: var(--base-headingfont); font-size: 64px; line-height: 1; color: #fff; text-shadow: 0 4px 18px rgba(0,0,0,.4); margin-bottom: -6px; }
.sh-hero .hero-content h2.title.sh-brand-title { padding: 0 !important; margin: 0 0 22px !important; line-height: 1 !important; }
.sh-hero .hero-content h2.title.sh-brand-title span { font-family: 'SamarkanNormal', serif !important; font-size: 124px !important; line-height: 1 !important; font-weight: 400; color: #fff !important; text-shadow: 0 4px 22px rgba(0,0,0,.45); }
.sh-hero .hero-tagline { display: block; width: max-content; max-width: 92%; margin: 0 auto 28px !important; padding: 8px 22px; border-radius: 40px; background: rgba(11,46,38,.78); color: #fff; font-size: 16px; }
.sh-hero .hero-overlay-box { display: none !important; }
.sh-hero .hero-slider_btn { padding: 0 !important; }
.sh-hero .prt-btn { box-shadow: 0 10px 30px rgba(0,0,0,.22); }

/* ------------------------------------------- template section backgrounds */
.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer { background-image: url(../images/site/doctor-bg.jpg); background-position: center; }
.col-bg-img-four.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer { background-image: url(../images/site/clinic-front.jpg); background-position: center; }

/* ------------------------------------------------------ section headings */
.sh-section-heading { text-align: center; margin-bottom: 42px; }
.sh-section-heading .sh-pre,
.sh-pre { display: inline-block; color: var(--sh-leaf-dark); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.sh-section-heading h2 { margin-bottom: 10px; }
.sh-section-heading p { max-width: 720px; margin: 0 auto; }

/* ------------------------------------------ home page sliders (services/blog) */
.featured-imagebox-service .featured-thumbnail img,
.featured-imagebox-product .featured-thumbnail img { width: 100%; height: 240px !important; object-fit: cover; object-position: center; }
.featured-imagebox-service.style1 .featured-title h3 a:hover,
.featured-imagebox-product.style1 .featured-title h3 a:hover { color: var(--sh-leaf-dark); }
.featured-imagebox-product.style1 .featured-title h3 { font-size: 18px; line-height: 26px; }
.sh-all-services-btn i { margin-left: 9px; transition: transform .2s; }
.sh-all-services-btn:hover i { transform: translateX(4px); }

/* ------------------------------------------------ page banners (listings) */
.sh-page-banner { padding: 72px 0; text-align: center; color: #fff;
    background: radial-gradient(circle at 85% 18%, rgba(140,198,63,.24), transparent 30%), linear-gradient(135deg, var(--sh-deep), #1d5141); }
.sh-page-banner .sh-pre { color: var(--sh-leaf-soft); }
.sh-page-banner h1 { color: #fff; font-size: 52px; margin: 6px 0 14px; }
.sh-page-banner p { max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.8); font-size: 17px; }
.sh-page-banner .sh-breadcrumb { justify-content: center; margin-bottom: 18px; }
.sh-breadcrumb { display: flex; gap: 10px; color: rgba(255,255,255,.65); font-size: 14px; }
.sh-breadcrumb a { color: #dce9bc; }

/* ------------------------------------ listing cards (services + blog) */
.sh-listing { padding: 80px 0 60px; background: var(--sh-cream); }
.sh-card { height: 100%; display: flex; flex-direction: column; background: var(--sh-deep); border-radius: 16px; overflow: hidden; box-shadow: var(--sh-shadow); transition: transform .3s ease, box-shadow .3s ease; }
.sh-card:hover { transform: translateY(-6px); box-shadow: 0 24px 52px rgba(18,63,52,.22); }
.sh-card-image { display: block; position: relative; height: 300px; overflow: hidden; background: #e9eee8; }
.sh-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.sh-card:hover .sh-card-image img { transform: scale(1.05); }
.sh-card-body { flex: 1; display: flex; flex-direction: column; padding: 24px 26px 26px; border-top: 3px solid var(--sh-leaf); }
.sh-card-meta { display: flex; align-items: center; gap: 7px; color: var(--sh-leaf-soft); font-size: 13px; margin-bottom: 10px; }
.sh-card-body h2 { font-size: 22px; line-height: 1.35; margin: 0 0 12px; }
.sh-card-body h2 a { color: #fff; }
.sh-card-body h2 a:hover { color: var(--sh-leaf-soft); }
.sh-card-body p { color: rgba(255,255,255,.74); font-size: 14.5px; line-height: 1.7; margin: 0 0 18px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sh-card-link { margin-top: auto; align-self: flex-start; color: var(--sh-leaf); font-weight: 700; font-size: 14px; letter-spacing: .3px; }
.sh-card-link i { margin-left: 7px; transition: transform .2s; }
.sh-card-link:hover { color: #fff; }
.sh-card-link:hover i { transform: translateX(4px); }
.sh-listing .row > [class*="col-"] { margin-bottom: 30px; }

.sh-cta-box { margin-top: 20px; padding: 40px 44px; border-radius: 20px; display: flex; justify-content: space-between; align-items: center; gap: 25px;
    background: linear-gradient(135deg, var(--sh-deep), #1d5141); color: #fff; }
.sh-cta-box h2 { color: #fff; margin: 0 0 6px; font-size: 32px; }
.sh-cta-box p { color: rgba(255,255,255,.75); margin: 0; }
.sh-cta-box .prt-btn { white-space: nowrap; flex-shrink: 0; }

/* ------------------------------------------------ service detail page */
.sh-detail-page { background: var(--sh-cream); }
.sh-detail-hero { padding: 55px 0 115px; text-align: center; color: #fff;
    background: radial-gradient(circle at 85% 10%, rgba(176,194,132,.30), transparent 34%), linear-gradient(135deg, var(--sh-deep), var(--sh-deeper)); }
.sh-detail-hero .sh-breadcrumb { justify-content: center; margin-bottom: 22px; }
.sh-detail-hero h1 { color: #fff; font-size: 50px; line-height: 1.15; max-width: 920px; margin: 8px auto 14px; }
.sh-detail-hero p { color: rgba(255,255,255,.8); font-size: 17px; max-width: 640px; margin: 0 auto; }
.sh-kicker { display: block; color: #b9cd82; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; font-size: 12px; margin-bottom: 10px; }
.sh-detail-image { margin-top: -75px; position: relative; z-index: 2; background: #fff; padding: 8px; border-radius: 24px; box-shadow: 0 24px 60px rgba(18,54,44,.2); }
.sh-detail-image img { display: block; width: 100%; height: 480px; object-fit: cover; border-radius: 17px; }
.sh-detail-content { padding: 60px 0 80px; }
.sh-treatment-card, .sh-book-card { background: #fff; border-radius: 22px; padding: 44px; box-shadow: 0 15px 45px rgba(18,54,44,.08); }
.sh-treatment-card h2 { font-size: 34px; margin-bottom: 24px; }
.sh-book-card { position: sticky; top: 120px; background: var(--sh-deep); color: #fff; }
.sh-book-card h3 { color: #fff; font-size: 28px; }
.sh-book-card p { color: rgba(255,255,255,.75); }
.sh-book-card ul { list-style: none; padding: 8px 0 18px; margin: 0; }
.sh-book-card li { margin: 11px 0; }
.sh-book-card li i { color: var(--sh-leaf); margin-right: 9px; }
.sh-card-phone { display: block; text-align: center; color: #fff; font-weight: 700; margin-top: 16px; }
.sh-card-phone:hover { color: var(--sh-leaf); }
.sh-related { padding: 75px 0 50px; background: #eef1e7; }

/* ------------------------------------------ description HTML from admin */
.sh-service-desc { text-align: left; font-size: 16px; line-height: 1.85; color: #4f6059; }
.sh-service-desc p { margin-bottom: 18px; }
.sh-service-desc h2, .sh-service-desc h3, .sh-service-desc h4 { color: #173c32; margin: 30px 0 12px; }
.sh-service-desc h4 { font-size: 22px; }
.sh-service-desc ul, .sh-service-desc ol { margin: 0 0 18px; padding-left: 22px; }
.sh-service-desc li { margin-bottom: 8px; }
.sh-service-desc a { color: var(--sh-mid); font-weight: 600; text-decoration: underline; }
.sh-service-desc img { max-width: 100%; height: auto; border-radius: 12px; }

/* --------------------------------------------------------- blog article */
.sh-article-body { max-width: 940px; margin: 45px auto 0; background: #fff; padding: 52px 60px; border-radius: 22px; box-shadow: 0 15px 45px rgba(18,54,44,.08); }
.sh-article-meta { color: #c9dbd2; margin-top: 6px; }
.sh-article-cta { margin-top: 40px; padding: 26px 30px; border-radius: 16px; background: #eef4e6; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.sh-article-cta h3 { margin: 0 0 4px; font-size: 22px; }
.sh-article-cta p { margin: 0 !important; }

/* ----------------------------------------------------------- gallery */
.sh-gallery-link { display: block; position: relative; overflow: hidden; border-radius: 12px; }
.sh-gallery-link:after { content: "\f002"; font-family: "FontAwesome"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: #fff; background: rgba(18,63,52,.5); opacity: 0; transition: opacity .3s ease; }
.sh-gallery-link:hover:after { opacity: 1; }
.sh-gallery-link img { width: 100%; aspect-ratio: 1 / 1; height: auto !important; object-fit: cover; }
.sh-gallery-caption { padding: 14px 10px 0; text-align: center; font-weight: 500; color: var(--base-headingfont-color); }
div.pp_pic_holder a.pp_close, a.pp_close { position: fixed !important; top: 18px !important; right: 22px !important; left: auto !important; width: 48px !important; height: 48px !important;
    border-radius: 50% !important; background: #fff !important; box-shadow: 0 7px 28px rgba(0,0,0,.4) !important; display: flex !important; align-items: center; justify-content: center;
    text-indent: 0 !important; font-size: 0 !important; z-index: 10050 !important; opacity: 1 !important; }
div.pp_pic_holder a.pp_close:before, a.pp_close:before { content: '\00d7'; font-family: Arial, sans-serif; font-size: 36px; line-height: 1; color: var(--sh-deep); }

/* ------------------------------------------------------- testimonials */
.sh-testimonials { padding: 90px 0 70px; }
.sh-review { height: 100%; margin: 0 12px; padding: 30px 28px 26px; background: #fff; border: 1px solid var(--sh-line); border-top: 4px solid var(--sh-leaf);
    border-radius: 12px; display: flex; flex-direction: column; }
.sh-review .sh-stars { color: #f5b400; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.sh-review blockquote { margin: 0 0 20px; font-style: italic; color: var(--base-headingfont-color); line-height: 28px; flex: 1; }
.sh-review .sh-review-name { font-weight: 600; color: var(--sh-mid); margin: 0; }
.sh-review .sh-review-src { font-size: 13px; margin: 0; }
.sh-testimonials .slick-track { display: flex; }
.sh-testimonials .slick-slide { height: auto; }
.sh-testimonials .slick-slide > div { height: 100%; }
.sh-testimonials .slick-dots { list-style: none; display: flex; justify-content: center; gap: 8px; padding: 0; margin: 30px 0 0; }
.sh-testimonials .slick-dots li button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; font-size: 0; background: #cdd9c9; }
.sh-testimonials .slick-dots li.slick-active button { background: var(--sh-mid); width: 26px; border-radius: 6px; }

/* ---------------------------------------------- conditions (about page) */
.sh-conditions { padding: 80px 0 60px; }
.sh-condition-card { height: 100%; padding: 30px 30px 20px; border-radius: 12px; background: var(--base-grey); border: 1px solid var(--sh-line); }
.sh-condition-card h3 { font-size: 22px; margin-bottom: 4px; color: var(--sh-mid); }
.sh-condition-card .sh-sub { color: var(--sh-leaf-dark); font-weight: 500; margin-bottom: 15px; }
.sh-condition-card h4 { font-size: 16px; margin: 15px 0 6px; }
.sh-condition-card ul { margin: 0 0 5px; padding-left: 18px; }
.sh-condition-card li { line-height: 26px; }

/* ------------------------------------------------------ hours / map */
.sh-hours { width: 100%; }
.sh-hours td { padding: 3px 0; vertical-align: top; }
.sh-hours td:first-child { padding-right: 14px; white-space: nowrap; }
.sh-map iframe { width: 100%; height: 450px; border: 0; display: block; }

/* ------------------------------------------------------------ footer */
.footer { background: var(--sh-deep) !important; background-image: none !important; }
.footer .second-footer { padding: 70px 0 40px; }
.footer .sh-footer-logo { display: inline-block; background: #fff; border-radius: 12px; padding: 10px 14px; margin-bottom: 18px; }
.footer .sh-footer-logo img { width: 230px; height: auto; }
.footer .sh-footer-about { color: rgba(255,255,255,.75); font-size: 14.5px; line-height: 1.75; margin-bottom: 20px; }
.footer .widget-title-h3 { color: #fff; font-size: 20px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer .widget-title-h3:after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; border-radius: 3px; background: var(--sh-leaf); }
.sh-footer-links { list-style: none; padding: 0; margin: 0; }
.sh-footer-links li { margin-bottom: 11px; }
.sh-footer-links a { color: rgba(255,255,255,.8) !important; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; border-radius: 0 !important; }
.sh-footer-links a:before { content: "\f105"; font-family: "FontAwesome"; color: var(--sh-leaf); }
.sh-footer-links a:hover { color: var(--sh-leaf-soft) !important; }
.sh-footer-contact { list-style: none; padding: 0; margin: 0; }
.sh-footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; color: rgba(255,255,255,.82); font-size: 14.5px; line-height: 1.65; }
.sh-footer-contact li > i { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: rgba(140,198,63,.15); color: var(--sh-leaf); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.sh-footer-contact a { color: rgba(255,255,255,.88) !important; border-radius: 0 !important; }
.sh-footer-contact a:hover { color: var(--sh-leaf-soft) !important; }
.footer .sh-hours td { color: rgba(255,255,255,.82); font-size: 14px; padding: 1px 0; }
.sh-footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.sh-footer-social a { width: 40px; height: 40px; border-radius: 50% !important; display: flex !important; align-items: center; justify-content: center;
    background: rgba(255,255,255,.1); color: #fff !important; font-size: 17px; transition: background .2s, transform .2s; }
.sh-footer-social a:hover { background: var(--sh-leaf); color: var(--sh-deep) !important; transform: translateY(-3px); }
.bottom-footer { background: var(--sh-deeper) !important; border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0; }
.sh-bottom-bar { display: flex; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; color: rgba(255,255,255,.72); font-size: 14px; }
.sh-bottom-bar a { color: var(--sh-leaf-soft) !important; border-radius: 0 !important; }

/* ------------------------------------------------ floating buttons */
.sh-floating-social { position: fixed; right: 22px; bottom: 24px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.sh-floating-social a { height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; border: 3px solid #fff; border-radius: 50%;
    box-shadow: 0 8px 24px rgba(20,47,39,.24); color: #fff; font-size: 23px; transition: transform .25s ease; }
.sh-floating-social a:hover { transform: translateY(-3px); color: #fff; }
.sh-floating-social .sh-facebook { background: #1877f2; }
.sh-floating-social .sh-instagram { background: linear-gradient(135deg, #f9ce34, #ee2a7b 52%, #6228d7); }
.sh-floating-social .sh-call { background: var(--sh-deep); }
.sh-floating-social .sh-whatsapp { background: #25d366; }

/* ------------------------------------------------------------ mobile */
@media (max-width: 991px) {
    .site-branding img { max-width: 230px !important; }
    .sh-book-card { position: static; margin-top: 30px; }
    .sh-detail-image img { height: 380px; }
    .footer .second-footer { padding: 50px 0 20px; }
    .footer .footer-widget-box { margin-bottom: 34px; }
}
@media (max-width: 767px) {
    .top_bar_contact_item { font-size: 12px; line-height: 1.6; padding: 4px 0; }
    .top_bar_contact_item .sep { display: block; height: 0; overflow: hidden; }
    .sh-hero .hero-slide.slide-1, .sh-hero .hero-slide.slide-2 { min-height: 480px; }
    .sh-hero .hero-content { padding: 90px 0 70px !important; }
    .sh-hero .sh-hero-welcome { font-size: 40px; }
    .sh-hero .hero-content h2.title.sh-brand-title span { font-size: 78px !important; }
    .sh-hero .hero-tagline { font-size: 14px; line-height: 1.5; width: auto; border-radius: 16px; }
    .sh-page-banner { padding: 50px 0; }
    .sh-page-banner h1 { font-size: 36px; }
    .sh-page-banner p { font-size: 15px; }
    .sh-listing { padding: 50px 0 30px; }
    .sh-card-image { height: 230px; }
    .sh-card-body { padding: 20px 20px 22px; }
    .sh-card-body h2 { font-size: 20px; }
    .sh-cta-box { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
    .sh-cta-box h2 { font-size: 25px; }
    .sh-detail-hero { padding: 40px 0 90px; }
    .sh-detail-hero h1 { font-size: 32px; }
    .sh-detail-image { margin-top: -55px; padding: 5px; border-radius: 16px; }
    .sh-detail-image img { height: 230px; border-radius: 12px; }
    .sh-detail-content { padding: 40px 0 55px; }
    .sh-treatment-card, .sh-book-card { padding: 26px 22px; }
    .sh-treatment-card h2 { font-size: 26px; }
    .sh-article-body { padding: 28px 22px; margin-top: 28px; }
    .sh-article-cta { flex-direction: column; align-items: flex-start; }
    .featured-imagebox-service .featured-thumbnail img,
    .featured-imagebox-product .featured-thumbnail img { height: 220px !important; }
    .sh-map iframe { height: 320px; }
    .sh-review { margin: 0 4px; }
    .sh-floating-social { right: 12px; bottom: 14px; gap: 7px; }
    .sh-floating-social a { width: 44px; height: 44px; font-size: 20px; }
    .sh-bottom-bar { justify-content: center; text-align: center; font-size: 13px; }
}

/* thank-you page */
.sh-thankyou { padding: 90px 0 100px; }
.sh-thankyou-icon { width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%; background: var(--sh-leaf); color: var(--sh-deep); font-size: 38px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 10px rgba(140,198,63,.2); }
.sh-thankyou a:not(.prt-btn) { color: var(--sh-leaf-soft); font-weight: 700; }
.sh-thankyou .prt-btn-style-border { border: 2px solid rgba(255,255,255,.7); color: #fff; }
.sh-thankyou .prt-btn-style-border:hover { background: #fff; color: var(--sh-deep); }

@media (max-width: 575px) {
    .sh-hero .sh-hero-welcome { margin-bottom: 6px; }
}

/* justified paragraphs across the site (centred banners/headings stay centred) */
.site-main p,
.sh-service-desc p, .sh-service-desc li,
.sh-card-body p,
.sh-review blockquote,
.footer .sh-footer-about { text-align: justify; hyphens: auto; -webkit-hyphens: auto; }
.sh-page-banner p, .sh-detail-hero p, .sh-section-heading p, .sh-cta-box p, .sh-article-cta p,
.sh-hero p, .text-center p, .title-style-center_text p, .sh-thankyou p, .sh-book-card p { text-align: inherit; }

/* floating buttons: name label on hover (desktop) */
.sh-floating-social a { position: relative; }
@media (hover: hover) and (min-width: 768px) {
    .sh-floating-social a:before { content: attr(data-label); position: absolute; right: 60px; top: 50%; transform: translateY(-50%) translateX(6px);
        background: var(--sh-deep); color: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; padding: 6px 12px; border-radius: 6px;
        opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-family: var(--base-bodyfont); }
    .sh-floating-social a:hover:before { opacity: 1; transform: translateY(-50%) translateX(0); }
}
