﻿.section-before {
    position: relative
}
.blog-single .blog-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.blog-inner-list ul li:before {
    content: "\f00c";
    font-family: var(--icon-font);
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
}
.blog-single .blog-content {
    padding: 5px !important;
    border-top: none;
}
.blog-details .blog-title {
    line-height: 1.2;
    font-size: 40px;
    margin: 25px 0 25px 0;
}
.blog-details .blog-titles {
    line-height: 1.2;
    font-size: 34px;
    margin: 0 0 15px 0;
}
p {
    font-family: var(--para-font);
    margin: 0 0 18px 0;
    color: #000000;
    line-height: 1.625;
    font-size: 18px;
}
.etkinbuton {
    text-align: center;
    margin-top: 55px;
}
#dahaFazlaBtn {
    background: linear-gradient(135deg, #d63384, #6f42c1);
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(111, 66, 193, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.hit {
    font-size: 18px !important;
    color: #b33196 !important;
}
#dahaFazlaBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(214, 51, 132, 0.4);
}

#loader {
    font-size: 16px;
    color: #6f42c1;
    display: none;
    margin-top: 10px;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}
.img-box-3 {
    position: relative;
    display: inline-block;
    width: 100% !important;
}
img.w-100 {
    border-radius: 30px;
}
.play-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    border: 2px solid;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    background-color: var(--theme-color);
}
.blog-author{
    padding:40px
}
.media-body {
    flex: 1;
    margin-top: -15px !important;
}
@media (max-width: 767px) {
    #BlokList, .title-area {
        padding: 20px
    }
    .play-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
        .play-btn > i {
            color: var(--white-color);
            position: relative;
            z-index: 2;
            text-align: center;
            font-size: 32px;
            top: -10px !important;
            border-radius: inherit;
            transition: all ease 0.4s;
        }
        .mp-20{
            padding: 20px 0 20px 0
        }
        .p-all-25 {
            padding:25px !important
        }
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive .comparison-table {
        min-width: 600px;
    }
.comparison-section {
    max-width: 1250px;
    margin: 40px auto;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
}

    .comparison-section h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .comparison-table th,
    .comparison-table td {
        border: 1px solid #ccc;
        padding: 12px 16px;
        text-align: left;
    }

    .comparison-table thead {
        background-color: #f5f5f5;
    }

    .comparison-table th {
        font-weight: 600;
        font-size: 16px;
    }

    .comparison-table td {
        font-size: 15px;
        line-height: 1.5;
    }

@media screen and (max-width: 768px) {
    .comparison-table {
        font-size: 14px;
    }

    .comparison-section h2 {
        font-size: 20px;
    }
}
@media (min-width: 576px) {
    .col-sm-12 {
        width: 100%;
        margin: 0;
    }
}
.tureds-boxs {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 20px 0 0;
    padding: 20px;
    border-radius:30px;
    border: 1px solid #e1e1e1;
    height: auto
}
.blog-list h5{
    font-size:15px;
}
#searchResults p{
    text-align:center;
    margin-top:20px;
    font-size:15px;
}