.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
  }
  
  .info-box {
    background-color: #ffffff;
    color: #303030;
    padding: 50px;
    width: 450px;
    height: 480px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 100px;
    margin-left: 20px;
  }
  
  .info-box h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  
  .info-box p {
    font-size: 22px;
    line-height: 1.5;
  }
  .electronic-aciklama {
    width: 100%;
    height: 300px;
  }
  
  .electronic-aciklama h6 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-left: 250px;
    padding-right: 250px;

  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .hero {
        width: 100%;
        height: 100vh;
    }
    .info-box {
      width: 80%;
      height: auto;
    }
  
    .info-box h2 {
      font-size: 20px;
    }
  
    .info-box p {
      font-size: 14px;
    }
    .electronic-aciklama {
        width: 100%;
      }
    .electronic-aciklama h6 {
        font-size: 18px;
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 50px;
      }
  }

  .capabilities {
    width: 100%;
    height: 600px;
  }.cap-title {
    width: 100%; 
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin: 10px;
    position: relative; 
  }.cap-title::after {
    content: '';
    width: 10%;
    border-bottom: red 2px solid;
    position: absolute;
    bottom: 0;
    left: 45%; 
  }.cap-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #303030;
  }

  .cap-icerik {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin: 10px;
    gap: 30px; 
}

.icerik-box1, .icerik-box2, .icerik-box3, .icerik-box4, .icerik-box5 {
    width: 25%;
}

.cap-icerik .icerik-box1 img, .cap-icerik .icerik-box2 img, .cap-icerik .icerik-box3 img, .cap-icerik .icerik-box4 img, .cap-icerik .icerik-box5 img{
    width: 100%;
    height: 309px;
    border-radius: 8px;
    max-width: 100%; 
    transition: transform 0.3s ease; 
}

.cap-icerik .icerik-box1 img:hover, .cap-icerik .icerik-box2 img:hover, .cap-icerik .icerik-box3 img:hover, .cap-icerik .icerik-box4 img:hover, .cap-icerik .icerik-box5 img:hover{
    transform: scale(1.2); 
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .cap-icerik {
      flex-direction: column; 
      padding: 20px;
  }

  .cap-icerik .icerik-box1, .cap-icerik .icerik-box2, .cap-icerik .icerik-box3, .cap-icerik .icerik-box4, .cap-icerik .icerik-box5{
      width: 100%;
      margin: 10px 0; 
  }

  .capabilities {
      height: auto; 
  }.cap-title {
      padding: 20px;
      height: auto; 
  }.cap-title h1 {
      font-size: 30px; 
  }.cap-title::after {
      width: 20%; 
      left: 40%;
  }
}

.sectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.sector-box1, .sector-box2, .sector-box3, .sector-box4, .sector-box5, .sector-box6, .sector-box7, .sector-box8, .sector-box9 {
  display: flex;
  align-items: center;
  width: 45%;
  padding: 20px;
  margin: 15px;
  border: 1px solid #303030;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #f9f9f9;
}

.sector-box1 i, .sector-box2 i, .sector-box3 i, .sector-box4 i, .sector-box5 i, .sector-box6 i, .sector-box7 i, .sector-box8 i, .sector-box9 i{
  font-size: 64px;
  margin-right: 20px;
  color: #333;
}

.sector-box1 span, .sector-box2 span, .sector-box3 span, .sector-box4 span, .sector-box5 span, .sector-box6 span, .sector-box7 span, .sector-box8 span, .sector-box9 span {
  font-size: 22px;
  color: #333;
}

@media (max-width: 768px) {
  .sector-box1, .sector-box2, .sector-box3, .sector-box4, .sector-box5, .sector-box6, .sector-box7, .sector-box8, .sector-box9 {
      width: 100%;
      margin: 10px 0;
  }
}

.container-about {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin: 10px;
}

.about-foto {
  width: 50%;
  height: auto;
  padding: 20px;
}

.about-foto img {
  width: 100%;
  height: 550px;
  border-radius: 10px;
}

.about-icerik {
  width: 50%;
  height: 500px;
  padding: 20px;
}
.about-icerik h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 30px; 
}
.highlight-heating {
  color: var(--black-color);
}


.about-icerik p {
  font-size: 22px;
  line-height: 1.6;
  color: #666; 
  margin-top: 20px; 
}

.more-info {
  text-align: right;
  margin-top: 20px;
}

.more-link {
  color: var(--main-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.more-link:hover {
  color: var(--black-color)
}
@media screen and (max-width: 768px) {
  .about-foto {
      width: 100%;
      height: auto;
  }
  .container-about {
      height: auto;
      flex-direction: column;
  }

  .about-foto img {
      max-height: 350px; 
  }
  .about-icerik {
      width: 100%;
      height: auto;
  }

  .about-icerik h2 {
      font-size: 30px;
      margin-bottom: 10px; 
  }

  .about-icerik p {
      font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .container-about {
      height: auto; 
      flex-direction: column; 
  }

  .about-foto {
      width: 100%; 
  }

  .about-foto img {
      max-height: 250px; 
  }

  .about-icerik {
      width: 100%; 
      height: auto; 
  }

  .about-icerik h2 {
      font-size: 25px; 
  }

  .about-icerik p {
      font-size: 14px;
  }
}

.environmental {
  background-color: #f4f4f4;
  padding: 100px;
}

.policy-text p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.policy-text .environmental-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}

.policy-text .environmental-button:hover {
  background-color: #45a049;
}

.policy-image img {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

@media (max-width: 768px) {
    .cap-title h1 {
        font-size: 1.5em;
    }

    .policy-text p {
        font-size: 1em;
    }

    .policy-text .environmental-button {
        padding: 8px 16px;
        font-size: 0.9em;
    }

    .environmental {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .cap-title h1 {
        font-size: 1.2em;
    }

    .policy-text p {
        font-size: 0.9em;
    }

    .policy-text .environmental-button {
        padding: 6px 12px;
        font-size: 0.8em;
    }

    .environmental {
        padding: 10px;
    }
    .electronic-aciklama h6 {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 50px;
      }
}




  