@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500&family=Roboto:wght@300;400&display=swap');


*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Inter', sans-serif;
}

body{
    min-height: 100vh;
    background: var(--background);
}

:root{
    --primary: #000000;
    --secondry: #f1fcf6;
    --white: #fff;
    --black: #000;
    --gray: #e4e6e8;
    --background: #eceef3;
}

h1, h2, h3, h4, h5, h6, p{
    color: var(--black);
}

h2{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
}

p{
    font-size: 18px;
}

button{
    padding: 8px 20px;
    border-radius: 129px;
    border: solid 1px var(--primary);
    background-color: var(--primary);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: white;
    transition: 0.2s;
}

.solar-cards p {
    font-size: 16px;
    font-weight: 500;
}

.main-q-box{
    display: flex;
    justify-content: space-between;
    background-color: var(--background);
}

.progress-bar{
    /* position: fixed; */
    width: 100%;
}
  
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 10px;
    height: 90px;
    /* position: sticky; */
    top: 0;
    width: 100%;
    background: var(--white);
}


.page-template-ashp-quote #wrapper {
    background: transparent;
}

header img{
    max-width: 200px;
}

.body-content{
    width: 70%;
    padding: 20px;
    background-color: var(--background);
}

.dropdown-trigger button{
    padding: 8px 20px;
    border-radius: 129px;
    border: solid var(--primary);
    background-color: var(--primary);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.stk-syl use {
	stroke-width: 2px !important;
	stroke: #000;
}
.dropdown-trigger button span{
    color: white;
}

.solar-card p{
    text-transform: capitalize;
}

.hd_styl {
    font-size: 14px;
    color: var(--black);
}

.button:focus, .button.is-focused {
    border-color: var(--primary);
    /* border-width: 1px; */
    color: #363636;
}

.chat-with-us {
    text-decoration: underline;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.outer-bar{
    height: 4px;
    background: #f15a2b0a;
    border-radius: 100px;
}

.inner-bar{
    background-color: var(--primary);
    height: 4px;
    border-radius: 100px;
    width: 20%;
    transition: 0.3s;
}

/*============ Check Box =====================*/

.custChekStyl { margin: 15px 0; }

.custChekStyl input[type="checkbox"] {
    display: none;
}


.custChekStyl .t-and-c {
    position: relative;
    padding-left: 30px;
}

.custChekStyl .t-and-c::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #00a3e3;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.custChekStyl input[type="checkbox"]:checked~label::before {
    background: #00a3e3;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
}

/*========================================*/ 


#detail-info .questions {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 600px;
}




/*==========================================*/


/* side bar css */


.question-detail-sec{
    width: 30%;
    background-color: var(--secondry);
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.q-detail-box{
    background: white;
    padding: 20px;
    border: solid 2px;
    border-left: solid 5px;
    border-bottom: solid 5px;
    border-radius: 10px;
    border-color: var(--black);
    z-index: 10;
}

.q-detail-box h3 {
    font-size: 25px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.q-detail-box p{
    font-size: 18px;
    line-height: 1.4;
}

.solar-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    background: var(--white);
    border: solid 1px var(--gray);
    padding: 15px;
    border-radius: 10px;
    min-width: 180px;
    transition: 0.2s !important;
    cursor: pointer;
    padding-top: 25px;
}

.solar-card:hover{
    scale: 1.1;
/*     background: #e9eef7; */
}

.solar-card:hover p{
    /* color: var(--white); */
}

.solar-card:hover use{
    /* stroke: var(--white); */
}

.solar-card use{
    stroke-width: 1px;
    stroke: var(--black);
}

.solar-cards{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: center;
}

.heade-sec {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.questions-sec {
	display: flex;
	justify-content: center;
	max-width: 1100px;
	min-width: 50%;
	margin: 0 auto;
	margin-top: 10vh;
	width: 100%;
	text-align: center;
}

.questions-input-sec{
    margin-top: 6vh;
	text-align: left;
}

.solar-card svg {
    max-width: 120px;
/*     background: #f5f6f9; */
    aspect-ratio: 1/1;
    object-fit: contain;
/*     border-radius: 50%; */
    padding: 8px;
}

.solar-card:hover svg{
    background-color: white;
}

.back-btn{
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: none;
    color: var(--primary);
    font-size: 43px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.2s;
    background: transparent;
}

.back-btn:hover{
    background-color: #eceef3;
    color: var(--black);
}

.modal-button{
    display: none;
}

@media only screen and (max-width: 600px) {

    header{

        height: 70px;
    }


    .back-btn {
        bottom: 12px;
        font-size: 36px;
    }

    .dropdown-trigger button {
        padding: 6px 14px;
        font-size: 14px;
    }

    header img {
        max-width: 120px;
    }

    .solar-cards{
    gap: 10px;
    justify-content: center;
    }

    .solar-card {
	text-align: left;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
	padding: 5px;
	justify-content: start;
}
.solar-card:hover {
	scale: 1;
}
    .name-box {
        display: flex;
        gap: 20px !important;
    }

    .q-detail-box{
        border: none;
    }

    p {
        font-size: 16px;
    }

    .modal-content-detail{
        background: white;
        bottom: 0;
        position: absolute !important;
        min-height: 350px;
        border-radius: 30px 30px 0px 0px;
        padding: 20px;
    }

    .main-q-box {
        flex-wrap: wrap;
    }

    h2 {
        font-size: 24px;
    }
    .heade-sec {
    margin: 20px 0;
    gap: 10px;
    text-align: center;
    }

    .questions-sec{
    margin-top: 0vh;
    padding: 20px;
    justify-content: center;
    }
    .question-detail-sec{
        width: 100%;
        height: auto;
        display: none;
    }

    .solar-card svg {
        max-width: 70px;
    }

    .modal-button{
        display: block;
        position: absolute;
        bottom: 10px;
        width: 100px;
        margin: auto;
        left: 0;
        right: 0;
        color: var(--black);
        padding: 8px 20px;
        border-radius: 129px;
        border: solid var(--gray) 1px;
        background-color: white;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        font-weight: 500;
    }

}

.main-q-box {
    display: flex;
}

.hidden {
    display: none;
}

.input-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.input-box{
    margin-bottom: 14px;
}

.name-box{
    display: flex;
    gap: 50px;
}

.input-box input, .input-box textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px gainsboro;
    background: var(--white);
    color: #000 !important;
}

.next-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    /* max-width: 104px; */
    border-radius: 50px;
    justify-content: space-between;
    color: white;
    padding: 8px 12px 8px 20px;
    font-size: 20px;
    text-transform: capitalize;
    border: solid var(--primary);
    transition: 0.2s;
}

.next-button i {
    font-size: 32px;
}

.next-button:hover{
    background: var(--white);
    color: var(--black);

}

.modal-close{
    background-color: var(--black) !important;
}

#dropdown-menu {
    position: absolute;
    top: 37px;
    left: -134px;
}

.dropdown-item {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.dropdown-content {
    border-radius: 20px;
    width: 300px;
    border: solid var(--gray) 1px;
    padding: 20px;
}

.im_styl {
    color: var(--primary);
    font-size: 24px;
    background: #0dbc5924;
    padding: 20px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-item {
    background: var(--background);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}


/* Modla css */


.modal-w-detail {
    background: var(--background);
    height: 100%;
    padding: 50px;
    max-height: 100%;
    position: absolute;
    right: 0;
    max-width: 450px;
    margin: 0;
}


.modal-product-detail {
    background: var(--background);
    padding: 30px;
    border-radius: 20px;
    max-width: 450px;
}

#req-call{
    padding: 10px;
}

.modal-product-detail h3 {
    font-size: 24px;
    font-weight: 600;
}

.light-text {
    color: gray;
    margin-bottom: 10px;
}

.modal-product-detail ul {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.close {
    background: #2d3d4d;
    border-color: #2d3d4d;
}

.modal-product-detail li i{
    color: var(--primary);
}





.map-detail-sec .input-box {
    margin-bottom: 0;
}

.map-detail-sec a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
}
.map-detail-sec {
    display: block;
    position: relative;
    padding: 0;
    width: 50%;
}

.main-map {
    width: 100%;
    height: 100%;
}

.map-questions-sec {
    margin: 0;
    width: 100%;
}

.map-questions-sec {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.map-questions-sec .questions {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15vh;
}

.map-questions-sec .heade-sec, .map-questions-sec .input-cards {
    width: 100%;
    max-width: 500px;
}

@media only screen and (max-width: 600px) {
    .modal-product-detail, .modal-w-detail {
        padding: 30px;
    }
    
.main-map {
    width: 100%;
    height: 100%;
    min-height: 61vh;
}

.map-questions-sec {
    flex-direction: column;
    gap: 20px;}

.map-questions-sec .questions {
    margin-top: 0;
    width: 100%;
}

.map-questions-sec .modal-button {
    display: none;
}

.loc-search-sec {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
    margin-bottom: 0;
}

.map-questions-sec .next-button {
    position: absolute;
    right: 5px;
    border-radius: 10px;
    padding: 4px 4px 5px 10px;
}

.question-detail-sec {
    width: 100% !important;
}

.loc-search-sec .input-box {
    margin-bottom: 0 !important;
}

}

#map{
    height: 90vh;
}


.container {
    display: flex;
    justify-content: center;
  }
  
  .image {
    max-width: 300px;
    margin: 25px;
  }
  
  .image img {
    max-width: 100%;
  }
  
  .loupe {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
  }
  
  .loupe img {
    position: absolute;
    right: 0;
  }

.form_postcode_search {
	max-width: 400px;
	margin: 0 auto;
}

.form_postcode_search .next-button {
	width: 100%;
}


@media only screen and (max-width: 480px) {
.name-box {
	gap: 0px !important;
	flex-direction: column;
}	
.input-box input, .input-box textarea {
	padding: 8px;
}	
	
	
	
}	
	
