/*
Theme Name: Syntera Automation
Theme URI: https://example.com/syntera-automation
Author: Your Name
Author URI: https://example.com
Description: A clean, minimal starter theme for rapid WordPress development.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: syntera-automation
Tags: blog, one-column, custom-logo, custom-menu, editor-style
*/

/* Basic Reset */
#appointment
{
	position:relative;
}
.appointment__shap {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
}

.appointment__background {
    z-index: -1;
    top: 0;
    /* left: -235px; */
    width: 1760px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 50px;
    background: var(--rr-color-100);
    right: 0;
}
section#solutions {
    background: #f7f7f7;
}

.service-4__item:hover {
    border-color: #185EC8;
    background: #efefef;
    color: #071c3c;
}