body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
}

.containerCALC {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px !important;
    padding: 20px;
    box-sizing: border-box;
}

.input-container {
    margin-bottom: 10px;
}

input {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #007bff;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

#inner-wall-table {
    border-collapse: collapse;
    width: 100%;
}

#inner-wall-table th, #inner-wall-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#inner-wall-table th {
    background-color: #007bff;
    color: white;
}

.output-table {
    margin-top: 20px;
}

.output-table table {
    width: 100%;
    border-collapse: collapse;
}

.output-table th, .output-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.output-table th {
    background-color: #007bff;
    color: white;
}


/* output */
#result {
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    /* overflow: hidden; */
    background-color: #fff;
}

#result h2 {
    background-color: #007bff;
    color: white;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

#result table {
    width: 100%;
    border-collapse: collapse;
}

#result th {
    border: 1px solid #e0e0e0;
    margin: 8px;
    text-align: center;
}
 #result td {
    border: 1px solid #e0e0e0;
    margin: 8px;
    text-align: center;
}

#result th {
    background-color: #007bff;
    color: white;
}

#result td {
    background-color: #f5f5f5;
}

#result strong {
    font-weight: bold;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    background: url("./assets/img/footer-bg.jpg") top center no-repeat;
    background-size: cover;
    font-family: var(--font-primary);
    font-size: 10px;
    padding: 80px 0 60px 0;
    position: relative;
  }
  
  
  .footer:before {
    content: "";
    background: rgba(0, 0, 0, 0.677);
    position: absolute;
    inset: 0;
  }
  
  .footer .footer-content .footer-info {
    margin-bottom: 30px;
    color: white !important;
    
  
  }
  
  .footer .footer-content .footer-info h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 400;
    /* text-transform: uppercase; */
  }
  
  .footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
  }
  
  .footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #fff;
  }
  
  .footer-info a{
    color: rgb(255, 255, 255) !important;
    
  }
  .footer-info a:hover{
    color:rgb(0, 204, 255) !important;
    
  }
  
  .footer-info .phone{
    font-weight: 300;
  }
  
  
  
  .footer .footer-content .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .footer .footer-content .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
  }
  
  .footer .footer-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-content .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-content .footer-links ul li {
    padding: 8px 0;
  }
  
  .footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-content .footer-links ul a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
  }
  
  .footer .footer-content .footer-links ul a:hover {
    color: #fff;
  }
  
  .footer .footer-legal .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: rgb(0, 204, 255);
  }
  
  .footer .footer-legal .credits a {
    color: rgb(0, 157, 255);
  }
  
  .footer-links>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .footer-links a:hover:before,
    .footer-links li:hover>a:before {
      visibility: visible;
      width: 100%;
    }
  
    .footer-links a,
    .footer-links a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3px;
      font-family: var(--font-primary);
      font-size: 14px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.6);
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
    }
  
    .footer-links a i,
    .footer-links a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }