body {
    background-color: #f9f6f2;
    color: #000c1a;
  }
  .navbar {
    background-color: #000c1a !important;
  }
  .navbar-brand, .nav-link, .navbar-text {
    color: #f9f6f2 !important;
  }
  .btn-primary, .btn-primary:focus, .btn-primary:active {
    background-color: #000c1a;
    border-color: #000c1a;
    color: #f9f6f2;
  }
  .btn-primary:hover {
    background-color: #000814;
    border-color: #000814;
    color: #f9f6f2;
  }
  .hero {
    background: url('images/istanbul.webp') center/cover no-repeat;
    color: #f9f6f2;
    padding: 200px 0 60px 0;
    text-shadow: 0 2px 8px #000c1acc;    }
  .hero .btn {
    font
-size: 1.2rem;
    margin-top: 20px;
  }
  .service-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 16px #000c1a22;
    background: #fff;
    transition: transform 0.2s;
  }
  .service-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 4px 24px #000c1a33;
  }
  .service-card i {
    color: #000c1a;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .mahalle-btn {
    background: #f9f6f2;
    color: #000c1a;
    border: 1px solid #000c1a;
    margin-bottom: 10px;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s;
  }
  .mahalle-btn:hover {
    background: #000c1a;
    color: #f9f6f2;
  }
  .about-section {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px #000c1a11;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .testimonial {
    background: #f9f6f2;
    border-left: 4px solid #000c1a;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    font-style: italic;
  }
  .faq-section .accordion-button {
    background: #f9f6f2;
    color: #000c1a;
  }
  .faq-section .accordion-button:not(.collapsed) {
    background: #000c1a;
    color: #f9f6f2;
  }
  .contact-section {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px #000c1a11;
    padding: 2rem;
  }
  footer {
    background: #000c1a;
    color: #f9f6f2;
    padding: 2rem 0 1rem 0;
  }
  .footer-social a {
    color: #f9f6f2;
    margin: 0 10px;
    font-size: 1.5rem;
    transition: color 0.2s;
  }
  .footer-social a:hover {
    color: #f9f6f2cc;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
    background: #25d366;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 9px 18px 9px 14px;
    border-radius: 25px;
    box-shadow: 0 2px 12px #000c1a33;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .whatsapp-float:hover {
    background: #128c7e;
    color: #fff;
    box-shadow: 0 4px 16px #000c1a44;
  }
  .whatsapp-float i {
    font-size: 1.25rem;
  }
  
  .phone-float {
    position: fixed;
    bottom: 76px;
    right: 16px;
    z-index: 9999;
    background: #190243;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 9px 18px 9px 14px;
    border-radius: 25px;
    box-shadow: 0 2px 12px #000c1a33;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .phone-float:hover {
    background: #128c7e;
    color: #fff;
    box-shadow: 0 4px 16px #000c1a44;
  }
  .phone-float i {
    font-size: 1.25rem;
  }
  