/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


 #car-configurator {
	     display: flex;
    	flex-direction: row;
        text-align: center;
	 	gap: 30px;
        }
        .cc-controls {
            margin-bottom: 20px;
        }
        .cc-vehicles button {
            margin: 5px;
            padding: 10px 20px;
            background: transparent;
            border: 1px solid #ccc;
            border-radius: 50px;
            cursor: pointer;
			color: black !important;
        }
        .cc-vehicles button.active {
            background: #000;
            color: #fff !important;
			border-radius: 50px;
			border: none;
        }

.cc-color-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.cc-color-btn.active {
  outline: 2px solid #000;
}

.cc-color-btn.active::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

		.cc-vehicle-btn.active,
		.cc-vehicle-btn.focus,
		.cc-vehicle-btn:hover {
			border: none !important;
		}
        .cc-colors button {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #fff;
            cursor: pointer;
            margin: 5px;
        }
        .cc-colors button.active {
            outline: 2px solid #000;
        }
        .cc-preview img {
            max-width: 100%;
            border-radius: 10px;
            transition: opacity 0.3s ease;
        }

.configurator-heading {
	margin-bottom: 3rem;
}

.configurator-heading h1 {
	color: #000;
    font-size: 48px;
    line-height: 3.2rem;
}
.configurator-heading p {
	color: #000;
    font-size: 18px;	
}

.vehicles-btns {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
    padding: 5px;
	border-radius: 50px;
}

.left-container p {
	color: black;
    margin-top: 40px;
}

.cc-controls span {
	color: black;
    font-weight: 700;
}

#main-image-container {
	margin-bottom: -45px !important;
}

@media screen and (max-width: 767px) {
	#car-configurator {
    	flex-direction: column-reverse !important;
		padding: 15px;
        }
	.cc-colors button {
		width: 35px !important;
    	height: 35px !important;
	}
	.configurator-heading h1 {
		font-size: 32px;
	}
	
}
