

*{margin:0;padding:0;box-sizing:border-box;font-family:Arial}

body{background:#f5f6fa}

header{
background:#0d47a1;
color:white;
padding:25px;
text-align:center;
}

.container{
width:95%;
max-width:1200px;
margin:auto;
padding:20px;
}

.card{
background:white;
padding:25px;
margin-top:20px;
border-radius:8px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

table{
width:100%;
border-collapse:collapse;
margin-top:20px;
}

th{
background:#0d47a1;
color:white;
padding:12px;
}

td{
padding:10px;
border:1px solid #ddd;
text-align:center;
}

input,textarea{
padding:10px;
width:100%;
margin-top:10px;
border:1px solid #ddd;
border-radius:5px;
}

button{
background:#0d47a1;
color:white;
padding:12px 20px;
border:none;
border-radius:5px;
cursor:pointer;
margin-top:15px;
}

button:hover{
background:#1565c0
}
.gallery{
display:10px;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:100px ;
justify-items:center;
}

.gallery img{
width:50%;
max-width:250px;
border-radius:8px;
}

.telefon{
position:fixed;
bottom:80px;   /* deasupra WhatsApp */
right:20px;
background:#007BFF;
color:white;
padding:15px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
}
.whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:white;
padding:15px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
}

.footer{
background:#111;
color:white;
padding:40px 20px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
}

.footer-col{
flex:1;
min-width:250px;
}

.center{
text-align:center;
}

.right{
text-align:right;
}

.footer a{
color:#f4b400;
text-decoration:none;
}

.footer a:hover{
text-decoration:underline;
}


/* Responsive telefon */

@media(max-width:768px){

.footer{
flex-direction:column;
text-align:center;
}

.right{
text-align:center;
}

}


.calc-block th{
color:white;
font-weight:bold;
}

.calc-block th:nth-child(1){background:#263238;}
.calc-block th:nth-child(2){background:#1565c0;}
.calc-block th:nth-child(3){background:#2e7d32;}
.calc-block th:nth-child(4){background:#ef6c00;}
.calc-block th:nth-child(5){background:#6a1b9a;}
.calc-block th:nth-child(6){background:#c62828;}
.calc-block th:nth-child(7){background:#455a64;}

.calc-block td{
padding:10px;
border:1px solid #ddd;
}

.manopera-total{
background:#fff3e0;
font-weight:bold;
}

.material-price{
background:#e8f5e9;
font-weight:bold;
}

.row-total{
background:#e3f2fd;
font-weight:bold;
}

.total{
background:#fce4ec;
font-weight:bold;
}

.subtotal-renovare{
background:#263238;
color:white;
font-size:18px;
}
m { 
color :#c62828;
}
/* trimite caluculu ins electrica  */
.client-info input{
  display:block;
  width:100%;
  margin-bottom:10px;
  padding:10px;
  font-size:14px;
  border-radius:5px;
  border:1px solid #ccc;
}

.btn-whatsapp{
  background:#25D366;
  color:white;
  padding:15px 25px;
  border:none;
  border-radius:8px;
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  margin-top:10px;
}


.form-container {
    max-width:600px;
    margin:auto;
    background:white;
    padding:20px;
    border-radius:8px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
input, textarea, select {
    width:100%;
    padding:10px;
    margin-top:10px;
    border:1px solid #ccc;
    border-radius:5px;
}
button {
    background:#f39c12;
    color:white;
    border:none;
    padding:12px;
    margin-top:15px;
    cursor:pointer;
    font-size:16px;
}
button:hover {
    background:#e67e22;
}
.contact{
max-width:1100px;
margin:auto;
padding:40px 20px;
}

h1{
text-align:center;
margin-bottom:40px;
}

.contact-box{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
}

.contact-col{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
flex:1;
min-width:280px;
}

.contact-col h3{
margin-bottom:15px;
color:#333;
}

.contact-col p{
margin:8px 0;
}

.contact-col a{
color:#ff9900;
text-decoration:none;
}

.contact-col a:hover{
text-decoration:underline;
}

.map{
margin-top:30px;
}

iframe{
width:100%;
height:350px;
border:0;
border-radius:8px;
}

@media(max-width:768px){

.contact-box{
flex-direction:column;
}

}