/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Fixing button background color in appointments forms */
.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button {
	background-color: white!important;
}
.is-active .el-radio-button__inner {
	background-color: #E2E6EC!important;
	}

/* Front page service boxes */
.frontpage-services .elementor-widget-container {
    border-radius:30px!important;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width:320px) and (max-width:767px) {
	button.accordion-header {
    white-space: normal;
		font-size: 16px;
}
.location-h3 h3 {
    font-size: 18px !important;
}
}

/*FAQ-CSS  */
.accordion-container {
    width: 100%;
    max-width: 650px;
}

/* .accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} */

.accordion-header {
	font-family: 'MONTSERRAT';
    font-weight: 600;
	margin-top: 10px;
    background-color: #fff;
    color: #030303;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #3d3d3d;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}
button.accordion-header.active {
    background: #d80000;
    border: none !important;
	color:#fff !important;
}
button.accordion-header:focus {
    background: #d80000;
    border: none !important;
	outline:none !important
}
.accordion-header:hover {
    background-color: #D80000; /* Darker shade of purple */
	color:#fff;
}

.accordion-content {
    background-color: #FAFAFA; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
	 box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}
.tire-list ul  {
    float: left;
    width: 600px;
}
.tire-list ul li {
    float: left;
    width: 16em;
    margin: 11px 0px 0px 15px !important;
}
.Free-container {
    height: 530px !important;
}
.95-container{
    position: relative !important;
    top: -220px !important;
}
@media (max-width:767px) and (min-width:320px) {
	.tire-list ul  {
    float: unset;
    width: 100%;
}
.tire-list ul li {
    float: unset;
    width: unset;
    margin: 0px 0px 0px 0px !important;
}
}
@media (max-width:1024px) and (min-width:768px) {
	.tire-list ul  {
    float: unset;
    width: 100%;
}
.tire-list ul li {
    float: unset;
    width: unset;
    margin: 0px 0px 0px 0px !important;
}
}