@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

.page-title-section {
    position: relative;
    background: url(../images/form/mclarenbarcelona.jpg) no-repeat scroll 20% 62% !important;
    background-size: cover;
	padding: 110px 0 !important;
}

.page-title {
    font-size: 55px !important;
    font-weight: 900;
    color: #fff;
    text-shadow: #000 3px 0 20px
}

.car-selector {
    margin: 0 !important; /* Override previous margin */
}

.car-selector .car-card {
    width: 150px; /* Fixed width for consistency */
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
    background: #fff;
    padding: 12px;
}

.car-selector .car-card img { 
    margin: 0 auto 6px; 
    max-height: 80px !important; 
    width: auto !important; 
    height: auto !important; 
    object-fit: contain; 
}

.car-selector input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}

.car-selector input[type="radio"]:checked + label.car-card {
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
    transform: translateY(-8px) scale(1.04);
    border-color: #2196F3;
}

.car-selector .car-name { 
    font-weight: 600; 
    font-size: 0.95rem; 
}


@media (max-width: 767px) {
	.page-title {
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
    text-shadow: #000 3px 0 20px
	}

	.page-title-section {
		padding: 60px 0 !important;
	}

    .car-selector .car-card {
        width: 220px;
    }
    
    .car-selector .car-card img {
        max-height: 80px !important;
    }
}

.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}