.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:#113e67;
    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: #B07E50; /* Dikkat çeken turuncu */
    animation: rezervasyonPulse 1.5s infinite;
}

.rezervasyon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #B07E50;
    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);
  }
}



.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px; /* ikonlar arası boşluk */
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  text-decoration: none;
  font-size: 24px; /* ikon boyutu */
  color: #0d2c53; /* istediğin renk */
}


#turkiye-haritasi svg path {
  fill: #ccc;
  stroke: #212529;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s;
}

#turkiye-haritasi svg path.active {
  fill: #113e67; /* mavi */
}

.il-info img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.komisyon {
    height: 190px; /* kart yüksekliğine göre ayarla */
    overflow: hidden;
}

.etkinlik {
    height: 240px; /* kart yüksekliğine göre ayarla */
    overflow: hidden;
}

.commissions-swiper {
  overflow: hidden;
  height: 300px;
}

.commissions-swiper .swiper-slide {
  height: auto;
}

.swiper-slide {
  pointer-events: auto;
}

.room-btns a {
  pointer-events: auto;
  z-index: 2;
  position: relative;
}


  #svg-turkiye-haritasi g path.secili {
  fill: #3498db !important;
  stroke: #fff;
  stroke-width: 1;
}
#svg-turkiye-haritasi g path.active {
  fill: #e74c3c !important;
  stroke: #fff;
  stroke-width: 1;
}
#svg-turkiye-haritasi g:hover path {
  opacity: 0.7;
}
#svg-turkiye-haritasi text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  pointer-events: none; /* Tıklamayı engellemez */
}
.il-isimleri {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
}




.il-info {
  margin-top: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.71);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Daha modern font */
  font-weight: 400; /* Daha ince */
}

.il-info h3 {
  margin-top: 10px;
  font-weight: 400; /* biraz daha hafif */
  font-size: 22px;
  letter-spacing: 0.5px; /* biraz boşluk, daha modern görünüm */
}

.il-info p, .il-info a {
  margin-bottom: 5px;
  font-size: 20px; /* biraz daha küçük, zarif */
  font-weight: 300; /* daha ince */
  color: #444; /* biraz daha yumuşak gri ton */
}

.il-info a:hover {
  text-decoration: underline; /* hover'da zarif alt çizgi */
}

.il-info img {
height: 100px;
width: 300px;
  display: block;
  margin-bottom: 10px;
}

.il-section {
  padding: 0 !important; /* varsa genel section padding'ini sıfırlar */
  min-height: 400px; 
  background-color: #f9f9f9; /* opsiyonel: ister sil, ister kullan */
}
.il-info-column {
  background-image: url('../images/il_arkafon.jpg');
  background-size: cover;      /* Resmin tam kaplaması */
  background-position: center; /* Ortalı görünmesi */
  background-repeat: no-repeat;
  min-height: 473px;           
  display: flex;
  align-items: center;         
  justify-content: center;     
  padding: 20px;              

  /* Yeni eklenen stiller */
  border-radius: 15px; /* Kenar yuvarlama */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); /* Derin gölge efekti */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover efekti için geçiş */
}

.il-info-column:hover {
  transform: scale(1.02); /* Hover'da hafif büyütme */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4); /* Hover gölgesi daha belirgin */
}

.header_menu_bg{
    background: #ffffff;/* siyah, %50 şeffaflık */
}


.abt-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px; /* Kenar yumuşatma */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* İlk gölge */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.abt-image img:hover {
  transform: scale(1.05); /* Hafif büyüme */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); /* Daha güçlü gölge */
}

.no-transform {
  text-transform: none !important;
}


.custom-aciklama span {
    color: #343a40 !important;
}

.about-img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

    .modern-table {
        width: 100%;
        border-collapse: collapse;
        font-family: 'Segoe UI', Arial, sans-serif;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        background-color: #fff;
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }

    .modern-table thead {
        background-color: #ea131d;
        color: white;
    }

    .modern-table th, .modern-table td {
        padding: 12px 16px;
        border-bottom: 1px solid #ddd;
    }

    .modern-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .modern-table tbody tr:hover {
        background-color: #f1f1f1;
    }

    h2 {
        color: #333;
        margin-top: 40px;
        font-size: 20px;
    }


        .modern-table-2 {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        overflow: hidden;
        background-color: #ffffff;
    }

    .modern-table-2 thead {
        background-color: #ea131d; /* Yeşil başlık */
        color: white;
    }

    .modern-table-2 th,
    .modern-table-2 td {
        padding: 14px 18px;
        border-bottom: 1px solid #e0e0e0;
        vertical-align: top;
    }

    .modern-table-2 tbody tr:nth-child(even) {
        background-color: #f7fbfc;
    }

    .modern-table-2 tbody tr:hover {
        background-color: #f1f9ff;
        transition: background-color 0.3s ease;
    }

    .modern-table-2 th:first-child,
    .modern-table-2 td:first-child {
        width: 25%;
    }

    .modern-table-2 th:nth-child(2),
    .modern-table-2 td:nth-child(2) {
        width: 40%;
    }

    .modern-table-2 th:last-child,
    .modern-table-2 td:last-child {
        width: 35%;
    }

    .komisyon-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .komisyon-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .komisyon-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }


    .dijital-donusum-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .dijital-donusum-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .dijital-donusum-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

    .dijital-donusum-ozellikler {
        list-style-type: disc;
        padding-left: 20px;
        margin-top: 10px;
    }

    .dijital-donusum-ozellikler li {
        margin-bottom: 5px;
    }

        .elektrik-alt-sistemler-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .elektrik-alt-sistemler-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .elektrik-alt-sistemler-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

    .elektrik-alt-sistemler-ozellikler {
        list-style-type: disc;
        padding-left: 20px;
        margin-top: 10px;
    }

    .elektrik-alt-sistemler-ozellikler li {
        margin-bottom: 5px;
    }

        .ucret-toplama-sistemi-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .ucret-toplama-sistemi-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .ucret-toplama-sistemi-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

    .ucret-toplama-sistemi-ozellikler {
        list-style-type: disc;
        padding-left: 20px;
        margin-top: 10px;
    }

    .ucret-toplama-sistemi-ozellikler li {
        margin-bottom: 5px;
    }

        .hat-yapi-komisyonu-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .hat-yapi-komisyonu-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .hat-yapi-komisyonu-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

    .hat-yapi-komisyonu-ozellikler {
        list-style-type: disc;
        padding-left: 20px;
        margin-top: 10px;
    }

    .hat-yapi-komisyonu-ozellikler li {
        margin-bottom: 5px;
    }

        .yasal-duzenlemeler-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .yasal-duzenlemeler-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .yasal-duzenlemeler-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

        .insan-kaynaklari-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .insan-kaynaklari-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .insan-kaynaklari-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

        .operasyonel-verimlilik-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .operasyonel-verimlilik-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .operasyonel-verimlilik-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }

        .teknik-emniyet-container {
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .teknik-emniyet-baslik {
        font-size: 24px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 15px;
        border-left: 5px solid #007BFF;
        padding-left: 10px;
    }

    .teknik-emniyet-alt-bilgi {
        background-color: #e9f5ff;
        padding: 15px;
        border-left: 4px solid #007BFF;
        font-style: italic;
        color: #333;
        margin-top: 20px;
        border-radius: 8px;
    }




