:root {
    --red-color: #EB1B3B;
    --orange-color: #EF6637;
    --lightgrey-color: #F0F2F1;
}

* {
    font-family: Montserrat;
	scroll-behavior: smooth;
}

.bg-lightgrey {
    background-color: var(--lightgrey-color);
}

.bg-red {
    background-color: var(--red-color);
}

.bg-orange {
    background-color: var(--orange-color);
}

.text-red {
    color: var(--red-color);
}

.text-orange {
    color: var(--orange-color);
}

.btn {
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 4px;
    font-size: 18px;
	transition: 0.3s;
}

.btn-white {
    background-color: white;
    color: var(--red-color);
    border: 1px solid var(--red-color);
}
.btn-white:hover {
	background: transparent;
	border-color: white;
	color: white;
}

.btn-red {
    background-color: var(--red-color);
    color: white;
    border: 1px solid var(--red-color);
}
.btn-red:hover {
	background-color: white;
	color: var(--red-color);
}

.btn-orange {
    background-color: var(--orange-color);
    color: white;
    border: 1px solid var(--orange-color);
}
.btn-orange:hover {
	background-color: white;
	color: var(--orange-color);
}

.form-control,
textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none !important;
    border-bottom: 2px solid black !important;
    border-radius: 0 !important;
    height: 50px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    border-color: var(--orange-color);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 0.2rem rgba(239, 102, 55, 0.25);
    outline: none;
}

textarea.form-control {
    min-height: 80px;
    resize: none;
}

section.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#testimonial-slider li {
    padding: 35px;
    color: white;
    border-radius: 10px;
}

.splide__slide__content {
    margin-bottom: 32px;
}

.splide__slide__name span {
    font-weight: bold;
}

.splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.splide__slide__name {
    justify-self: flex-end;
}

#testimonial-slider .splide__slide__title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    margin-bottom: 10px;
}

#testimonial-slider .splide__slide__content {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
}

.contentimage__tag {
    padding: 8px 16px;
    text-transform: uppercase;
    width: fit-content;
    color: white;
    display: block;

    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    text-align: center;
    border-radius: 6px;

    margin-bottom: 16px;
}

.contentimage h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.contentimage {
    overflow: hidden;
}

.contentimage .inner {
    position: relative;
}

.contentimage .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
	z-index:-1;
}

.contentimage__reverse .contentimage__image img {
    right: unset;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.contentimage__reverse .contentimage__image__background {
    border-radius: 0 10px 10px 0;
    background: var(--orange-color)
}

.contentimage__image {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.contentimage__image img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    aspect-ratio: 16/9;
    position: absolute;
    right: 0;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}

.contentimage__image__background {
    height: calc(100% - 20px);
    width: calc(100% + 20px);
    background: var(--red-color);
    display: block;
    top: 20px;
    position: absolute;
    left: 0;
    z-index: -1;
    border-radius: 10px 0 0 10px;
}
.contentimage__reverse .contentimage__image__background {
    height: 100%;
}

.footer__logo {
    height: 50px;
    width: auto;
    margin-bottom: 60px;
}

footer h2 {
    font-family: Montserrat;
    font-style: Bold;
    font-weight: 700;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

footer a,
footer a:hover,
footer p {
    font-family: Montserrat;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: black;
}

.header .row {
    justify-content: space-between;
    padding: 20px 35px;
}

.header__logo {
    height: 50px;
    width: auto;
}

.header__logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

header.header {
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    z-index: 10;
}

.hero {
    /* background-image: url('../media/hero.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.hero .container {
    margin-top: 100px;
}

.hero h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.hero__standouts {
    margin-left: 5%;
    margin-top: 32px;
}

.hero__standouts__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 10px;
}

.hero__standouts__item span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.headeractions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.headeractions a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;

    border-radius: 4px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-align: center;
    padding: 15px;
}

.headeractions a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.headeractions__white a {
    color: var(--red-color);
    background-color: white;
    border: 1px solid var(--red-color);
}

.headeractions__orange a {
    color: white;
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
}

.cta h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    color: white;
}

form label:not(.form-check-label) {
    display: none;
}

form {
    text-align: center;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid black !important;
    border-radius: 0 !important;
    padding: 12px;
    color: black !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    line-height: 1.5;
}

form input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
}

.contact h2 {
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    font-size: 54px;
}

.contact h2 span {
    color: var(--red-color);
    font-weight: bold;
    white-space: pre;
}

.splide__arrow.splide__arrow--prev {
    left: -70px;
    font-size: 30px;
    background: transparent;
}
.splide__arrow.splide__arrow--next {
    right: -70px;
    font-size: 30px;
    background: transparent;
}

header.scrolled {
    background-color: white;
}
.accreditation img {
    max-height: 70px;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
	.hero.hero__solar {
        /* background-image: url('../media/hero-solar.png'); */
    }
}

@media screen and (max-width: 993px) {
    .contentimage .wrapper {
        position: unset;
    }

    .headeractions {
        display: none;
    }

    .contentimage .inner .container {
        margin-bottom: 20px;
    }
    .hero {
        background: var(--lightgrey-color);
		background-image: none;
    }
    .hero h1,
    .contentimage h2,
    .cta h2,
    .contact h2 {
        font-size: 26px;
    }
    .contentimage__tag {
        font-size: 20px;
    }
    .contact h2 span {
        white-space: normal;
	}
	.btn {
		padding: 8px 18px;
	}
	button.splide__arrow {
    display: none;
}
}

.form-wrapper {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff; 
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-wrapper h2 {
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    font-size: 25px;
    margin-bottom: 1.5rem;
}

.form-wrapper h2 span {
    color: var(--red-color);
    font-weight: bold;
    white-space: pre;
}