/* Summer */

/* .bg-special {
background-color: #5c70614a;
width: max-content;
padding: 5rem;
/* === Summer Dusk / Ultraviolet Season Colours === */

/* Ultra-light dusk-lavender – section directly under banner */
.bg-season {
background-color: #edeef3;   /* soft, desaturated lavender-grey */
}

/* Mid-lavender – background behind vehicle cards */
.bg-season-02 {
background-color: #b6bac9;   /* cool mid lavender */
}

/* Dusk purple-grey – deeper supporting tone */
.bg-season-03 {
background-color: #A3A9D1;   /* muted dusk purple, not pink */
}

.bg-season-04 {
background-color: #d1d4e0;
}

/* Accent violet – chips, highlight blocks, optional features */
.bg-features {
background-color: #5f617c;   /* rich blue-violet, leans ultraviolet */
}

/* Brand pill – deep indigo/violet taken from car shadows */
.v_brand {
padding: 0.1em 0.5em;
margin-bottom: 20px;
border-radius: 9999px;
color: #fff;
background-color: #5f617c;   /* deep indigo-violet */
text-transform: uppercase;
display: flex; /* Enables flexbox layout */
justify-content: center; /* Center aligning the brand name */
align-items: center; /* Centers items vertically */
width: 100%; /* Ensures the h6 tag takes full width */
position: relative; /* Sets a relative positioning context */
}

.icons {
position: absolute; /* Absolute positioning to move icons */
right: 0; /* Aligns icons to the right */
top: 50%; /* Center vertically */
transform: translateY(-50%); /* Fine-tune vertical centering */
}

.icons i {
padding-right: 10px; /* Right padding for the last icon */
}

.prices-box {
border: none !important;
}

.bg-features,
.bg-features i,
.bg-features h6,
.bg-features h3 {
color: #ffffff !important;
}

