.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #4CC147;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}



.telefon {
    position: fixed;
    left: 15px;
    bottom: 75px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #3279B7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}










.katalog {
    position: fixed;
    left: 15px;
    bottom: 135px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.katalog a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #e74c3c;
}

.katalog .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #E74B3B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.katalog:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.katalog:hover .tooltiptext {
    visibility: visible;
}



.linkedin {
    position: fixed;
    left: 15px;
    bottom: 195px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.linkedin a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #007bb6;
}

.linkedin .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #007bb6;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.linkedin:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.linkedin:hover .tooltiptext {
    visibility: visible;
}


.services-icons{
    border:2px solid #fff;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

#urun-icons{
    border-radius: 50%;
    background-color:#B2A335;
}



.map {
    border: 1px solid #00a8e1;
    border-radius: 11px;
   
     /* Firefox 10+ 
      filter: gray; 
        -webkit-filter: grayscale(99%);
        -webkit-backface-visibility: hidden;

        */
  }


.modal-header{
    background-color:#2E3191;
    color:#ffffff;
    text-align: center;
}

.modal-title{
    color:#ffffff;
    text-align: center;
}

.btn-close{
    color:#ffffff;
}
  
  
  
  

.ovalback{
	background-color: #ffffff;
	border-radius: 5px;
}


.donate-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.popup-inner {
    background: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}



.rezervasyon {
    position: fixed;
    left: 15px;
    bottom: 135px; /* Telefon ve WhatsApp'ın üstü */
    transition: all .5s ease-in-out;
    z-index: 999;
}

.rezervasyon a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: white;
    background: #f39c12; /* Dikkat çeken turuncu */
    animation: rezervasyonPulse 1.5s infinite;
}

.rezervasyon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #f39c12;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
}

.rezervasyon:hover a {
    transform: rotate(15deg);
}

.rezervasyon:hover .tooltiptext {
    visibility: visible;
}

/* Hafif dikkat çekici animasyon */
@keyframes rezervasyonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(243, 156, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0);
  }
}


