.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;
}



/* Mega Menü - başlık */
.megamenu-content .mega-cat-title {
    font-size: 15px;
    font-weight: 700;
    color: #27338b;        /* görseldeki lacivert-mavi tona yakın */
    margin: 0 0 6px 0;
}

/* Alt kategori listesi */
.megamenu-content .mega-sub-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.megamenu-content .mega-sub-item a {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 3px;
}

.megamenu-content .mega-sub-item a:hover {
    text-decoration: underline;
}

/* >> Tüm Kategoriler linki */
.megamenu-content .mega-sub-all a {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    margin-top: 3px;
}

