/*
Theme Name: Sri Sai Dental Clinic
Theme URI: https://srisaidentalclinic.com
Author: Sri Sai Dental Clinic
Author URI: https://srisaidentalclinic.com
Description: Custom responsive WordPress theme for Sri Sai Dental Clinic (Smile Makeover Clinic), Allahabad (Prayagraj). Built with Bootstrap 5, Font Awesome, Swiper Slider, jQuery, and custom post types for Treatments, Doctors, Testimonials, FAQs and Gallery.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ssd
Tags: dental, clinic, healthcare, custom-menu, custom-post-types, responsive
*/

/* Root theme colors - matched to Sri Sai Dental Clinic logo (navy + sky blue) */
:root{
  --ssd-navy:#12365e;
  --ssd-navy-dark:#0b2542;
  --ssd-blue:#1e9bd7;
  --ssd-blue-light:#5fc1ee;
  --ssd-ice:#eef7fc;
  --ssd-white:#ffffff;
  --ssd-text:#3a4a58;
  --ssd-heading:#0f2c4c;
  --ssd-gold:#f4b400;
  --ssd-radius:14px;
  --ssd-font-heading:'Poppins', sans-serif;
  --ssd-font-body:'Nunito Sans', sans-serif;
}
.topbar-left{
    max-width: 663px;
}