@media only screen and (max-width: 600px) {
  .active {
    color: white;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
  }
  /* Mobil MenÃ¼ */
  #MobilMenu {
    background: linear-gradient(to right, #002561, #00b1cd);
    margin-bottom: -5px !important;
    margin-top: -100px !important;

    position: fixed; /* Sayfaya sabitler */
    bottom: 0;       /* En alta yapıştırır */
    left: 0;
    width: 100%;
    z-index: -1;     /* Diğer her şeyin arkasında kalır */
  }

  #MobilMenuOrta{
    color: white;
    font-size: 30px;
  }
  #Font13{
    font-size: 13px;
  }
  #Font15{font-size: 18px; /* Yazı boyutu */
  margin: 0; /* Fazladan boşluk bırakma */
  }
  #MobilFooter{
    margin-bottom:60px;
  }
  #MobildenGizle{
      display: none;
  }
  #TeklifBaslik{
    font-size:15px;
    color:black;
  }
  #TeklifMobilButon{
    position:fixed;
    left:130px;
    bottom:80px;
    z-index:112312312;
  }
  #TeklifFormu{
    background-color:#f1faff;
    padding-top:30px;
    padding-bottom:60px;
  }
  #IletisimBilgileri{
    border:1px solid;
    border-color:#ff6b00;
    border-radius:20px;
    padding: 20px;
  }
  .KutuPadding{
    padding-top:30px;
    padding-bottom:30px;
  }
}
@media only screen and (min-width: 601px) {
  .active {
    color:#0081ff !important;
  }
  #MobilMenu{
    display: none;
  }
  #MobilMenuOrta{
    display: none;
  }
  #MobilFooter{
    margin-bottom:0px;
  }
  #TeklifBaslik{
    font-size:20px;
    color:black;
  }
  #TeklifFormu{
    background-color:#f1f1f1;
    padding-top:30px;
    padding-bottom:30px;
  }
  #IletisimBilgileri{
    border:1px solid;
    border-color:#ff6b00;
    border-radius:20px;
    padding: 20px;
    text-align: justify;
    vertical-align: middle;
  }
  .KutuPadding{
    padding-top:100px;
    padding-bottom:100px;
  }
}
  /* Hizmet Slider BÃ¶lÃ¼mÃ¼ */
#HizmetSlider1{
  background-color:#f1f1f1;
  padding-bottom:20px;
  padding-top:20px;
}
#HizmetSliderUstYazi{
  background: linear-gradient(to right, #002561, #00b1cd);
  font-size: 13px;
  margin-bottom:-10px;
  color:white;
  background-color: #0081ff;
  padding: 10px;
  border-radius: 20px;
  text-transform: capitalize;
}
#TeklifAlButton {
  background-color: white;
  color: #0A145A;
  border-radius: 20px;
  padding: 5px 15px; /* Buton içine boşluk */
  font-size: 14px;
  text-align: center;
  margin-top: auto; /* En alta yasla */
}
#HizmetSliderKutu{
  background: linear-gradient(to right, #002561, #00b1cd);
  margin-top:20px;
  border:2px solid;
  border-radius:20px;
  border-color:white;
  display: flex;
  flex-direction: column;
  align-items: center; /* Yatayda ortalama */
  justify-content: space-between; /* Dikeyde hizalama */
  height: 180px;
  background-color: #0A145A;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
#HizmetSliderIcon{
  font-size: 40px; /* İkon boyutu */
  color: white;
  margin-bottom: 10px; /* İkon ile yazı arasındaki boşluk */
}
#HizmetSliderAlti{
  padding-top:20px;
  margin-bottom:-10px !important;
  color:white;
  text-transform:capitalize;
}
/* Hizmet Slider BÃ¶lÃ¼mÃ¼ Sonu*/


.panel.with-nav-tabs .panel-heading{
  padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
margin-bottom: -1px;
}
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  font-size: 100%;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
color: #0081ff;
background-color: #fff;
border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
color: #0081ff;
background-color: #fff;
border-color: #0081ff;
border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #0081ff;
  border-color: #0081ff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #0081ff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  background-color: #0081ff;
}
.whatsapp-button {
    position: fixed;
    bottom: 80px; /* Sayfanın altından 20px yukarıda */
    left: 10px;  /* Sayfanın sağından 20px içeride */
    z-index: 1000; /* Diğer öğelerin önünde görünmesi için yüksek bir z-index */
}

.whatsapp-button img:hover {
    transform: scale(1.1); /* Hover efektinde ikonun biraz büyümesi */
}
/*
     FILE ARCHIVED ON 22:45:28 Jul 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:32:36 Dec 06, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.562
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 142.713
  LoadShardBlock: 127.26 (3)
  PetaboxLoader3.datanode: 157.871 (5)
  PetaboxLoader3.resolve: 4429.736 (2)
  load_resource: 4601.073
  loaddict: 163.573
*/
