/*
Theme Name: Solar Energy Theme
Theme URI: https://example.com/solar-energy-theme
Author: Copilot
Author URI: https://github.com
Description: Solarex örnek şablonu baz alınan WordPress teması.
Version: 1.0.0
Text Domain: solar-energy-theme
*/

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ud-main-menu__logo img {
  max-width: 180px;
  height: auto;
}

.srex-footer-one .srex-footer__social_links {
  justify-content: flex-end;
}

.srex-header__call img {
  width: 55px;
  height: 55px;
}

/* features-bg.png is not shipped with this theme package, so the base
   theme's large padding-bottom (reserved for that background image) leaves
   an empty gap on desktop. */
.srex-features {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .srex-features {
    padding-bottom: 80px;
  }
}

/* Base theme hides .filter-item by default and only reveals it via
   mixitup.js. The homepage grid has no filter buttons, so force items
   visible without depending on that script. */
#srex-ho-filter .filter-item {
  display: block;
}

/* Footer logo (image or text fallback) */
.srex-footer__logo {
  display: inline-block;
  text-decoration: none;
}
.srex-footer__logo img {
  max-width: 180px;
  height: auto;
}
.srex-footer__logo strong {
  font-size: 26px;
  font-weight: 800;
  color: #004540;
  letter-spacing: -0.5px;
}

/* Single blog post */
.blog-single__article {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .blog-single__article {
    padding: 20px;
  }
}
.blog-single__thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-single__thumb img {
  width: 100%;
  height: auto;
}
.blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}
.blog-single__meta li {
  color: #525252;
  font-size: 15px;
}
.blog-single__meta li i {
  color: #1D8F2C;
  margin-right: 6px;
}
.blog-single__meta li a {
  color: #525252;
}
.blog-single__content {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}
.blog-single__content h2,
.blog-single__content h3 {
  margin: 30px 0 15px;
  color: #24231D;
}
.blog-single__content p {
  margin-bottom: 18px;
}
.blog-single__content img {
  border-radius: 14px;
  margin: 20px 0;
}
.blog-single__tags {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.blog-single__tags i {
  color: #1D8F2C;
  margin-right: 8px;
}
.blog-single__tags a {
  display: inline-block;
  background: #F8F7F0;
  color: #24231D;
  border-radius: 999px;
  padding: 6px 18px;
  margin: 4px 4px 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}
.blog-single__tags a:hover {
  background: #1D8F2C;
  color: #fff;
}
.blog-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}
.blog-single__nav-item {
  max-width: 48%;
}
.blog-single__nav-item a {
  text-decoration: none;
  display: block;
}
.blog-single__nav-item span {
  display: block;
  font-size: 14px;
  color: #1D8F2C;
  margin-bottom: 4px;
}
.blog-single__nav-item strong {
  color: #24231D;
  font-size: 16px;
  transition: 0.2s;
}
.blog-single__nav-item a:hover strong {
  color: #1D8F2C;
}
