/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.4
Tested up to: 6.7
Requires at least: 4.4
Requires PHP: 5.2.4
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, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

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.
*/
/*
Theme Name: 3enmedya
*/

:root {
  --birinci: #f07c02;  /* Site Rengi */
  --ikinci: #e53633;  /* Site Rengi */
  --baslikfont: Montserrat;  /* Site Fontu */
}



@media(max-width:575.98px) {.mobil {display:block!important;} .pc{display:none!important;}.hakkimizda{background-color: #e7e7e7;height: 100%;border-radius: 20px;padding-top: 30px!important;padding-left: 20px;padding-right: 10px;}}
@media(min-width:575.99px) {.mobil {display:none!important;}  .pc {display:block!important;}}

.hakkimizda{background-color: #e7e7e7;height: 100%;border-radius: 20px;padding-top: 70px;padding-left: 20px;padding-right: 10px;}
.hakkimizda h2 {font-weight:700; font-size:24px;margin: 15px 0px; color:#000;}
.hakkimizda h5 {font-weight:600; font-size:18px;margin:0px; color: var(--birinci);}
.submenu a {font-weight: 400 !important;}


footer {
  background: #f07c02;
  color: #ffffff;
  padding: 50px 0 20px;
  font-family: Montserrat, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

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

.footer-column ul li {
  margin-bottom: 10px;
	list-style: circle;
	list-style-type: disc!important;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-column p a {
  color: #fff;
  text-decoration: none;
}

.footer-column p a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #f07c02;
  font-size: 14px;
  opacity: 0.8;
}

/* Yasal Uyarı Alanı */
.yasal-uyari {
  background: #e53633;
  color: #fff;
  padding: 25px 20px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.yasal-uyari a {
  color: #ffffff;
  font-weight: bold;
}

/* Mobil uyumluluk */
@media(max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}
