﻿/* General */
.flashing:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.flashing:hover:before{
  -webkit-animation: shine .75s;
animation: shine .75s;
}

@-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}

@-webkit-keyframes flash {
0% {
  opacity: .4;
}
100% {
  opacity: 1;
}
}
@keyframes flash {
0% {
  opacity: .4;
}
100% {
  opacity: 1;
}
}


a:hover{
  color:#f64848 !important;
}

.page .sidebar ul li a:hover{
  color:#FFF !important;
}
.home {
  height: 100%;
}

textarea:focus, input:focus{
  outline: none;
}

a{
text-decoration: none;
color:#000;
}
.unit-list{
  color:#FFF; background: rgba(246, 72, 72,1);
  border:1px solid  rgba(246, 72, 72, 1);
}
.unit-list:hover{
  background: #FFF !important;
  color:#000 !important;
  border:1px solid #000;
}

.quick .box{
  margin-bottom: 10px;
}
body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  overflow-x: hidden;
  background: #E6E6E6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* Home Setting */

.sidebar ul li.active {
  color:#f64848;
}

.card-hover:hover{
  box-shadow: 0px 0px 20px #CCC;
}

.card-hover{
  box-shadow: 0px 0px 6px #CCC;
}

/* Header */
.header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header .logoBox img.bayrak {
  z-index: 1;
  position: absolute;
  left: 0;
  height: auto;
  margin: 3px 0 5px;
  padding: 0;
  object-fit: contain;
  width: 612px;
}

.header .logoBox img.logo {
  z-index: 2;
  position: relative;
  width: 150px;
  margin-left: 200px;
  margin-top: 17px;
}

.header .menu .navbar-nav {
  
}

.header .menu {
  background: none;
  z-index: 3434;
  position: relative;
  
}

.header .padding-right-0 {
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav li {
  border-right: 1px solid #e0e0e0;
  background: none;
  margin: 0;
}

.nav-item .dropdown-menu li {
  padding: 0;
  border-right: 0px solid #e0e0e0;
  background: #fff;
  margin: 0;
}

.nav-item:hover{
  background: rgba(255,255,255,1) !important;
  color:#FFF;
}

.nav-item .dropdown-menu li a {
  padding: 10px 15px;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #eee !important;
  font-weight: 600;
  font-size: 14px;
}


.nav-item .dropdown-menu li a:hover {
  color: #f64848;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  width: 100%;
}

.nav-item .dropdown-menu li:last-child a {
  border-bottom: 0px solid #eee;
}

.navbar-light .navbar-nav li.dropdown-full {
  position: initial;
}

.dropdown-full .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px 0 0;    
  width: 100%;
  background: transparent;
}

.dropdown-full .dropdown-menu-item {
  background-image: linear-gradient(to bottom, #fbfdfe 0%, #feffff 40%, #fff 66%, #e6f0fb 100%);
  border-top: 2px solid #f64848;
}

.dropdown-full #dropdownMenuTab {
  width: 20%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
}

.dropdown-full .dropdown-menu-item .nav-tabs li {
  padding: 0;
  margin: 0;
  background: #0000;
  border-bottom: 2px solid #eee;
}

.dropdown-full .dropdown-menu-item .nav-tabs li:last-child{
  border-bottom: 0px solid #eee;
}

.nav-tabs .nav-link {
  margin-bottom:0px;
  border: 0;
}

.dropdown-full .dropdown-menu-item .nav-tabs li a {
  color: #434343 !important;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
}

.dropdown-full .dropdown-menu-item .nav-tabs li a.active::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-left: 10px solid #fff;
  display: block;
  width: 0;
}

.dropdown-full .dropdown-menu-item .nav .nav-tabs {
  position: relative;
}

.dropdown-full .dropdown-menu-item .nav-tabs:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  border-top: 7px solid #0000;
  border-bottom: 7px solid #0000;
  border-left: 7px solid #f64848;
  display: block;
  width: 0;
  transform: rotate(270deg);
}


.dropdown-full .dropdown-menu-item .tab-content .text {
  padding: 10px 0;
}

.dropdown-full .dropdown-menu-item .tab-content .text p {
  font-size: 11px;
  margin-bottom: 7px;
}

.dropdown-full .dropdown-menu-item .tab-content .text a {
  font-size: 12px;
  padding: 10px 15px;
  background-color: #1d1d1d;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.dropdown-full .dropdown-menu-item .tab-content .text span.style-1 {
font-size: 14px;
font-weight: 800;
color: #000;
display: block;
}

.dropdown-full .dropdown-menu-item .tab-content .text span.style-2 {
font-size: 16px;
font-weight: normal;
color: #000;
display: block;
}



.dropdown-full .dropdown-menu-item .nav-tabs li {
  padding: 0;
  margin: 0;
  background: #0000;
}

.site-bayrak{
  position:absolute;
  left:0px;
  top:10px;
  z-index:999;
}
.site-bayrak1{
position:absolute;
right:1.5%;
top:10px;
z-index:999;
height: auto;
}
.clear {
  clear: both;
}

.dropdown-full .tab-content {
  display: inline-block;
  float: left;
  width: 75%;
}

.navbar-light .navbar-nav a {
  padding: 11.2px 31px;
  display:block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  /*text-transform: uppercase;*/
}

.navbar-light .navbar-nav a:hover {
  color: #000;
}

.header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  background:rgba(255,255,255,.6) !important;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: start;
}

.eislemler {
  padding: 11px 31px;
  border-right: 0;
  background: #fff;
  margin: 0;
  color: #fff;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  background-color: #f64848;
  font-size: 14px;
  font-weight: 800;
}

a.eislemler:hover {
  color: #eee;
}

.eislemler img {
  margin-left: 5px;
}

.header .lang {
  max-width: none;
  position: absolute;
  right: 30px;
  top: 70px;
  width: auto;
}

.header .lang a{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}

/* Slider FullScreen */
.slider-haber-title {
  display: block;
  max-width: 720px;
  margin: 0 auto 12px auto;
  padding: 14px 24px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease;
}

.slider-haber-title:hover {
  background: rgba(0, 0, 0, 0.75);
}

.slider-haber-title:empty {
  display: none;
}

@media (max-width: 768px) {
  .slider-haber-title {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.sliderBox .slider .slick-slider {
  height: 100%;
}

.sliderBox .slick-slider {
  height: 100%;
}

.sliderBox  .slider .slick-list {
  height: 100%;
}

.sliderBox {
  position: relative;
  height: 100%;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .sliderBox {
    min-height: 600px;
  }
}

@media (min-width: 1400px) {
  .sliderBox {
    min-height: 700px;
  }
}

.sliderBox  .slider .slick-track {
  height: 100%;
}

.sliderBox .slider .slick-slide img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.slider ul.slick-dots {
  width: auto;
  margin: 0;
  text-align: center;
  bottom: 50px;
  z-index: 999;
  padding: 20px 0 0;
}


.slider ul.slick-dots li {
  display: inline-block;
}

.slider ul.slick-dots button {
  display: inline-block;
  color: #0000;
  height: 8px;
  width:80px;
  margin-right: 7px;
  border-radius: 12px;
  border: 2px solid #cecece;
  background: #fff;
  transition: background-color 0.3s ease;
}

.slider ul.slick-dots button:hover {
  background: #333;
}

.slider ul.slick-dots li.slick-active button {
  background: #333;
}

.slider .slick-prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  color: #0000;
  height: 30px;
  width: 30px;
  z-index: 999;
}

.slider .slick-prev:after {
  content: "\f104";
  position: absolute;
  color: #A7235A;
  top: 0;
  left: -50px;
  font-size: 80px;
  font-weight: 900;
  line-height: 0;
}

.slider .slick-prev {
  background: #0000 !important;
  border: 0;
}

.slider .slick-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  color: #0000;
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 999;
}

.slider .slick-next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #A7235A;
  top: 0;
  right: -50px;
  font-size: 80px;
  font-weight: 900;
  line-height: 0;
}

.slider .slick-next {
  background: #0000 !important;
  border: 0;
}

.slider .item .text {
  display: block;
  position: absolute;
  top: 30%;
  left: 56px;
}


.slider .item .text span {
  color: #fff;
  line-height: 1.55;
  font-family: 'Poppins', sans-serif;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
}

.sliderBox .item .text span.text-style-1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
  display: block;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
}


.sliderBox  .item .text span.text-style-2 {
font-size: 40px;
font-weight: 700;
color: #fff;
}


.sliderBox .item .text span.text-style-3 {
  font-size: 110px;
  font-weight: 800;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 120px;
}

.sliderBox #quickmenu-show{
  background:none;
  border:none;
  color:#FFF;
  position:absolute;
  left: 50%;
  bottom: 3%;
  transform: translate(-50%,-0%);
  animation: bouncing-loader 0.6s infinite alternate;
}

.slider-menu #quickmenu-hide{
  color:#FFF;
  position:absolute;
  top:-20px;
  right:0px;
  width:30px; 
  height:30px;
}

.slider-menu #quickmenu-hide:hover{
  color:#FF9900;
}


@keyframes bouncing-loader {
from {
  opacity: 1;
  transform: translateY(0);
}
to {
  opacity: 1;
  transform: translateY(-1rem);
}
}

.sliderBox .slider-menu{
  position:absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%,-0%);
}



.slider-menu div a{
  background:rgba(246, 72, 72, .7);
  border-radius: 5px 5px 0px 0px;
  padding:10px;
  color:#FFF;   
}

.slider-menu div a:hover{
  background:#FFF;
  color:#000;   
}

.sliderBox .slider-center{
	display:flex;
  position:absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-45%);
}


.slider-center input {
  width: 700px;
  height: 75px;
  border-radius: 5px;
  box-shadow: 0 18px 26px 0 rgb(255,255,255 / 50%);
  background-color: rgba(255,255,255,.8);
  display: inline-block;
  float: left;
  padding-left: 35px;
  border:none;
}

.baskan {
  width: 87px !important;
  height: 100px;
  margin: 2px 2px 2px 2px;
}

.slider-center input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #666;
opacity: 1; /* Firefox */
}

.slider-center input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #222;
}

.slider-center input::-ms-input-placeholder { /* Microsoft Edge */
color: #222;
}

.slider-center input:focus::placeholder {
color: transparent;
}

.slider-center form {
  width: 700px;
  margin: 15% auto;
}

.slider-center a.search-btn {
 float: left;
}

.slider-center a.search-btn img {
  display: block;
  margin-left: -88px;
  margin-top: 3px;
  width: 75px;
}

.slider-center span.close {
  margin: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.sliderBox .slider-right {
  position: absolute;
  right: 20px;
  top: 10%;
  width: 310px;
}


.sliderBox .slider-right .div-style-1 {
  position: absolute;
  right: 176px;
  top: 0;
  max-width: 200px;
}

.sliderBox .slider-right .div-style-2 {
  margin-bottom: 6px;
  max-width: 150px;
}

.sliderBox .slider-right img.img-style-3 {
  max-width: 150px;
  top:300px;
}

.slider-right .text-style-1 {
font-family: 'Open Sans', sans-serif;
font-size: 36.8px;
font-weight: 800;
color: #000;
}


.slider-right .text span{
  display: block;
  color: #000;
}

.slider-right .text span.text-style-1 {
font-size: 39.8px;
font-weight: 800;
}

.slider-right .text-style-2 {
 font-size: 16.6px;
font-weight: 300;
}

.slider-right .text-style-3 {
font-size: 26.8px;
font-weight: 300;
}

.slider-right .button {
  width: 143.28px;
  margin: 0;
  background-color: #fff;
  position: absolute;
  right: 176px;
  top: 298px;
  padding: 15px;
  display: block;
  line-height: 34px;
}

.slider-right .button a{
  text-decoration: none;
}

.slider-right .button a i {
  color: #000;
  float: right;
  margin-top: 5px;
}

.slider-right .search {
  top: 150px;
  position: absolute;
  z-index: 2;
  right: 336px;
  cursor: pointer;
}


.slider-right .search:hover {
  opacity: 0.9;
}

/* Baskanlar Panel */
.baskanlar-panel {
  text-align: center;
  color: #fff;
}
.baskanlar-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  background: rgba(0,0,0,0.45);
  padding: 6px 16px;
  border-radius: 4px;
  display: inline-block;
}
.baskanlar-photos {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}
.baskanlar-photo-item img {
  width: 200px;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.baskanlar-photo-placeholder {
  width: 200px;
  height: 240px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}
.baskanlar-names {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(0,0,0,0.45);
  padding: 4px 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.baskanlar-label {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  background: rgba(0,0,0,0.35);
  padding: 3px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.baskanlar-buttons {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.baskanlar-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #333;
  text-decoration: none;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 2px;
  transition: background 0.2s;
}
.baskanlar-btn:hover {
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
}
.baskanlar-btn i {
  font-size: 18px;
  color: #2a7d5f;
}

/* Birimlerimiz - kırmızı zemin beyaz yazı kartları */
.birim-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e04040;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 12px;
  border-radius: 6px;
  text-decoration: none;
  min-height: 90px;
  height: 100%;
  transition: background 0.2s, transform 0.2s;
}
.birim-card:hover {
  background: #c83030;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.modal-fullscreen .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.modal-fullscreen , .modal-fullscreen .modal-dialog, .modal-fullscreen .modal-content{
  height: 100%;
  background: #0000001a;
}

#searchModal input {
  width: 888px;
  height: 95px;
  border-radius: 48px;
  box-shadow: 0 18px 26px 0 rgb(0 0 0 / 50%);
  background-color: #fff;
  display: inline-block;
  float: left;
  padding-left: 35px;
}

#searchModal form {
  width: 888px;
  margin: 15% auto;
}

#searchModal a  {
 float: left;
}

#searchModal a img {
  display: block;
  margin-left: -112px;
  margin-top: 3px;
  width: auto;
}

#searchModal span.close {
  margin: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

/* Slider */ 


/* Slider Left */
.slider-left {
  position:absolute;
  left: 0%;
  top: 60%;
  transform: translate(0%,-50%);
  width:50px;
}

.slider-left .social {
  float: left;
  width: 75px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.slider-left .social a {
  width:60px; height:60px;
  display:block;
  margin-bottom: 5px;
  background-color: rgba(26, 26, 26, 0.4);
  color: #fff;
  margin-right: 15px;
  padding: 17px;
  font-size: 21px;
  text-decoration: none;
  border-radius: 0px 8px 8px 0px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.slider-left .social a:hover {
  color: #F64848;
  background: #fff;
}
/* Slider Left */


/* breadcrumb */

.breadcrumb {
  position: relative;
} 

.breadcrumb img {
  width: 100%;
}

.breadcrumb img:after{
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.92) 87%, #000);
}

.breadcrumb .title {
 position: absolute;
 bottom: 0;
}

.breadcrumb h2, .breadcrumb span{
 color: #fff;
}

.breadcrumb h2 {
  font-size: 34px;
font-weight: bold;
margin-bottom: 25px;
}

.breadcrumb span{
font-size: 22px;
font-weight: 300;
}

.breadcrumb {
  position: relative;
  margin-bottom: 0;
}


/* Page */

.page {
  background: #E6E6E6;
}


.page .content h1{
font-size: 30px;
font-weight: bold;
line-height: 1.55;
margin-bottom: 10px;
}


.page .content p {
  color: #343536;
}



.page .sidebar ul {
margin: 0;
padding: 0;
}

.page .sidebar ul li {
list-style-type: none;
display: block;
border-bottom: 1px solid #dee8f5;
position: relative;
padding-left: 20px;
padding-bottom: 15px;
margin-bottom: 15px;
}

.page .sidebar ul li:hover a {
color: #ffffff;
}

.page .sidebar ul li:hover:before {
width: 100%;
}

.page .sidebar ul li:before {
position: absolute;
content: '';
left: 0;
top: -3px;
width: 3px;
height: 100%;
z-index: 0;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
background-color: #f64848;
}

.page .sidebar ul li:last-child {
margin-bottom: 0;
}

.page .sidebar ul li a {
display: block;
z-index: 1;
/*color: #4a6f8a;*/
position:relative;
font-weight: 500;
}

.new-page-title{
  position:relative;
  padding-left:10px;
}
.new-page-title:before {
position: absolute;
content: '';
left: 0;
top: 10px;
width: 3px;
height: 25px;
z-index: 0;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
background-color: #f64848;
}

.new-page-title1{
  position:relative;
  padding-left:10px;
  margin-left: 1.4%;;
}
.new-page-title1:before {
position: absolute;
content: '';
left: 0;
top: -1px;
width: 3px;
height: 25px;
z-index: 0;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
background-color: #f64848;
}


.baskanimiz-hakkinda .sidebar ul {
  list-style: none;
  background: #fff;
  padding-bottom: 30px;
  padding-left: 0px;
}

.baskanimiz-hakkinda .sidebar ul li{
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.baskanimiz-hakkinda .sidebar ul li a{
  display: block;
  text-decoration: none;
    color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.baskanimiz-hakkinda .sidebar ul li a:hover{
  color: #F64848;
}

.baskanimiz-hakkinda .sidebar ul li.active a{
  color: #F64848;
}


.danismanlarimiz {
  margin-bottom: 50px;
}

.danismanlarimiz img {
  width: 129px;
  border: solid 1px #ededed;
  background-color: #fff;
   border-radius: 2px;
}

.danismanlarimiz span {
  font-size: 20px;
  font-weight: bold;
  margin: 49px 0;
  display: block;
}

/* Sidebar */


/* Footer */

.footer {
  background: #c5c1c1;
  position: relative;
}
/*
.footer:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 289px;
  background: url(../img/headerbg.jpg) no-repeat;
  background-size:cover;
  bottom: 0;
  opacity: 0.05;
  z-index: 1;
}
*/
.footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
  z-index: 2;
  position: relative;
}

.footer img.f-logo{
  width: 92px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li a {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.footer h4 {
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 20px;
}

.footer img.iso {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.footer .p-relative {
  position: relative;
}

.footer-sub {
  background-color: #303030;
  padding: 18px 0;
}

.footer-sub p{
color: #fff;
margin-bottom: 0;
}

.footer-sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sub ul li{
display: inline-block;
margin-left: 20px;
}

.footer-sub ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}


.footer-sub ul li a i {
  font-size: 18px;
  margin-right: 5px;
}

.footer-sub ul li a i.fa-whatsapp {
  color: #89C846;
  font-size: 21px;
}

.footer-sub p {
 font-size: 12px;
 color: #eee;
}

/* Footer */


/* Contact */

.contact .contact-info h6{
 font-size: 14px;
font-weight: bold;,
color: #000;
}

.contact .contact-info p{
font-size: 12px;
color: #000;
}

.contact .contact-info .item{
margin-bottom: 10px;
}

.contact .map  {
  border-radius: 1px;
  margin-bottom: 50px;
  padding: 10px 10px 5px;
  background: #fff
}

.contact .map iframe {
  width: 100%;
  height: 456px;
}

/* Contact */



/* Başkan Hakkında*/

.baskanimiz-hakkinda {
  /* margin-top: -141px;*/
   margin-top: 0px;
  position: relative;

}

.baskanimiz-hakkinda img.profile {
  width: 100%;
  border:4px solid #FFF;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.baskanimiz-hakkinda img.imza {
  width: 343px;
  margin-bottom: 30px;
}

.baskanimiz-hakkinda .title span{
  font-size: 50px;
font-weight: 300;
line-height: 1;
}

.baskanimiz-hakkinda .title p {
 font-size: 40px;
font-weight: 800;
}
/* Başkan Hakkında*/



/* islemler */

#eislemler .modal-dialog,  #eislemler .modal-body{
  background: #f64848;
}


#eislemler .modal-content{
  padding: 25px 35px;
  background: #f64848;
}

#eislemler span.close {
  background: #1d1d1d;
  color: #fff;
  width: 200px;
  height: 62px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

#eislemler span.close i {
  font-size: 15px;
  margin-left: 5px;
}

#eislemler img.i-logo {
  width: 102px;
}

#eislemler  .style-15 {
font-size: 20.7px;
font-weight: 300;
color: #fff;
display: block;
}

#eislemler  .style-16 {
font-size: 31px;
font-weight: 800;
color: #fff;
display: block;
}

#eislemler .login {
  background: #fff;
  padding: 23.2px 23px 35.6px 23.2px;
  margin-top: 10%;
  max-width: 547px;
}

#eislemler .login h6{
 font-size: 20px;
font-weight: 800;
margin-bottom: 25px;
}

#eislemler .login input.form-control{
     border-radius: 2.4px;
  border: solid 0.8px #e9e9e9;
  background-color: #fdfdfd;
  height: 72px;
}


#eislemler .login button {
  width: 240px;
  height: 58.4px;
   font-size: 12.8px
  font-weight: 600;
  padding: 11px 35px 9px;
}


#eislemler .login button.login-btn {
border-radius: 0.8px;
background-color: #474747;
color: #fff;
float: left;
  display: inline-block;
  margin-right: 15px;
}


#eislemler .login button.edevlet-btn {
border-radius: 0.8px;
background-image: linear-gradient(to bottom, #eee, #d8d8d8);
float: left;
display: inline-block;
}

#eislemler .login button.edevlet-btn {
  border-radius: 0.8px;
  background-image: linear-gradient(to bottom, #eee, #d8d8d8);
  float: left;
  display: inline-block;
}


#eislemler .login p.style-9 {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  border-top: 1px solid #ededed;
  padding-top: 30px;
  display: block;
  clear: both;
  margin-top: 30px;
  margin-bottom: 0;
}

#eislemler .login p.style-9 a{
  font-weight: bold;
color: #f14747;
text-decoration: none;
}

#eislemler .login a.password-reset{
  color: #bebebe;
  float: right;
  font-size: 12.8px;
  text-decoration: none;
  margin-bottom: 25px;
  display: block;
}


#eislemler .quick .box{
width: 100%;
height: 145.9px;
padding: 18.4px 3px 29.6px 12px;
box-shadow: 0 14px 21px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}

#eislemler .quick .box span {
font-size: 12px;
font-weight: 600;
color: #434343;
display: block;
margin: 25px 0 0;
text-align: center;
}

#eislemler .quick {
  margin-top: 3.8%;
}

#eislemler .quick h6 {
font-size: 14px;
font-weight: bold;
color: #fff;
}

#eislemler .quick form {
margin-top: 30px;
}

#eislemler .quick form select{
width: 100%;
height: 60px;
padding: 17.6px 15.8px 16.4px 12px;
border-radius: 2.4px;
box-shadow: 0 18px 26px 0 rgba(0, 0, 0, 0.06);
background-color: #fff;
}

#eislemler .quick h6.margin-top-30{
margin-top: 30px;
}

/* islemler */

/* Animation */
@keyframes AnimationName {
  0%{background-position:50% 0%}
  50%{background-position:50% 100%}
  100%{background-position:50% 00%}
}

.spin{
height: 4px;
width: 100%;
background: linear-gradient(1deg, #19a6de, #e30979, #f0810b);
background-size: 200% 200%;

-webkit-animation: AnimationName 2s ease infinite;
-moz-animation: AnimationName 2s ease infinite;
animation: AnimationName 2s ease infinite;
}
/* Animation */


.news_image_shadow{
  width: 50%;
  float:left;
}

@media(max-width:1300px)
{
  .eislemlerMenu{
      /*display:none !important;*/
      color:#FFF;
  }
  .news_image_shadow{
  margin-right: 15px !important;
}
}

@media  (min-width:1370px) {
  .navbar-light .navbar-nav a{
    padding:11.2px 21px;
  }

  .sliderBox .slider-right .div-style-1 {
	  position: absolute;
	  right: 176px;
	 
	  max-width: 200px;
	}
	
}

/* Responsive 1440 */
@media  (min-width:901px) and (max-width:1369px) {
	.header .menu{
		margin-left:-40px;
	}
	.header .logoBox img.bayrak{
		top:0px;
		width:400px;
	}
	.site-bayrak{
		width:100px;
	}
	
	.sliderBox .slider-right .div-style-1 {
	  position: absolute;
	  right: 176px;
	  top: 30px;
	  max-width: 200px;
	}
	
	.site-bayrak1{
		width:70px;
	}
	.header .logoBox img.logo{
		margin-left:100px;
		width:120px;
		margin-top:10px;
	}
	.navbar-light .navbar-nav a{
		padding:11.2px 10px;
	}
  .navbar-light .navbar-nav li {
      
  }
  
	.sliderBox .slider-center{
		left:42%;
		translate(-35%,-45%);
		width:500px;
		display:flex;
	}
	.sliderBox .slider-center .search-btn{
		
	}
  .eislemler{
	  padding:11px 10px;
  }
  .eislemler img {
      margin-left: 5px;
      margin-right: 5px;
  }

  .sliderBox .slider-right img.img-style-1 {
      max-width: 190px;
  }

  
  .duyuru-ticker-wrapper {
      width: 500px;
  }
  .duyuru-ticker-content {
      padding-left: 400px;
  }

  .slider-center input {
      width: 500px;
      height: 75px;
      border-radius: 15px;
      box-shadow: 0 18px 26px 0 rgb(255,255,255 / 50%);
      background-color: rgba(255,255,255,.8);
      display: inline-block;
      float: left;
      padding-left: 35px;
      border:none;
  }
  

  .slider-center input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
  }

  .slider-center input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222;
  }

  .slider-center input::-ms-input-placeholder { /* Microsoft Edge */
    color: #222;
  }

  .slider-center input:focus::placeholder {
    color: transparent;
  }

  .slider-center form {
      width: 500px;
      margin: 15% auto;
  }

 

}
/* Responsive 1440 */

@media  (min-width:901px) and (max-width:1000px) {
	.header .menu{
		margin-left:-55px;
	}
	.sliderBox .slider-center{
		display:flex;
		left:35%;
		translate(-35%,-45%)
		
	}
}

/* Responsive 1029*577  */
@media only screen and (min-width: 1029px) and (max-width: 1031px) {

    .header .logoBox img.bayrak {
      z-index: 1;
      position: absolute;
      left: 0;
      height: auto;
      margin: -66px -22px 0px;
      padding: 0;
      object-fit: contain;
      width: 340px;
    }

    .site-bayrak1 {
      position: absolute;
      right: 4.5%;
      top: -6px;
      z-index: 999;
      height: 90px;
  }

    .site-bayrak{
      position:absolute;
      left:0px;
      top:2px;
      z-index:999;
      max-width: 135px;
    }

    .site-bayrak{
      top:0px;
      max-width: 135px !important;
  }

  .slider-left {
    position:absolute;
    left: 0%;
    top: 70%;
    transform: translate(0%,-50%);
    width:50px;
  }

  .header .logoBox img.logo {
    z-index: 2;
    position: relative;
    width: 150px;
    margin-left: 170px;
    margin-top: 17px;
  }

  .sliderBox .slider-center{
	  display:flex;
    position:absolute;
    left: 40%;
    top: 45%;
    transform: translate(-50%,-45%);
  }

  .sliderBox .slider-right .div-style-1 {
    position: absolute;
    right: 176px;
    top: 30px;
    max-width: 130px;
    height: 50px !important;
  }

  .slider-right .button {
    width: 130px;
    margin: 0;
    background-color: #fff;
    position: absolute;
    right: 176px;
    top: 236px;
    padding: 15px;
    display: block;
    line-height: 34px;
  }
  .slider-right .button {
    top: 238px !important;
  }
  .slider-right .text span.text-style-1 {
    font-size: 20.8px;
    font-weight: 600;
  }
  .sliderBox .slider-right .div-style-2 {
    margin-bottom: 6px;
    max-width: 130px;
  }
  .sliderBox .slider-right img.img-style-3 {
    max-width: 130px;
  }
  .slider-right .text-style-3 {
    font-size: 23.8px;
    font-weight: 280;
  }

  .navbar-light .navbar-nav li a {
    padding: 5.2px 20px !important;
    display:block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    /*text-transform: uppercase;*/
  }
  .header .menu{
    margin-left: -36% !important;
    z-index: 3434;
  }
}
/* Responsive 1029*577  */


/* Responsive 1368 */
@media  (min-width:901px) and (max-width:1368px) {
  .navbar-light .navbar-nav li {
      
  }
  .eislemler img {
      margin-left: 5px;
      margin-right: 5px;
  }

  .sliderBox .slider-right img.img-style-1 {
      max-width: 180px;
  }


  .slider-right .button {
      top: 237px !important;
  }
.slider-left .social{
	top: -233px;
}

  .slider-right .search {
      right: 313px;
  }

}

.nomobile{
  display:block;
}
.nodesktop{
  display:none;
}
.news-mobile-slide{
  display:none;
}

/* Responsive Mobile*/
@media (max-width: 900px) {
  
  .news_image_shadow{
      width: 100% !important;
  }
  
  .left-banner{
      position: initial !important;
  }
  
  .news-mobile-slide{
      display:inherit;
  }
  
  .mobile-list-menu .row .col-6{
      text-align: center;
      margin-top: 8px;
  }
  
  .mobile-list-menu .row .col-6 a{
      background: rgba(246, 72, 72,1);
      color:#FFF;
      display:block;
  }
  
  .search-btn{
      
  }
  
  .slider-left{
      display:none;
  }
  
  .sliderBox{
      height:auto;
      min-height:unset;
      position:relative;
      overflow:visible;
  }

  .slider-right{
      display:none !important;
      height:0 !important;
  }

  .sliderBox .slider-right{
      display:none !important;
      height:0 !important;
  }

  .sliderBox .slider-center{
      position:absolute;
      left:50%;
      bottom:95px;
      top:auto;
      transform:translateX(-50%);
      width:90%;
      padding:0;
      flex-direction:column;
      align-items:center;
      z-index:10;
  }

  .slider-center .search-container {
      display: none !important;
  }

  .baskan-mobil-wrap {
      gap: 20px !important;
      margin-bottom: 10px;
  }

  .baskan-mobil-link {
      display: block;
      flex-shrink: 0;
      width: 55px;
      height: 55px;
      position: relative;
      overflow: hidden;
      border-radius: 50%;
  }

  .baskan-mobil-wrap .baskan {
      width: 55px !important;
      height: 55px !important;
      border: 2px solid #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      display: block;
  }

  .slider-center .duyuru-ticker-wrapper {
      display: none !important;
  }

  .sliderBox .slider-menu{
      position:absolute;
      left:50%;
      bottom:0;
      top:auto;
      transform:translateX(-50%);
      width:100%;
      padding:5px 0;
      z-index:10;
  }
  
  #eislemler .modal-content{
      padding:0px;
  }
  
  .nomobile{
      display:none;
  }
  .nodesktop{
      display:block;
  }
  #eislemler span.close{
      width:65px;
  }
  
  .header {
  position: relative;
  }

  .slider-bottom {
      bottom: auto;
      position: relative;
      width: 100%;
  }


  .header .logoBox img.bayrak {
      width: 100%;
  }


  .header .lang a {
      font-size: 15px;
      font-weight: 600;
  }

  .eislemler {
      float: left;
  }

  .eislemobile {
      display: block;
      float: left !important;
      position: absolute;
      left: 0;
  }

  .header .navbar {
      height: 61px;
  }

  .navbar-light .navbar-toggler {
      margin-right: 15px;
      position:absolute;
      right:0;
  }


  .eislemler {
      font-size: 18px;
      font-weight: 800;
      background: #0000;
      color: #333;
      padding: 17px;
      font-weight: 600;
  }

  .header .logoBox img.logo {
      width: 90px;
      margin: 10px 0;
  }


  .header {
      position: relative;
      background: #d13636;
  }


  .header .lang {
      right: 5px;
  }


  #navbarNavDropdown {
      position: relative;
      top: 0;
      width: 100%;
  }


  .navbar-light .navbar-nav li {
      padding: 10px 15px;
      border-right: 0;
      border-bottom: 1px solid #eee;
      background: #fff;
      margin: 0;
  }

  .navbar-light .navbar-toggler {
      color: #eee;
      border-color: #eee;
  }

 .sliderBox .slider-right {
      display: none !important;
      height: 0 !important;
  }

  .slider-bottom .social {
      float: left;
      width: 100%;
      margin-bottom: 0;
      margin-left: 0;
      position: relative !important;
  }
  
  .slider-center input{
      width:100%;
      max-width:350px;
      padding-left:23px;
  }

  .sliderBox .slider .slick-slide img {
      height: auto;
  }

  .sliderBox .slick-slider, .sliderBox .slider .slick-list, .sliderBox .slider .slick-track {
      height: auto;
  }

  .sliderBox .slider-right img.img-style-3 {
      max-width: 150px;
      right: 20px;
      position: absolute;
  }


  .sliderBox .slider-right img.img-style-2 {
      margin-bottom: 6px;
      max-width: 100%;
      left: 10px;
      position: absolute;
  }


  .sliderBox .slider-right img.img-style-1 {
      position: absolute;
      right: auto;
      top: 187px;
      max-width: 167px;
      left: 10px;
  }


  .slider-right .button {
      width: 162.4px;
      height: 146.9px;
      margin: 0;
      background-color: #fff;
      position: absolute;
      right: 10px;
      top: 225px;
      padding: 15px;
      display: block;
      line-height: 34px;
  }

  .search {
      display: none;
  }

  .slider-bottom .newsBox {
      float: left;
      width: 100%;
  }

  .newsBox .right {
      float: left;
      display: inline-block;
      width: 100%;
      margin-top: 0;
  }


  .newsBox .news .img {
      display: none;
  }

  .newsBox .news .content {
      width: 100%;
  }

  .newsBox h5 {
      width: 100%;
      padding: 15px;
      height: auto;
      text-align: left;
      font-size: 17px;
  }


  .slider-bottom .arrow {
      margin-left: auto;
      margin-bottom: 0;
      z-index: 9;
      position: absolute;
      right: 7px;
      margin-top: -51px;
  }

  .newsBox .news .content {
      margin-top: 0;
  }


  .slider-bottom .social {
      margin: 30px 10px;
  }
  
  .mainhome footer {
      display: none;
      clear: both;
  }

  .home footer {
      display: block;
      clear: both;
  }

  .f-logo {
      display: none;
  }

  .iso {
      display: none;
  }


  .footer-sub ul {
      text-align: center !important;
      margin: 20px;
  }


  .footer-sub ul li {
      margin-left: 0;
      margin-right: 20px;
  }



  .breadcrumb span.style-9 {
      display: none;
  }

  .breadcrumb h2 {
      font-size: 24px;
  }

  .contact .contact-info .item {
      margin-bottom: 10px;
  }

  .navbar-light .navbar-nav li.dropdown-full {
      display: none;
  }

  .nav-item .dropdown-menu li a {
      padding: 5px 0px;
      background: #fff;
      margin: 0;
      border-bottom: 0 !important;
      font-weight: 600;
      font-size: 14px;
  }


  .danismanlarimiz span {
      margin: 0;
      display: block;
      margin-bottom: 30px;
  }


  .page .sidebar ul {
      margin-left: 0;
  }
  
  .baskanimiz-hakkinda .sidebar ul {
      margin-left: 0;
  }


  .baskanimiz-hakkinda {
      margin-top: 0;
      position: relative;
  }

  .baskanimiz-hakkinda img.profile {
      width: 100%;
      margin: 30px 0;
  }

  img.imza {
      margin: 20px 0;
  }

  .page .content {
      margin-top: 20px;
      margin-bottom: 55px;
  }
  
  .breadcrumb-li{
      display:none;
  }

  .site-bayrak{
      max-width: 100px !important;
  }

  .site-bayrak1{
    max-width: 100px !important;
  }

  .header .logoBox img.logo{
      margin-left: 6px !important;
  }
  .site-bayrak{
      top:0px;
  }
  .site-bayrak1{
    top:15px;
	max-width:93px !important;
    right:10%;
}


    .kirmizi-zemin {
        background-color: #dc3545; /* Bootstrap'in tehlike kırmızısı rengi, daha şık durur */
        padding: 5px 15px; /* İç boşluk (yukarı/aşağı 5px, sağ/sol 15px) */
        border-radius: 5px; /* Kenarları hafifçe yuvarlatır */
        box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Hafif bir gölge ekler */
    }

        /* Kırmızı zemin içindeki linklerin rengini beyaz yap */
        .kirmizi-zemin a.nav-link {
            color: white !important; /* !important ile diğer stilleri ezer */
        }

        /* Kırmızı zemin içindeki ayırıcı çizginin rengini beyaz yap */
        .kirmizi-zemin span {
            color: rgba(255, 255, 255, 0.7) !important;
        }

        /* Aktif olan dilin altındaki çizgiyi beyaz yap */
        .kirmizi-zemin a.border-bottom {
            border-color: white !important;
        }



}
/* Responsive Mobile*/


.minister-social li{
  padding-right: 5px;
}

.sidebar ul li:last-child{
  border-bottom: none !important;
}


.resize_this {
  position:relative;
  z-index:20;
  display: flex;
  align-items: center;
  gap: 4px;
}

.resize_this #resize_bigger,
.resize_this #resize_smaller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f8f9fa;
  font-size: 14px;
  line-height: 1;
}
.resize_this #resize_bigger:hover,
.resize_this #resize_smaller:hover {
  background: #e2e6ea;
  opacity: 0.85;
}

.content_detail{font-size:16px;}


.img_photo_zoom{
  overflow:hidden;
  width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1); transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1); transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1); 
}
.img_photo_zoom:hover{
  overflow: hidden;
  -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); 
}

.news-title{
  font-size:15px; font-family: 'Poppins', sans-serif; font-weight: 700;
}
.news-title:hover{
  color:#000;
}

.spot{
  font-size:16px;
  font-weight: 600;
}

.news_image_shadow{
  margin-right: 35px !important;
  margin-bottom: 25px; 
  border:1px solid #FFF; 
  box-shadow: 10px 10px 0px #999;
 -moz-box-shadow: 10px 10px 0px #999;
 -webkit-box-shadow: 10px 10px 0px #999;
 -khtml-box-shadow: 10px 10px 0px #999;
}

.breadcrumb-li {
  position:absolute;
  right:0;
  bottom:10px;
}
.breadcrumb-li li {
list-style-type: none;
display: inline-block;
color: #f8f8f8;
font-weight: 600;
font-size: 13px;
margin-right: 3px;
margin-left: 3px;
}

.breadcrumb-li li a {
display: inline-block;
color: #f8f8f8;
}

.breadcrumb-li li a:hover {
color: #f64848;
}

.breadcrumb-li li i {
display: inline-block;
font-size: 10px;
position: relative;
top: -1px;
}

.bottom-quick-menu{
  font-size:0.8rem;
}

.top-news{
  position:relative;
}

:root {
--space: 1.5rem;
--space-xs: calc(var(--space) / 3);
--space-sm: calc(var(--space) / 2);
--space-md: calc(var(--space) * 2);

--radius: 0.125rem;
}

.left-banner {
--offset: var(--space);
flex-grow: 1;
flex-basis: 300px;
align-self: start;
position: sticky;
top: var(--offset);
}

.page-link{
  color:#000;
}

.page-item.active .page-link{
  background-color: #000;
  border-color:#000;
}

.page-link:hover{
  color:#FFF;
  background-color: #000;
  border-color:#000;
}

#livesearch{
  position:absolute;
  top:77px;
  width:100%;
  background:rgba(255,255,255,.8);
  border-radius: 5px;
  max-height: 300px;
  overflow-y: scroll;
}



#livesearch::-webkit-scrollbar {
width: 5px;
}

/* Track */
#livesearch::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
#livesearch::-webkit-scrollbar-thumb {
background: #f64848; 
}

/* Handle on hover */
#livesearch::-webkit-scrollbar-thumb:hover {
background: #f64848; 
}

#livesearch a {
  font-size:12px;
  display:block;
  width:100%;
  padding:10px 30px;
  border-bottom: 1px solid #c1b3b3;
}

#livesearch a:hover{
  background: #ddd;
  color:#f64848;
}

#livesearch h3 {
  background:#f64848;
  font-size:12px;
  font-weight: bold;
  display:block;
  width:100%;
  padding:10px 30px;
  margin-bottom: 0px;
  color:#FFF;
}


.accordion-button:not(.collapsed){
  color:#FFF;
  background-color: #f64848;
}

@media (max-width: 1000px) {
  #livesearch{
    position:absolute;
    top:77px;
    width:70% !important;
    background:rgba(255,255,255,.8);
    border-radius: 5px;
    max-height: 300px;
    overflow-y: scroll;
  }
}


@media (min-width: 576px) {
	
  .m-sm-0 {
  margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
  margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
  margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
  margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
  margin-left: 0 !important; }
.m-sm-1 {
  margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
  margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
  margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
  margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
  margin-left: 0.25rem !important; }
.m-sm-2 {
  margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
  margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
  margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
  margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
  margin-left: 0.5rem !important; }
.m-sm-3 {
  margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
  margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
  margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
  margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
  margin-left: 1rem !important; }
.m-sm-4 {
  margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
  margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
  margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
  margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
  margin-left: 1.5rem !important; }
.m-sm-5 {
  margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
  margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
  margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
  margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
  margin-left: 3rem !important; }
.p-sm-0 {
  padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
  padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
  padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
  padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
  padding-left: 0 !important; }
.p-sm-1 {
  padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
  padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
  padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
  padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
  padding-left: 0.25rem !important; }
.p-sm-2 {
  padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
  padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
  padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
  padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
  padding-left: 0.5rem !important; }
.p-sm-3 {
  padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
  padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
  padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
  padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
  padding-left: 1rem !important; }
.p-sm-4 {
  padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
  padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
  padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
  padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
  padding-left: 1.5rem !important; }
.p-sm-5 {
  padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
  padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
  padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
  padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
  padding-left: 3rem !important; }
.m-sm-auto {
  margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
  margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
  margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
  margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
  margin-left: auto !important; } 
}

@media (min-width: 768px) {
	
.m-md-0 {
  margin: 0 !important; }
.mt-md-0,
.my-md-0 {
  margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
  margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
  margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
  margin-left: 0 !important; }
.m-md-1 {
  margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
  margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
  margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
  margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
  margin-left: 0.25rem !important; }
.m-md-2 {
  margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
  margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
  margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
  margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
  margin-left: 0.5rem !important; }
.m-md-3 {
  margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
  margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
  margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
  margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
  margin-left: 1rem !important; }
.m-md-4 {
  margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
  margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
  margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
  margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
  margin-left: 1.5rem !important; }
.m-md-5 {
  margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
  margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
  margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
  margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
  margin-left: 3rem !important; }
.p-md-0 {
  padding: 0 !important; }
.pt-md-0,
.py-md-0 {
  padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
  padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
  padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
  padding-left: 0 !important; }
.p-md-1 {
  padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
  padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
  padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
  padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
  padding-left: 0.25rem !important; }
.p-md-2 {
  padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
  padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
  padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
  padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
  padding-left: 0.5rem !important; }
.p-md-3 {
  padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
  padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
  padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
  padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
  padding-left: 1rem !important; }
.p-md-4 {
  padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
  padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
  padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
  padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
  padding-left: 1.5rem !important; }
.p-md-5 {
  padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
  padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
  padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
  padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
  padding-left: 3rem !important; }
.m-md-auto {
  margin: auto !important; }
.mt-md-auto,
.my-md-auto {
  margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
  margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
  margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
  margin-left: auto !important; } }

@media (min-width: 992px) {
.m-lg-0 {
  margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
  margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
  margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
  margin-left: 0 !important; }
.m-lg-1 {
  margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
  margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
  margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
  margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
  margin-left: 0.25rem !important; }
.m-lg-2 {
  margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
  margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
  margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
  margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
  margin-left: 0.5rem !important; }
.m-lg-3 {
  margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
  margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
  margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
  margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
  margin-left: 1rem !important; }
.m-lg-4 {
  margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
  margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
  margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
  margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
  margin-left: 1.5rem !important; }
.m-lg-5 {
  margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
  margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
  margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
  margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
  margin-left: 3rem !important; }
.p-lg-0 {
  padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
  padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
  padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
  padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
  padding-left: 0 !important; }
.p-lg-1 {
  padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
  padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
  padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
  padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
  padding-left: 0.25rem !important; }
.p-lg-2 {
  padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
  padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
  padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
  padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
  padding-left: 0.5rem !important; }
.p-lg-3 {
  padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
  padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
  padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
  padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
  padding-left: 1rem !important; }
.p-lg-4 {
  padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
  padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
  padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
  padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
  padding-left: 1.5rem !important; }
.p-lg-5 {
  padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
  padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
  padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
  padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
  padding-left: 3rem !important; }
.m-lg-auto {
  margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
  margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
  margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
  margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
  margin-left: auto !important; } }

@media (min-width: 1200px) {
.m-xl-0 {
  margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
  margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
  margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
  margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
  margin-left: 0 !important; }
.m-xl-1 {
  margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
  margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
  margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
  margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
  margin-left: 0.25rem !important; }
.m-xl-2 {
  margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
  margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
  margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
  margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
  margin-left: 0.5rem !important; }
.m-xl-3 {
  margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
  margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
  margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
  margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
  margin-left: 1rem !important; }
.m-xl-4 {
  margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
  margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
  margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
  margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
  margin-left: 1.5rem !important; }
.m-xl-5 {
  margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
  margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
  margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
  margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
  margin-left: 3rem !important; }
.p-xl-0 {
  padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
  padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
  padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
  padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
  padding-left: 0 !important; }
.p-xl-1 {
  padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
  padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
  padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
  padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
  padding-left: 0.25rem !important; }
.p-xl-2 {
  padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
  padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
  padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
  padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
  padding-left: 0.5rem !important; }
.p-xl-3 {
  padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
  padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
  padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
  padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
  padding-left: 1rem !important; }
.p-xl-4 {
  padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
  padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
  padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
  padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
  padding-left: 1.5rem !important; }
.p-xl-5 {
  padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
  padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
  padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
  padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
  padding-left: 3rem !important; }
.m-xl-auto {
  margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
  margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
  margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
  margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
  margin-left: auto !important; } }


.ratio-16x9{
background:transparent !important;
}

body {
  background-color: #e6e6e6;
}

.mainbox {
  background-color: #e6e6e6;
  margin: auto;
  height: 800px;
  width: 800px;
  position: relative;
}

  .err {
    color: #dd5227;
    font-family: 'Poppins', sans-serif;
    font-size: 11rem;
    position:absolute;
    left: 20%;
    top: 8%;
  }

.far {
  position: absolute;
  font-size: 8.5rem;
  left: 42%;
  top: 15%;
  color: #dd5227;
}

 .err2 {
    color: #dd5227;
    font-family: 'Poppins', sans-serif;
    font-size: 11rem;
    position:absolute;
    left: 68%;
    top: 8%;
  }

.msg {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    position:absolute;
    left: 16%;
    top: 45%;
    width: 75%;
  }
  
.icons {
	max-width:40px;
	filter: invert(100%);
	padding:5px;
}

.slider-menu div a img{
	max-width:40px;
	filter: invert(100%);
	padding:5px;
}

.slider-menu div a:hover img{
	filter: invert(34%) sepia(77%) saturate(1085%) hue-rotate(328deg) brightness(105%) contrast(94%);
}

.box img{
	max-width:50%;
	max-height:65px !important;
	filter: invert(34%) sepia(77%) saturate(1085%) hue-rotate(328deg) brightness(105%) contrast(94%);
}

.box1 img{
	max-width:50%;
	max-height:65px !important;
}

#eislemler .quick .box1{
  width: 100%;
  height: 145.9px;
  padding: 18.4px 3px 29.6px 12px;
  box-shadow: 0 14px 21px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#eislemler .quick .box1 span {
  font-size: 12px;
  font-weight: 600;
  color: #434343;
  display: block;
  margin: 25px 0 0;
  text-align: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f64848;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;  
  color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #faa9a9;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #faa9a9;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #faa9a9;
  border-top: none;
}

 .mvisits:hover{ 
  color : white !important} 

div#table{
  overflow-x: scroll;
  font-size: smaller;
  scrollbar-color: #faa9a9 white;
  scrollbar-width: thin;
}

.confined-table{
  width   : 100%;
  max-width: 100%;
}

/* scrollbars */
::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #faa9a9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #faa9a9;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 130px;
  height: 130px;
}

.img-zoom-result {
  /*set the size of the result div:*/
  width: 100%;
  height: 300px;
}

.searchList{
  margin-left:15px !important
}

.searchList li{
  list-style-type: square;
  padding-left:10px;
  padding-top:8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;

}

#popup_intro{
  display: none;
}


.kirmizi-zemin {
    background-color: #dc3545; /* Bootstrap'in tehlike kırmızısı rengi, daha şık durur */
    padding: 5px 15px; /* İç boşluk (yukarı/aşağı 5px, sağ/sol 15px) */
    border-radius: 5px; /* Kenarları hafifçe yuvarlatır */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Hafif bir gölge ekler */
}

    /* Kırmızı zemin içindeki linklerin rengini beyaz yap */
    .kirmizi-zemin a.nav-link {
        color: white !important; /* !important ile diğer stilleri ezer */
    }

    /* Kırmızı zemin içindeki ayırıcı çizginin rengini beyaz yap */
    .kirmizi-zemin span {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    /* Aktif olan dilin altındaki çizgiyi beyaz yap */
    .kirmizi-zemin a.border-bottom {
        border-color: white !important;
    }

/* Quick Search (Livesearch) Styles */
#livesearch {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 1000;
    max-height: 350px;
    overflow-y: auto;
}

.quick-search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-search-results li {
    border-bottom: 1px solid #eee;
}

.quick-search-results li:last-child {
    border-bottom: none;
}

.quick-search-results li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
}

.quick-search-results li a:hover {
    background-color: #f5f5f5;
}

.quick-search-results .search-type {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.quick-search-results .search-type.type-haber {
    background: #007bff;
    color: #fff;
}

.quick-search-results .search-type.type-duyuru {
    background: #ffc107;
    color: #212529;
}

.quick-search-results .search-type.type-etkinlik {
    background: #28a745;
    color: #fff;
}

.quick-search-results .search-type.type-sayfa {
    background: #6c757d;
    color: #fff;
}

.quick-search-results .search-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-search-empty {
    padding: 15px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.search-container {
    position: relative;
}

/* Son Haberler Slider + Grid Butonlar - sadece mobil */
.son-haberler-section {
    display: none;
}

.mobile-grid-buttons {
    display: none;
}

@media (max-width: 900px) {
    .son-haberler-section {
        display: block;
        background: #f5f5f5;
        padding: 10px 15px;
    }

    .mobile-grid-buttons {
        display: block;
        padding: 10px 0 20px;
        background: #f5f5f5;
    }
}

.son-haber-item a {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.son-haber-img {
    height: 280px;
    overflow: hidden;
}

.son-haber-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.son-haber-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 50px 15px 15px;
    color: #fff;
}

.son-haber-overlay h4 {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.son-haberler-slide .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
}

.son-haberler-slide .slick-dots li {
    margin: 0 4px;
}

.son-haberler-slide .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.son-haberler-slide .slick-dots li.slick-active button {
    background: #f64848;
    border-color: #f64848;
}

.son-haberler-slide .slick-prev,
.son-haberler-slide .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.7) !important;
    border: none;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

.son-haberler-slide .slick-prev { left: 10px; }
.son-haberler-slide .slick-next { right: 10px; }

.son-haberler-slide .slick-prev i,
.son-haberler-slide .slick-next i {
    font-size: 16px;
    color: #333;
}

.son-haberler-slide .slick-prev:after,
.son-haberler-slide .slick-next:after {
    display: none;
}

/* Grid Butonlar */
.grid-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(246, 72, 72, 0.9);
    color: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
}

.grid-btn:hover {
    background: rgba(246, 72, 72, 1);
    color: #fff;
}

.grid-btn i {
    margin-bottom: 8px;
}

.grid-btn span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ===== Mobile Header ===== */
.mobile-header {
    background: #d13636;
    padding: 0;
    position: relative;
    z-index: 100;
}

.mobile-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}

.mobile-header-top .logo {
    height: 45px;
    width: auto;
}

.mobile-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-header .navbar-toggler {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 4px 8px;
}

.mobile-header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
    width: 22px;
    height: 22px;
}

.mobile-search-bar {
    display: flex;
    align-items: center;
    padding: 0 15px 10px;
    gap: 8px;
}

.mobile-search-bar input {
    flex: 1;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 13px;
    outline: none;
    background: rgba(255,255,255,0.9);
    color: #333;
}

.mobile-search-bar input::placeholder {
    color: #999;
    font-size: 12px;
}

.mobile-search-btn {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
}

.mobile-search-btn:hover {
    background: rgba(255,255,255,0.35);
    color: #fff;
}

/* Duyuru Ticker */
.duyuru-ticker-wrapper {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    height: 34px;
    border-radius: 25px;
    margin-top: 8px;
    width: 700px;
    max-width: 100%;
}
.duyuru-ticker-label {
    background: #c62828;
    color: #fff;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 25px 0 0 25px;
    font-weight: 700;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.duyuru-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.duyuru-ticker-content {
    display: inline-flex;
    white-space: nowrap;
    animation: ticker-scroll 45s linear infinite;
    gap: 0;
    align-items: center;
    padding-left: 600px;
}
.duyuru-ticker-wrapper:hover .duyuru-ticker-content {
    animation-play-state: paused;
}
.duyuru-ticker-item {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0 10px;
    white-space: nowrap;
}
.duyuru-ticker-item:hover {
    color: #ffcdd2;
    text-decoration: underline;
}
.duyuru-ticker-sep {
    color: rgba(255,255,255,0.3);
    font-size: 11px;
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Mobile collapse menu */
#navbarNavDropdown {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid #eee;
}

.mobile-nav-list li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.mobile-nav-list li a:hover {
    background: #f5f5f5;
    color: #d13636;
}

.mobile-nav-list li a i {
    width: 25px;
    color: #d13636;
    margin-right: 8px;
}

