.hidden-randevu {
  display: block;
}

/*HEADER*/
.ekspertiz-detay {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #344054;
}

.sayfa-img {
  height: 593px;
  object-fit: cover;
}

.card-img {
  margin-bottom: 4rem;
}

.navbar {
  background-color: #333;
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.servis-btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.015em;
  background-color: #FDB827;
  border: 1px solid #FDB827;
  padding: 13px;
}

.servis-btn:hover {
  background-color: transparent;
  border: 1px solid #FDB827;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar li {
  display: inline;
  margin-right: 20px;
}

.navbar a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.custom-button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FDB827;
  text-decoration: none;
  /* Remove underline */
  color: black;
  /* Set text color to black */
  border: none;
  /* Remove border */
  cursor: pointer;
}

/*GRİ CONTAİNER*/
.grey-container {

  margin-top: 80px;
  position: relative;
  background: #F4F8FB;
  flex-shrink: 0;

}

.grey-container h1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: var(--Neutrals-700, #344054);
  font-kerning: none;
  font-variant-numeric: slashed-zero;
  font-feature-settings: 'ss01'on, 'cv02'on;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.grey-container p {
  padding-bottom: 2rem;
  text-align: center;
  color: var(--Neutrals-500, #707B93);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FDB827;
  text-decoration: none;
  /* Remove underline */
  color: black;
  /* Set text color to black */
  border: none;
  /* Remove border */
  cursor: pointer;
}

.card-img {
  text-align: center;
  margin-top: 20px;
}

.container1 {
  width: 1930px;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  /* Sayfanın ortalanması için */
}

.button-container {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}




@media only screen and (max-width: 1400px) {
  .sayfa-img {
    height: 100% !important;
  }

  .servis-btn {
    width: 215px;
  }
}

@media only screen and (max-width:991px) {
  .hidden-randevu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sayfa-img {
    height: 100% !important;
  }

  .ekspertiz-detay {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #344054;
  }
}

@media only screen and (max-width: 700px) {
  .footer-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 445px) {
  .footer-detay {
    flex-direction: column;
    row-gap: 1rem;
  }

  .orta-footer-iki img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 518px) {
  .footerBottomLinks {
    justify-content: center;
  }
}

@media only screen and (max-width: 447px) {
  .footerBottom ul {
    padding: 0;
    justify-content: center;
  }
}

/* =========================================
   DİĞER SAYFALAR MASAÜSTÜ NAVBAR
========================================= */

.inner-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Logo */
.inner-navbar .navbar-brand img {
  max-height: 55px;
  width: auto;
}

/* Menü linkleri */
.inner-navbar .nav-link {
  color: #000 !important;
  font-weight: 500;
  transition: 0.3s;
}

/* Hover */
.inner-navbar .nav-link:hover {
  color: #FCC737 !important;
}

/* Aktif sayfa */
.inner-navbar .nav-link.active {
  color: #000 !important;
  font-weight: 700;
}

/* Menü aralıkları */
.inner-navbar .navbar-nav {
  gap: 10px;
}


/* =========================================
   MOBİL HEADER
========================================= */

.mobile-menu-btn {
  font-size: 30px;
  cursor: pointer;
  color: #000;
  line-height: 1;
}


/* =========================================
   RESPONSIVE
========================================= */

/* Masaüstünde mobil navbar gizle */
@media (min-width: 992px) {

  .mobile-navbar {
    display: none;
  }

}


/* Mobilde masaüstü navbar gizle */
@media (max-width: 991px) {

  .inner-navbar {
    display: none;
  }

  .mobile-navbar {
    display: block;
  }

}