@media (max-width: 768px) {
  .header nav {
    display: none;
  }
  .home-services {
    flex-direction: column;
  }
  .title-area span {
    right: 0 !important;
  }
  .agent-profile {
    flex-direction: column;
  }

  .hero-section-content h2 {
    font-size: 34px;
    line-height: normal;
  }

  .search-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;

    padding: 15px 15px 15px 15px;
    border-radius: 10px !important;
    margin-bottom: 30px;
  }
  .search-form * {
    width: 100%;
  }
  .hero-section-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
  }

  .agent-profile-img {
    width: 100%;
    height: 300px;
  }
  .agent-profile-content {
    width: 100%;
    padding: 60px 30px;
    margin-top: 120px;
    text-align: center;
  }

  .agent-profile-content h2 {
    font-size: 34px;
  }
  .agent-profile-section .container {
    padding: 0 !important;
  }
  .services-stats-item {
    margin-bottom: 30px;
  }
  .h2-title {
    font-size: 34px;
  }
  .neighborhood-small-section {
    flex: 0 0 calc(100%);
  }
  .neighborhood-card-large {
    flex: 0 0 calc(100%);
    height: 265px;
    min-width: 280px;
    margin-bottom: 0px;
  }
  .home-services-section {
    height: auto;
    padding: 100px 30px;
  }
  .home-services-section h2 {
    font-size: 34px;
  }
  .agent-profile-img img {
    object-position: center;
  }
  .neighborhoods-grid {
    padding: 0 30px;
  }

  .testimonials-swiper-container {
    max-width: 970px;
    overflow: hidden !important;
    margin: 0 auto;
    padding: 30px 30px;
    position: relative;
  }

  .testimonial-content p {
    font-size: 18px;
  }

  .testimonials-navigation {
    top: 70px;
    justify-content: start;
    gap: 10px;
  }
  .testimonials-swiper-container {
    position: static;
    overflow: visible;
  }
  .testimonials-section {
    position: relative;
    min-height: 340px;
  }
  .popular-categories-section {
    padding: 0 20px;
  }
  .category-item-image {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
  }

  .home-blog-section .category-item-image {
    height: 380px;
  }
  .property-highlight-images {
    flex-direction: column;
    padding: 0 20px;
  }
  .property-highlight-images-item {
    height: 500px;
  }

  .footer-top {
    flex-direction: column;
    gap: 40px;
  }

  .footer-info {
    width: 100%;
  }
  .footer-end {
    justify-content: center;
  }
  .hero-section {
    padding: 80px 20px 40px;
  }

  .hero-section {
    min-height: 500px;
  }
  .header {
    padding: 5px 20px;
    justify-content: center;
  }
  /* Mobilde tüm sayfalarda index.php ile aynı header: #0FAFC9 arka plan */
  .header,
  .header-light {
    background-color: #0FAFC9 !important;
    box-shadow: none;
  }
  .header .logo img {
    width: auto;
    height: 60px;
    object-fit: contain;
  }

  /* Mobilde logo her zaman logo-light, scroll ile değişmesin */
  .header .logo-light {
    display: block !important;
  }
  .header .logo-dark {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-nav-toggle .hamburger-line {
    background-color: #fff;
  }
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .logo {
    flex: 0 0 auto;
  }
  .agent-profile-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .profile-card-img {
    width: 100%;
    height: 335px;
  }

  .profile-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .agent-profile-sectiom {
    padding: 0;
  }

  .profile-card-content {
    padding: 30px;
    text-align: left;
  }

  .profile-card-btn .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .comments-detail {
    flex-direction: column;
    text-align: start;
  }
  .property-search * {
    width: 100%;
  }
  .footer-end * {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .footer-end .col-md-4 {
    margin-bottom: 20px;
  }

  .footer-end {
    padding-bottom: 20px;
    height: auto;
  }
  .page-head-content {
    text-align: center;
  }
  .page-head-content p {
    max-width: 200px;
  }
  .about-testimonials-section .testimonials-swiper-container {
    width: 100%;
    bottom: -200px;
  }
  .about-team-img img {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .about-team .container {
    padding: 0;
  }
  .about-team .row {
    flex-direction: column-reverse;
  }
  .about-team .section-head {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
  }
  .about-overview-item {
    text-align: center;
    padding: 30px;
  }
  .about-overview .row {
    padding: 0 15px;
  }

  .about-testimonials-section .testimonials-header h4 {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .about-testimonials-section .testimonial-content p {
    font-size: 18px;
  }

  .about-testimonials-section .testimonials-swiper {
    margin-top: 65px;
  }
  .testimonials-swiper-container {
    padding: 30px 15px;
  }
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-image {
    width: 100%;
  }
  .contact-card {
    width: 100%;
    position: relative;
  }
  .contact-card {
    top: 0;
    transform: translateY(0);
  }
  .contact-card {
    padding: 20px;
  }

  /* Ürün detay responsive */
  .product-detail-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .product-detail-info-card {
    padding: 18px 20px;
  }
  .product-detail-info-table tr {
    display: block;
  }
  .product-detail-info-table td {
    display: block;
    padding: 6px 0 !important;
    text-align: left !important;
  }
  .product-detail-info-tag-cell {
    width: auto;
  }
  .product-detail-info-price-cell {
    white-space: normal;
  }
  .product-detail-title {
    font-size: 20px;
  }
  .product-detail-price {
    font-size: 18px;
  }
  .product-detail-swiper {
    min-height: 250px;
  }
  .product-detail-sanal-tur-wrapper .ratio {
    min-height: 500px;
    padding-bottom: 0 !important;
  }
  .product-detail-tabs .nav-link {
    padding: 10px 12px;
    font-size: 14px;
  }
  .product-detail-sidebar-top {
    position: static;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .ozellikler-tablo .ozellik-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
  }
  .ozellikler-tablo .ozellik-grup-body {
    padding: 16px;
  }
  .vitrin-ilan-image {
    width: 70px;
    height: 52px;
  }
}
