body.sorgu {
    background-image: url('../img/bg.jpg'); /* Görselin dosya yolunu ayarlayın */
    background-size: cover; /* Görseli kaplamak için cover kullanın */
    background-position: center; /* Görseli ortalamak için */
    background-repeat: no-repeat; /* Arka plan resminin tekrar etmesini engeller */
    width: 100%;
    height: 100vh; /* Sayfanın yüksekliği kadar alana yayın */
    z-index: -1;
}

/* body.sorgu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 !important;
    opacity: 0.6;
    z-index: -1;
} */

/* Tüm butonların rengini değiştir */
.btn, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FF2D16 !important;
    border-color: #FF2D16 !important;
    color: #ffffff !important;
}

/* Tüm linklerin rengini değiştir */
a {
    color: #FF2D16 !important;
    text-decoration: none !important;
}

.nav-link {
    color: #ffffff !important;
}

/* SplideJS */
.splide__slide img {
    width: 100%;
    height: auto;
}

/* Split Slider Customization */
.splide__arrow {
    background: #FF2D16 !important;
    opacity: 1 !important;
    width: 3em !important;
    height: 3em !important;
}

.splide__arrow svg {
    fill: #fff !important;
}

.tab-content {
    padding-bottom: 50px;
}