/*
Theme Name: Wellearn
Theme URI: https://gaviaspreview.com/wp/wellearn/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: wellearn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.neden-tercih {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.neden-tercih h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 40px;
  color: #0073e6;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}
.sunduklarimiz {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.sunduklarimiz h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.sunduklarimiz .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.sunduklarimiz .feature-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.sunduklarimiz .feature-box:hover {
  transform: translateY(-5px);
}

.sunduklarimiz .feature-icon {
  font-size: 40px;
  color: #0073e6;
  margin-bottom: 15px;
}

.sunduklarimiz .feature-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sunduklarimiz .feature-box p {
  font-size: 14px;
  color: #555;
}

.add-to-cart-btn, .buy-now-btn {
    display: inline-block;
    padding: 12px 20px;
    margin: 5px;
    background: #0073e6;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.buy-now-btn {
    background: #28a745; /* yeşil */
}
