:root {
  --dark-blue: #1a237e; /* Klasik hukuk laciverti */
  --gold: #c5a059; /* Prestij rengi altın/pirinç */
}
body {
  font-family: "Roboto", sans-serif;
}

/* başlık ayarları */
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

/* menü alanına renk verme */
.navbar {
  background-color: var(--dark-blue);
}

/* menüye alt çizgi verme */
.navbar-nav .nav-link.active {
  position: relative !important;
}

.navbar-nav .nav-link.active::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--gold) !important;
}

/* menü linklerine renk verme */
.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
}

/* alt çizgi (uzmanlık alanları) */
.cizgi {
  border: 0;
  height: 2px;
  background-color: var(--gold);
  margin: 1rem auto;
}

/* hero section alanı */
.hero-section {
  background:
    linear-gradient(rgba(59, 69, 182, 0.8), rgba(36, 47, 165, 0.8)),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  height: 85vh;
  color: white;
}

/* iconlara renk verme (uzmanlık alanları) */
.feature-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

/* uzmanlık alanlarına hover efekti */
.card:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}

/* iletişim alanı arkaplanı */
#iletisim {
  background-color: var(--dark-blue);
  color: white;
}

/* altın butonlar iletişim alanı */
.btn.btn-gold {
  background-color: var(--gold);
  color: white;
}

/* altın butonlar:hover iletişim */
.btn.btn-gold:hover {
  background-color: #4a73b0;
  color: white;
}

/* hakkımızda alanı sayfası */

.hero-section-two {
  background:
    linear-gradient(rgba(98, 109, 224, 0.8), rgba(30, 36, 97, 0.8)),
    url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");

  background-size: cover;
  height: 100vh;
  color: white;
}

/* Modern ve Minimalist Çerçeve Tasarımı */
.modern-cerceve {
  display: inline-block;
  margin: 20px auto;
  padding: 6px;
  border: 2px solid var(--gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.modern-cerceve:hover {
  transform: translateY(-5px);
}

.modern-cerceve img {
  display: block;
  max-width: 100%;
  height: auto;

  image-rendering: -webkit-optimize-contrast;
}

/* hakkımızda alanı sayfası  end*/

/* randevu al sayfası */
.appointment-section {
  font-family: "Inter", sans-serif;
}

.appointment-section .form-control,
.appointment-section .form-select {
  border: 1px solid var(--dark-blue);
  padding: 12px;
  transition: all 0.3s ease;
}

.appointment-section .form-control:focus {
  border-color: var(--gold);
  box-shadow: none;
}

.appointment-section .btn-blue {
  background-color: var(--dark-blue);
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.appointment-section .btn-blue:hover {
  background-color: var(--gold);
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.appointment-section .bg-dark {
  background-color: var(--dark-blue) !important;
}

/* İletişim Bölümü */

.header-contact {
  width: 100%;
  height: 90vh;
  background:
    linear-gradient(rgba(98, 109, 224, 0.8), rgba(30, 36, 97, 0.8)),
    url("https://images.unsplash.com/photo-1534536281715-e28d76689b4d?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
  color: white;
}

#content {
  position: relative;

  min-height: 800px;
  padding: 100px 20px;
  z-index: 10;
}

/*FOOTER*/
.footer_img {
  width: 120px;
}

.footer_icon {
  color: var(--dark-blue);
  font-size: 20px;
}
