/*
Theme Name: Limit Sensin
Theme URI: https://limitsensin.com
Author: Zumi Medya
Version: 1.0
*/


.hero {
  padding: 80px 20px;
  background: #eee;
  text-align: center;
}

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

.hero .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background: #00c6c6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.highlights {
  padding: 60px 20px;
  background: #f9f9f9;
}

.highlights h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.highlights ul {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: auto;
}

.highlights li {
  margin-bottom: 10px;
  font-size: 16px;
}

.site-footer {
  background: #0e3c3f;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: sans-serif;
  font-size: 14px;
}

.footer-wrapper {
  max-width: 1200px;
  margin: auto;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

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

.footer-col h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}

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

.footer-subscribe {
  margin-top: 40px;
  text-align: center;
}

.footer-subscribe h4 {
  margin-bottom: 10px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subscribe-form input {
  padding: 10px;
  width: 250px;
  border-radius: 4px;
  border: none;
}

.subscribe-form button {
  padding: 10px 20px;
  background-color: #00c6c6;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  font-size: 13px;
  color: #ccc;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
  margin: 0 8px;
}

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

.social-icons a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer-cols {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer {
  background-color: #0e3b3f;
  color: white;
  padding: 60px 20px 30px;
  font-size: 14px;
}

.footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-col {
  flex: 1;
  min-width: 150px;
  margin: 10px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col a {
  color: white;
  text-decoration: none;
}

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

.footer-subscribe {
  text-align: center;
  margin-bottom: 20px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.subscribe-form input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 4px;
  max-width: 300px;
  width: 100%;
}

.subscribe-form button {
  background-color: #fff;
  color: #0e3b3f;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  color: white;
  font-size: 18px;
}
/* ====== Hero ====== */
.hero {
  background: url('/wp-content/themes/temanizin-adi/assets/images/hero-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.hero-content h1 {
  font-size: 48px;
}
.hero-content p {
  font-size: 20px;
  margin: 20px 0;
}
.btn-primary {
  background-color: #00a859;
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

/* ====== Yarışlar ====== */
.featured-races {
  background: #f9f9f9;
  padding: 60px 20px;
}
.race-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.race-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  flex: 1 1 calc(33% - 20px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ====== Hakkımızda ====== */
.about-section {
  padding: 60px 20px;
  text-align: center;
}

/* ====== Newsletter ====== */
.newsletter-section {
  background: #e8f6f0;
  padding: 60px 20px;
  text-align: center;
}
.newsletter-form input {
  padding: 10px;
  width: 300px;
  max-width: 90%;
  margin-right: 10px;
}
.newsletter-form button {
  padding: 10px 20px;
  background-color: #00a859;
  color: #fff;
  border: none;
  cursor: pointer;
}

