@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;
}


:root{
    --primary: #ffa001;
    --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;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.footer {
    max-width: 1440px;
    margin: 1% auto;
    background: transparent;
    padding: 0 24px !important;
}

.main-section {
    padding: 0 20px;
    padding-bottom: 10px;
}

.main-heading p{
    font-size: 18px;
}
.page-template-ashp-product #wrapper {
	background: transparent;
}
body {
    color: var(--black);
    background: var(--background);
    min-height: 100vh;
}

.filter-bar{
    max-width: 1400px;
    margin: 1% auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px var(--gray);
}

.filter-bar-two{
    max-width: 1400px;
    margin:  auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-between;
}

.outline-button{
    background-color: var(--white);
    border: solid 1px gainsboro;
    color: var(--black);
}

.filter-buttons-sec{
    display: flex;
    gap: 10px;
    align-items: center;
}

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);
}

header img{
    max-width: 200px;
}

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;
}

/*  */



#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;
}

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


.modal-product-detail {
    background: var(--background);
    padding: 30px;
    max-width: 450px;
    max-height: 100%;
}

#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);
}

.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;
}

.dropdown-trigger button span{
    color: white;
}


.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: #daefe6;
    border-radius: 100px;
}

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



.heade-sec{
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.modal-button{
    display: none;
}

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

    header{

        height: 70px;
    }


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

    header img {
        max-width: 120px;
    }



    .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;
    }

    .question-detail-sec{
        width: 100%;
        height: auto;
        display: none;
    }

    .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{
        flex-direction: column-reverse;
        gap: 0;
        padding-bottom: 20px;
    }


    .filter-bar-two{
        gap: 20px;
    }

    .filter-buttons-sec{
        margin-bottom: 20px;
    }

    .filter-bar {
        margin: 4% auto;
        padding-bottom: 0%;
        flex-wrap: wrap;
        gap: 10px;
    }

}

.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: 16px;
    border-radius: 10px;
    border: solid 1px gainsboro;
    background: var(--white);
}

.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, .line-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;
}

/* ============================================================================================================== product css */

.asph-main-sec{
    margin: 1% auto;
    max-width: 1400px;

}

.asph-main-sec, .detail-sec, .ashp-two-box {
    display: flex;
    gap: 20px;
}

.detail-sec, .heading-sec{
    margin-bottom: 20px;
}

.ashp-box{
    padding: 30px;
    background-color: var(--white);
}

.ashp-box-one{
    background-color: #fff7e0;
}

.ashp-box-two{
    background-color: var(--background);
}

.img-sec {
    background-color: var(--background);
    padding: 40px;
    width: 30%;
}

a.main-btn {
    background: var(--primary);
    color: white;
    width: 100%;
    display: flex;
    padding: 15px;
    margin-top: 20px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}

.price{
    margin-top: 20px;
}

.price span{
    font-size: 20px;
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

.price h2{
    margin: 0;
}

.price p{
    font-size: 16px;
    margin: 10px 0;
}



/* ============================================================================================================== Modla css */

.included-popup-detail h4 {
    margin-bottom: 24px;
}

.price-breakdown {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: dashed 1px gainsboro;
    padding-bottom: 10px;
}

ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.included-popup-detail {
    background: var(--white);
    padding: 50px;
    max-height: 100%;
    position: absolute;
    width: 700px;
}

.boiler-detail h3, .boiler-detail p{
    color: var(--white);
}

.boiler-detail a{
    background: var(--white);
    color: var(--black);
}

.boiler-sec {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #080808c7;
}

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



#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);
}


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

h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.link {
    font-size: 16px;
    text-decoration: underline;
    opacity: 0.8;
}


.detail-sec ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
}

li i {
    color: #0dbc59;
    margin-top: 4px;
}

.spec-sec{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: solid 1px var(--background);
    padding: 20px;
    margin-top: 15px;
}

.spec {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.spec h3 {
    font-weight: bold;
}

.button-sec h5{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.right-asho-sec{
    width: 30%;
}

.left-asho-sec{
    width: 70%;
}

.book-survey-popup {
    width: 1209px;
    max-width: 1089px;
    padding: 20px 20px 0 20px;
    background: white;
}

.not-found-button{
	    display: block;
    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;
    color: white;
    text-align: center;
    margin-top: 20px;
    justify-content: center;
}

.not-found-button:hover{
	background: #eceef3;
}

.not-found {
    font-size: 22px;
    line-height: 38px;
}

.not-f{
	    display: block;
    background: white;
    max-width: 500px;
    margin: auto;
    padding: 30px;
}

@media only screen and (max-width: 800px) {
.book-survey-popup {
    width: 96%;
    max-width: 1089px;
    padding: 0;
    height: 90%;
    max-height: 100%;
}

    .asph-main-sec, .detail-sec, .ashp-two-box {
        flex-direction: column;
    }

.img-sec {
    background-color: var(--background);
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

    .included-popup-detail {
        width: 94%;
        padding: 40px;
    }
	
	.ashp-box img {
    max-width: 100px;
}
	
	

.ashp-box {
    padding: 20px;
    flex-wrap: wrap;
}
	
	.right-asho-sec, .left-asho-sec{
		width: 100%;
	}
	
	.img-sec img {
    max-width: 200px;
}

 
    
}

@media only screen and (max-width: 480px) {
.footer {
    padding: 0 24px 50px !important;
}
.filter-bar button {
    font-size: 14px !important;
}
.filter-bar {
    margin: 4% auto 0;
    flex-wrap: nowrap;
}
.fixed-button {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    box-shadow: 5px -5px 5px #00000014;
    border-radius: 30px 30px 0 0;
	animation: fixed 0.8s ease 0s 1 normal forwards;
}
	
.fixed-button a.main-btn{
	margin: 0
}
	
	@keyframes fixed {
	0% {
		opacity: 0;
		transform: translateY(250px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
	
	
}

@media only screen and (max-width: 385px) {
.outline-button {
    padding: 8px 11px;
}


}    


/* new video popup css */

.modal-w-detail a {
    font-size: 20px;
}
.modal-w-detail li {
    font-size: 18px;
    margin-bottom: 12px;
}
.modal-w-detail h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

#videoModal .modal-card-body {
    padding: 8%;
    border-radius: 20px;
    position: relative;
}

#videoModal .fa-circle-xmark{
        position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: var(--primary);
}

button.button.is-success.video-close-btn {
    width: 100%;
    margin-top: 20px;
    background: var(--primary);
}


.continue {
    width: 100%;
    margin-top: 10px !important;
    background: #eceef3 !important;
    color: var(--black) !important;
}


.book-a-call {
    width: 100%;
    margin-top: 10px;
    background: #094148 !important;
}


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

#videoModal .modal-card-body {
    padding: 15% 6%;
    border-radius: 20px;
    position: relative;
}

.book-a-call, .continue {
    padding: 22px !important;
    font-size: 14px;
}


  }
  
  
