/* Mevcut Stil Kurallarını Koruma */
  .map_contact {
    width: 100%;
    height: 60rem;
    padding-top: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .map_contact h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4D4949;
    font-size: 28px
  }
  
  .contact-content {
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
  }
  
  .office-location {
    width: 300px;
    height: 180px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px;
    margin: 10px 0px;
  }
  
  .icon i {
    font-size: 40px;
    color: #4D4949;
    padding-top: 30px;
  }
  
  .title-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }
  
  .paragraph-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .paragraph-contact p {
    padding: 10px 10px;
    text-align: center;
  }
  
  .contact-information {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .map {
    width: 600px;
    height: 500px;
    
  }
  
  .map iframe {
    border-radius: 30px;
  }
  
  .form-content h2 {
    text-align: center;
    padding-top: 20px;
  }
  
  .name-fields {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
  }
  
  .name-fields p {
    font-size: 18px;
    text-align: center;
  }
  
  .name-fields input {
    padding: 10px 40px;
    background-color: #000;
    border: 2px solid #ffffff;
    margin: 5px;
    color: #fff;
  }
  
  .input-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  
  .input-content input {
    background-color: #000;
    padding: 10px 80px;
    border: 2px solid #ffffff;
    margin: 5px;
    color: #fff;
  }
  
  .input-content p {
    font-size: 18px;
    padding: 10px 0px;
  }
  
  .input-content button {
    padding: 10px 100px;
    color: #000;
    font-size: 18px;
    border-radius: 15px;
    cursor: pointer;
  }
  
  .input-content button:hover {
    background-color: #bbb9b9;
    color: #fff;
  }
  
  textarea {
    background-color: #000;
    padding: 10px 40px;
    border-bottom: 3px solid #fff;
    margin: 5px;
    color: #fff;
    resize: vertical;
  }
  
  .demirhan-hukuk-iletisim {
    position: relative;
    width: 400px;
    height: 500px;
    border-radius: 20px;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-wrap: wrap;
    color: #fff;
  }
  
  .demirhan-hukuk-iletisim::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/law-smeting.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
  }
  
  .demirhan-hukuk-iletisim img {
    width: 100%;
    height: 100%;
  }
  .contact-map-title
  {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
  }
  @media (max-width: 992px) {
    .map_contact
    {
      height: auto;
      padding-bottom: 50px;
    }
    .map_contact h3
    {
      font-size: 23px
    }
    .contact-information
    {
      display: block;
      justify-content: center;
      align-items: center;
    }
    .contact-content
    {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .map_contact {
      height: auto;
    }
  .demirhan-hukuk-iletisim
  {
    width: 100%;
    height: 300px;
  }
    .office-location {
      width: 100%;
    }
  
    .map {
      max-width: 100%;
      width: 450px;
      height: auto;
    }
    .map iframe
    {
      width: 100%
    }
    .name-fields input,
    .input-content input,
    textarea {
      width: calc(100% - 20px);
    }
  
    .demirhan-hukuk-iletisim {
      font-size: 16px;
    }
  }
    
  @media(max-width:768px)
  {
    .contact-map-title
    {
      display: block;
      justify-content: center;
      align-items: center;
      padding: 15px 35px;
    }
    .map
    {
      margin-bottom: 30px;
      height: auto;
    }
    .map_contact h3
    {
      font-size: 20px
    }
  }
  @media(max-width:576px)
  {
    .contact-map-title
    {
      display: block;
      justify-content: center;
      align-items: center;
      padding: 15px 25px;
    }
    .map
    {
      margin-bottom: 30px;
    }
    .map_contact h3
    {
      font-size: 22px
    }
  }