nav img {
    height: 75px; /* Logo yüksekliği */
    padding: 10px;
}

            /* Navbar öğesi hover efekti */
.nav-item .nav-link {
    position: relative;
    display: inline-block;
  }
  
  .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Alt çizginin kalınlığı */
    background: rgb(0, 136, 169); /* Varsayılan alt çizgi rengi, gerekirse öğe bazında değiştirilebilir */
    bottom: -5px; /* Metinden olan uzaklık */
    left: 0;
    transition: width 0.3s ease-in-out;
  }
  
  .nav-item .nav-link:hover::after {
    width: 100%;
  }
  
  /* Örnek: Farklı navbar öğeleri için özel alt çizgi renkleri */
  .nav-item:nth-child(1) .nav-link::after { background: rgb(255, 0, 0); } /* Anasayfa için Kırmızı */
  .nav-item:nth-child(2) .nav-link::after { background: rgb(0, 255, 0); } /* Duyurular için Yeşil */
  .nav-item:nth-child(3) .nav-link::after { background: rgb(0, 0, 255); } /* Etkinlikler için Mavi */
  .nav-item:nth-child(4) .nav-link::after { background: rgb(255, 255, 0); } /* Hakkımızda için Sarı */
  .nav-item:nth-child(5) .nav-link::after { background: rgb(255, 165, 0); } /* İletişim için Turuncu */
 /*Navbar hover efekti bitti*/  
 table, tr, td {
    border: 1px solid rgb(231, 219, 219);
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}
table {
    width: 100%;
    margin-top: 20px;
}
#link {
    display: block;
    margin: 20px auto;
    padding: 10px;
    background-color: #658266;
    color: white;
    border: none;
    cursor: pointer;
}

.service-area.service-default-area {
    padding: 135px 0 0;
    position: relative;
    z-index: 1;
}

.custom-service-area .custom-title {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #b30f0f; /* Yazı rengi beyaz */
    background-color: #658266;
  }
  
  .custom-service-area .custom-content p {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000000; /* Yazı rengi beyaz */

  }
  
  .custom-service-area .custom-icon-box-item {
    border: 5px solid transparent;
    background-color: rgb(71, 71, 71); /* Arkaplan rengi mavi */
    text-align: center; /* Başlıkları ortala */
  }
  
  .custom-service-area .custom-btn-theme {
    border-color: transparent;
    background-color: transparent;
    color: #fff; /* Yazı rengi beyaz */
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
  
  .custom-service-area .custom-btn-theme:hover {
    background-color: transparent;
    color: #3f3f3f;
    border-color: transparent;

  }
  
  .custom-service-area .custom-btn-white {
    color: #fff;
  }
  
  .custom-service-area .custom-btn-border {
    border: 2px solid;
  }
  
  .custom-service-area .custom-btn-size-md {
    padding: 10px 20px;
  }
  
  .custom-service-area .custom-icon-img {
    width: 20px;
    height: 20px;
  }
  
  .custom-service-area .custom-icon-box-item {
    border-color: #000;
  }
  
  .custom-icon-box-item {
    border: 5px solid transparent;
    background-color: rgb(182, 2, 62);
    text-align: center;
    padding: 70px; /* Örnek olarak padding değeri ekledim */
    background-image: url('childhelp/picture1.webp'); /* Görselin yolunu belirtin */
    background-size: cover; /* Görselin öğeyi kaplamasını sağlar */
}

.custom-icon-box-item2 {
  border: 5px solid transparent;
  background-color: rgb(182, 2, 62);
  text-align: center;
  padding: 70px; /* Örnek olarak padding değeri ekledim */
  background-image: url('childhelp/picture2.webp'); /* Görselin yolunu belirtin */
  background-size: cover; /* Görselin öğeyi kaplamasını sağlar */
}
.custom-icon-box-item3 {
  border: 5px solid transparent;
  background-color: rgb(182, 2, 62);
  text-align: center;
  padding: 70px; /* Örnek olarak padding değeri ekledim */
  background-image: url('childhelp/picture3.webp'); /* Görselin yolunu belirtin */
  background-size: cover; /* Görselin öğeyi kaplamasını sağlar */
}

.highlight {
  background-color: yellow; /* Arka plan rengini buradan ayarlayabilirsiniz */
  padding: 0 3px; /* Harflerin arasına boşluk eklemek için */
}

.navbar-btnbgs {
  background-color: #384838;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
