@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;
    line-height: 1.4;
    scroll-behavior: smooth;
	/*box-sizing: border-box;*/
}

body{
    min-height: 100vh;
    background: #f5f6f9;
}

:root{
    --primary: #e7881c;
    --secondry:#e7881c;
    --white: #fff;
    --black: #2d3d4d;
    --gray: #e4e6e8;
    --background: #f5f6f9;
}

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

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

p{
    font-size: 18px;
}

.heading {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding: 20px;
    margin: 0% auto;
    align-items: center;
}

  .hd-back1 {
    background: #1ebb60;
    width: 50px;
    display: flex;
    border-radius: 50px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

 button{
    background-color: var(--primary);
    color: var(--white);
    border: none;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 120px;
}
.pto-upd {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sam-mgs {
	text-align: center;
	padding: 11px;
	background: #f5f6f9;
	border-radius: 10px;
	width: calc(25% - 32px);
	border: 1px solid #0808082b;
}
.pto-mn-sec {
	align-items: center;
}
.pto-mn-sec .desk-sec {
	width: 50%;
}
.pto-mn-sec .box-sec {
	width: 50%;
}
.pto-upd img {
	width: 100%;
	height: 120px;
	padding-bottom: 10px;
}

.access-issues textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e7881c;
    border-radius: 10px;
    height: 150px;
}

.pto-upd p { font-size: 14px; }

.steps-sec{
    max-width: 1320px;
    margin: auto;
    padding: 3%;
    margin: 0 auto;
    background-color: #1c1c1c;
    color: var(--white);
    display: flex;
    gap: 10px;
}

.step{
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 33.33%;
}

.steps-sec h2, .steps-sec p{
    color: var(--white);
}

.steps-sec p{
    font-size: 18px;
    line-height: 1.4;
}

.steps-sec span {
	font-size: 30px;
	border: solid 2px white;
	display: flex;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 5px;
	font-weight: 600;
}
.step div {
	width: 75%;
}
.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin: 15px 0;
}

.checkbox-group label {
	font-size: 17px;
	width: 225px;
}

.radio-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 15px 0;
}

.radio-group label {
	font-size: 17px;
}

/* step 1 */

.step-heading{
    max-width: 1440px;
    font-size: 20px;
    margin: 1% auto;
    font-weight: 500;
    color: var(--black);
	padding-left: 20px;
}

.step-heading span{
    font-size: 35px;
}

.main-sec{
    background: white;
    max-width: 1320px;
    margin: 2% auto;
    padding: 3%;
}

.main-sec {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.desk-sec h2{
     font-size: 40px;
}



.columns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.main-sec .upload-box{
    width: 45%;

}

.mob_box {
    background: #f5f6f9;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

.mob_box:hover{
    scale: 1.08;    
}

.button-sec{
    width: 100%;
    display: flex;
    justify-content: start !important;
    margin-top: 20px;
}

#photo-upload-done-message i {
    color: green;
}

.mob_box img {
    max-width: 184px;
}

.custum-file-upload {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #e7881c6e;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    width: auto;
    background: #e8891d1c;
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
  }
  
  .custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
  }
  
  .custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
  }
  
  .custum-file-upload input {
    display: none;
  }



.upload-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.upload-text p {
    font-size: 14px;
}

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

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

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

.input-box input, .input-box textarea {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
    border: solid 1px gainsboro;
    background: #f5f6f9;
    font-size: 18px;
}

.selected{
    background-color: var(--primary);
}

.selected p{
    color: white;
}

.upload-box img {
    position: absolute;
    display: none;

}


.upload-box img[src*="http"]{
   display: flex !important;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: auto;
    background: white;
    border: dashed 1px gray;
    border-radius: 10px;
    padding: 3px;
}

.heading img, button{
	cursor: pointer;
}

#e-survey .modal-card {
    width: 70% !important;
    max-width: 1000px;
    background: #e6f5fd;
    padding: 4%;

}

.left_tb .columns {
    width: 100%;
    flex-wrap: nowrap;
    gap: 0;
}
.upload-sec {
    display: flex;
    gap: 20px;
}
  .hd-back1 {
    background: #1ebb60;
    width: 50px;
    display: flex;
    border-radius: 50px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

 button{
    background-color: var(--primary);
    color: var(--white);
    border: none;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 120px;
}



.steps-sec h2, .steps-sec p{
    color: var(--white);
}

.steps-sec p{
    font-size: 18px;
    line-height: 1.4;
}


/* step 1 */



.step-heading span{
    font-size: 35px;
}

.main-sec-p{
    background: black;
	color: white;
    max-width: 1300px;
    margin: 2% auto;
    padding: 5%;
	position: relative;
}

.main-sec-p {
    gap: 20px;
    justify-content: space-between;
}

.desk-sec h2{
     font-size: 22px;
/* 	color: #00ade6; */
}

.box-sec {
    width: 40%;
}

.p-upload-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.p-upload-box h3 {
    font-size: 20px;
}

.p-upload-box p {
    font-size: 16px;
    margin-top: 10px !IMPORTANT;
}

.desk-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
    width: 55%;
}

.columns {
    display: flex;
/*     gap: 20px; */
    justify-content: center;
    flex-wrap: wrap;
}

.mob_box {
    background: #f5f6f9;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

.mob_box:hover{
    scale: 1.08;    
}

.button-sec{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.mob_box img {
    max-width: 184px;
}

/*.custum-file-upload {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: space-between;*/
/*    gap: 4px;*/
/*    cursor: pointer;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: 2px dashed #e7881c6e;*/
/*    background-color: rgba(255, 255, 255, 1);*/
/*    padding: 15px;*/
/*    width: auto;*/
/*    background: #e7881c30;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);*/
/*  }*/
  
  .custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
  }
  
  .custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custum-file-upload .text span {
    font-weight: 400;
    color: rgb(0 0 0 / 68%);
  }
  
  .custum-file-upload input {
    display: none;
  }

  .upload-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.upload-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}


.upload-text p {
    font-size: 14px;
}

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

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

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

.input-box input, .input-box textarea {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
    border: solid 1px gainsboro;
    background: #f5f6f9;
}

.selected{
    background-color: var(--primary);
}

.selected p{
    color: white;
}

.main-sec-p .modal-close {
    top: 10px;
    position: absolute;
    background: #4aad1e;
    right: 10px;
}

.heading img {
	max-width: 200px;
	background: #e7881c;
	padding: 10px;
	border-radius: 10px;
}

.main-sec .desk-sec {
    width: 28%;
    border-right: solid 1px gainsboro;
}



.main-sec .box-sec {
    width: 80%;
}

.main-sec .desk-sec h2 {
    font-size: 34px;
/*     color: #00ade6; */
}

.pto-mn-sec .desk-sec {
    width: 50%;
}

.pto-mn-sec .box-sec {
    width: 50%;
}

.pto-mn-sec .upload-boxes{
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: initial;
}


/*=============================
    *Silicon Render Page*
===============================*/

.renderBoxSec .columns { 
    justify-content: start; 
}

.wallAreaInput-box label {
    width: 50%;
}

.renderBoxSec .columns .column { 
    width: calc(25% - 15px); 
}

.renderBoxSec .mob_box { 
    background: #e8891d1c;
    border-radius: 15px;
    padding: 10px 20px; 
}

.renderBoxSec .mob_box img { 
    margin-bottom: 5px; 
}

.renderBoxSec .mob_box:hover, 
.renderBoxSec .selected .mob_box { 
    border: 2px solid #e7881c; 
    background: #e7881c;
}

.renderBoxSec .mob_box:hover p { 
    color: #fff;
}

.renderBoxSec .selected { 
    background: transparent; 
}


.wallAreaInput-box {
    background: #e8891d1c;
    margin: 20px 0;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 20px;
}



.wallAreaInput-box input[type="number"] {
    border: 2px solid gainsboro;
    padding: 10px;
    max-width: 120px;
    border-radius: 24px;
}


.renderBoxSec .propSizeInput {
    display: flex;
    position: relative;
}

.renderBoxSec .propSizeInput span {
    background: #e7881c;
    text-align: center;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    color: #fff;
}


/* Chrome, Safari, Edge, Opera */
.wallAreaInput-box input::-webkit-outer-spin-button,
.wallAreaInput-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.wallAreaInput-box input[type=number] {
  -moz-appearance: textfield;
}

/* From Uiverse.io by chase2k25 */ 
.wall-glass-radio-group, .glass-radio-group {
  --bg: rgba(255, 255, 255, 0.06);
  --text: #e5e5e5;

  display: flex;
  position: relative;
  background: var(--bg);
  border-radius: 24px;
  backdrop-filter: blur(12px);
  border: 2px solid gainsboro;
  /*box-shadow:*/
  /*  inset 1px 1px 4px rgba(255, 255, 255, 0.2),*/
  /*  inset -1px -1px 6px rgba(0, 0, 0, 0.3),*/
  /*  0 4px 12px rgba(0, 0, 0, 0.15);*/
  overflow: hidden;
  width: fit-content;
}

.wall-glass-radio-group input,
.glass-radio-group input {
  display: none;
}

.wall-glass-radio-group label,
.glass-radio-group label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  font-size: 14px;
  padding: 0.8rem 1.8rem;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #333;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}

.wallAreSizeOption {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wall-glass-radio-group label:hover,
.glass-radio-group label:hover {
  color: #e7881c;
}

.wall-glass-radio-group input:checked + label,
.glass-radio-group input:checked + label {
  color: #fff;
}

.wall-glass-glider, .glass-glider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% / 3);
  border-radius: 24px;
  z-index: 1;
  transition:
    transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56),
    background 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}

.wall-glass-glider { width: calc(100% / 2); }


/* Silver */
#glass-silver:checked ~ .glass-glider {
  transform: translateX(0%);
  background: #e7881c;
  color: #fff;
}

/* Gold */
#glass-gold:checked ~ .glass-glider {
  transform: translateX(100%);
  background: #e7881c;
  color: #fff;
}

/* Platinum */
#glass-platinum:checked ~ .glass-glider {
  transform: translateX(200%);
  background: #e7881c;
  color: #fff;
}

#wallAreaYes:checked ~ .wall-glass-glider {
    transform: translateX(0%);
    background: #e7881c;
    color: #fff;
}

#wallAreaNotSure:checked ~ .wall-glass-glider {
    transform: translateX(100%);
  background: #e7881c;
  color: #fff;
}


/*=================== 2nd Step ==================*/

.renderSiliconSurvey .sam-mgs {
    padding: 0 0;
    width: calc(33.33% - 10px);
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

.renderSiliconSurvey .pto-upd img {
    padding-bottom: 0;
    height: 150px;
}

.renderSiliconSurvey .pto-upd p {
    background: #e7881c;
    color: #fff;
    padding: 10px 0;
}




.esvy_hdr {
	background: #fff;
	padding: 1% 3%;
	max-width: 1320px;
	margin: 0 auto 20px;
}
.esvy_hdr ul {
	display: flex;
	gap: 40px;
	margin-top: 15px;
	margin-left: 25px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.esvy_hdr ul li {
	list-style: none;
	max-width: 380px;
}
.esvy_hdr ul li::before {
	content: "\f00c";
	position: absolute;
	font-family: fontawesome;
	font-weight: bold;
	margin-left: -23px;
	color: #f34892;
}


.instructions_main ul {
	margin-left: 20px;
}
.instructions_main li {
	font-size: 15px;
}

.vdo-mn-sec .desk-sec {
	width: 75%;
}
.vdo-mn-sec.main-sec .box-sec {
	width: 25%;
}
.demo-videos video {
	width: 290px;
	height: 190px;
	background: #f5f6f9;
}
.demo-videos video:first-child {
	width: 330px;
}
.video-upload-box {
	width: 100% !important;
}
.main-sec.vdo-mn-sec {
	align-items: center;
}
#video-upload-note {
    font-size: 15px;
    background: #f5f6f9;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
#delete-video-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgb(255, 68, 68);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 10px !important;
}

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




@media only screen and (min-width: 1921px) {
.sam-mgs {
	width: calc(25% - 33px);
}

}




@media only screen and (max-width: 1366px) {
.esvy_hdr ul li {
	max-width: 340px;
}




}


@media only screen and (max-width: 1200px) {
.esvy_hdr {
	padding: 3%;
}    
.esvy_hdr ul {
	gap: 25px;
}    
    
.esvy_hdr ul li {
	max-width: 350px;
}    
    
    
    
.pto-mn-sec {
	flex-wrap: wrap;
}	
.pto-mn-sec .desk-sec {
	width: 100%;
	border: 0;
	padding: 0;
}
.pto-mn-sec .box-sec {
	width: 100%;
}
	
	

    .step-heading{
        padding: 0 20px;
    }

    .desk-sec h2 {
        font-size: 20px;
    }

}




@media only screen and (max-width: 800px) {
.esvy_hdr {
	padding: 3%;
}    
.esvy_hdr ul {
	gap: 20px;
}    
    
.esvy_hdr ul li {
	max-width: 100%;
}     
    
    
.pto-upd {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.heading img {
    max-width: 127px;
}

.heading {
    padding: 15px;
}

.heading a {
    display: none;
}
  
    .heading h1{
        font-size: 20px;
    }

    .heading{
        align-items: center;
        margin: 0% auto;
    }

    button{
        font-size: 16px;
    }

    .steps-sec {
        flex-wrap: wrap;
    }

    .step{
        width: 100%;
        margin-bottom: 16px;
        gap: 10px;
        padding-bottom: 14px;
        border-bottom: solid 1px #ffffff61;
    }

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

    .steps-sec span {
        font-size: 20px;
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .steps-sec p {
        font-size: 16px;
        line-height: 1.4;
    }

    .main-sec, .columns{
        flex-wrap: wrap;
    }

    .desk-sec, .box-sec{
        width: 100% !important;
        border-right: none;
        gap: 10px;
    }

    .step-heading {
        padding: 10px 14px;
    }


    .mob_box img {
        max-width: 99px;
    }

    .column {
        width: 45%;
    }

    .upload-boxes, .name-box{
        flex-direction: column;
        gap: 20px;
    }

    .upload-box {
        width: 100% !important;
    }

    .input-box input, .input-box textarea {
        width: 90%;
        padding: 12px 0;
        padding-left: 20px;
    }

    .name-box {
        gap: 24px;
    }

    .name-box .input-box:first-child{
        margin-bottom: 0;
    }
    
    .renderBoxSec .columns .column {
        width: calc(50% - 15px);
    }
    
    .wallAreaInput-box {
        flex-direction: column;
    }
    
    .wallAreaInput-box label {
        width: 100%;
    }
    
    .renderSiliconSurvey .sam-mgs {
        width: calc(50% - 10px);
    }


	.all-controls .columns{
		flex-direction: column;
	}
	
	.wall-glass-radio-group label, 
	.glass-radio-group label {
	    padding: 0.8rem;
	}
	
.addon-products, .addons-basket {
    width: 100% !important;
    margin: 0px !important;
}
	
	
	.best-seller .boiler_list_content:after {
    top: -14px;
}


.best-seller .boiler_list_content:before {
    top: -14px;
}
	
.hd-btn ul, .hd-btn ul {
    margin-top: 10px;
    width: 100% !important;
}


	.hd-back a {
    background: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    padding: 12px 14px;
    font-size: 12px;
}

#e-survey .modal-card {
    width: 95% !important;
    padding: 20px;
    height: 98%;
    overflow: scroll;
}

.p-upload-sec {
    margin-top: 10px;
}

.upload-sec {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

}




    
@media only screen and (max-width: 480px) {
.sam-mgs {
	width: calc(50% - 30px);
}
.demo-videos video {
	width: 100%;
	height: 170px;
	background: #f5f6f9;
	margin-bottom: 12px;
}
.demo-videos video:first-child {
	width: 100%;
}
    .steps-sec span {
        padding: 10px 10px;
    }
    
    .main-sec .desk-sec h2 {
    font-size: 24px;
}
#insulation-video-preview {
    width: 100%;
}


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

.sam-mgs p {
	font-size: 14px;
} 

}    




    
    
    