@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    background-color: #fff;
    color: #000000;
    scroll-behavior: smooth;
  }
  h1,h2,h3{
    font-family: "Playfair Display", serif;
    margin: 0;
  }
  .mb-0{margin-bottom: 0 !important;}
  h4,h5{margin: 0;}
  p{font-size: 18px;font-weight: 400;color: #555555;    line-height: 24px;}
  .position-relative{position: relative;}
  .mt-30{margin-top: 30px;}
  .img-fluid{width: 100%;height: auto;}
  .theme-btn{
    background-color: black;
    border: 1px solid black;
    text-transform: uppercase;
    color: rgb(247, 247, 247);
    font-size: 16px;font-weight: 700;
    padding: 15px 24px;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
  }
  .container{max-width: 1042px;margin: 0 auto;}
  section{padding: 50px 0;}
  .wallpaper-heading h3{font-weight: 700; font-size: 44px; text-align: center; color: #212121;margin-bottom: 50px; }
  .calculator-container{background-color: #F5F5F5;padding:40px 0;}
  .calculator-wrapper { display: flex;flex-direction: row;flex-wrap: wrap;}
  .form-group{margin-bottom: 30px;}
  .form-group .form-control{ border: 1px solid #DDDDDD; background-color: #fff; width: 100%; padding: 16px 20px; border-radius: 6px;font-size: 16px;
   font-weight: 400;    margin-top:15px;box-sizing: border-box; }
   .form-group .form-control:focus{border: none;box-shadow: none;}
   .form-group select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
  }
    .form-group label{font-weight: 400; font-size: 16px;}
    .form-side, .results {flex: 1;min-width: 300px; }
    .results { border-left: 2px solid #D9D9D9;padding: 0 40px;}
    .dimensions {
        display: flex;
        gap: 10px;
        justify-content: space-between;
      }
      .dimensions .input-group{display: flex; flex-direction: column; align-items: start; flex: 1;    position: relative;
      }
      .dimensions .input-group label{margin: 5px;}
    /* .dimensions input {flex: 1;} */
    .calculator-content {
        padding: 0 40px;
        padding-right: 50px;
    }
    .result-content{display: flex;flex-direction: column;align-items: center;gap: 45px;}
    .form-logo img{width: 85px;}
    .home-logo img{width: 100px;}
    .form-box img{width: 154px;}
    .result-caption h4{font-weight: 700; font-size: 18px;text-transform: uppercase;margin: 0;}
    .dimention-form-control{position: relative;}
.dimensions .input-group::after{
    /* content: "ft";  */
    position: absolute;
    right: 12px; 
    top: 29px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
}
.form-group input[type="checkbox"]{
    width: 22px;
    height: 23px;
    border:1px solid #DDDDDD;
}
.checkbox-sec{display: flex;align-items: center;gap: 10px;}
.text-end{text-align: end;}
.text-center{text-align: center;}
.room-card{ display: flex;justify-content: space-between;align-items: center;background-color: #fff;box-shadow: 0px 4px 14px 0px #00000014;border-radius: 20px;
padding: 15px 33px;
margin-bottom:20px;
}
.room-right img{width: 52px;}
.room-content-left p{font-size: 15px;font-weight: 400;color: #555555;margin: 0;margin-bottom: 10px;}
.room-content-left h4{font-size: 40px;font-weight: 700;}
.room-area{margin-top: 20px;}
.result-email{border-top: 2px solid #DDDDDD;margin-top: 35px;}
.email-container {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }

  .email-container input {
    border: none !important;
    padding: 16px 20px;
    flex: 1;
    font-size: 16px;
    outline: none;
    font-weight: 400;
  }

  .email-container .send-btn {
    background-color: #000;
    color: white;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 16px;font-weight: 700;
  }
  .send-btn span img{width: 20px;margin-left: 10px;}
  .result-email-content p{margin-bottom: 25px;}
  .dimensions .form-group{flex: 1;}
  .roll-size{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 15px;
  }
  .roll-size input{
    border: none !important;
    padding: 16px 20px;
    flex: 1;
    font-size: 16px;
    outline: none;
    font-weight: 400;
    max-width: 121px;
  }
  .L-btn{
    border: none;
    width: 49px;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: 400;color: black;
  }
  .form-wall img{width: 212px;height: 212px;}
  .light-box img{width: 304px;height: 207px;}
  .dimention-form-control{margin-bottom: 6px;}
  .dimensions .tiles-area::after {    content: "";}
  .tiles-box img{width: 240px;margin-left: 50px;}
  .room-card-small{display: flex;align-items: center;gap: 10px;}
  .room-card-small .room-card{flex: 1;}
  .room-card-small .room-card{display: block;text-align: center; margin-bottom: 0;}
  .room-content-left h5{font-size: 19px;font-weight: 700;}
  .window-with-cm{position: relative;}
  .window-with-cm::after {
    content: "cm";
    position: absolute;
    right: 45px;
    top: 47px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
}
.curtain-box img{width: 266px;}
.form-group .form-control:focus{    outline: none; border: 1px solid black;}
  .wall-with-height-weight{position: relative;}
  .wall-height{
    position: absolute;
    top: 45%;
    left: 19%;
    font-size: 18px;
    font-weight: 700;
  }
  .wall-weight{
    position: absolute;
    right: 38%;
    font-size: 18px;
    font-weight: 700;
    bottom: 4px;
  }
  .wall-width{
    position: absolute;
    left: 27%;
    font-size: 18px;
    font-weight: 700;
    bottom: -11px;
  }
  .print-height{
    position: absolute;
    top: 49%;
    left: 60%;
    font-size: 18px;
    font-weight: 700;
  }

  .print-width{
    position: absolute;
    top: 59%;
    left: 63%;
    font-size: 18px;
    font-weight: 700;
  }

  .print-length{
    position: absolute;
    top: 59%;
    right: 28%;
    font-size: 18px;
    font-weight: 700;
  }

  .result-box-text{
    margin: 20px;
    text-align: center;
  }
  
  #pimage{
    width: 307px;
    margin-top: 20px;
  }

/* #lightBox{
  margin-left: 45px;
} */

#lightGridContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 15px;
  max-width: 300px;
  justify-items: center;
  border: 3px solid #000000;
  padding: 20px;
  justify-content: center;
  margin: auto;
}

.light-dot {
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}



#wallpaper-container {
  background-size: cover;
  background-repeat: no-repeat;
  transform: perspective(400px) rotateY(50deg);
}


/* Default styles for smaller screens */
/* window_wid text with left and right arrows connected */
#window_wid {
  text-align: center;
  position: absolute;
  top: 51%;
  right: 19%;
  display: none;
  font-weight: 600;
  transform: rotate(90deg);
  white-space: nowrap;
}

/* Right arrow beside window_wid */
#window_wid::after {
  content: '→';
  font-size: 66px;
  font-weight: 600;
  position: absolute;
  right: -45px;
  top: 100%;
  transform: translateY(-50%);
}

/* Left arrow beside window_wid */
#window_wid::before {
  content: '←';
  font-size: 66px;
  font-weight: 600;
  position: absolute;
  left: -45px;
  top: 100%;
  transform: translateY(-50%);
}

/* window_len text with top and bottom arrows connected */
#window_len {
  text-align: center;
  position: absolute;
  top: 29%;
  right: 32%;
  display: none;
  font-weight: 600;
  white-space: nowrap;
}

/* Bottom arrow for window_len */
#window_len::after {
  content: '↓';
  font-size: 66px;
  font-weight: 600;
  position: absolute;
  bottom: -52px;
  left: 46%;
  transform: translateX(-50%) rotate(90deg);
}

/* Top arrow for window_len */
#window_len::before {
  content: '↑';
  font-size: 66px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: -200%;
  transform: translateX(-50%) rotate(90deg);
}

#tiles_length{
  position:absolute; 
  top: 76%;
  left: 62%;
  display:none;
  font-weight:600;
}
#tiles_width{
  position:absolute; 
  bottom: 39%;
  right: 26%;
  display:none;
  font-weight:600;
  transform: rotate(90deg);
}

#floorPlan {
  width: 240px; /* Fixed width */
  height: 240px; /* Fixed height */
  border: 5px solid #000000;
  margin-top: 20px;
  position: relative; /* Required for absolute positioning of labels */
}

#floorPlan img {
  width: 100%;
  height: 100%;
  display: block;
}

.text-danger .error-msg {
  font-size: 0.875rem;
  margin-top: 4px;
  display: block;
}


/* .no-result-content{height: 80%;display: flex;justify-content: center;align-items: center;} */

/* modal css */
.calculator-modal{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: #0000008C;z-index: 9999; transition: opacity 0.3s ease;
  opacity: 1;}
.calculator-modal.hidden {
  opacity: 0;
  pointer-events: none;
}
.calculator-modal-container{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.calculatore-modal-inner-container{background-color: #fff;padding: 30px;border-radius: 10px;width: 400px;    padding-bottom: 45px;    margin: 0 10px;}
.cancel-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cancel-sec{display:flex;justify-content: flex-end;}
.email-logo{text-align: center;       margin-bottom: 30px;
  margin-top: 20px;}
.email-logo img{width: 50px;height: 50px;}
.modal-heading-sec{text-align: center;    margin-bottom: 40px;}
.modal-heading-sec h3{
  font-family: "Archivo", sans-serif;
font-weight: 500;
font-size: 18px;
color: #000000;
}
.modal-heading-sec p{
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  }
  .email-input-sec {
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    background-color: #fff;overflow: hidden;
    margin-bottom: 27px;
}
.email-input-sec span img{width: 24px;height: 24px;position: absolute;top: 50%;left: 20px;transform: translateY(-50%);}
.email-input-sec input{width: 100%;     padding: 17px;
  padding-left: 60px;border: none;outline: none;font-size: 15px;color: #555555;font-weight: 400;}
  .c-modal-button .theme-btn{border-radius: 15px;font-weight: 500;
    font-family: "Archivo", sans-serif;
  }
  .skip-sec{
    text-align: center;
    margin-top: 20px;
  }
  .skip-btn{
    font-size: 16px;
    font-weight: 500;
    color: #555555;
border: none;
font-family: "Archivo", sans-serif;
    cursor: pointer;
    background-color: transparent;
  }

  .calculator-modal .container{display: flex;justify-content: end;    padding-top: 100px;}
  .calculatore-modal-inner-container{margin-right: 25px;}

/* footer setion */
.footer-section{
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-section a{
  text-decoration: none;
  border: none;
  font-family: "Archivo", sans-serif;
  cursor: pointer;
  background-color: transparent;  
}
.footer-section p{
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}

.wallpaper-heading .header-section {
  text-align: end;
  align-items: end;
  display: flex;
  justify-content: end;
}

.wallpaper-heading .header-section a {
  text-decoration: none;
  border: none;
  font-family: "Archivo", sans-serif;
  cursor: pointer;
  background-color: transparent;
  color: black;
  margin-bottom: 20px;
}

.wallpaper-heading .header-section a:hover {
  color: #757575;
}

.wallpaper-heading .header-section p {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  display: flex;
  align-items: center;
  margin: 0;
}

.wallpaper-heading .header-section p span {
  display: inline-flex;
  align-items: center;
}

.wallpaper-heading .header-section p span:first-child {
  margin-right: 8px;
}

.wallpaper-heading .header-section svg {
  vertical-align: middle;
}
