a:link{text-decoration:none;}
.logo { max-height: 70px; margin-top: 0;}
@media only screen and (max-width: 991px) {.logo {width: 188px; margin-top: -2px;}}
.menurenk{color: #fff; font-size: 28px;}
.navbarrenk{background-color: #bd00a2;}
.dropdownbgrenk{box-shadow: 0 0 50px 0 rgba(82,63,105,.72); background-color: #fff;}
.navbarbgrenk { padding: 5px 10px; transition: all 0.3s ease; }
.navbarbgrenk:hover { box-shadow: 0 0 15px 5px #fbe052; color: #f2ca6a !important; }

/* Navbar genel ayarları */
.navbar { background-color: #000;}
/* Menü elemanları */
.navbar-nav {font-size: 20px; color: #fff !important;}
/* Link renkleri */
.navbar .nav-link {color: #fff !important;}
/* Logo boyutlandırma */
.navbar .navbar-brand { padding: 0;  width: 240px; height: 64px; }
@media only screen and (max-width: 991px) {.navbar .navbar-brand { width: 170px; height: 52px; }}
/* Nav item padding */
.navbar .nav-item { padding: 10px 7px;}
@media only screen and (max-width: 768px) {.navbar .nav-item { padding: 2px 0;}}
/* Dropdown menü konumu ve temel ayar */
.navbar .dropdown-menu {
  top: 100%; /* Menü hemen altından açılır */
  left: 0;
  margin-top: 0;
  padding: 10px 0;
  z-index: 1000;
  font-size: 19px;
  /* Dropdown animasyonu için opacity ve transform */
  opacity: 0;
  transform: translateY(-10px);
  /* Display kesinlikle burada ayarlanmaz! Bootstrap JS yönetir */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Dropdown açıldığında (Bootstrap `.show` sınıfıyla) */
.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  display: block !important; /* Bootstrap için önemli */
}

/* Hover ve focus durumlarında link rengi */
.navbar .nav-item.dropdown:focus-within > .nav-link {
  color: #fff !important;
}

/* Dropdown item hover efekti */
.navbar .dropdown-item:hover {
  background-color: #111; /* Koyu gri */
  color: #fff;
}

/* Navbar toggler stili */
.navbar-toggler:focus {
  outline: none;
  box-shadow: none !important;
  border: none !important;
}

/* Bootstrap varsayılan ok işaretini gizle */
.dropdown-toggle::after {
  display: none;
}

/* Responsive - mobilde navbar dikey */
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-collapse {
    margin-top: 5px;
  }
}

/* Responsive - desktop */
@media (min-width: 769px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
  }

  .navbar {
    justify-content: center;
  }
}


/*telefon animed*/
@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00bfff;
        box-shadow: 0 0 0 0 #00bfff;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.header-action-layout1 ul .header-action-number-2 {
    display: flex;
    align-items: center;
}
.header-action-layout1 ul .header-action-number-2 .item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background-color: #2890d3;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:before {
    content: "";
    height: 48px;
    width: 48px;
    border: 1.5px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: pulse2 infinite 2s;
}
/**/