




.link-box._product{
text-align:right;
}


.services-list li span{
    font-size: 14px;
    color:black;
}

.mod-website-services {
    text-align: center;
    padding: 20px;
    background: url('../img/bg-services-small.jpg') no-repeat 50% 50%;
    background-size: cover
}

@media screen and (min-width: 700px) {
    .mod-website-services {
        background-image:url('../img/bg-services-medium.jpg')
    }
}

@media screen and (min-width: 1000px) {
    .mod-website-services {
        background-image:url('../img/bg-services-big.jpg')
    }
}

.mod-website-services:after,.mod-website-services:before {
    content: " ";
    display: table;
    clear: both
}

.mod-website-services h2 .title,.mod-website-services h2 .subtitle {
    display: block
}

.mod-website-services h2 .subtitle {
    color: #666;
}

.mod-website-services .services-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.mod-website-services .services-list li {
    display: inline-block;
    margin: 0 10px 20px;
    width: 140px;
    vertical-align: top
}

@media only screen and (max-width: 767px) {
    .mod-website-services .services-list li {
        width:80px
    }
}

.mod-website-services .services-list i {
    border: 5px solid #cccccc;
    border-radius: 50%;
    background: #fff;
    font-size: 56px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 0 10px;
    color:#1c6abe
}

@media only screen and (max-width: 767px) {
    .mod-website-services .services-list i {
        font-size:30px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        border-width: 2px;
        text-align: center
    }
}


.mod-website-services .services-list span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

@media only screen and (max-width: 767px) {
    .mod-website-services .services-list span {
        font-size:10px
    }
}











/* =========================
   GÜNÜN BALIĞI – FULL GÖRSEL
   ========================= */

/* Yazılar için siyah dış hat (outline) */
.dailyfish-full__title,
.dailyfish-full__name {
    -webkit-text-stroke: 1.2px rgba(0,0,0,.85);
    text-stroke: 1.2px rgba(0,0,0,.85);
    paint-order: stroke fill;
}


.dailyfish-full {
    width: 100%;
    margin: 40px 0 16px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.dailyfish-full__bg {
    position: relative;
    width: 100%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Koyu overlay (yazı okunurluğu için) */
.dailyfish-full__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0,0,0,.55), rgba(0,0,0,.35), rgba(0,0,0,.55) );
}

/* Yazılar + ikon */
.dailyfish-full__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 26px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #fff;
}

    /* İKON */
    .dailyfish-full__content i {
        font-size: 28px;
        opacity: .9;
    }

/* "Günün Balığı" */
.dailyfish-full__title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}

/* Balık adı */
.dailyfish-full__name {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .5px;
}

/* MASAÜSTÜ */
@media (min-width: 992px) {
    .dailyfish-full__bg {
        min-height: 340px;
    }

    .dailyfish-full__name {
        font-size: 44px;
    }

    .dailyfish-full__title {
        font-size: 20px;
    }
}

/* MOBİL */
@media (max-width: 767px) {
    .dailyfish-full__bg {
        min-height: 240px;
    }

    .dailyfish-full__name {
        font-size: 30px;
    }

    .dailyfish-full__title {
        font-size: 16px;
    }

    .dailyfish-full__content i {
        font-size: 24px;
    }
}
