@media (min-width: 768px) {
    .sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
        padding: 16px 12px;
        background: none;
        background-image: none;
        color: #fff;
    }
}

.sm-blue a, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
    padding: 16px 12px;
    background: none !important;
    background-image: none !important;

    font-family: Roboto, sans-serif !important;


   /* line-height: 28px;*/
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
.sm-blue a, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover{
    /*line-height: 28px;*/
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: Roboto, sans-serif !important;
    text-decoration: none;
    color: #cbd8e6 !important;
}
@media (min-width: 768px) {
    .sm-blue {
        background: none !important;
        background-image: none !important;
       /* border-radius: 8px;*/
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    }
}
.sm-blue ul a, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
    background: 0 0;
    color: #102a36 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-shadow: none;
    border-left: none !important;
    line-height: 15px !important;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;*/
}
.sm-blue ul a, .sm-blue ul a:hover {
 /*   font-weight: 400 !important;
    line-height: 15px !important;*/
/*    background-color: #d2d2d2 !important;
    background: #e0e0e0 !important;*/
}
.has-submenu span {
    display: none;
}
.mega-grid > li > a span {
    display: inline !important;
}
    .sm-blue ul a .sub-arrow {
        border-color: transparent transparent transparent #696868;
    }
.sm-blue ul li, .sm-blue ul li:hover{
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.sm-blue ul li:last-child{
    border-bottom: none !important;
}

.sm-blue > li > ul > li > a span{
    display: inline !important;
}

.marke{
    height: 45px !important;
}
.mkse{
    font-size: 14px !important;
    font-weight: 400 !important;
}
@media (min-width: 768px) {
    .sm-blue>li {
        border-left: none !important;
    }
}
.sm-blue{
    text-decoration: none !important;
    transition: none !important;
    transform: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
        /*text-transform: uppercase !important;*/
}
.sm-blue a:hover {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff !important;
    color: #182958 !important;
    font-weight: bold;
}
.sm-blue > a {
    color: #494949 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}
/*.mega-grid > li > a {
    color: #494949 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.mega-grid > li > a {
    color: #494949 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
}*/
.sm-blue > li > a {
    display: block !important;
    z-index: 10001 !important;
}
.sm-blue ul a::before, .sm-blue ul a:hover {
    background: #e9e9e9 !important;
/*    background-color: #ffffff !important;
    color: #182958 !important;
    font-weight: bold !important;*/
}

.sm-blue>li:first-child>:not(ul) a, .sm-blue>li:first-child>a {
    border-radius: 0 !important;
}
.sm-blue>li:last-child>:not(ul) a, .sm-blue>li:last-child>a {
    border-radius: 0 !important;
}
/*
.stat:active:nth-child(1) {
    border-color: #085bcd !important;
    color: #085bcd !important;
    background-color: red !important;
}
.stat:active:nth-child(2) {
    border-color: #085bcd !important;
    color: #085bcd !important;
    background-color: red !important;
}*/
.bct::after{
  content: none !important;
}

.accordion {
    max-width: 600px;
    margin: 0 auto;
}

/* Accordion Başlıkları */
.accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.accordion-header {
    background-color: #2c3e50;
    color: white;
    padding: 8px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;

}

.accordion-header:hover {
    background-color: #4f6581;
}

.accordion-header::after {
    content: '+';
    font-size: 14px;
    transition: transform 0.3s;
}

.accordion-item.active .accordion-header::after {
    content: '-';
}

/* Accordion İçeriği */
.accordion-content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    max-height: 200px; /* İçeriğe göre ayarlayın */
}

.accordion-content-inner {
    padding: 20px;
}

.accordion-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion-content li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.accordion-content li:last-child {
    border-bottom: none;
}

.accordion-content li {
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    padding-left: 35px;
}

.accordion-content li::before {
    content: '●';
    position: absolute;
    left: 15px;
    color: #2c3e50;
}

/* Seçili öğe stili */
.accordion-content li.selected {
    background-color: #e1f5fe;
    color: #0277bd;
    font-weight: bold;
}

.accordion-content li.selected::before {
    color: #0277bd;
}

.accordion-content li:hover {
    background-color: #f5f5f5;
}



/*.accordion-content li::before {
    content: '\f138'; !* Font Awesome ok ikonu kodu *!
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 10px;
    color: #2c3e50;
}*/

.stats-container {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Menü Öğeleri */
.marke {
    cursor: pointer;
    transition: all 0.3s ease;
}

.marke::before {
    content: '';
    background-color: #2c3e50;
}

/* Seçili Menü Öğesi Stili */
.marke:nth-child(1).selected {
    border-color: #085bcd;
    background-color: #085bcd;
    color: white !important;
}

.marke:nth-child(1).selected .stat-label > .mkse {
    color: white !important;
}

.marke:nth-child(2).selected {
    border-color: #9c27b0;
    background-color: #9c27b0;
    color: white !important;
}
.marke:nth-child(2).selected .stat-label > .mkse {
    color: white !important;
}


.marke:nth-child(3).selected {
    border-color: #12613d;
    background-color: #198754;
    color: white !important;
}
.marke:nth-child(3).selected .stat-label > .mkse {
    color: white !important;
}


.marke:nth-child(4).selected {
    border-color: #af2a36;
    background-color: #af2a36;
    color: white !important;
}
.marke:nth-child(4).selected .stat-label > .mkse {
    color: white !important;
}

.marke:nth-child(5).selected {
    border-color: #58aede;
    background-color: #58aede;
    color: white !important;
}
.marke:nth-child(5).selected .stat-label > .mkse {
    color: white !important;
}


.marke.selected::before {
    background-color: #0277bd;
    color: white;
}

/* Hover Efekti */
.marke:hover {
    background-color: #f5f5f5;
}

/* İçerik Alanı */
.content-area {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.content-placeholder {
    color: #888;
}
.mkse {
    color: black;
}
.mkse:hover, .mkse.selected::before, .mkse.selected, .mkse:focus, .mkse:active {
    color: white !important;
}
.kurumsal-baslik {
    text-align: center;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    margin-top:33px;
    margin-bottom: 0;
}

.kurumsal-baslik h1 {
    font-size: 2rem;
    color: #182958;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2) !important;
}

.kurumsal-baslik .alt-baslik {
    margin-top: 3px;
    font-size: 1.8rem;
    color: #ee7003;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2) !important;
}

.kurumsal-baslik .alt-baslik::before,
.kurumsal-baslik .alt-baslik::after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #182958;
    position: absolute;
    top: 50%;
}

.kurumsal-baslik .alt-baslik::before {
    left: -60px;
}

.kurumsal-baslik .alt-baslik::after {
    right: -60px;
}
.stat-icon img {
    width: 100% !important;
    height: 30px !important;
    transition: filter 0.3s ease;
}
.stats-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.shadow-inset-bottom {
    -webkit-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
}


.video-container {
    width: 100%;
    height: 100%;
    max-height: 450px !important; /* isteğe göre ayarla */
    aspect-ratio: 16/9; /* oran sabitlemek istersen */
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: 2.5rem !important;
}

/*.stat-icon {
    margin-bottom: -10px !important;
    margin-top: -20px !important;
}*/
.stat-label > a{
    font-size: 12px !important;
    font-weight: 500;
    color: #566085
}