
body{
margin:0;
font-family:Arial;
background:#f4f7fa;
color:#333;
}

.pagina-separata-header{
background:rgb(15,112,183);
color:#fff;
padding:60px 20px 40px;
text-align:center;
}

.container{
max-width:auto;
margin:auto;
padding:0 20px;
}

h2{
color:rgb(15,112,183);
margin-top:40px;
text-align: center;

}
/* HERO */

.header-form-section{
display:flex;
gap:30px;
align-items:center;
justify-content:center;
margin:20px 0;
}

.header-image img{
width:100%;
height:420px;
object-fit:contain;
border-radius:8px;
}

/* FORMULAR */

.reservation-form{
width:420px;
background:#293336;
padding:30px;
border-radius:8px !important;
color:#fff;
}

.reservation-form h2{
color:#fff;
margin-bottom:10px;
}

.reservation-form input,
.reservation-form select{

width:100%;
padding:12px;
margin-bottom:12px;
border-radius:6px;
border:1px solid #ccc;
font-size:14px;
}

.reservation-form button{

width:100%;
padding:14px;
background:rgb(243,146,0);
color:#fff;
border:none;
font-weight:bold;
font-size:16px;
border-radius:8px;
cursor:pointer;
}

.reservation-form button:hover{
background:rgb(220,130,0);
}


/* --- Bloc generale pentru pagina AC --- */ 

.container-ac {
max-width: auto;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
}

.section {
margin-bottom: 50px;
}

.section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    
}

.grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

.card {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.card h3 {
margin-bottom: 10px;
font-size: 18px;
}

.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

.step {
background: #f9f9f9;
padding: 20px;
border-radius: 10px;
}


/* Price bloc */ 
  
/* WRAPPER 3 COLOANE */
.install-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:25px;
  max-width:1200px;
  margin:40px auto;
  font-family:Arial, sans-serif;
}

/* CARD GENERIC */
.card{
  background:#ffffff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.card h2{
  text-align:center;
  margin-bottom:18px;
  color:#1c2b4a;
  font-size:22px;
}

/* PRICE BOX */
.price-box .price-list div{
  font-size:18px;
  font-weight:600;
  background:#f5f7fb;
  margin:8px 0;
  padding:12px;
  border-radius:6px;
  border-left:5px solid #2a7be4;
}

.price-box p{
  text-align:center;
  color:#666;
  margin-top:14px;
  font-size:15px;
}

/* CALCULATOR FORM */
.calc-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.calc-form label{
  font-weight:600;
}

.calc-form select,
.calc-form input{
  padding:10px;
  border:1px solid #ddd;
  border-radius:6px;
}

.calc-form button{
  padding:12px;
  background:#2a7be4;
  color:white;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
  transition:0.3s;
}

.calc-form button:hover{
  background:#1f5fb8;
}

/* REZULTAT */
.result-table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
}

.result-table td{
  padding:10px;
  border-bottom:1px solid #eee;
}

.result-table td:last-child{
  text-align:right;
  font-weight:600;
}

.total-row{
  background:#f5f7fb;
  font-size:18px;
  font-weight:700;
}

/* CONSOLE OPTION */
.console-option{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border:2px solid #2a7be4;
  border-radius:8px;
  background:#eaf0ff;
  cursor:pointer;
  font-weight:600;
  transition:0.3s;
}

.console-option:hover{
  background:#d4e1ff;
  border-color:#1f5fb8;
}

.console-option input[type="checkbox"]{
  width:20px;
  height:20px;
  cursor:pointer;
}

.console-option .check-text{
  color:#1c2b4a;
  font-size:15px;
}

.console-option input:checked + .check-text{
  color:#2a7be4;
  font-weight:700;
}

/* METER NOTICE */
#meter-notice{
  font-size:13px;
  color:#e67e22;
  margin-top:3px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .install-wrapper{
    grid-template-columns:1fr;
  }
}
  
 /* AVANTAJE */ 
.avantaje{
background:#f4f7fa;
padding:70px 40px;
margin-top:50px;
text-align:center;
}

.avantaje h2{
font-size:32px;
color:rgb(15,112,183);
margin-bottom:15px;
}

.avantaje-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
margin-top:40px;
}

.avantaj{
background:#fff;
padding:35px 25px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.avantaj:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
  
  
 /* TIPURI AER CONDITIONAT - BLOG STYLE */ 



.blog-ac{
margin-top:60px;
}

.blog-ac h2{
text-align:center;
font-size:32px;
margin-bottom:10px;
}

.blog-ac-sub{
text-align:center;
max-width:700px;
margin:0 auto 40px;
color:#555;
font-size:17px;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.blog-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
display:flex;
flex-direction:column;
}

.blog-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.blog-card img {
  width: 100%;
  height: 250px; /* mai mare */
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
}

  
.blog-content{
padding:25px;
}

.blog-content h3{
font-size:20px;
margin-bottom:10px;
color:rgb(15,112,183);
}

.blog-content p{
font-size:15px;
color:#555;
line-height:1.6;
margin-bottom:15px;
}

.blog-tag{
display:inline-block;
background:rgb(243,146,0);
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
margin-bottom:10px;
}

.blog-link{
color:rgb(15,112,183);
font-weight:600;
font-size:14px;
}
 
 
  /* Alegerea corectă a puterii - stil atractiv */


.btu-section{
  background:#f4f7fa;
  padding:30px 20px;
  border-radius:12px;
  text-align:center;
  font-family:Arial, sans-serif;
}

.btu-section h2{
  color:#1a3f6b;
  margin-bottom:10px;
  font-size:32px;
}

.btu-section p{
  color:#555;
  margin-bottom:30px;
  font-size:16px;
}

.btu-cards{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
}

.btu-card{
  background:#fff;
  border-radius:12px;
  padding:20px;
  width:160px;
  box-shadow:0 6px 15px rgba(0,0,0,0.1);
  transition:transform 0.3s, box-shadow 0.3s;
  position:relative;
  overflow:hidden;
}

.btu-card:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.btu-icon{
  font-size:32px;
  margin-bottom:12px;
}

.btu-info h3{
  margin:0 0 5px 0;
  font-size:20px;
  color:#0f70b7;
}

.btu-info p{
  margin:0 0 10px 0;
  font-size:16px;
  color:#333;
}

.btu-bar{
  background:#e0e0e0;
  border-radius:8px;
  height:8px;
  overflow:hidden;
}

.btu-bar div{
  height:100%;
  background:linear-gradient(90deg,#0f70b7,#3cb0f0);
  border-radius:8px;
  transition:width 0.5s;
}

/* Gradients pe carduri */
.gradient-blue{background:linear-gradient(135deg,#e0f0ff,#cce7ff);}
.gradient-green{background:linear-gradient(135deg,#e6ffed,#c0f4d8);}
.gradient-orange{background:linear-gradient(135deg,#fff4e0,#ffe0b3);}
.gradient-red{background:linear-gradient(135deg,#ffe6e6,#ffb3b3);}

/* Calculator putere aer condiționat */

  
.btu-calculator{
  background:#f4f7fa;
  padding:30px 20px;
  border-radius:12px;
  text-align:center;
  max-width:auto;
  margin:0 auto 40px auto;
  font-family:Arial, sans-serif;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.btu-calculator h2{
  font-size:26px;
  color:#0f70b7;
  margin-bottom:10px;
}

.btu-calculator p{
  font-size:16px;
  color:#555;
  margin-bottom:20px;
  justify-content:center;
  
}

.btu-calculator input{
  padding:10px;
  width:25%;
  border-radius:8px;
  border:1px solid #ccc;
  margin-right:10px;
  font-size:16px;
}

.btu-calculator button{
  padding:10px 20px;
  border:none;
  border-radius:8px;
  background:#0f70b7;
  color:#fff;
  font-size:16px;
  cursor:pointer;
  transition: background 0.3s;
}

.btu-calculator button:hover{
  background:#08529d;
}

#result{
  margin-top:20px;
  font-size:18px;
  font-weight:bold;
  color:#333;
}
 
 /* PROCES INSTALARE */   

.proces{
  padding:60px 20px;
}

.proces h2{
  text-align:center;
  font-size:32px;
  margin-bottom:40px;
}

.timeline{
  position:relative;
  max-width:800px;
  margin:0 auto;
  padding-left:30px;
}

.timeline::before{
  content:'';
  position:absolute;
  left:10px;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(to bottom, #0f70b7, #00c6ff);
}

.timeline-item{
  position:relative;
  margin-bottom:40px;
  padding-left:30px;
}

.timeline-dot{
  position:absolute;
  left:-2px;
  top:5px;
  width:20px;
  height:20px;
  background:#0f70b7;
  border-radius:50%;
  border:4px solid #fff;
  box-shadow:0 0 0 3px rgba(15,112,183,0.2);
  transition:0.3s;
}

.timeline-content{
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.timeline-content h3{
  margin-bottom:8px;
  font-size:18px;
}

.timeline-content p{
  margin:0;
  font-size:14px;
  color:#555;
}

/* hover efect */
.timeline-item:hover .timeline-dot{
  transform:scale(1.2);
  background:#00c6ff;
}

.timeline-item:hover .timeline-content{
  transform:translateX(5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.12);
}
  
  
 /* cerc pentru icon */

.avantaj-icon{
width:70px;
height:70px;
background:rgb(15,112,183);
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:0 auto 20px auto;
}

/* iconul pus de tine */

.avantaj-icon img{
width:35px;
height:35px;
}

.avantaj h3{
font-size:20px;
margin-bottom:10px;
}

.avantaj p{
font-size:15px;
color:#555;
line-height:1.5;
}

/* responsive */

@media (max-width:768px){
.avantaje{
padding:50px 20px;
}
}


/* CTA cu poza stanga */
.cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  background: rgb(15,112,183);
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
}

.cta .cta-image {
  flex: 1;
  min-width: 200px;
}

.cta .cta-image img {
  width: 50%;       /* ocupă toată lățimea containerului */
  max-width: 400px;  /* opțional: limitează lățimea maximă */
  height: auto;      /* păstrează proporțiile */
  object-fit: contain;
  border-radius: 10px;
}

.cta .cta-text {
  flex: 2;
  min-width: 200px;
  text-align: left;
}

.cta .cta-text h2 {
  font-size: 32px;
  color: #000 !important;
  margin-bottom: 10px;
}

.cta .cta-text p {
  font-size: 18px;
  margin-bottom: 25px;
}

.cta .cta-text a {
  display: inline-block;
  background: rgb(243,146,0);
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.cta .cta-text a:hover {
  background: rgb(220,130,0);
}

 /* MOBILE */

@media (max-width:768px){
  .cta{
    flex-direction:column;
    text-align:center;
  }
  .cta .cta-text{
    text-align:center;
  }
  .cta .cta-text a{
    width:100%;
    font-size:17px;
    padding:16px;
  }
}

 /* --- Hero: imagine + formular --- */
.header-form-section {
  display: flex;
  gap: 30px;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
}

.header-image {
  flex: 1;
}

.header-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.reservation-form {
  width: 400px;
  min-width: 400px;
  background-color: rgb(41, 51, 54);
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.reservation-form h2 {
  color: rgb(15,112,183);
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.5em;
}

.reservation-form p {
  font-size: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}

.reservation-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1em;
  box-sizing: border-box;
}

.reservation-form button {
  width: 100%;
  padding: 14px;
  background-color: rgb(243,146,0);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.reservation-form button:hover {
  background-color: rgb(220,130,0);
}


/* --- Zones + Map (3 coloane cu linkuri fără diacritice) --- */
.zones-map-container {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.zones-map-image {
  flex: 1;
  min-width: 250px;
}

.zones-map-image img {
  width: 65%;
  height: auto;
  border-radius: 8px;
}

.zones-list {
  flex: 1;
  min-width: 250px;
}

.zones-list ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

.zones-list li {
  margin-bottom: 6px;
  font-size: 16px;
}

.zones-list li a {
  text-decoration: none;
  color: rgb(15,112,183);
}

.zones-list li a:hover {
  text-decoration: underline;
}

/* Responsive mobil */
@media (max-width: 768px) {
  .header-form-section {
    flex-direction: column;
    gap: 20px;
  }
  .header-image, .reservation-form {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .reservation-form h2, .reservation-form p {
    text-align: center;
  }
  .zones-map-container {
    flex-direction: column;
    align-items: center;
  }
  .zones-list ul {
    columns: 1;
  }
}
a i.fa-phone {
    margin-right: 8px;
    color: #000; /* sau culoarea dorită */
}
  <!--/* MOBILE */ -->

@media(max-width:768px){

.header-form-section{
flex-direction:column;
}

.cazan-section,
.cazan-section.reverse{
flex-direction:column;
}

.cazan-section img{
width:100%;
}

.zones-list ul{
columns:2;
}

}
  
  <!--/* FAQ */ -->
.faq {
    max-width: 900px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
}

.faq h2 {
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.faq-item summary {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    display: block;
    background: #f0f0f0;
    border-radius: 6px;
}

.faq-item details[open] summary {
    background: #d9f0ff;
}

.faq-item p {
    padding: 10px;
    margin: 0;
}

 /* Footer */
/* ===== FOOTER PAGINA PRINCIPALA ===== */
footer.main-footer {
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    background: #222;
    color: #ddd;
    font-size: 14px;
    line-height: 1.5;
    border-top: 2px solid #0f70b7;
    box-sizing: border-box;
}

footer.main-footer a {
    color: #f39a00;
    text-decoration: none;
    margin: 0 8px;
    font-weight: 500;
    transition: color 0.3s ease;
}

footer.main-footer a:hover {
    color: #fff;
}

/* MOBILE */
@media (max-width:768px){
    footer.main-footer {
        padding: 15px 10px;
        font-size: 13px;
    }
    footer.main-footer a {
        display: inline-block;
        margin: 5px 5px;
        font-size: 13px;
    }
}