/* Mobil Uyumluluk CSS */

/* Genel Mobil Ayarlar */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Header ve Navigasyon */
  .ftco-navbar-light {
    padding: 10px 0;
  }

  .ftco-navbar-light .navbar-brand,
  .ftco-navbar-light .navbar-toggler {
    display: inline-block;
    vertical-align: middle;
  }

  .ftco-navbar-light .navbar-brand {
    width: 70%;
    font-size: 18px;
  }

  .ftco-navbar-light .navbar-toggler {
    float: right;
    margin-top: 0;
    margin-right: 10px;
    font-size: 18px;
    border: 1px solid #FF7F00;
    background: #fff;
    color: #FF7F00;
    padding: 4px 12px;
    border-radius: 4px;
  }

  .ftco-navbar-light .navbar-nav {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-top: 10px;
    padding: 0;
  }

  .ftco-navbar-light .navbar-nav > .nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
  }

  /* Slider */
  .hero-wrap {
    height: 400px !important;
  }

  .slider-text h1 {
    font-size: 24px;
  }

  .slider-text .subheading {
    font-size: 16px;
  }

  /* Hizmetler */
  .services {
    margin-bottom: 30px;
  }

  .services .icon {
    width: 60px;
    height: 60px;
  }

  .services .media-body h3 {
    font-size: 18px;
  }

  /* Hakkımızda */
  .heading-section h2 {
    font-size: 24px;
  }

  /* Blog */
  .blog-entry {
    margin-bottom: 30px;
  }

  .blog-entry .text .heading {
    font-size: 18px;
  }

  /* Footer */
  .footer {
    padding: 40px 0;
  }

  .footer .footer-heading {
    font-size: 18px;
  }

  /* Butonlar */
  .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  /* Form Elemanları */
  .form-control {
    height: 40px;
    font-size: 14px;
  }

  /* Müşteri Yorumları */
  .testimony-wrap {
    padding: 20px;
  }

  .testimony-wrap .name {
    font-size: 16px;
  }

  /* Basında Biz */
  .work {
    margin-bottom: 20px;
  }

  .work h2 {
    font-size: 18px;
  }

  /* Sosyal medya ve telefon satırı */
  .wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
  }

  .wrap .phone {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .social-media {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .social-media p a {
    font-size: 18px;
    margin-right: 8px;
  }
}

/* Tablet Ayarları */
@media (min-width: 769px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .hero-wrap {
    height: 500px !important;
  }

  .slider-text h1 {
    font-size: 32px;
  }
}

/* Küçük Mobil Cihazlar */
@media (max-width: 480px) {
  .hero-wrap {
    height: 300px !important;
  }

  .slider-text h1 {
    font-size: 20px;
  }

  .services .icon {
    width: 50px;
    height: 50px;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Yatay Mobil Görünüm */
@media (max-height: 480px) and (orientation: landscape) {
  .hero-wrap {
    height: 250px !important;
  }

  .slider-text {
    padding: 20px 0;
  }
}