/*
Theme Name: Meral Çatı İzolasyon
Theme URI: https://meralcatiizolasyon.com/
Author: Oğuzhan Meral
Description: Meral Çatı İzolasyon için özel hazırlanmış modern, responsive WordPress teması.
Version: 1.0
*/
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #fff;
    color: #000;
}
a {
    text-decoration: none;
    color: inherit;
}
header, .hero, .services, .about, .contact {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 20px;
}
.hero {
    background: url('assets/images/hero.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 100px 20px;
    text-align: left;
}
.hero h1 {
    font-size: 40px;
    font-weight: bold;
}
.hero p {
    font-size: 18px;
    margin: 10px 0;
}
.button {
    background-color: red;
    color: white;
    padding: 12px 24px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.services {
    text-align: center;
    padding: 40px 20px;
}
.services h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.service-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.service {
    width: 250px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background: #f9f9f9;
}
.service img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.service h3 {
    margin-top: 10px;
    font-size: 18px;
}
footer {
    background: #111;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.teklif-btn {
  background-color: #e60000;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
}
