@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@600;700;800&display=swap');

/* Headings use PT Sans globally (child-friendly.css); force Noto for rupee so h3/h2 inside prices don't revert to PT Sans */
.inr-money,
.inr-money * {
  font-family: 'Noto Sans', 'PT Sans', 'Segoe UI', system-ui, sans-serif !important;
}

/* Profile submenu styles */
/* Remove down arrow for profile-menu */
.profile-menu > a:before {
  content: none !important;
}
/* Profile submenu styles */
.profile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.profile-menu ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.profile-menu ul li:last-child {
  border-bottom: none;
}
.profile-menu ul li a {
  text-decoration: none;
  display: block;
  color: #333;
}
.profile-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.profile-menu #profile-img {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 10px;
}

/* Make navigation bar horizontal using flexbox */
.navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-nav > li,
.profile-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

/* @charset "UTF-8"; */

/* CSS Document */

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

Template Name:      Pediatrician Website Template
Version:            1.0.0
Last change:        23/01/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 
-----------------------------------*/

html { scroll-behavior: smooth; }
html, body { margin: 0 !important; padding: 0 !important; height: 100%; overflow-y: auto; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-size: 16px; background-color: #fff; color: #7a8080; font-family: 'PT Sans', 'Segoe UI', sans-serif; line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-bottom: 10px; color: #4a4e4e; font-weight: 600; }
h1 { font-size: 30px; line-height: 30px; font-weight: 700; }
h2 { font-size: 24px; }
h3 { font-size: 22px; line-height: 35px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0px; }
ul, ol { margin: 0; }
ul li, ol li { line-height: 1.9; }
a { color: #7a8080; 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: #fe5036; }
strong { }
.listnone { list-style: none; padding: 0px; }
.lead { font-size: 21px; }
.italic { font-style: italic; }
.small { }
.text-caps { font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.outline { border: 1px solid #e3eded; }
::selection { background: #ffecb3; color: #333; }

/*-------------- 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 20px 20px; }
.alignleft { float: left; margin: 0px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
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 
-----------------------------------*/
.control-label { color: #4a4e4e; font-weight: normal; }
.form-control { width: 100%; height: 50px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; border: 1px solid #e3eded; background-image: none; -webkit-box-shadow: inset 0 0px 0px rgba(235, 237, 238, .075); box-shadow: inset 3 3px 3px rgba(235, 237, 238, .075); margin-bottom: 10px; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(235, 237, 238, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 3px 3px rgba(235, 237, 238, .075), 0 0 8px rgba(235, 237, 238, .6); background-color: #edf3f6; }
.textarea.form-control { background-color: #f6f8f9; height: auto; }
.required { color: red }
.input-group-addon { color: #34d4a2; text-align: center; background-color: #f6f8f9; border: 1px solid #f1f5f7; border-left: 0px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { display: inline-block; padding: 13px 20px; margin-bottom: 0; font-size: 14px; font-weight: 600; letter-spacing: 1px; line-height: 1.42857143; text-align: center; border: none; text-transform: uppercase; }
.btn-default { color: #fff; background-color: #fe5036; }
.btn-default:hover { color: #fff; background-color: #ef4931; border-color: #ef4931; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #ef4931; border-color: #ef4931; }
.btn-primary { background-color: #01ccd2; color: #fff; }
.btn-primary:hover { background-color: #00b0b5; color: #fff; }
.btn-primary.focus, .btn-primary:focus { }
.btn-white { color: #4a4e4e; background-color: #fff; border: 1px solid #fff; }
.btn-white:hover { background-color: transparent; border: 1px solid #fff; color: #fff; }
.btn-white.focus, .btn-white:focus { background-color: transparent; border: 1px solid #fff; color: #03af9e; }
.btn-link { color: #4a4e4e; text-transform: uppercase; font-size: 14px; font-weight: 600; text-decoration: underline; }
.btn-link:hover { color: #fe5036; font-weight: 600; text-decoration: underline; }
.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-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 100px; padding-bottom: 100px; }
.space-ex-large { padding-top: 120px; padding-bottom: 120px; }

/*----------------------
    4.2 Margin Space
 -----------------------*/

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.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; }
.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: #f6fafa; }
.bg-primary { }
.bg-default { background-color: #00c3c9; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #e3eded; }
.section-title { margin-bottom: 60px; }
.title { color: #4a4e4e; }
.text-white { color: #fff; }
.content { padding-bottom: 100px; padding-top: 100px; }
.sidebar { margin-bottom: 50px; }
.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-text { font-size: 16px; color: #fff; margin-bottom: 40px; }
.cta-info { border-radius: 5px; }
.cta-content { color: #6c7175; font-weight: 500; padding-top: 5px; }
.cta-call, .cta-mail { border-bottom: 1px solid #e7eaea; margin-bottom: 29px; padding-bottom: 30px; }
.cta-call i, .cta-mail i, .cta-address i { font-size: 25px; color: #3fc535; }
.cta-call span, .cta-mail span, .cta-address span { padding-left: 10px; font-size: 16px; color: #2d2b51; }

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.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(39, 36, 36, .55); }
.imghover:hover::after { color: #FFFFFF; }

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

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 68px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #afafaf; }
.icon-primary { color: #fe5036; }
.icon-secondary { }

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

/*--------------------
    5.1 Header Regular 
   ----------------------*/
.logo { padding-top: 7px; }
.logo-container {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 100;
}
.logo-img {
  height: 120px !important;
  width: auto !important;
  max-height: 120px !important;
  max-width: none !important;
  position: relative;
  top: 5px;
  margin-bottom: -60px;
}
.is-sticky .header { background-color: #00c3c9; }
.header { -webkit-transition: background-color .8s ease-out; -moz-transition: background-color .8s ease-out; -o-transition: background-color .8s ease-out; transition: background-color .8s ease-out; position: relative; padding-top: 15px; padding-bottom: 15px; font-family: 'PT Sans', 'Segoe UI', sans-serif; z-index: 9; text-align: left; overflow: visible; }
.header .container { text-align: left; }
.mail-text, .top-nav { font-size: 12px; color: #e1feff; text-transform: capitalize; font-weight: 400; letter-spacing: 1px; }
.top-nav a { font-size: 14px; color: #e1feff; margin-right: 10px; margin-left: 15px; }
.top-bar { display: none !important; }
.top-header { padding-top: 10px; color: #fff; border-bottom: 1px solid rgba(00, 00, 00, 0.3); line-height: 1; padding-bottom: 10px; }
.top-link { margin-left: 15px; color: #fff; }
.top-link a { color: #e3e3e3; }
.top-link i { padding-right: 10px; color: #3fc535; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/yellow_sparkle_bg.jpeg) no-repeat center; background-size: cover; margin-top: -30px !important; padding-top: 30px !important; padding-bottom: 0 !important; position: relative; top: 0; }
.hero-section .row + .row {
  margin-top: 0 !important;
}
.hero-section .row + .row .col-lg-12,
.hero-section .row + .row .col-md-12,
.hero-section .row + .row .col-sm-12 {
  padding: 0 !important;
}
#animsition-box { margin: 0 !important; padding: 0 !important; position: relative; top: 0; margin-top: -30px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
/* Doctor / parent portal: landing page uses negative margin for the hero; portals must not clip the logo */
#animsition-box.portal-app-shell {
  margin-top: 0 !important;
  padding-top: 14px !important;
}
#animsition-box.portal-app-shell .logo img {
  max-height: 76px;
  width: auto;
  height: auto;
  display: block;
}
.hero-section .container { margin-top: 0 !important; padding-top: 0 !important; }
.hero-section .row { margin-top: 0 !important; }
.hero-section .header { margin-top: 0 !important; }
.hero-caption { padding-top: 150px; padding-bottom: 0; margin-bottom: 0; }
.hero-title { font-size: 42px; color: #fff; line-height: 1.15; font-weight: 600; letter-spacing: 0.04em; }
.hero-text { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: #fff; font-weight: 700; margin-bottom: 30px; }
.hero-illustration {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.navigation { }
#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 { background: transparent; }
#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: 18px 15px; font-size: 15px; text-decoration: none; color: #fff; text-transform: capitalize; font-weight: 600; letter-spacing: 1px; }
#navigation > ul > li > a:hover { color: #e1feff; padding: 18px 15px; }
#navigation > ul > li.has-sub > a { padding-right: 30px; }

/*#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:before { position: absolute; right: 0px; top: 15px; color: #039284; font-family: FontAwesome; 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 > ul > li:last-child:before { content: " "; }

/*#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: 35px; }
#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 { border-bottom: 1px solid rgba(150, 150, 150, 0.15); padding: 15px 15px; width: 150px; font-size: 16px; text-decoration: none; color: #496077; font-weight: 600; background: #fff; text-transform: capitalize; }
#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: #00c3c9; }
#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 rgba(120, 120, 120, 0.2); }
#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; }
#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: #fff; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #fff; }
#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: 17px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; }
#navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 17px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 16px; right: 17px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #fff; -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: #fff; 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 rgba(120, 120, 120, 0.2); height: 50px; width: 50px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #00b0b5; }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #fff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #fff; 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; }
.navigation-search { }
.navigation-search i { }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: linear-gradient(rgba(0, 195, 201, 0.3), rgba(0, 195, 201, 0.3)), rgba(0, 195, 201, 0.3) url(../images/page-header.jpg) no-repeat center; background-size: cover; margin: 0; }
.page-caption { padding: 105px 0; }
.page-title { color: #fff; text-align: center; font-size: 36px; }
.breadcrumb { }
.breadcrumb>.active { }

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

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

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #2f3030; }
.footer-title { margin-bottom: 50px; color: #FF0000; text-transform: capitalize; font-size: 22px; }
.footer-widget { }
.footer-widget ul { }
.footer-widget li { margin-bottom: 5px; }
.footer-widget li i { color: #7b7b7b; padding-right: 10px; padding-bottom: 5px; }
.footer-widget li a { color: #9B59B6; }
.footer-widget li a:hover { color: #FF6B9D; }
.footer-widget p { color: #9B59B6; }
.footer-link { }
.footer-social { }
.footer-social a { height: 32px; width: 32px; border-radius: 50px; background-color: #3d3e3e; text-align: center; padding: 7px; line-height: 1.2; display: inline-block; }
.footer-social a:hover { color: #fff; background-color: #01ccd2; }
.footer-widget .form-control { height: 52px; color: #8c8d8d; background-color: #444444; border: 0px solid; }

/*-------------- tiny footer ------------*/
.tiny-footer { background-color: #262727; padding-top: 14px; padding-bottom: 14px; font-size: 12px; color: #575a5a; text-align: center; margin: 0 !important; }

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

/*-------------------------
 9.1 About us
---------------------------*/
.about-text { line-height: 40px; }
.doctor-block { }
.doctor-img { float: left; padding-right: 40px; }
.doctor-info { margin-bottom: 50px; word-break: break-word; display: inline-block; }
.doctor-meta { font-size: 12px; color: #fe5036; text-transform: uppercase; font-weight: 600; }
.doctor-contact { font-size: 18px; color: #8c9292; font-weight: 600; margin-left: 5px; }
.doctor-detail { clear: both; }

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

/* service section */
.service-block { }
.service-img {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.service-img img.pediatrician-img {
  transform: scale(0.85);
}
.service-caption { }
.service-title { font-size: 22px; color: #4a4e4e; font-weight: 700; }
.service-icon { }
.service-icon img { }
.cta-block { background-color: #fe5036; }
.cta-title { font-size: 26px; color: #fff; text-transform: uppercase; border-bottom: 1px solid #ff8775; line-height: 1.5; padding-bottom: 20px; margin-bottom: 19px; }
.hours { color: #fff; border-bottom: 1px solid #ff8775; padding-bottom: 20px; margin-bottom: 19px; }
.call-block { }

/* Focus Areas Section - Creative Circular Layout */

/* Container for Circular Orbit Layout */
.focus-areas-container {
  position: relative;
  width: 100%;
  height: 900px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Center Circle */
.center-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
              0 0 0 8px rgba(255, 255, 255, 0.9);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gentlePulse 3s ease-in-out infinite;
  padding: 20px;
}

.center-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 4px 12px rgba(168, 218, 255, 0.4));
}

@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
                0 0 0 8px rgba(255, 255, 255, 0.9);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 25px 70px rgba(168, 218, 255, 0.3),
                0 0 0 8px rgba(255, 255, 255, 1);
  }
}

/* Orbit Cards - Positioned in Circle */
.focus-card-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--distance)) rotate(calc(-1 * var(--angle)));
}

/* Staggered animation delays for each card */
.focus-card-1 .focus-card-flip {
  animation-delay: 0s;
}

.focus-card-2 .focus-card-flip {
  animation-delay: 1.6s;
}

.focus-card-3 .focus-card-flip {
  animation-delay: 3.2s;
}

.focus-card-4 .focus-card-flip {
  animation-delay: 4.8s;
}

.focus-card-5 .focus-card-flip {
  animation-delay: 6.4s;
}

/* Flip Card Container */
.focus-card-flip {
  width: 220px;
  height: 280px;
  position: relative;
  transform-style: preserve-3d;
  animation: autoFlip 8s ease-in-out infinite;
  cursor: pointer;
}

@keyframes autoFlip {
  0%, 40% { transform: rotateY(0deg); }
  50%, 90% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

.focus-card-orbit:hover .focus-card-flip {
  animation-play-state: paused;
  transform: rotateY(180deg) !important;
}

/* Front and Back Sides */
.focus-card-front,
.focus-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  text-align: center;
}

/* Front Side - White with Emoji */
.focus-card-front {
  background: white;
}

/* Back Side - Colored Gradients */
.focus-card-back {
  transform: rotateY(180deg);
}

/* Individual Card Back Colors */
.focus-card-1 .focus-card-back {
  background: linear-gradient(135deg, #FF6B9D, #FF8FB2);
}

.focus-card-2 .focus-card-back {
  background: linear-gradient(135deg, #95E1D3, #AAF0E4);
}

.focus-card-3 .focus-card-back {
  background: linear-gradient(135deg, #A8DAFF, #C2E4FF);
}

.focus-card-4 .focus-card-back {
  background: linear-gradient(135deg, #FFD93D, #FFE66D);
}

.focus-card-5 .focus-card-back {
  background: linear-gradient(135deg, #E1BEE7, #F3E5F5);
}

/* Emoji Icons */
.emoji-icon {
  font-size: 100px;
  animation: bounce 2s ease-in-out infinite;
}

.emoji-icon-small {
  font-size: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

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

/* Typography */
.focus-title {
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.focus-description {
  font-size: 15px;
  color: white;
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Floating Background Shapes */
.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.35;
}

.shape-circle-1 {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #FF6B9D, #FF8FB2);
  border-radius: 50%;
  top: 5%;
  left: 3%;
  animation: float 8s ease-in-out infinite;
  box-shadow: 0 10px 40px rgba(255, 107, 157, 0.3);
}

.shape-circle-2 {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #FFD93D, #FFE66D);
  border-radius: 50%;
  bottom: 8%;
  right: 5%;
  animation: float 10s ease-in-out infinite reverse;
  box-shadow: 0 10px 40px rgba(255, 217, 61, 0.3);
}

.shape-triangle-1 {
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 150px solid #A8DAFF;
  top: 45%;
  right: 6%;
  animation: float 12s ease-in-out infinite;
  filter: drop-shadow(0 10px 30px rgba(168, 218, 255, 0.3));
}

.shape-star-1 {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #95E1D3, #AAF0E4);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  top: 15%;
  right: 12%;
  animation: spin 15s linear infinite;
  box-shadow: 0 10px 40px rgba(149, 225, 211, 0.3);
}

.shape-heart-1 {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #FF6B9D, #FF8FB2);
  transform: rotate(-45deg);
  bottom: 20%;
  left: 8%;
  animation: pulse 4s ease-in-out infinite;
  box-shadow: 0 10px 40px rgba(255, 107, 157, 0.3);
}

.shape-heart-1::before,
.shape-heart-1::after {
  content: "";
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #FF6B9D, #FF8FB2);
  border-radius: 50%;
  position: absolute;
}

.shape-heart-1::before {
  top: -50px;
  left: 0;
}

.shape-heart-1::after {
  left: 50px;
  top: 0;
}

.shape-square-1 {
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #E1BEE7, #F3E5F5);
  transform: rotate(25deg);
  top: 55%;
  left: 6%;
  animation: float 9s ease-in-out infinite;
  box-shadow: 0 10px 40px rgba(225, 190, 231, 0.3);
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(10deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: rotate(-45deg) scale(1); }
  50% { transform: rotate(-45deg) scale(1.1); }
}

/* Focus Cards */
.focus-card {
  background: white;
  border-radius: 30px;
  padding: 50px 30px 40px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 4px solid transparent;
}

/* Card Badge Numbers */
.card-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FF6B9D, #FFD93D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
  z-index: 3;
  transition: all 0.4s ease;
}

.focus-card:hover .card-badge {
  transform: rotate(360deg) scale(1.2);
}

/* Decorative Pattern Background */
.card-pattern {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 107, 157, 0.1) 2px, transparent 2px);
  background-size: 15px 15px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.focus-card:hover .card-pattern {
  transform: rotate(180deg) scale(1.3);
  opacity: 0.6;
}

/* Icon Container */
.focus-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Icon Decoration Ring */
.icon-decoration {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 4px solid;
  border-radius: 50%;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  border-color: transparent;
  border-top-color: currentColor;
  opacity: 0.2;
  transition: all 0.5s ease;
}

.focus-card:hover .icon-decoration {
  transform: translateX(-50%) rotate(360deg) scale(1.2);
  opacity: 0.4;
}

/* Individual Card Colors */
.focus-card-1 .focus-icon {
  background: linear-gradient(135deg, #FF6B9D 0%, #FF8FB2 100%);
}
.focus-card-1 .icon-decoration { color: #FF6B9D; }
.focus-card-1 .card-badge { background: linear-gradient(135deg, #FF6B9D, #FF8FB2); }

.focus-card-2 .focus-icon {
  background: linear-gradient(135deg, #95E1D3 0%, #AAF0E4 100%);
}
.focus-card-2 .icon-decoration { color: #95E1D3; }
.focus-card-2 .card-badge { background: linear-gradient(135deg, #95E1D3, #AAF0E4); }

.focus-card-3 .focus-icon {
  background: linear-gradient(135deg, #A8DAFF 0%, #C2E4FF 100%);
}
.focus-card-3 .icon-decoration { color: #A8DAFF; }
.focus-card-3 .card-badge { background: linear-gradient(135deg, #A8DAFF, #C2E4FF); }

.focus-card-4 .focus-icon {
  background: linear-gradient(135deg, #FFD93D 0%, #FFE66D 100%);
}
.focus-card-4 .icon-decoration { color: #FFD93D; }
.focus-card-4 .card-badge { background: linear-gradient(135deg, #FFD93D, #FFE66D); }

.focus-card-5 .focus-icon {
  background: linear-gradient(135deg, #E1BEE7 0%, #F3E5F5 100%);
}
.focus-card-5 .icon-decoration { color: #E1BEE7; }
.focus-card-5 .card-badge { background: linear-gradient(135deg, #E1BEE7, #F3E5F5); }

/* Hover Effects */
.focus-card:hover {
  transform: translateY(-20px) rotate(-2deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.focus-card:hover .focus-icon {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.focus-icon i {
  font-size: 48px;
  color: white;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
  transition: all 0.4s ease;
}

.focus-card:hover .focus-icon i {
  transform: scale(1.1);
}

/* Typography */
.focus-title {
  font-size: 22px;
  color: #2C3E50;
  margin-bottom: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.focus-card:hover .focus-title {
  color: #FF6B9D;
  transform: scale(1.05);
}

.focus-description {
  color: #546E7A;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.focus-card:hover .focus-description {
  color: #2C3E50;
}
.call-no { font-size: 20px; color: #fff; font-weight: 600; }

/*-----------------------------------------
    service side-nav
   ------------------------------------------*/
.sidenav { background-color: #fe5036; border-radius: 5px; }
.sidenav li { position: relative; font-weight: 600; }
.sidenav li a { padding-top: 29px; padding-bottom: 29px; display: block; border-bottom: 1px solid #fe8573; line-height: 14px; color: #ffe1dd; font-size: 14px; padding-left: 50px; text-transform: uppercase; }
.sidenav li a:hover { color: #fff; border-bottom: 1px solid #fff; background-color: #fe5036; }
.sidenav li.active a { color: #fff; background-color: #fe5036; border-bottom: 1px solid #fff; }
.sidenav li.active a:before { color: #fff; }
.sidenav li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; right: 4px; width: 20px; font-size: 16px; color: #fff; content: "\f105"; left: 20px; }
.sidenav li a:hover:before { color: #fff; }
.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
---------------------------*/
.testimonial-block { border-radius: 5px; position: relative; }
.quote-box { height: 50px; width: 50px; position: relative; display: inline-block; bottom: 40px; right: 40px; line-height: 1.8; }
.testimonial-icon { border-radius: 5px; font-size: 28px; text-align: center; }
.testimonial-text { font-style: italic; font-size: 21px; color: #4a4e4e; line-height: 38px; margin-bottom: 10px; font-weight: 500; margin-bottom: 30px; }
.testimonial-name { color: #fe5036; font-size: 20px; font-weight: 600; }

/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-info { background-color: #fe5036; color: #fff; }
.contact-info-title { border-bottom: 1px solid #ff8775; margin-bottom: 29px; padding-bottom: 30px; color: #fff; }
.contact-info ul { padding-left: 0px; }
.contact-info li { position: relative; padding-left: 70px; margin-bottom: 30px; }
.contact-info li i { display: block; position: absolute; left: 0; font-size: 30px; text-align: center; color: #fff; bottom: 0px; }
.map { height: 400px; }
.contact-social { text-align: center; }
.contact-social a { height: 32px; width: 32px; border-radius: 50px; background-color: #ffe2de; text-align: center; padding: 7px; line-height: 1.2; font-size: 14px; color: #fe5036; display: inline-block; }
.contact-social a:hover { color: #ffe2de; background-color: #c12d17; }

/*------------------------
 10. Blog pages
--------------------------*/
#post-gallery { }
.post-gallery { }
.post-block { position: relative; }
.meta-box { height: 55px; width: 48px; position: absolute; border-radius: 10px; left: 10px; top: 10px; z-index: 1; }
.post-holder { }
.post-header { }
.post-title { line-height: 35px; }
.post-img { position: relative; }
.post-sticky { background: url(../images/sticky.png) no-repeat; position: absolute; right: 35px; bottom: 35px; width: 29px; height: 29px; }
.post-meta { font-size: 12px; line-height: 1.4; text-transform: uppercase; font-weight: 600; color: #a1a9a9; letter-spacing: 1px; }
.meta-date { color: #fff; font-size: 20px; text-align: center; padding-top: 5px; }
.meta-author { }
.meta-author.meta-comment { font-size: 12px; color: #a1a9a9; text-transform: uppercase; }
.meta-cat { }
.meta-date, .meta-author, .meta-comment, .meta-cat { display: inline-block; }
.meta-link { }
.meta-tags { }
.post-content { }
.post-meta span { margin-right: 0px; margin-right: 15px; }
.quote-block { }
blockquote { font-size: 18px; padding-left: 0px; border-left: 0px; }
blockquote p { font-size: 24px; font-style: italic; color: #fe5036; }
.quote-name { font-size: 14px; color: #3e3f43; letter-spacing: 1px; text-transform: uppercase; }
.meta-name { }
.name { font-size: 14px; text-transform: uppercase; font-weight: 500; }
.quote-icon { color: #3fc535; font-size: 34px; float: left; }
.related-post { }

/*----- prev-next-----*/
.post-navigation { }
.nav-links { text-decoration: underline; }
.nav-previous { }
.prev-link, .next-link { color: #4a4e4e; text-transform: uppercase; font-size: 14px; font-weight: 600; margin-bottom: 20px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.previous-next-title { font-size: 16px; line-height: 24px; margin-top: 20px; }

/*-------------Pagination-------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #8f9595; text-decoration: none; font-size: 12px; border: 1px solid #d5dddd; background-color: #d5dddd; font-weight: 700; text-transform: uppercase; border-radius: 3px; margin-right: 5px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #fe5036; border-color: #fe5036; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 3px; }
.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: #fe5036; border: 1px solid #fe5036; }

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

/*----- widget -----*/
.widget { padding: 30px; margin-bottom: 30px; border-radius: 5px; }
.widget ul li a { padding-left: 10px; line-height: 30px; font-size: 16px; }
.widget-title { font-size: 22px; color: #4a4e4e; font-weight: 600; margin-bottom: 30px; text-transform: capitalize; }
.widget-search { }
.widget-search .form-control { background-color: #fff; }
.widget-categories { }
.widget-categories ul { }
.widget-categories ul li { }
.widget-categories ul li a { }
.post-list { margin-bottom: 30px; }
.widget-link { }
.widget-link:hover { }
.post-image { }
.post-containt { }
.widget-recent-post { }
.recent-img { }
.widget-recent-post ul { padding-left: 0px; }
.widget-recent-post ul li { }
.widget-recent-post ul li a { }
.recent-block { }
.related-block { }
.recent-block .meta-box, .related-block .meta-box { left: 25px; }
.related-title, .recent-title { font-size: 16px; line-height: 22px; }
.recent-content { }
.widget-tags { }
.widget-tags a { text-transform: uppercase; padding: 7px 16px; border: 1px solid #d5dddd; background-color: #d5dddd; display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 10px; letter-spacing: 1px; line-height: 12px; color: #8f9595; border-radius: 3px; }
.widget-tags a:hover { background-color: #fe5036; color: #fff; border: 1px solid #fe5036; }
.widget-text { }
.widget-follwus { }
.widget-contact { }
.widget-link { }
.widget-contact li { }
.widget-contact i { padding-right: 10px; padding-top: 4px; font-size: 18px; text-align: center; color: #03af9e; }
.widget-contact address, .widget-contact .contact { display: flex; }
.schedule { }
.schedule span { }

/*----- Author Post -----*/
.author-post { border-bottom: 1px solid #f0f6f6; padding-bottom: 40px; margin-bottom: 39px; }
.author-img { }
.author-img img { width: 150px; margin: 0 auto; }
.author-bio { }
.author-meta { font-size: 12px; color: #03af9e; }
.author-name { font-size: 30px; line-height: 34px; color: #fff; }
.author-header { float: left; }
.author-detail { }
.author-social { margin-bottom: 30px; }
.author-social a { height: 26px; width: 26px; border-radius: 50px; background-color: #009398; text-align: center; padding: 7px; line-height: 1.2; font-size: 12px; color: #00c3c9; display: inline-block; }
.author-social a:hover { color: #fff; background-color: #02898e; }
.author-link { }

/*----- Comment Post -----*/
.comments-area { }
.comments-title { }
.comment-list { }
.comment { }
.comment-body { margin-top: 20px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 150px; }
.comment-header { margin-bottom: 20px; }
.user-title { font-size: 18px; color: #4a4e4e; margin-bottom: 0px; }
.comment-meta { }
.comment-meta-date { color: #a1a9a9; font-size: 12px; }
.comment-content { }
.reply { }
.childern { padding-left: 100px; }

/*----- Leave Reply -----*/
.leave-comments { margin-top: 50px; }

/*--------------------------------
 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(254, 82, 54, 100) 
url(../images/cd-top-arrow.svg) no-repeat center 50%; 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: #03af9e; opacity: 1; }

/*-------------------------------- 
    Media Query 
--------------------------------*/
@media screen and (max-width:320px) {
  #navigation.small-screen ul li { border-top: 1px solid rgba(1, 204, 210, 0.8); }
  #navigation > ul > li:before { content: ""; }

  /*----- intro section -----*/
  .hero-caption { padding-top: 80px; padding-bottom: 80px; }
  .hero-title { font-size: 32px; }
  .navbar-brand { float: none; }

  /*----- cta -----*/
  .cta-text { margin-bottom: 30px; text-align: center; }

  /*----- footer -----*/
  .footer-widget { margin-bottom: 30px; }
  .childern { padding-left: 0px; }
}

/* Custom sizes (768px to 1024px) */
@media screen and (max-width:768px) {
  #navigation.small-screen ul li { border-top: 1px solid rgba(1, 204, 210, 0.8); }
  #navigation > ul > li:before { content: ""; }
  .navbar-brand { float: none; }
  .childern { padding-left: 0px; }
  #navigation.small-screen .submenu-button { height: 50px; width: 46px; }
  .widget-tags a { padding: 7px 7px; font-size: 10px; line-height: 8px; }
  .hero-caption { padding-top: 50px; padding-bottom: 50px; }
  .hero-title { font-size: 32px; line-height: 1.15; }
}

/* Inquiry Form Above Footer */
/* Centered Form Section */
#contact-form {
  height: 70vh; /* occupies 70% of viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

#contact-form .form-container {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  text-align: center;
}

#contact-form textarea {
    height: 40%;          /* use a percentage of the form height */
    max-height: 300px;    /* prevent it from getting too tall on big screens */
    min-height: 100px;    /* ensure it’s not too small on small screens */
    width: 100%;          /* full width of the container */
    box-sizing: border-box; /* include padding in height/width */
    resize: vertical;     /* allow user to adjust if needed */
}

#contact-form h3 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px;
}

#contact-form .form-control {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

#contact-form .btn {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border-radius: 6px;
}

/* ===== Dashboard Section ===== */
.dashboard-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fafafa;
}

.dashboard-container h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}

.chart-section {
  margin: 2rem 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.chart-section h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #444;
}

canvas {
  max-width: 100%;
  height: 400px !important;
  position: relative;
  z-index: 10; /* ensure hover works */
}

body {
      font-family: Arial, sans-serif;
      text-align: left;
      margin: 0 !important;
      padding: 0 !important;
    }
    #firebaseui-auth-container {
      display: inline-block;
    }
    .profile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.profile-menu ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.profile-menu ul li:last-child {
  border-bottom: none;
}
.profile-menu ul li a {
  text-decoration: none;
  display: block;
  color: #333;
}

/* --- Profile Picture and Container Styles (For update_profile.html) --- */

/* Ensures the main card has a consistent look and feel */
.profile-container {
    padding: 40px 0;
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Center and space out the image section */
.profile-picture-container {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

/* Style for the actual profile image */
#profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Makes it circular */
    object-fit: cover; /* Ensures image covers the area without distortion */
    border: 4px solid #00c3c9; /* Highlight color */
    background-color: #f0f0f0;
    margin-bottom: 15px;
    cursor: pointer;
    transition: border-color 0.3s;
}

#profile-img:hover {
    border-color: #00999e;
}

/* Wrapper to hide the file input, making the button/image clickable */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

/* --- Form Field and Section Separation Styles --- */

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

/* Fix for cramped input fields: adds horizontal padding to the content section */
.profile-section-card {
    padding: 20px 30px; /* IMPORTANT: Adds the 30px left/right padding */
    margin-bottom: 20px;
    border-bottom: 1px solid #eee; /* Visual separator between sections */
}

/* Style for the standard input look */
.form-control {
    border: 1px solid #ccc;
    padding: 10px 12px;
    height: auto;
    font-size: 16px;
    width: 100%;
}

/* Mobile Verification Section Styling */
#mobile-otp-section {
    border: 1px solid #00c3c9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #f0faff;
    margin-bottom: 30px;
}

#otp-input-group {
    display: none;
}

/* Style for the bottom button group for consistent padding */
.button-group-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px 30px 0; /* IMPORTANT: Adds the 30px left/right padding */
    border-top: 1px solid #eee;
}

/* Minor input group visual clean-up */
.input-group > .form-control {
    border-right: none;
}
.input-group-btn .btn {
    border-left: 1px solid transparent;
}
