/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.4.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/ 

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
.bypostauthor { display: block; }
 .info-card-container {
    max-width: 750px;
    margin: 0 auto 30px auto;
    padding: 35px 30px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #e60000;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    font-family: inherit;
    color: #333333;
  }

  .info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }

  .info-column {
    flex: 1;
    min-width: 280px;
  }

  .info-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .info-block:last-child {
    margin-bottom: 0;
  }

  .info-icon {
    width: 42px;
    height: 42px;
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #e60000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .info-text h4 {
    margin: 0 0 5px 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .info-text p, .info-text a {
    margin: 0;
    font-size: 0.95rem;
    color: #222222;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 500;
  }

  .info-text a:hover {
    color: #e60000;
  }

  /* Çalışma Saatleri Tablosu */
  .hours-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hours-title i {
    color: #e60000;
  }

  .hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    overflow: hidden;
  }

  .hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    font-size: 0.88rem;
    border-bottom: 1px solid #eeeeee;
  }

  .hours-list li:last-child {
    border-bottom: none;
  }

  .hours-list li span.day {
    font-weight: 600;
    color: #444444;
  }

  .hours-list li span.time {
    color: #222222;
  }

  .hours-list li.closed span.time {
    color: #e60000;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    .info-card-container {
      padding: 20px 15px;
    }
    .info-column {
      min-width: 100%;
    }
  }
 .about-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    font-family: inherit;
    color: #333333;
    line-height: 1.6;
  }

  /* Ortak Kart Yapısı */
  .about-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #e60000;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 35px 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  /* 1. Hero / Başlık Alanı */
  .about-hero {
    text-align: center;
  }

  .about-hero h1 {
    font-size: 2rem;
    color: #111111;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .about-hero p {
    font-size: 1.05rem;
    color: #666666;
    max-width: 750px;
    margin: 0 auto;
  }

  /* 2. Biz Kimiz (Görsel & Metin Grid) */
  .about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }

  .about-col-6 {
    flex: 1;
    min-width: 300px;
  }

  .about-title {
    font-size: 1.3rem;
    color: #111111;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }

  .about-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e60000;
  }

  .about-text {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 15px;
  }

  .about-img-box {
    width: 100%;
    height: 280px;
    background-color: #f8f9fa;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    overflow: hidden;
  }

  .about-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 3. Sayılarla Biz (Counter) */
  .counter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
  }

  .counter-item {
    flex: 1;
    min-width: 200px;
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 15px;
  }

  .counter-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e60000;
    margin-bottom: 5px;
  }

  .counter-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* 4. Vizyon & Misyon Kartları */
  .vm-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .vm-card {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #e60000;
    border-radius: 6px;
    padding: 25px;
  }

  .vm-card h3 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .vm-card h3 i {
    color: #e60000;
  }

  .vm-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #555555;
  }

  /* 5. Neden Biz? (Simgeler) */
  .features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .feature-item {
    flex: 1;
    min-width: 220px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s ease;
  }

  .feature-item:hover {
    transform: translateY(-3px);
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #e60000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 15px auto;
  }

  .feature-item h4 {
    margin: 0 0 8px 0;
    font-size: 0.95rem;
    color: #111111;
  }

  .feature-item p {
    margin: 0;
    font-size: 0.85rem;
    color: #666666;
  }

  /* CTA Buton */
  .about-cta {
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 30px 20px;
    margin-top: 10px;
  }

  .about-cta h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    color: #111111;
  }

  .about-cta p {
    margin: 0 0 20px 0;
    color: #666666;
    font-size: 0.95rem;
  }

  .cta-btn {
    display: inline-block;
    background-color: #e60000;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
  }

  .cta-btn:hover {
    background-color: #cc0000;
    color: #ffffff;
  }

  @media (max-width: 600px) {
    .about-card {
      padding: 20px 15px;
    }
    .about-hero h1 {
      font-size: 1.5rem;
    }
    .about-col-6 {
      min-width: 100%;
    }
  } 
  
#header{
	background:#000!important;
}
#nav-panel .accordion-menu li.menu-item.active > a,
#header .mobile-toggle,
header .header-main{
	background:none!important;
}
#header, .sticky-header .header-main.sticky{
	border:none!important;
}
#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu .arrow, #nav-panel .menu-custom-block a, #nav-panel .accordion-menu > li.menu-item > .arrow,
#header .main-menu > li.menu-item > a,
#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a,
#header .main-menu > li.menu-item.active > a{
	background:none!important;
	color:#fff!important;
	font-size:15px!important;
}
