:root {
    --blue: #3466BE;
    --red: #B61821;
    --text-color: #040505;
    --gray: #807F83;
    --text-font: 'Outfit', serif;
}

:root {
    --primary-color: #0067AC;
    --white: #fff;
    --secondary-body-color: #F6FBFF;
    --grey-font: #807F83;
    --grey-bg: #EDF0ED;
    --dark-grey-bg: #272727;
}


body {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    margin: 0;
    background-color: white;
}

.copyright {
    background-color: #ffffff !important;
    color: black;
    font-size: 18px;
}

.copyright:hover {
    color: var(--blue);
}

p,
ul,
li {
    color: var(--text-color);
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 40px;
    color: var(--blue);
}

h3 {
    font-size: 20px;
}

p {
    color: var(--text-color);
    font-size: 18px;
}

.bold {
    font-weight: 600;
}

ul li {
    list-style: none;
}

.blue {
    color: var(--blue);
}

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

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

.grey {
    color: #ebfaff;
}

.white {
    color: white;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1280px;
}

.contact-icon {
    padding: 10px ;
}

.contact-icon a {
    color: #807F83;
}

.contact-icon a:hover {
    color: #B61821;
}

.towing-truck-footer {
    background-image: url(/wp-content/uploads/2024/08/24h-towing.jpg);
    color: white;
    padding: 50px;
    text-align: center;
}

.towing-truck-footer p {
    font-size: 24px;
    color: white;
}

.header-title {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
}

.header-title h1 {
    max-width: 750px;
    margin: 0 auto;
    text-shadow: 6px 5px 12px #f9f9f9;
}

.header-container {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}

.no-lineheight {
    line-height: 0;
}

.verticle-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* //////Desktop menu/////// */
.has-submenu {
    display: inline;
    position: relative;
    z-index: 99;
}

.has-submenu ul {
    display: none;
}

.has-submenu:hover ul {
    position: absolute;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    left: 0px;
    background: white;
    text-align: left;
    padding: 10px 10px 2px 20px;
}

.has-submenu:hover ul li {
    padding: 20px 20px 20px 0px;
    width: 300px;
    text-align: left;
    display: flex;
}

.desktop-navigation {
    display: none;
}

/* ///Mobile Menu///// */
.mobile-menu-container {
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
/*     background-color: var(--red); */
	background-color: rgba(0,0,0,0.8);
    color: var(--blue);
    /* overflow-x: auto; */
    display: none;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: right;
	padding: 0 4%;
}

.mobile-nav li {
    padding: 15px 0px;
}

.mobile-nav li a {
    font-weight: 600;
    font-size: 18px;
    color:#fff;
/*     background-color: var(--red); */
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: var(--blue);
    /* color:black; */
}

/* ///End Mobile Menu///// */
/* //////footer menu/////// */
.center-text {
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    /* margin-top: 50px; */
    margin-bottom: 50px;
    border-top: 2px solid var(--lightblue);
    padding-top: 20px;
    background-color: white;
}

/* ///Homepage style//// */

.primary-button {
    color: white;
    background-color: var(--primary-color);
    padding: 10px 20px;
    cursor: pointer;
}

.primary-button:hover {
    color: white;
    background-color: var(--red);
    padding: 10px 20px;
    transition-duration: 0.3s;
}

.secondary-button {
    color: white;
    background-color: var(--blue);
    padding: 10px 20px;
    border: 2px solid var(--red);
    cursor: pointer;
}

.secondary-button:hover {
    color: var(--text-color);
    background-color: var(--red);
    padding: 10px 20px;
    border: 2px solid var(--blue);
    transition-duration: 0.3s;
}

/* ////Request an estimate page///// */

.two-col {
    display: flex;
    flex-wrap: wrap;
}

.each-col {
    max-width: 400px;
    padding: 20px;
    text-align: left;
    margin: auto;
}

.col-1 {
    flex: 1;
}

.col-2 {
    flex: 1;
}

.contact-three {
    justify-content: space-between;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BFD0ED;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BFD0ED;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BFD0ED;
}

/* ///Maintenance package///// */

/* ////Services page////
*/


.flexcontainer {
    display: flex;
    flex-direction: column;
}

.single-blog-post ul li {
    list-style: disc;
    font-size: 18px;
}

.single-blog-post {
    padding: 10px;
}

.wp-post-image {
    height: auto !important;
}

.row {
    display: flex;
    flex-direction: row;
}

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

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

.desktop-only {
    display: none;
}

@media only screen and (min-width: 375px) {
    .hero-text-container h1 {
        font-size: 50px;
    }

}

@media only screen and (min-width: 475px) {
    .memberphoto {
        min-height: 500px;
        width: 70%;
        min-width: 300px;
    }

    .hero-text-container h1 {
        font-size: 55px;
    }

    .location-heating-text {
        padding: 50px 20px;
        min-width: 350px;
    }

    .house-hp-ms {
        width: 460px;
    }

    .hero-text-container {
        width: 360px;
        position: relative;
        margin-top: 150px;
    }

    .form-field {
        min-width: 400px;
    }
}

@media only screen and (min-width: 768px) {

    .product-header-section {
        margin-top: -16px;
    }

    .blog-header-section {
        margin-top: -16px;
    }

    .product-header-section {
        min-height: 900px;
    }

    .teambio {
        box-shadow: 10px 10px 20px #bfd0ed;
    }

    .teambio-reverse {
        box-shadow: 10px 10px 20px #bfd0ed;
    }

    .teambio-reverse {
        flex-direction: row;
    }

    .flexcontainer {
        display: flex;
        flex-direction: row;
    }

    .memberphoto {
        min-height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0 auto;
        background-position: center;
        width: 30%;
    }

    .member-detail {
        text-align: left;
        padding: 20px;
        width: 70%;
    }

    .each-col {
        max-width: 550px;
        padding: 20px;
        margin: auto;
        text-align: left;
    }

    .section-margin {
        margin-top: 100px;
    }

    .maintenance-level-container {
        position: relative;
        display: flex;
        flex-direction: row;
    }

    .level-name {
        position: inherit;
        width: 400px;
    }

    .level-photo {
        height: auto;
        max-height: 540px;
        width: 400px;
    }

    .request-container {
        padding: 50px;
    }

    .header-title {
        margin-top: -16px;
    }

    .mobile-menu-container {
        display: none;
    }

    .logo-container {}

    h1 {
        font-size: 60px;
    }

    h3 {
        font-size: 30px;
    }

    .heating-hp-img img {
        height: 100%;
    }

    .desktop-navigation {
        display: block;
        color: white;
        margin: 0 auto;
        max-width: 2000px;
    }

    .main-navigation ul li a {
        color: white;
    }

    .desktop-nav-list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 5px;
        background: var(--primary-color);
        color: #fff;
    }

    .desktop-nav-list li {
        list-style: none;
        flex: 1 1 0px;
        text-align: center;
        padding: 5px;
    }

    .desktop-nav-list li:hover {
        transition-duration: 0.3s;
    }

    .desktop-nav-list a {
        color: #fff;
    }

    .supply-section {
        display: flex;
        flex-direction: row;
        margin-top: 100px;
    }

    .request-quote-hp-container {
        flex: 1;
        background-color: var(--blue);
    }

    .supply-container {
        flex: 1;
        background-image: url('/images/supply-bg.jpg')
    }

    .cooling-heating-hp {
        margin-top: 100px;
    }

    .hero-text-container h1 {
        /* padding:0px; */
    }

    .hero-section {
        margin-top: -16px;
    }

    .heating-hp {
        margin: 0 auto;
        display: flex;
    }

    .heating-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .heating-hp-img {
        flex: 1;
    }

    .cooling-hp-img {
        flex: 1;
    }

    .cooling-hp {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .three-package {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .desc-icon {
        width: 10%
    }

    .product-desc-detail {
        width: 90%;
        text-align: left;
    }

    .product-desc-img {
        display: block;
        margin-left: -10px;
    }

    .product-desc-content {
        width: 80%;
    }

    .product-desc-img {
        width: 20%;
    }

    .location-gg-map {
        margin-bottom: 0px;
    }

    .level-detail-content {
        padding: 30px;
    }

    .level-prices {
        padding: 0px 20px 0px 30px;
    }

    .level-detail-content ul li {
        line-height: 2;
    }

    .each-col {
        text-align: left;
    }

    .ggmap {
        width: calc(100vw/2);
        height: 432px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .logo-container {
        width: 30%;
    }

    .desktop-only {
        display: flex;
        width: 70%;
        justify-content: space-around;
    }
}

body.post-password-protected .entry-content,
body.post-password-protected .entry-thumbnail {
    display: none;
}

.pagination {
    font-size: 18px;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.pagination .current {
    border: 2px solid var(--blue);
    padding: 10px 15px;
    margin: 5px;
    background: none !important;
}

.pagination .current:hover {
    background: var(--red) !important;
}

.pagination .page-numbers {
    border: 2px solid var(--blue);
    padding: 10px 15px;
    margin: 5px;
    background: var(--red);
}

.pagination .page-numbers:hover {
    border: 2px solid var(--red);
    background: var(--blue);
    color: white;
    transition: 1s;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
	
}

:root {
    --primary-color: #0067AC;
    --white: #fff;
    --secondary-body-color: #F6FBFF;
    --grey-font: #807F83;
    --grey-bg: #EDF0ED;
    --dark-grey-bg: #272727;
}

.home-hero {
    width: 100%;
    min-height: 600px;
    background-image: url('/wp-content/uploads/2024/11/Copy-of-RIMG0929.png');
    background-size: cover;
}

@media screen and (min-width: 1920px) {
    .home-hero {
        height: 821px;
    }
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.hero-content {
    position: relative;
    background-color: var(--primary-color);
    color: var(--white);
    max-width: 565px;
    max-height: 495px;
    padding: 4%;
}

.hero-content p {
    font-size: 48px;
    color: var(--white);
    font-family: "artifex-hand-cf", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 58px;
    margin-bottom: 4%;
}

.hero-button {
    padding: 2%;
    border: 1px solid #FFFFFF;
    opacity: 1;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    align-content: center;
    color: var(--white)
}

.blue-button {
    position: absolute;
    margin-top: 48px;
    width: 258px;
    height: 63px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    align-content: center;
    color: var(--white);
    background-color: var(--primary-color);
}

.alt-body-bg {
    background-color: var(--secondary-body-color);
}

.service-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 4%;
}

.service-wrapper .row {
    display: flex;
    margin-top: 4%;
    justify-content: center;
}

.service {
    width: 50%;
    /* 	margin: 0 4%; */
}

.service-wrapper .row .service:nth-child(1) {
    margin-right: 4%;
}

.service-wrapper .row .service:nth-child(2) {
    margin-left: 4%;
}


.mx-auto {
    margin: 0 auto;
}

.py-4 {
    padding: 4% 0;
}

.service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    padding: 2% 4%;
}

.service p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 2% 4%;
    color: var(--grey-font)
}

.blue-banner {
    background-color: var(--primary-color);
    width: 100%;
    height: 131px;
}

.book-your-appt {
    display: flex;
    align-items: center;
}

.book-your-appt h2 {
    text-transform: uppercase;
    padding: 0 4%;
    color: var(--white);
    font-family: "artifex-hand-cf", sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

.fa-book {
    /* margin-left: 20%; */
    color: var(--white);
    font-size: 40px;
}


.about-us-wrapper {
    display: flex;
    justify-content: center;
    margin: 4% 0;
    /* height: 600px; */
    width: 100%;
}

.about-us-wrapper .row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-us-wrapper .col {
    width: 50%;
    margin: 0 4%;
}

/* This will ensure that images display properly */
.about-us-wrapper .img-wrapper {
    position: relative;
    width: 100%;
    /* Ensure wrapper has width */
    height: auto;
    /* Allow height to adjust based on image */
}

.about-us-wrapper .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: auto;
}

.about-us-wrapper .img-wrapper img:nth-child(1) {
    left: 100px;
    top: 100px;
    z-index: 10;
}

.mobile-about-us {
    display: none;
}

h2 {
    color: var(--primary-color);
    font-family: "artifex-hand-cf", sans-serif;
    font-weight: 600;
    font-size: 60px;
    font-style: normal;
    line-height: 72px;
    padding: 4% 0%;
}

.about-us-wrapper p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: var(--grey-font);
    padding: 4% 0%;
}

.alt-text {
    font-size: 24px !important;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
}

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

.awards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 4% 0;
}

.section-padding {
    padding: 4% 0;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.warranty {
    width: 45%;
    height: 413px;
}

.warranty p {
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 2% 0%;
}

.warranty h2 {
    padding: 2% 0%;
}

.warranty-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 413px;
    width: auto;
}

.position-relative {
    position: relative;
}

.warranty-section p {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--grey-font);
}

.contact-form-wrapper p {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--grey-font);
    align-content
}

.contact-form-wrapper a {
	color: var(--primary-color);
}

.footer .location {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

.contact-icon {
    color: var(--primary-color);
}

.footer-bg {
    background-image: url('/wp-content/uploads/2024/11/Group-19.png');
    background-size: cover;
	background-position: center;
    width: 100%;
    height: 200px;
}

.header-booking-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.header-booking-div p,
.header-booking-div a
{
    align-content: center;
}

.servicing-london h2 {
    text-align: center;
    width: 100%;
}

.service-area-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-area-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.service-area {
	display: flex;
	flex-direction: column;
    flex-grow: 1;
    width: 200px;
    max-width: 400px;
    margin: 4%;
}

.service-area-image-bg {
    height: 450px;
    width: 400px;
    background: linear-gradient(#0067ACC7, #0067ACC7), url('/wp-content/uploads/2024/11/csn-collision.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.service-area-image-bg h3 {
    width: 100%;
    color: var(--white);
    font-family: "artifex-hand-cf", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
}

.service-area-image-bg h4 {
    width: 100%;
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.service-area .primary-button {
	margin: 2% 0;
	width: fit-content;
}

.service-area .fas {
	margin-right: 4%;
}

.service-area .contact-icon {
	padding: 10px 0;
}

.contact-form-wrapper {
    display: flex;
    flex-direction: row;
}

.col {
    width: 50%;
    padding: 4%;
}

.contact-form input {
	width: 65%;
	height: 35px;
	border: 1px solid var(--primary-color);
	margin-bottom: 4%;
	padding: 4%;
}

.contact-form textarea {
	width: 65%;
	height: 125px;
	border: 1px solid var(--primary-color);
	padding: 4%;
}

.contact-form button {
	border: none;
}

.footer .location {
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
}

.contact-icon {
	color: var(--primary-color);
}


header {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a shadow at the bottom */
}

.header-booking-div a {
	color: var(--gray);
}

.desktop-only i.fas.fa-calendar,
.desktop-only i.fas.fa-phone
{
    color: var(--primary-color);
    padding-right: 5px;
}

@media only screen and (max-width: 1400px) {
    .section-padding {
        padding: 4%;
    }

    .warranty {
        height: 450px
    }

    .warranty-img {
        width: 50%;
        object-fit: cover;
        height: 450px;
    }

    .warranty .blue-button {
        margin-top: 2%;
    }
}

@media only screen and (max-width: 1200px) {
    .about-us-wrapper .img-wrapper img {
        transform: translatey(20%);
    }

}

@media only screen and (max-width: 992px) {
    .about-us-wrapper .img-wrapper img {
        transform: translatey(50%);
    }

    .awards-h2 {
        text-align: center;
    }

    .awards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .awards * {
        margin: 2%;
    }

	.service-area-wrapper .row {
		flex-direction: column;
	}
	
	.service-area {
		width: 100%;
		margin: 100px auto 0;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	
	.service-area h3 {
		text-align: center;
	}
	
	.service-area .contact-icon {
		display: flex;
		justify-content: center;
	}
	
	.service-area .primary-button {
		margin: 2% auto;
	}
	
	.contact-footer {
		width: 30%;
	}


}

@media only screen and (max-width: 768px) {
    .service-wrapper .row {
        flex-direction: column;
    }

    .service-wrapper .service {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .service-wrapper .service:not(:first-child) {
        margin-top: 4%;
    }

    h2 {
        text-align: center;
    }

    .primary-about-us {
        display: none;
    }

    .mobile-about-us {
        display: flex;
    }

    .mobile-about-us .img-wrapper {
        height: 500px;
    }

    .mobile-about-us .img-wrapper img {
        height: 400px;
        width: auto;
        left: 50%;
        transform: none;
        transform: translatex(-55%)
    }

    .mobile-about-us .img-wrapper img:nth-child(1) {
        left: 60%;
    }
	
	.contact-form-wrapper {
		flex-direction: column;
	}
	
	.contact-form-wrapper .col {
		width: 100%;
	}
	
	.contact-form-wrapper input,
	.contact-form-wrapper textarea {
		width: 100%;
	}

	
	.desktop-nav-list {
		display: none;
	}
	
	.footer-container {
		flex-direction: column;
		align-items: center;
	}
	
	.contact-footer {
		margin: 4%;
		width: 350px;
		max-width: 95%;
	}

	

}

@media only screen and (max-width: 576px) {
    .hero-content p {
        font-size: 2rem;
        line-height 2.5rem;
    }

    .book-your-appt h2 {
        font-size: 32px;
    }

    h2 {
        font-size: 54px;
    }

    .warranty {
        height: 650px;
    }

    .warranty-img {
        width: 100%;
        object-fit: cover;
        height: 200px;
        bottom: 0;
        top: auto;
    }
	
	.service-area iframe {
		max-width: 100%;
	}
}