.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:#00a8e1;
    color:#ffffff;
    text-align: center;
}

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

.btn-close{
    color:#ffffff;
}

.video{
    width: 470px;
    height: 320px;
}

.gorsel_3{
    height: 395px;
}


.topbar-flags {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
  
  .topbar-flags li {
    display: inline-block;
    margin-left: 10px;
  }
  
  .topbar-flags li a img {
    width: 24px; /* İsteğe göre boyutu ayarlayabilirsiniz */
    height: auto;
  }
  
  /* Mobil görünüm için medya sorgusu */
  @media (max-width: 768px) {
    .topbar-flags {
      display: flex;
      justify-content: center;
      padding: 5px;
    }
  
    .topbar-flags li {
      margin-left: 5px;
    }
  
    .topbar-flags li a img {
      width: 18px; /* Mobilde daha küçük bir boyut */
    }
  }


  .modal-header, .modal-footer {
            background-color: #ff9900;
            color: white;
        }
        .btn-primary {
            background-color: #ff9900;
            border: none;
        }
        .btn-primary:hover {
            background-color: #e0641d;
        }



 .utt-steps {
            background-color: #f9f9f9;
            padding: 40px 20px;
            border-radius: 8px;
        }

        .utt-steps h1 {
            font-size: 24px;
            font-weight: bold;
            color: #f36f21;
        }

        .utt-steps .step-item {
            margin-bottom: 30px;
            display: flex;
            align-items-start;
        }

        .utt-steps .step-item img {
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }

        .utt-steps .step-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .utt-steps .step-item p {
            font-size: 14px;
            color: #555;
        }




.steps {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        max-width: 600px;
        margin: auto;
    }

    .step-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
        background-color: #f36f21; /* Turuncu renk */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        margin-right: 15px;
    }

    .step-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        color: #333;
    }

    .step-item p {
        font-size: 14px;
        margin: 5px 0 0;
        color: #555;
    }

.faq-accordion {
        margin-top: 20px;
    }

    .faq-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .faq-question {
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    .faq-question .number {
        color: #f36f21;
        margin-right: 5px;
    }

    .faq-answer {
        display: none;
        font-size: 14px;
        margin-top: 5px;
        color: #555;
    }

    .faq-item:hover .faq-answer {
        display: block;
    }


    .x-link span {
      font-weight: bold;
      font-size: 20px;
      color: #343A3F;
      transition: color 0.3s ease;
    }

    .x-link:hover span {
      color: #ea131d;
    }