@charset "UTF-8";

/*
Theme Name: Royal Clinic
Theme URI: https://royalclinic.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Royal Clinic is a premium WordPress theme tailored for plastic surgery, beauty clinics, medical spas, and dermatology centers. With a clean, modern layout and soft color palette, it creates a professional and inviting online presence. Key features include online booking, service pricing, before-and-after galleries, doctor profiles, testimonials, and a beauty blog. Built with Elementor for easy drag-and-drop customization—no coding needed—it also integrates seamlessly with WooCommerce and Contact Form 7. Fully responsive and SEO-optimized, Royal Clinic is the ideal solution for creating a high-converting website for your aesthetic business.
Requires at least: WordPress 4.9.6
Version: 1.1.2
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: royalclinic
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --display: flex;
    --flex-direction: row;
    --main: #B06F69;
    --accent: #F8CCC9;
    --secondary: #DBB2AE;
    --territory: #F0E5DF;
    --text: #575757;
    --light: #E8E8EB;
    --lighter:#F2F4F5;
    --white: #ffffff;
    --green: #70833c;
    --heading: #13297E;
    --heading2: #000000;
    --body: #575757;
    --bodybg: #ffffff;
    --btn-color: #ffffff;
    --btn-color2: #13297E;
    --btn-bgcolor: #13297E;
    --btn-bgcolor2: #B06F69;
    --e-global-color-primary: #B06F69;
    --e-global-color-secondary: #F8CCC9;
    --menu-color: #13297E;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --font-size-md: 18px;
    --line-height-md: 25.2px;
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}