a:link{text-decoration:none;}
.logo {max-width: 90%;}
/* Laptop */
@media (max-width: 1199px) {
  .logo { max-width: 87%; }
}
/* Tablet yatay */
@media (max-width: 991px) {
  .logo { max-width: 100%; }
}
/* Tablet dikey */
@media (max-width: 767px) {
  .logo { max-width: 116%; }
}
/* Telefon */
@media (max-width: 575px) {
  .logo { max-width: 120%; margin-top:-7px;}
}
/*logo end*/
/* Genel Ayarlar */
.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 {
  transition: all 0.3s ease;
}

.navbarbgrenk:hover {
  box-shadow: 0 0 15px 5px #00709e;
  color: #00709e !important;
}

/* Navbar Stil Ayarları */
.navbar {
  min-height: 78px;
  background-color: #fff !important; /* Arka planın her zaman beyaz kalmasını sağlar */
}

/* Masaüstü ve Mobil için ortak link rengi */
.navbar .nav-link {
  color: #333 !important; /* Metinlerin görünmesi için koyu renk */
  font-size: 18px;
  font-weight: 500;
}

.navbar .navbar-brand {
  padding: 0;
  width: 240px;
  height: 64px;
}

/* Logo ayarları */
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    width: 170px;
    height: 52px;
  }
}

/* Nav öğeleri padding */
.navbar .nav-item {
  padding: 10px 7px;
}

/* MOBİL ÖZEL DÜZENLEME */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff; /* Mobilde açılan panelin arka planı */
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .navbar .nav-link {
    color: #333 !important; /* Mobilde yazıların görünürlüğü */
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
  }

  .header-action-number-2 {
    margin-left: 0 !important;
    margin-top: 15px;
    padding-bottom: 10px;
  }
}

/* Dropdown menünün konumu ve görünümü */
.navbar .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 6px;
  padding: 10px 0;
  z-index: 1000;
  font-size: 19px;
  border: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none; 
}

.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  display: block !important;
}

.navbar .dropdown-item:hover {
  background-color: #033a6a;
  color: #fff;
}

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

.dropdown-toggle::after {
  display: none;
}

/* Desktop Hizalama */
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
    align-items: 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;
}
@media (max-width: 1200px) {
  .header-action-number-2 {
    display: none !important;
  }
}
/**/
/*kayanyazi*/
.fixed-marquee {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* navbar'dan aşağıda */
}
.custom-marquee-bar {
	position: absolute;
	bottom:-30px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 18px;
	z-index: 10;
	font-weight: bold;
	font-size: 17px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.custom-marquee-bar {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
