@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Free Physiotherapy Website Template Download
Version:            1.0.0
Created Date:       30/03/2017 
Author:             Jitu Chauhan 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-size: 15px; background-color: #fff; color: #6f6f6f; font-family: 'Roboto', sans-serif; line-height: 24px; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-bottom: 10px; color: #3c3c3c; font-weight: 400; font-family: 'Roboto', sans-serif; }
h1 { font-size: 30px; line-height: 42px; }
h1.heading-line:after { display: block; position: relative; left: 0; border-radius: 3px; content: " "; border-bottom: 3px solid #e4e0d8; width: 30px; padding-bottom: 30px; }
h2 { font-size: 22px; line-height: 32px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0px; }
ul, ol { margin: 0; }
ul li, ol li { }
a { color: #0eb769; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #019852; }
strong { }
.listnoneContact {  padding: 0px; }
.lead { font-size: 21px; color: #3c3c3c; font-weight: 400; }
.italic { font-style: italic; }
.small-text { color: #b4b1ac; font-size: 12px; }
.text-caps { text-transform: uppercase; letter-spacing: 2px; }
::selection { background: #ffecb3; color: #333; }
h3 small { font-weight: 400; line-height: 1; color: #0eb769; font-size: 14px; }
.bdr-btm { border-bottom: 1px solid #f1f3f8; margin-bottom: 30px; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #f1f3f8; }
blockquote { padding: 10px 20px; margin: 0px; font-size: 21px; line-height: 32px; color: #3c3c3c; font-style: italic; border-left: 5px solid #0eb769; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; width: 100%;}
.alignleft { float: left; margin: 0px 30px 0px 0; width: 100%; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    2. Form css 
-----------------------------------*/
label { }
.control-label { color: #474747; font-weight: 700; font-size: 12px; text-transform: uppercase; }
.form-control { width: 100%; height: 50px; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; color: #333; background-color: #fff; border: 1px solid #dbe7e1; background-image: none; border-radius: 0px; -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075); box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075); margin-bottom: 15px; }
.form-control:focus { border-color: #c8d8d0; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6); box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6); background-color: #f4faf7; }
.textarea.form-control { background-color: #f6f8f9; height: auto; }
.required { }
.form-news-letter .form-control { float: left; width: 75%; margin-right: 10px; }
.form-group { margin-bottom: 10px; }
.get-in-touch { }
.get-in-touch .form-control { margin-bottom: 10px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { display: inline-block; padding: 10px 20px; margin-bottom: 0; font-size: 13px; font-weight: 800; letter-spacing: 1px; line-height: 1.42857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; }
.btn-default { color: #fff; background-color: #0eb769; }
.btn-default:hover { color: #fff; background-color: #019852; border-color: #019852; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #019852; border-color: #019852; }
.btn-primary { background-color: #474747; color: #fff; }
.btn-primary:hover { background-color: #333; color: #fff; }
.btn-primary.focus, .btn-primary:focus { }
.btn-white { color: #0eb769; background-color: #fff; border: 1px solid #fff; }
.btn-white:hover { background-color: #019852; border-color: #019852; color: #fff; }
.btn-white.focus, .btn-white:focus { background-color: #019852; border-color: #019852; color: #fff; }
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; padding-bottom: 2px; }
.btn-link:hover { color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }
.btn-lg { font-size: 14px; padding: 20px 30px; }
.btn-sm { font-size: 12px; padding: 5px 10px; }
.btn-xs { font-size: 12px; padding: 5px 7px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-little-medium { padding-top: 100px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #f6f3ec; }
.bg-primary { background-color: #0eb769; }
.bg-default { background-color: #effef7; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #e5e7ec; }
.section-title { }
.title { color: #3c3c3c; }
.text-white { color: #fff; }
.primary-sidebar { }
.secondary-sidebar { }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature { }
.feature-icon { margin-bottom: 20px; }
.feature-left { }
.feature-left .feature-icon { float: left; }
.feature-left .feature-content { padding-left: 80px; }
.feature-center { }
.feature-center .feature-icon { }
.feature-center .feature-content { }
.feature-inner { }
.feature-outline { }
.thumbnail-block { }
.thumbnail-img { }
.thumbnail-content { }
.thumbnail-inner { }
.thumbnail-outline { }

/*----------------- video ---------------*/
.video-section { position: relative; }
.video-img { position: relative; }
.video-img img { width: 100%; }
.video-action { position: absolute; top: 40%; left: 47%; }

/*--------------------------------
4.6 Bullet 
----------------------------------*/
.bullet { position: relative; padding-left: 15px; color: #78807e; line-height: 32px; }
.bullet-double-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; width: 13px; font-size: 14px; color: #78807e; content: "\f101"; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-block { }
.cta-title { font-size: 32px; font-weight: 700; letter-spacing: -1px; color: #fff; margin-bottom: 10px; }
.cta-text { font-size: 18px; color: #a2fed4; }
.cta-content { }
.cta-call, .cta-mail { }

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f2a8"; font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(212, 27, 44, .55); }
.imghover:hover::after { color: #FFFFFF; }
[class^='imghvr-'], [class*=' imghvr-'] { background: rgba(211, 0, 80, .55); }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #0eb769; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo { }
.header { background-color: #fff; z-index: 9999; position: relative; padding-top: 20px; padding-bottom: 20px; }
.header-top { background-color: #0eb769; font-size: 15px; padding-top: 11px; padding-bottom: 11px; line-height: 15px; color: #fff; font-weight: 500; }
.top-text { text-align: right; }
.top-text .text-block { padding-left: 20px; color: #fff; line-height: 18px; }
.call-block { }
.call-no { }
.mail-block { }
.mail-text { }
.time-block { }
.time-text { }
.call-block, .mail-block, .time-block { }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { padding-top: 135px; padding-bottom: 135px; background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/home-physiotherapy-gwalior-dr-ankita-gupta.webp) no-repeat center; background-size: cover; }
.hero-caption { padding-top: 100px; padding-bottom: 100px; }
.hero-title { font-size: 46px; color: #fff; line-height: 50px; font-weight: 600; margin-bottom: 30px; letter-spacing: -1px; }
.hero-text { font-size: 18px; color: #fff; margin-bottom: 30px; }
.navigation { float: right; }
.is-sticky .header {  -webkit-box-shadow: 0px 2px 6px 0px rgba(230,230,230,1);
-moz-box-shadow: 0px 2px 6px 0px rgba(230,230,230,1);
box-shadow: 0px 2px 6px 0px rgba(230,230,230,1);}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { margin-top: 10px; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 15px 25px; font-size: 14px; color: #474747; text-decoration: none; font-weight: 500; text-transform: uppercase; }
#navigation > ul > li:hover > a { color: #ffffff; background-color: #0eb769; }
#navigation > ul > li.has-sub > a { padding-right: 32px; }

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 47px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { padding: 16px; width: 170px; font-size: 14px; text-decoration: none; color: #fff; font-weight: 500; background: #0eb769; text-transform: uppercase; border-bottom: 2px solid #069c57; }
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #ffffff; background-color: #0eb769; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #474747; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #474747; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #474747; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 15px; color: #474747; cursor: pointer; font-size: 12px; border-top: 1px solid #474747; text-transform: uppercase; font-weight: 700; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #474747; border-bottom: 2px solid #474747; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #474747; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #474747; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #474747; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #474747; height: 53px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 20px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #474747; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 23px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/physiotherapy-care-gwalior.webp) no-repeat center; background-size: cover; margin: 0; border-bottom: none; padding-bottom: 100px; }
.page-caption { padding: 90px 0px; position: relative; z-index: 1; color: #fff; }
.page-title { color: #fff; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: -1px; }
.breadcrumb { }
.breadcrumb>.active { }
.page-breadcrumb { background-color: #eef4f1; }
.page-breadcrumb .breadcrumb { background-color: transparent; margin-bottom: 0px; font-size: 12px; text-transform: uppercase; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/

/*-----------------------------------
7. Content 
-------------------------------------*/

.content { padding-top: 60px; padding-bottom: 60px; }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #262928; padding-top: 25px; padding-bottom: 10px; }
.footer-widget p { color: #676f6c; }
.footer-widget .widget-title { color: #fff; font-weight: 600;  border-bottom: 1px solid #424544; padding-bottom: 20px; }
.footer-widget { }
.footer-widget ul { }
.footer-widget li { }
.footer-widget li a { color: #676f6c; line-height: 34px; }
.footer-widget li a:hover { color: #0eb769; }
.footer-link { }
.footer-social { margin-top: 18px;}
.footer-social ul { }
.footer-social ul li { }
.footer-social ul li a i { padding-right: 10px; width: 30px; }
.footer-social ul li a:hover i { color: #0eb769; }
.footer .contact li { position: relative; padding-left: 40px; display: block; margin-bottom: 15px; padding: 0 0 15px 40px; color: #666e6b; }
.footer .contact li i { display: block; position: absolute; top: 5px; left: 0; width: 30px; font-size: 16px; text-align: center; }
.widget-newsletter .form-control { height: 48px; color: #eee; background-color: #1c1e1d; border: none; box-shadow: none; font-size: 14px; }
.widget-newsletter button { height: 48px; }

/*-------------- tiny footer ------------*/
.tiny-footer { background-color: #262928; padding-top: 9px; padding-bottom: 9px; font-size: 12px; color: #56575e; text-align: left; text-transform: uppercase; text-align: center; }
.copyright-content { border-top: 1px solid #424544; padding: 12px; color: #676f6c; }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-text { line-height: 40px; }
.about-block { }
.about-img { }
.about-info { }
.about-contact { font-size: 18px; color: #8c9292; font-weight: 600; margin-left: 5px; }
.counter_block { }
.counter_box { border-bottom: 1px solid #eee; padding: 40px 0px; }
.counter_number { font-weight: 900; margin-bottom: 0px; }
.counter_text { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/

/* service section */

.service-block { padding-bottom: 50px;}
.service-img { margin-bottom: 0px; }
.service-img img { width: 100%;
    height: 200px; }
.service-caption { }
.service-title { font-size: 20px; color: #212330; text-transform: uppercase; text-align: center; letter-spacing: 1px; }
.service-icon { }
.service-icon img { }
.service-single-block { }
.service-single-img { }
.service-single-content { }

/*-----------------------------------------
    service side-nav
   ------------------------------------------*/
.sidenav { background-color: #fff; margin-bottom: 30px; }
.sidenav li { position: relative; }
.sidenav li:last-child { margin-bottom: 0px; }
.sidenav li { display: block; line-height: 14px; color: #2b2d2c; font-weight: 500; font-size: 16px; background-color: #eef4f1; padding: 20px; margin-bottom: 1px; }
.sidenav li:hover { color: #fff; background-color: #0eb769; }
.sidenav li.active, .sidenav ul li a.active .sidenav ul li i { color: #fff; background-color: #0eb769; }
.sidenav li:focus { color: #bb0349; }
.sidenav li.active a:before { color: #bb0349; }

/*.sidenav li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; width: 20px; font-size: 12px; color: #7d7f89; content: "138"; left: 10px; }
.sidenav li a:hover:before { color: #bb0349; }*/
.arrow-circle-right li:last-child { border-bottom: 0px solid #6f4a52; }
.arrow-circle-right li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; left: 20px; width: 20px; font-size: 16px; color: #5a5a5a; content: "\f105"; font-weight: normal; }

/*--------------------------
  9.5  Testimonial
---------------------------*/
.quote-left { position: absolute; font-size: 100px; font-family: 'Libre Baskerville', serif; font-style: normal; color: #0eb769; line-height: 0px; top: 52px; }
.testimonial-block { }
.testimonial-img { }
.testimonial-img img { }
.testimonial-content { margin-bottom: 30px; }
.testimonial-info { line-height: 1; }
.testimonial-text { font-size: 21px; font-style: italic; line-height: 32px; color: #333333; }
.testimonial-name { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.testimonial-meta { font-size: 12px; text-transform: uppercase; }

/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block { }
.contact-block ul { }
.contact-block ul li { border: 1px solid #f1f2f4; padding-top: 30px; padding-bottom: 30px; }
.contact-block ul li i { color: #0eb769; float: left; padding: 0px; }
.contact-block .contact-text { }
.contact-info { background-color: #cda34d; color: #fff; }
.contact-info ul { padding-left: 0px; }
.contact-info li { position: relative; padding-left: 70px; margin-bottom: 30px; border-bottom: 1px solid #b69042; padding-bottom: 29px; }
.contact-info li:last-child { border-bottom: none; }
.contact-info li i { display: block; position: absolute; left: 0;    /* font-size: 50px; */    /* text-align: center; */
color: #fff;    /* bottom: 0px; */ }
.map { height: 400px; }
.contact-social { text-align: center; }
.contact-social { }
.contact-social a i { height: 32px; width: 32px; border-radius: 50px; background-color: #ffe2de; text-align: center; padding: 7px; line-height: 1.2; font-size: 14px; color: #c12d17; }
.contact-social a i:hover { color: #fe5036; }
address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }

/*------------------------
 10. Blog pages
--------------------------*/
.content { }
.sidebar { }
.post-block { position: relative; }

/*-- use for thumbnail --*/
.post-holder { position: relative; margin-bottom: 30px; }

/*-- for single post page --*/
.post-img { position: relative; height: 245px; width: 330px; }
.post-title { }
.post-content { padding: 30px; border: 1px solid #efefef; }
.post-header { }

/*-------- Post meta --------*/
.meta { font-size: 12px; text-transform: uppercase; margin-bottom: 20px; }
.meta-date { }
.meta-user { }
.meta-comment { }
.meta-author { }
.meta-cat { }
.meta-date, .meta-author, .meta-comment, .meta-cat { display: inline-block; margin-right: 10px; }
.meta-link { }
.meta-tags { }

/*-------- Post Type --------*/
.post-sticky { background: url(../images/sticky.png) no-repeat; position: absolute; right: 35px; bottom: 35px; width: 30px; height: 30px; color: #fff; }
.post-gallery { }
.post-video { }
.post-video .video-sign { }
.post-audio { }
.post-quote { }

/*-------- Related Post --------*/
.related-post-block { border-top: 1px solid #eee; padding-top: 29px; margin-top: 30px; margin-bottom: 30px; }
.related-post { }
.related-post-title { }
.related-post-img { margin-bottom: 30px; }

/*----- Prev Next Post -----*/
.post-navigation { margin-bottom: 30px; }
.nav-previous, .nav-next { border: 1px solid #eef4f1; padding: 20px; }
.nav-previous { }
.nav-next { }
.prev-post { }
.next-post { }
.prev-link { }
.next-link { }
.prev-link, .next-link { margin-bottom: 10px; display: block; text-transform: uppercase; font-size: 12px; }

/*----- Author Post -----*/
.author-post { margin-bottom: 30px; background: #eef4f1; padding: 20px; }
.author-img { }
.author-title { }
.author-img img { width: 100%; }
.author-bio { }
.author-meta { }
.author-name { }
.author-header { }
.author-detail { }
.author-link { }
.author-social { }
.author-social ul { }
.author-social ul li { }
.author-social ul li a { }
.author-social ul li a:hover { }
.author-info { }

/*------------- Post Pagination -------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #3c3c3c; text-decoration: none; font-size: 12px; background-color: #fff; font-weight: 700; text-transform: uppercase; margin-right: 5px; margin-bottom: 5px; padding: 8px 13px; border: 1px solid #efefef; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover, .st-pagination .pagination>li>a.active { z-index: 2; color: #fff; background-color: #0eb769; border: 1px solid #0eb769; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 0px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 0px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #0eb769; border: none; }

/*------------------------
  12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { margin-bottom: 4px; background-color: #eef4f1; padding: 20px; }
.widget-title {  }
.widget ul { }
.widget ul li { margin-bottom: 16px; }
.widget ul li:last-child { margin-bottom: 0px; }
.widget ul li a { color: #474747; }
.widget ul li a.active { color: #0eb769; }
.widget ul li a:hover { color: #0eb769; }
.widget-search { }
.widget-search .input-group-addon { color: #fff; text-align: center; background-color: #0eb769; border: 1px solid #0eb769; border-left: transparent; }
.widget-categories { }
.widget-categories ul { }
.widget-categories ul li { }
.widget-categories ul li a { }
.widget-archives { }
.widget-archives ul { }
.widget-archives ul li { }
.widget-archives ul li a { }
ul.widget-recent-post { }
.widget-recent-post li { margin-bottom: 16px; border-bottom: 2px solid #dbe7e1; padding-bottom: 16px; }
.widget-recent-post ul li a {}
.recent-post-img { }
.recent-post-content { }
.widget-tags { }
.widget-tags a { border: 1px solid #dbe7e1; padding: 5px 10px; display: inline-block; background-color: #fff; font-size: 12px; text-transform: uppercase; margin-bottom: 5px; margin-right: 3px; }
.widget-tags a:hover { background-color: #0eb769; color: #fff;    /* border: 1px solid #0eb769;*/ }
.widget-text { }
.widget-contact { }
.widget-social { }
.social-circle a { height: 33px; width: 33px; background-color: #0eb769; color: #fff; border-radius: 100%; padding: 5px; display: inline-block; text-align: center; margin-right: 10px; }
.social-circle a:hover { background-color: #019852; }
.widget-call-to-action{background-color: #0eb769;}
.widget-call-to-action .widget-title{font-size: 42px; color: #fff; font-weight: 600;}
.widget-call-to-action p{font-size: 18px;}
.team-block { margin-bottom: 20px; }
.team-img { margin-bottom: 20px; }
.team-content { text-align: center; }
.team-title { margin-bottom: 0px; }
.team-name { }
.team-meta { text-transform: uppercase; font-size: 12px; color: #0eb769; font-weight: 500; letter-spacing: 1px; }
.team-designation { }

/*----- Comment Post -----*/
.comments-area { }
.comments-title { border-bottom: 1px solid #eef4f1; padding-bottom: 20px; margin-bottom: 30px; }
.comment-list { list-style: none;  padding: 0px;}
.comment { }
.comment-body { margin-top: 20px; margin-bottom: 30px; border-bottom: 1px solid #eef4f1; padding-bottom: 20px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 120px; }
.comment-header { margin-bottom: 0px; }
.user-title { font-size: 15px; color: #474747; margin-bottom: 10px; font-weight: 500; }
.comment-meta { }
.comment-meta-date { color: #98989c; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }
.comment-content { color: #6f6f6f; margin-bottom: 20px; }
.reply { }

/*---- thread comments --------*/
.childern { padding-left: 100px; list-style: none; }
.childern .comment-body { background-color: #eef4f1; padding: 20px; }
.childern .comment-info { padding-left: 120px; }

/*----- Leave Reply -----*/
.leave-comments { margin-top: 30px; background-color: #eef4f1; padding: 40px; }
.leave-comments .control-label { color: #474747; font-weight: 600; font-size: 13px; }

/*--------------------------------
 Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(212, 27, 44, 100); visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5; }
.no-touch .cd-top:hover { background-color: #e70359; opacity: 1; }

/*-------------styleguide-------------*/
.box-info { }
.box-default-color { background-color: #0eb769; height: 160px; width: 160px; }
.box-primary-color { background-color: #474747; height: 160px; width: 160px; }
.box-heading-color { background-color: #474747; height: 160px; width: 160px; }
.box-secondary-color { background-color: #6f6f6f; height: 160px; width: 160px; }
.box-bg-color { background-color: #effef7; height: 160px; width: 160px; }

/*-------------------------------- 
    Media Query 
--------------------------------*/

/* Custom sizes (768px to 1024px) */
@media screen and (max-width:768px) {
    .post-content { position: relative; width: 100%; right: 0px; top: 0px; }
    .navigation { float: none; }
    .comment-info {
     padding-left: 10px; 
}.childern .comment-info {
    padding-left: 10px;
}
.childern {
    padding-left: 0px;
    list-style: none;
}

}
@media screen and (max-width:320px) {
    .navigation { float: none; }
    .comment-info {
     padding-left: 10px; 
}
.childern .comment-info {
    padding-left: 10px;
}
.childern {
    padding-left: 0px;
    list-style: none;
}

}

/*--------------------------------
    Homepage Redesign
--------------------------------*/
.home-redesign {
    background: #8f9f8b;
    color: #34413b;
    font-family: 'Roboto', sans-serif;
}

.home-redesign h1,
.home-redesign h2 {
    color: #1f2f27;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.home-redesign h3,
.home-redesign h4 {
    color: #1f2f27;
    font-weight: 700;
}

.home-redesign a {
    color: #486858;
}

.site-shell {
    background: #fbfaf5;
    margin: 0 auto;
    max-width: none;
    overflow: hidden;
}

.clinic-topbar {
    background: #83977f;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

.clinic-topbar a {
    color: #fff;
}

.topbar-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: space-between;
}

.topbar-inner i {
    margin-right: 7px;
}

.clinic-header {
    background: rgba(251, 250, 245, .96);
    border-bottom: 1px solid rgba(108, 128, 112, .14);
    position: sticky;
    top: 0;
    z-index: 20;
}

.clinic-nav {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 76px;
}

.clinic-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.clinic-brand img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(51, 67, 57, .12);
    height: 52px;
    object-fit: contain;
    padding: 5px;
    width: 52px;
}

.clinic-brand strong {
    color: #1f2f27;
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.clinic-brand small {
    color: #637267;
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.clinic-menu {
    align-items: center;
    display: flex;
    gap: 7px;
}

.clinic-menu a {
    border-radius: 999px;
    color: #26392f;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
}

.clinic-menu a:hover {
    background: #eef1e6;
    color: #486858;
}

.home-redesign .btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    transition: background .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.home-redesign .btn:hover {
    transform: translateY(-2px);
}

.home-redesign .btn-default {
    background: #7f967e;
    box-shadow: 0 12px 28px rgba(82, 111, 86, .24);
    color: #fff;
}

.home-redesign .btn-default:hover,
.home-redesign .btn-default:focus {
    background: #607b65;
    color: #fff;
}

.btn-outline {
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(91, 111, 96, .35);
    color: #2d4035;
}

.btn-outline:hover,
.btn-outline:focus {
    background: #fff;
    color: #2d4035;
}

.clinic-hero {
    background:
        radial-gradient(circle at 16% 82%, rgba(205, 187, 151, .55) 0 13%, transparent 14%),
        radial-gradient(circle at 91% 62%, rgba(235, 229, 216, .85) 0 12%, transparent 13%),
        linear-gradient(135deg, #fbfaf5 0%, #f0eadf 100%);
    padding: 30px 0 40px;
    position: relative;
}

.clinic-hero:after {
    background: #8f9f8b;
    border-radius: 50% 50% 0 0;
    bottom: -60px;
    content: "";
    height: 120px;
    left: -5%;
    opacity: .32;
    position: absolute;
    width: 58%;
}

.hero-grid,
.middle-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.eyebrow {
    color: #6d836f;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-copy {
    max-width: 610px;
    padding: 18px 0;
    position: relative;
    z-index: 2;
}

.hero-copy h1 {
    font-size: 52px;
    line-height: 1.04;
    margin-bottom: 22px;
}

.hero-copy p {
    color: #44564c;
    font-size: 18px;
    line-height: 30px;
    max-width: 560px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-trust span {
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(124, 143, 126, .18);
    border-radius: 999px;
    color: #5d6d63;
    padding: 10px 15px;
}

.hero-trust strong {
    color: #26392f;
}

.hero-visual {
    animation: softFloat 6s ease-in-out infinite;
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(58, 65, 53, .22);
    overflow: hidden;
    position: relative;
}

.hero-visual img {
    display: block;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.floating-card {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border-radius: 18px;
    bottom: 24px;
    box-shadow: 0 16px 42px rgba(39, 52, 43, .18);
    color: #26392f;
    display: flex;
    font-weight: 700;
    gap: 12px;
    left: 24px;
    padding: 14px 18px;
    position: absolute;
}

.floating-card i {
    background: #e7eee3;
    border-radius: 50%;
    color: #6b856e;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

.section-band {
    background: #fbfaf5;
    padding: 88px 0;
}

.mobile-wave {
    display: none;
}

.section-heading {
    margin: 0 auto 44px;
    max-width: 680px;
}

.section-heading.left {
    margin-left: 0;
    text-align: left;
}

.section-heading h2,
.benefit-copy h2,
.contact-card h2 {
    font-size: 38px;
    line-height: 1.15;
}

.section-heading p,
.benefit-copy p,
.contact-card p {
    color: #65736b;
    font-size: 16px;
    line-height: 27px;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
}

.service-grid > [class*="col-"] {
    display: flex;
    padding-top: 10px;
}

.service-card {
    background: #fff;
    border: 1px solid rgba(116, 133, 119, .13);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(49, 62, 53, .08);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 22px 26px;
    position: relative;
    transition: box-shadow .28s ease, transform .28s ease;
    width: 100%;
}

.service-card:hover {
    box-shadow: 0 24px 54px rgba(49, 62, 53, .16);
    transform: translateY(-8px);
}

.service-card img {
    height: 164px;
    margin: 0 -22px 20px;
    object-fit: cover;
    transition: transform .5s ease;
    width: calc(100% + 44px);
    transition:transform .5s ease;
}

.service-card:hover img {
    transform:scale(1.08);
}

.service-icon {
    background: #eef2e9;
    border-radius: 14px;
    color: #6b856e;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin-top: -44px;
    position: relative;
    text-align: center;
    width: 48px;
}

.service-card h3 {
    font-size: 19px;
    margin-top: 18px;
}

.service-card p {
    color: #67766d;
    font-size: 14px;
    line-height: 23px;
}

.benefits-section,
.certificate-section {
    background: #f4efe6;
    padding: 88px 0;
}

.benefit-photo {
    border-radius: 28px;
    box-shadow: 0 22px 56px rgba(67, 67, 55, .16);
    overflow: hidden;
}

.benefit-photo img {
    display: block;
    height: 460px;
    object-fit: cover;
    width: 100%;
}

.benefit-copy {
    padding-left: 58px;
}

.benefit-list {
    display: grid;
    gap: 13px;
    margin-top: 26px;
}

.benefit-list span {
    align-items: center;
    color: #34413b;
    display: flex;
    font-weight: 700;
    gap: 11px;
}

.benefit-list i {
    background: #81977f;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.profile-section {
    background:
        radial-gradient(circle at 6% 85%, rgba(222, 212, 193, .8) 0 14%, transparent 15%),
        #fbfaf5;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
}

.profile-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(116, 133, 119, .13);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(49, 62, 53, .09);
    display: flex;
    gap: 22px;
    margin-bottom: 28px;
    min-height: 230px;
    padding: 24px;
}

.profile-card img {
    border-radius: 18px;
    height: 178px;
    object-fit: cover;
    object-position: top center;
    width: 142px;
}

.profile-card h3 {
    font-size: 23px;
    margin-bottom: 6px;
}

.profile-card p {
    color: #69776e;
    font-weight: 700;
    margin-bottom: 14px;
}

.profile-card a {
    font-weight: 700;
}

#certificateCarousel {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(53, 63, 54, .14);
    overflow: hidden;
    padding: 18px;
}

#certificateCarousel .item img {
    border-radius: 16px;
    height: 440px;
    object-fit: cover;
    width: 100%;
}

#certificateCarousel .carousel-control {
    background: none;
    color: #26392f;
    opacity: .7;
    text-shadow: none;
}

#certificateCarousel .carousel-indicators {
    bottom: 24px;
}

#certificateCarousel .carousel-indicators li {
    border-color: #83977f;
}

#certificateCarousel .carousel-indicators .active {
    background: #83977f;
}

.contact-panel {
    background: #fbfaf5;
    padding: 72px 0;
}

.contact-card {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(226, 239, 221, .95), rgba(246, 238, 224, .96)),
        url(../images/physiotherapy-service-detail-gwalior.webp) center/cover;
    border-radius: 28px;
    box-shadow: 0 26px 64px rgba(48, 61, 52, .14);
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 42px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.clinic-footer {
    background: #26342c;
    color: #d9ded6;
    padding: 42px 0 34px;
}

.clinic-footer h3,
.clinic-footer h4 {
    color: #fff;
}

.clinic-footer p {
    color: #b8c0b8;
    line-height: 27px;
}

.clinic-footer a {
    color: #e7efdf;
}

.footer-brand {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.footer-brand img {
    background: #fff;
    border-radius: 50%;
    height: 62px;
    object-fit: contain;
    padding: 6px;
    width: 62px;
}

.mobile-call {
    align-items: center;
    background: #7f967e;
    border-radius: 999px;
    bottom: 18px;
    box-shadow: 0 16px 38px rgba(52, 76, 56, .32);
    color: #fff !important;
    display: none;
    font-weight: 700;
    gap: 8px;
    left: 18px;
    padding: 13px 18px;
    position: fixed;
    z-index: 50;
}

.reveal-up {
    opacity: 1;
    animation: revealUp .7s ease both;
}

.clinic-hero .reveal-up {
    opacity: 1;
    transform: none;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
    margin-top: -20px;
}

.delay-1 {
    transition-delay: .08s;
}

.delay-2 {
    transition-delay: .16s;
}

.delay-3 {
    transition-delay: .24s;
}

@keyframes softFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes revealUp {
    from {
        transform: translateY(18px);
    }
    to {
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .site-shell {
        margin: 0;
    }

    .clinic-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px 0;
    }

    .clinic-menu {
        flex-wrap: wrap;
    }

    .nav-cta {
        position: absolute;
        right: 15px;
        top: 24px;
    }

    .hero-grid,
    .middle-row {
        display: block;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-visual {
        margin-top: 24px;
    }

    .hero-visual img {
        height: 400px;
    }

    .benefit-copy {
        padding: 34px 0 0;
    }

    .contact-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .home-redesign {
        background: #fbfaf5;
    }

    .clinic-topbar {
        display: none;
    }

    .clinic-header {
        box-shadow: 0 10px 26px rgba(42, 56, 48, .08);
        position: sticky;
    }

    .clinic-nav {
        gap: 12px;
        min-height: 0;
        padding: 12px 0 14px;
    }

    .clinic-brand {
        gap: 9px;
        padding-right: 115px;
    }

    .clinic-brand img {
        height: 46px;
        padding: 4px;
        width: 46px;
    }

    .clinic-brand strong {
        font-size: 17px;
        line-height: 19px;
    }

    .clinic-brand small {
        font-size: 11px;
        line-height: 15px;
    }

    .clinic-menu {
        display: grid;
        gap: 3px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow-x: auto;
        padding-bottom: 1px;
        width: 100%;
    }

    .clinic-menu a {
        background: #eef1e6;
        border: 1px solid rgba(112, 132, 115, .12);
        font-size: 13px;
        padding: 9px 7px;
        text-align: center;
        white-space: nowrap;
    }

    .nav-cta {
        font-size: 12px;
        padding: 9px 13px;
        right: 15px;
        top: 18px;
    }

    .clinic-hero,
    .section-band,
    .benefits-section,
    .certificate-section,
    .contact-panel {
        padding: 46px 0;
    }

    .clinic-hero {
        background:
            radial-gradient(circle at 88% 71%, rgba(222, 211, 188, .58) 0 14%, transparent 15%),
            linear-gradient(180deg, #fbfaf5 0%, #f3eee5 100%);
        padding: 42px 0 0;
    }

    .hero-copy {
        padding-top: 0;
    }

    .eyebrow {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .hero-copy h1 {
        font-size: 36px;
        line-height: 1.05;
        margin-bottom: 16px;
    }

    .hero-copy p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .hero-actions {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin: 24px 0 18px;
    }

    .hero-actions .btn {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
    }

    .hero-trust {
        display: flex;
        gap: 8px;
        margin-bottom: 18px;
    }

    .hero-trust span {
        flex: 1;
        text-align: center;
        padding: 10px 8px;
        font-size: 12px;
        background: rgba(255,255,255,.8);
        border: 1px solid rgba(124,143,126,.18);
        border-radius: 999px;
        white-space: nowrap;
    }

    .hero-visual {
        animation: none;
        border-radius: 22px 22px 0 0;
        box-shadow: 0 18px 45px rgba(58, 65, 53, .16);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
    }

    .hero-visual img {
        height: 330px;
        object-position: center top;
    }

    .floating-card {
        bottom: 22px;
        left: 14px;
        right: 14px;
    }

    .services-section {
        margin-top: -1px;
        padding-top: 0;
        position: relative;
    }

    .mobile-wave {
        background: #fbfaf5;
        border-radius: 50% 50% 0 0;
        display: block;
        height: 58px;
        margin-top: 0px;
        position: relative;
        width: 120%;
        left: -10%;
        z-index: 1;
    }

    .services-section .container {
        position: relative;
        z-index: 2;
    }

    .section-heading {
        margin-bottom: 26px;
    }

    .section-heading h2,
    .benefit-copy h2,
    .contact-card h2 {
        font-size: 31px;
    }

    .service-grid,
    .team-grid {
        display: block;
    }

    .service-card {
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(49, 62, 53, .09);
        display: grid;
        grid-template-columns: 104px 1fr;
        margin-bottom: 14px;
        min-height: 120px;
        padding: 14px 16px 14px 0;
    }

    .service-card img {
        border-radius: 0 15px 15px 0;
        grid-row: 1 / span 3;
        height: 100%;
        margin: 0 16px 0 0;
        min-height: 104px;
        width: 104px;
    }

    .service-icon {
        display: none;
    }

    .service-card h3 {
        align-self: end;
        font-size: 17px;
        margin: 0 0 4px;
    }

    .service-card p {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }

    .benefit-photo img,
    #certificateCarousel .item img {
        height: 320px;
    }

    .profile-card {
        align-items: center;
        flex-direction: row;
        gap: 16px;
        min-height: 0;
        padding: 16px;
    }

    .profile-card img {
        border-radius: 15px;
        height: 116px;
        width: 92px;
    }

    .profile-card h3 {
        font-size: 19px;
    }

    .profile-card p {
        font-size: 13px;
        line-height: 20px;
    }

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

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

    .mobile-call {
        display: inline-flex;
    }
}

@media screen and (max-width: 380px) {
    .clinic-brand strong {
        font-size: 15px;
    }

    .clinic-brand small {
        max-width: 150px;
    }

    .clinic-menu a {
        font-size: 12px;
        padding: 8px 5px;
    }

    .hero-copy h1 {
        font-size: 33px;
    }

    .hero-actions {
        grid-template-columns: 1fr;
    }
}


/* ===== 2026 MOBILE + HERO IMPROVEMENTS ===== */

.hero-visual{
    min-height:auto;
    height:550px;
}

.hero-visual img{
     width:100%;
    height: 550px;
    object-fit:cover;
    object-position:center center;
}

.services-section{
    background:#f4f7f1;
}

.service-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.mobile-menu-toggle{
    display:none;
    border:none;
    background:none;
    padding:8px;
}

.mobile-menu-toggle span{
    display:block;
    width:24px;
    height:3px;
    margin:5px 0;
    background:#294234;
    border-radius:20px;
}

@media(max-width:768px){

    .clinic-topbar{
        display:none;
    }

    .mobile-menu-toggle{
        display:block;
    }

    .clinic-nav{
        position:relative;
    }

    .clinic-menu{
        display:none;
        position:absolute;
        top:80px;
        left:0;
        right:0;
        background:#fff;
        padding:15px;
        border-radius:18px;
        box-shadow:0 15px 40px rgba(0,0,0,.15);
        flex-direction:column;
        z-index:999;
    }

    .clinic-menu.menu-open{
        display:flex;
    }

    .hero-copy h1{
        font-size:46px;
        line-height:1.1;
    }

    .hero-visual{
        min-height:420px;
        margin-top:20px;
    }

    .floating-card{
        left:12px;
        right:12px;
        bottom:12px;
    }

    .service-card{
        display:flex;
        align-items:center;
        padding:12px;
        margin-bottom:18px;
    }

    .service-card img{
        width:95px;
        height:95px;
        border-radius:14px;
        margin-right:12px;
    }
}


/* ===== FIXED MOBILE DRAWER MENU ===== */
.mobile-menu-toggle{display:none;z-index:1002;background:none;border:none}
.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.mobile-menu-toggle.active span:nth-child(2){opacity:0;}
.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}

@media(max-width:768px){
.mobile-menu-toggle{display:block;}
.clinic-menu{
position:fixed!important;
top:0;
left:-280px;
width:280px;
height:100vh;
background:#fff;
padding:90px 20px 20px;
flex-direction:column;
align-items:flex-start;
gap:15px;
transition:.3s;
z-index:1001;
box-shadow:0 0 30px rgba(0,0,0,.2);
}
.clinic-menu.menu-open{left:0;}
.clinic-menu a{width:100%;}

.service-grid .col-md-3,
.service-grid .col-sm-6{width:100%;}

.service-card{
display:flex!important;
align-items:flex-start;
gap:15px;
padding:15px;
border-radius:24px;
}
.service-card img{
width:95px!important;
height:95px!important;
min-width:95px;
border-radius:16px;
object-fit:cover;
}
.service-icon{display:none!important;}
.service-content{flex:1;}
.service-card h3{
font-size:22px;
margin:0 0 6px;
}
.service-card p{
font-size:14px;
line-height:1.6;
margin:0;
}
}


/* ===== FINAL FIXES ===== */

/* Desktop unchanged */
@media(min-width:769px){
 .mobile-menu-toggle,.menu-overlay{display:none!important;}
 .service-card{
   display:block!important;
   height:100%;
 }
 .service-card img{
   width:100%!important;
   height:220px!important;
   margin:0!important;
 }
}

/* Mobile menu */
.menu-overlay{
 position:fixed;
 inset:0;
 background:rgba(0,0,0,.45);
 opacity:0;
 visibility:hidden;
 transition:.3s;
 z-index:999;
}
.menu-overlay.show{
 opacity:1;
 visibility:visible;
}
.mobile-menu-toggle{
 display:none;
 background:none;
 border:none;
 z-index:1001;
}
.mobile-menu-toggle span{
 display:block;
 width:24px;
 height:3px;
 margin:5px 0;
 background:#294234;
 transition:.3s;
}
.mobile-menu-toggle.active span:nth-child(1){
 transform:rotate(45deg) translate(5px,6px);
}
.mobile-menu-toggle.active span:nth-child(2){opacity:0;}
.mobile-menu-toggle.active span:nth-child(3){
 transform:rotate(-45deg) translate(5px,-6px);
}

@media(max-width:768px){

 .clinic-topbar{display:none;}

 .mobile-menu-toggle{display:block;}

 .clinic-menu{
   position:fixed!important;
   top:0;
   left:-290px!important;
   width:280px;
   height:100vh;
   background:#fff;
   z-index:1000;
   padding:90px 20px 20px;
   flex-direction:column;
   align-items:flex-start;
   transition:left .3s ease;
   box-shadow:0 0 40px rgba(0,0,0,.2);
 }

 .clinic-menu.menu-open{
   left:0!important;
 }

 .clinic-menu a{
   width:100%;
   border-radius:12px;
 }

 /* How we help you cards */
 .service-grid .col-md-3,
 .service-grid .col-sm-6{
   width:100%;
   float:none;
 }

 .service-card{
   display:flex!important;
   align-items:flex-start;
   gap:14px;
   padding:14px;
   border-radius:22px;
   background:#fff;
   box-shadow:0 8px 24px rgba(0,0,0,.08);
   margin-bottom:16px;
 }

 .service-card img{
   width:95px!important;
   height:95px!important;
   min-width:95px;
   object-fit:cover;
   border-radius:16px;
 }

 .service-card .service-icon{
   display:none!important;
 }

 .service-card h3{
   font-size:18px!important;
   margin:0 0 6px!important;
 }

 .service-card p{
   font-size:14px!important;
   line-height:1.5!important;
   margin:0!important;
 }

 .hero-copy h1{
   font-size:42px;
 }

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

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


/* ===== FINAL MENU FIX ===== */
@media (max-width:768px){

.menu-overlay{
 position:fixed;
 inset:0;
 background:rgba(0,0,0,.35);
 opacity:0;
 visibility:hidden;
 transition:.25s;
 z-index:999;
}
.menu-overlay.show{
 opacity:1;
 visibility:visible;
}

.clinic-menu{
 width:220px !important;
 left:-220px !important;
 padding:60px 15px 15px !important;
 gap:4px !important;
}

.clinic-menu.menu-open{
 left:0 !important;
}

.clinic-menu a{
 background:none !important;
 border:none !important;
 padding:10px 8px !important;
 margin:0 !important;
 border-radius:0 !important;
 font-size:15px !important;
 text-align:left !important;
 width:100%;
}

.mobile-menu-toggle.active{
 position:fixed;
 left:15px;
 top:15px;
 z-index:1002;
}

/* HOW WE HELP YOU */
.service-grid .col-md-3,
.service-grid .col-sm-6{
 width:100%;
 padding-top: 10px;
}

.service-card{
 display:flex !important;
 align-items:center;
 gap:14px;
 padding:14px;
 min-height:120px;
}

.service-card img{
 width:95px !important;
 height:95px !important;
 min-width:95px;
 border-radius:14px;
 object-fit:cover;
}

.service-content{
 flex:1;
}

.service-card h3{
 font-size:22px !important;
 margin:0 0 6px !important;
}

.service-card p{
 font-size:14px !important;
 line-height:1.5 !important;
 margin:0 !important;
}
}

/* Desktop cards */
@media (min-width:769px){
.service-card{
 padding:18px;
}
.service-card img{
 width:100%;
 height:220px;
 object-fit:cover;
 border-radius:18px;
}
.service-content{
 padding-top:12px;
}
}

/* ===== MOBILE COMPACT HEADER + SCROLL TOP ===== */
.scroll-top-btn {
    align-items: center;
    background: #26392f;
    border: 0;
    border-radius: 50%;
    bottom: 18px;
    box-shadow: 0 12px 28px rgba(35, 50, 42, .28);
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 18px;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, background .25s ease;
    width: 42px;
    z-index: 51;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top-btn:hover,
.scroll-top-btn:focus {
    background: #607b65;
    color: #fff;
}

@media (max-width:768px) {
    .clinic-header {
        left: 0;
        position: sticky;
        right: 0;
        top: 0;
        transition: box-shadow .25s ease;
        z-index: 100;
    }

    .clinic-header.is-scrolled {
        box-shadow: 0 8px 22px rgba(42, 56, 48, .12);
    }

    .clinic-header .container {
        width: 100%;
    }

    .clinic-nav {
        align-items: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        justify-content: space-between !important;
        min-height: 58px !important;
        padding: 8px 0 !important;
        transition: min-height .25s ease, padding .25s ease;
    }

    .clinic-header.is-scrolled .clinic-nav {
        min-height: 46px !important;
        padding: 5px 0 !important;
    }

    .clinic-brand {
        flex: 1 1 auto;
        gap: 8px !important;
        min-width: 0;
        padding-right: 0 !important;
    }

    .clinic-brand img {
        flex: 0 0 auto;
        height: 40px !important;
        padding: 3px !important;
        transition: height .25s ease, width .25s ease;
        width: 40px !important;
    }

    .clinic-header.is-scrolled .clinic-brand img {
        height: 34px !important;
        width: 34px !important;
    }

    .clinic-brand span {
        min-width: 0;
    }

    .clinic-brand strong {
        font-size: 14px !important;
        line-height: 17px !important;
        white-space: nowrap;
    }

    .clinic-brand small {
        display: block;
        font-size: 9px !important;
        line-height: 12px !important;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .clinic-header.is-scrolled .clinic-brand small {
        display: none;
    }

    .nav-cta {
        display: none !important;
    }

    .mobile-menu-toggle {
        flex: 0 0 auto;
        padding: 5px !important;
        position: relative;
        right: auto;
        top: auto;
    }

    .mobile-menu-toggle span {
        height: 2px !important;
        margin: 4px 0 !important;
        width: 23px !important;
    }

    .clinic-menu {
        padding-top: 68px !important;
    }

    .mobile-menu-toggle.active {
        left: 15px;
        position: fixed;
        top: 12px;
    }

    .mobile-call {
        bottom: 14px;
        left: 14px;
        padding: 12px 16px;
    }

    .scroll-top-btn {
        bottom: 14px;
        height: 38px;
        right: 14px;
        width: 38px;
    }
}




.benefits-section{
    padding-top:20px;
    padding-bottom:80px;
}

.benefits-grid{
    margin-top:50px;
}

.benefit-card{
    background:#fff;
    border-radius:24px;
    padding:35px 30px;
    text-align:center;
    margin-bottom:30px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

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

.benefit-card i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#7f967e;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.benefit-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#23352b;
}

.benefit-card p{
    color:#65736b;
    line-height:1.8;
}

.benefits-section .eyebrow{
    font-size:18px;
    font-weight:700;
    letter-spacing:3px;
    color:#6f8a71;
    margin-bottom:20px;
    display:block;
}

/* ===== TREATMENT JOURNEY TIMELINE ===== */
.journey-section {
    background:
        radial-gradient(circle at 10% 18%, rgba(217, 229, 207, .72) 0 12%, transparent 13%),
        linear-gradient(180deg, #fbfaf5 0%, #f4f7f1 100%);
    overflow: hidden;
    padding: 74px 0 80px;
    position: relative;
}

.journey-section:before {
    background: rgba(127, 150, 126, .12);
    border-radius: 999px;
    content: "";
    height: 170px;
    position: absolute;
    right: -70px;
    top: 38px;
    width: 170px;
}

.journey-timeline {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: relative;
    z-index: 1;
}

.journey-timeline:before {
    background: linear-gradient(90deg, rgba(127, 150, 126, .12), #7f967e, rgba(127, 150, 126, .12));
    content: "";
    height: 3px;
    left: 9%;
    position: absolute;
    right: 9%;
    top: 43px;
}

.journey-step {
    animation: journeyFloat 4.5s ease-in-out infinite;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(116, 133, 119, .16);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(49, 62, 53, .08);
    min-height: 142px;
    padding: 22px 14px 18px;
    position: relative;
    text-align: center;
}

.journey-step:nth-child(2) {
    animation-delay: .18s;
}

.journey-step:nth-child(3) {
    animation-delay: .36s;
}

.journey-step:nth-child(4) {
    animation-delay: .54s;
}

.journey-step:nth-child(5) {
    animation-delay: .72s;
}

.journey-step:after {
    color: #7f967e;
    content: "\f063";
    display: none;
    font-family: FontAwesome;
    font-size: 15px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.journey-icon {
    align-items: center;
    background: #7f967e;
    border: 6px solid #eef3e9;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(82, 111, 86, .22);
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 62px;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    width: 62px;
    z-index: 2;
}

.journey-step h3 {
    color: #23352b;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
}

@keyframes journeyFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@media (max-width: 991px) {
    .journey-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .journey-timeline:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .journey-section {
        padding: 42px 0 50px;
    }

    .journey-section .section-heading {
        margin-bottom: 20px;
    }

    .journey-section .section-heading h2 {
        font-size: 30px;
    }

    .journey-section .section-heading p {
        font-size: 14px;
        line-height: 22px;
    }

    .journey-timeline {
        gap: 0;
        grid-template-columns: 1fr;
        margin: 0 auto;
        max-width: 420px;
    }

    .journey-step {
        align-items: center;
        animation: journeyMobileIn .7s ease both, journeyGlow 3.2s ease-in-out infinite;
        border-radius: 18px;
        display: flex;
        gap: 14px;
        margin-bottom: 28px;
        min-height: 0;
        padding: 14px 16px;
        text-align: left;
    }

    .journey-step:nth-child(2) {
        animation-delay: .08s, .08s;
    }

    .journey-step:nth-child(3) {
        animation-delay: .16s, .16s;
    }

    .journey-step:nth-child(4) {
        animation-delay: .24s, .24s;
    }

    .journey-step:nth-child(5) {
        animation-delay: .32s, .32s;
        margin-bottom: 0;
    }

    .journey-step:after {
        bottom: -22px;
        display: block;
    }

    .journey-step:last-child:after {
        display: none;
    }

    .journey-icon {
        border-width: 4px;
        flex: 0 0 auto;
        font-size: 18px;
        height: 50px;
        margin: 0;
        width: 50px;
    }

    .journey-step h3 {
        font-size: 18px;
    }
}

@keyframes journeyMobileIn {
    from {
        opacity: 0;
        transform: translateX(-18px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes journeyGlow {
    0%, 100% {
        box-shadow: 0 12px 26px rgba(49, 62, 53, .08);
    }
    50% {
        box-shadow: 0 16px 36px rgba(82, 111, 86, .18);
    }
}

/* ===== MOBILE HEADER + BENEFITS REFINEMENT ===== */
@media (max-width: 768px) {
    .home-redesign {
        padding-top: 58px;
    }

    .site-shell {
        overflow: visible;
    }

    .clinic-header {
        left: 0;
        position: fixed !important;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1005;
    }

    .clinic-nav {
        min-height: 58px !important;
        padding: 8px 0 !important;
    }

    .clinic-header.is-scrolled .clinic-nav {
        min-height: 46px !important;
        padding: 5px 0 !important;
    }

    .clinic-header.is-scrolled .clinic-brand img {
        height: 34px !important;
        width: 34px !important;
    }

    .clinic-header.is-scrolled .clinic-brand small {
        display: none;
    }

    .benefits-section {
        padding: 42px 0 48px;
    }

    .benefits-section .section-heading {
        margin-bottom: 22px;
    }

    .benefits-section .eyebrow {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .benefits-section .section-heading h2 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .benefits-section .section-heading p {
        font-size: 14px;
        line-height: 22px;
    }

    .benefits-grid {
        display: block;
        margin-top: 0;
    }

    .benefits-grid .col-md-4,
    .benefits-grid .col-sm-6 {
        float: none;
        width: 100%;
    }

    .benefit-card {
        align-items: center;
        background: #fff;
        border: 1px solid rgba(116, 133, 119, .13);
        border-radius: 22px;
        box-shadow: 0 8px 24px rgba(49, 62, 53, .08);
        display: flex;
        gap: 14px;
        height: auto;
        margin-bottom: 16px;
        min-height: 118px;
        padding: 14px;
        text-align: left;
    }

    .benefit-card:hover {
        transform: translateY(-3px);
    }

    .benefit-card i {
        flex: 0 0 auto;
        font-size: 20px;
        height: 54px;
        line-height: 54px;
        margin: 0;
        width: 54px;
    }

    .benefit-card h3 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 6px;
    }

    .benefit-card p {
        font-size: 13px;
        line-height: 1.45;
        margin: 0;
    }
}

/* ===== HERO TEXT ANIMATION + SERVICE MOBILE FIXES ===== */
.hero-animated-title,
.hero-animated-text {
    opacity: 0;
}

.hero-animated-title {
    animation: heroTitleReveal .85s cubic-bezier(.2, .75, .25, 1) .15s forwards;
}

.hero-animated-text {
    animation: heroTextReveal .85s cubic-bezier(.2, .75, .25, 1) .42s forwards;
}

@keyframes heroTitleReveal {
    from {
        filter: blur(8px);
        letter-spacing: .02em;
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }
    to {
        filter: blur(0);
        letter-spacing: 0;
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroTextReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .services-section {
        padding-top: 16px !important;
    }

    .services-section .mobile-wave {
        display: none !important;
    }

    .services-section .section-heading {
        margin-bottom: 16px !important;
    }

    .services-section .section-heading .eyebrow {
        margin-bottom: 8px;
    }

    .service-grid .col-md-3,
    .service-grid .col-sm-6 {
        padding-top: 0 !important;
    }

    .service-card {
        min-height: 112px !important;
    }

    .service-card img {
        background: #eef3e9;
        border: 1px solid rgba(127, 150, 126, .12);
        height: 92px !important;
        min-width: 92px !important;
        object-fit: cover !important;
        width: 92px !important;
    }

    .service-card img[src$=".png"] {
        object-fit: contain !important;
        padding: 4px;
    }

    .service-card h3 {
        font-size: 18px !important;
        line-height: 1.18 !important;
    }

    .service-card p {
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    .journey-section {
        padding-bottom: 26px !important;
    }
}

@media (max-width: 768px) {
    .benefit-card > i {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
        line-height: 1 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .benefit-card > i:before {
        display: block;
        line-height: 1;
        margin: 0;
    }
}

/* ===== HEADER WHATSAPP ACTION ===== */
.header-actions {
    align-items: center;
    display: flex;
    gap: 8px;
}

.header-whatsapp {
    align-items: center;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(37, 211, 102, .25);
    color: #fff !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.header-whatsapp:hover,
.header-whatsapp:focus {
    background: #1fb85a;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .header-actions {
        flex: 0 0 auto;
        gap: 7px;
    }

    .header-whatsapp {
        height: 34px;
        width: 34px;
    }

    .clinic-header.is-scrolled .header-whatsapp {
        height: 31px;
        width: 31px;
    }

    .mobile-menu-toggle.active {
        position: static !important;
    }
}

@media (min-width: 769px) {
    .header-whatsapp {
        display: none;
    }
}
