@charset "UTF-8";

@font-face {
    font-family: Playerfair;
    font-weight: 400;
    src: url(/font/PlayfairDisplay-Regular.woff2) format("woff2"), url(/font/PlayfairDisplay-Regular.ttf) format("truetype"), url(/font/PlayfairDisplay-Regular.woff) format("woff"), url(/font/PlayfairDisplay-Regular.svg#Poppins) format("svg");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Playerfair;
    font-weight: 700;
    src: url(/font/PlayfairDisplay-Bold.woff2) format("woff2"), url(/font/PlayfairDisplay-Bold.ttf) format("truetype"), url(/font/PlayfairDisplay-Bold.woff) format("woff"), url(/font/PlayerfairDisplay-Bold.svg#Poppins) format("svg");
    font-style: normal;
    font-display: swap
}

.slider-2 .swiper-slide {
    width: 100%
}

.slider-2 .swiper-slide .image-wrapper {
    padding-bottom: 56.2%
}

.slider-2 .swiper-slide .title-1 {
    padding: .2rem 1rem;
    font-size: 3.5rem
}

@media (max-width: 1600px) {
    .slider-2 .swiper-slide .title-1 {
        font-size: 2.7rem
    }
}

.slider-2 .swiper-slide .title-2 {
    font-size: 4.4rem;
    margin-left: 1rem;
    line-height: 1.4;
    display: inline;
    background: #000;
    color: #fff;
    padding: .2rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 1rem 0 0 #000, -1rem 0 0 #000;
    -moz-box-shadow: 1rem 0 0 #000, -1rem 0 0 #000;
    box-shadow: 1rem 0 0 #000, -1rem 0 0 #000
}

@media (max-width: 1600px) {
    .slider-2 .swiper-slide .title-2 {
        font-size: 3.6rem
    }
}

.slider-2 .slider-pagination ul li {
    margin-right: 16px
}

.slider-2 .slider-pagination img {
    height: 6rem;
    min-width: 9rem;
    max-width: 9rem
}

@media (max-width: 1600px) {
    .slider-2 .slider-pagination img {
        height: 6rem;
        min-width: 9rem;
        max-width: 9rem
    }
}

@media (max-width: 768px) {
    .yazarlarTumunuGor {
        display: none;
    }

    .detayGorselMobil {
        width: 33rem;
        height: auto;
    }

}

.slider-2 .slider-pagination li img {
    border: 4px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.slider-2 .slider-pagination li.active img {
    border: 4px solid #e60000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.main-home .image-wrapper {
    padding-bottom: 70%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.main-home .swiper-button-next.swiper-button-disabled,
.main-home .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: inherit
}

.main-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-home .mySwiper2 .image-wrapper {
    position: relative
}

.main-home .mySwiper2 .image-wrapper::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.35%, rgba(0, 0, 0, 0)), color-stop(102.69%, #000), color-stop(102.69%, #d9d9d9));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%)
}

.main-home .mySwiper2 .sliderText {
    position: absolute;
    bottom: 120px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #e1182d;
    padding: 0 10px;
    max-width: max-content;
    z-index: 2
}

.main-home .mySwiper2 .sliderText .title1 {
    background: #e1182d;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px
}

.main-home .mySwiper2 .sliderText .title2 {
    /* line-height: 50px; */
    font-family: Poppins;
    font-weight: 700;
    font-size: 17px;
    overflow: visible;

}

.main-home .mySwiper2 .s-pagination li img {
    border: 4px solid transparent;
    width: 90px;
    height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.main-home .mySwiper2 .s-pagination li.active img {
    border: 4px solid red
}

.main-home .mySwiper2 .swiperBtnArea {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 15px;
    background: #000;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px
}

.main-home .mySwiper2 .swiperBtnArea ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-home .mySwiper2 .swiperBtnArea ul li {
    margin-right: 8px
}

.main-home .mySwiper2 .swiperBtnArea ul li:last-child {
    margin-right: 0
}

.main-home .mySwiper2 .swiperBtnArea .icon {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -21px
}

.main-home .mySwiper2 .swiperBtnArea .icon.icon-left-arrow-line {
    left: 10px
}

.main-home .mySwiper2 .swiperBtnArea .icon.icon-right-arrow-line {
    right: 10px
}

.main-home .mySwiper2 .swiper-pagination {
    display: none
}

.mySwiper3 {
    height: 605px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px
}

.mySwiper3 .swiper-pagination {
    display: none
}

.mySwiper3 .swiper-wrapper .swiper-slide.gradient2::before {
    height: 80%;
    bottom: 0
}

.mySwiper3 .swiper-wrapper .swiper-slide .sliderText {
    position: absolute;
    bottom: 110px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 530px
}

.mySwiper3 .swiper-wrapper .swiper-slide .sliderText .title1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 107%;
    text-align: center;
    color: #fff;
    background: #e1182d;
    padding: 10px;
    display: inline-block;
    margin: 0 auto 10px auto
}

.mySwiper3 .swiper-wrapper .swiper-slide .sliderText .title2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .075);
    color: #fff
}

.mySwiper3 .image-wrapper {
    padding-bottom: 78.9%
}

.mySwiper3 .s-pagination li img {
    border: 4px solid transparent;
    width: 60px;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.mySwiper3 .s-pagination li.active img {
    border: 4px solid red
}

.mySwiper3 .swiperBtnArea {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #000;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px
}

.mySwiper3 .swiperBtnArea ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mySwiper3 .swiperBtnArea ul li {
    margin-right: 8px
}

.mySwiper3 .swiperBtnArea ul li:last-child {
    margin-right: 0
}

.mySwiper3 .swiperBtnArea .icon {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px
}

.mySwiper3 .swiperBtnArea .icon.icon-left-arrow-line {
    left: 10px
}

.mySwiper3 .swiperBtnArea .icon.icon-right-arrow-line {
    right: 10px
}

.twoSliderArea .image-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.twoSliderArea .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.twoSliderArea .mySwiper3 .swiper-slide-thumb-active img {
    border: 4px solid red
}

.twoSliderArea .mySwiper4 .image-wrapper {
    padding-bottom: 80%;
    position: relative
}

.twoSliderArea .mySwiper4 .image-wrapper::before {
    position: absolute;
    content: "";
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.35%, rgba(0, 0, 0, 0)), color-stop(102.69%, #000), color-stop(102.69%, #d9d9d9));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%)
}

.twoSliderArea .mySwiper4 .sliderText {
    position: absolute;
    bottom: 105px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 530px;
    z-index: 3
}

.twoSliderArea .mySwiper4 .sliderText .title1 {
    background: #e1182d;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px
}

.twoSliderArea .mySwiper4 .sliderText .title2 {
    font-weight: 700;
    font-size: 52px
}

.twoSliderArea .sliders5 .image-wrapper {
    padding-bottom: 55.7rem
}

.twoSliderArea .sliders5 .headline-text-area {
    bottom: 0
}

.twoSliderArea .sliders5 .headline-text-area h3 {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .075);
    padding: 0 14px;
    font-weight: 700;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}

.twoSliderArea .sliders5 .s-pagination {
    background: #ededef;
    border-color: #ededef;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    padding: 11px 0
}

.twoSliderArea .sliders5 .s-pagination li {
    background: #ededef;
    border: 1px solid #b7b9be;
    text-align: center;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 14px
}

.twoSliderArea .sliders5 .s-pagination li.active {
    background: #e1182d;
    border-color: #e1182d
}

.twoSliderArea .sliders5 .s-pagination li.active a {
    color: #fff
}

.twoSliderArea .sliders5 .s-pagination li:last-child {
    margin-right: 0
}

.twoSliderArea .sliders5 .s-pagination li a {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #80848d;
    font-weight: 600
}



.main-home .swiperBtnArea .swiper-button-next,
.main-home .swiperBtnArea .swiper-button-prev {
    color: #fff
}

.main-home .swiperBtnArea .swiper-button-next:after,
.main-home .swiperBtnArea .swiper-button-prev:after {
    font-size: 26px
}

.gradient2::before {
    height: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    z-index: 1
}

.slider-1 .swiper-slide {
    width: 100%
}

.slider-1 .swiper-slide .image-wrapper {
    padding-bottom: 44.2%
}

.slider-1 .swiper-slide .title {
    background-color: rgba(0, 0, 0, .5);
    font-size: 4rem;
    width: 54rem
}

.slider-1 .slider-pagination li:not(:last-child) {
    border-right: .1rem solid #303030
}

.slider-1 .slider-pagination li .title {
    height: 5.4rem;
    overflow: hidden
}

.slider-1 .slider-pagination li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: .4rem solid #e60000;
    z-index: 1
}

.slider-1 .slider-pagination img {
    height: 4.6rem;
    max-width: 4.6rem;
    min-width: 4.6rem
}

.slider-1 .slider-pagination .title {
    overflow: hidden
}

.newsBox .boxItem {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.newsBox .boxItem .boxImages img {
    height: 14rem;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.newsBox .boxItem .boxText {
    padding: 15px 10px
}

.newsBox .boxItem .boxText .smallTitle {
    color: #f44336
}

.newsBox.listBox .boxText {
    min-height: 111px
}

.twoBox .gradient2::before {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.35%, rgba(0, 0, 0, 0)), color-stop(102.69%, #000), color-stop(102.69%, #d9d9d9));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.35%, #000 102.69%, #d9d9d9 102.69%)
}

.twoBox .twoBoxItem img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.twoBox .twoBoxItem .category {
    left: 18px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 0;
    top: 15px;
    width: 100px;
    text-align: center
}

.twoBox .twoBoxItem .category.spor {
    background: #41824a
}

.twoBox .twoBoxItem .category.magazin {
    background: #dd1169
}

.twoBox .twoBoxItem .newsDate {
    top: 20px;
    right: 18px;
    color: rgba(255, 255, 255, .7)
}

.twoBox .twoBoxItem .twoBoxTitle {
    bottom: 30px;
    color: #fff;
    left: 18px;
    right: 18px
}

.writers .swiper {
    width: 100%;
    height: auto;
    padding: 8px
}

.writers .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative
}

.writers .swiper-slide .cardsItemArea {
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 17px
}

.writers .swiper-slide .cardsItemArea .playerLeft {
    margin-right: 18px
}

.writers .swiper-slide .cardsItemArea .playerLeft .image {
    width: 10.5rem;
    min-width: 10.5rem;
    height: 10.5rem;
    border: .3rem solid #d0011b;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
    background: #d0011b
}

.writers .swiper-slide .cardsItemArea .playerLeft .image img {
    width: 100%
}

.writers .swiper-slide .cardsItemArea .description .playerTeam h2 {
    color: #e1182d;
    margin-bottom: 5px
}

.writers .swiper-slide .cardsItemArea .description .playerTeam p {
    color: #4a4f5c;
    line-height: 22px
}

.multimediaTumunugor {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #80848d;
    position: absolute;
    bottom: 7px;
    right: 17px
}

.writers .writersTitleArea {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.writers .writersTitleArea .titleWriters {
    font-size: 28px;
    line-height: 42px;
    color: #e1182d;
    margin-right: 18px;
    display: block;
    font-weight: 900
}

.writers .writersTitleArea .weitersLine {
    width: 50%;
    height: 3px;
    background: #e1182d
}

.writers .swiper-button-next img,
.writers .swiper-button-prev img {
    width: 25px
}

.writers .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.writers .swiper-button-next:after,
.writers .swiper-rtl .swiper-button-prev:after {
    display: none
}

.writers .swiper-button-prev:after,
.writers .swiper-rtl .swiper-button-next:after {
    display: none
}

.writers .swiper-button-next {
    right: 0
}

.writers .swiper-button-prev {
    left: 0
}

.yerliTv {
    padding-top: 22px;
    background: #000;
    padding-bottom: 40px
}

.yerliTv .yerliTvTitle {
    margin-bottom: 10px
}

.yerliTv .yerliTvTitle h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    color: #e1182d
}

.yerliTv .swiper-button-next:after,
.yerliTv .swiper-button-prev:after {
    color: #fff;
    zoom: .6
}

.yerliTv .swiper-button-next.swiper-button-disabled,
.yerliTv .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: inherit
}

.yerliTv .s-pagination {
    margin-top: 35px
}

.yerliTv .s-pagination li {
    width: 40px;
    height: 40px;
    background: 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.yerliTv .s-pagination li.active {
    background: #e1182d
}

.yerliTv .s-pagination li a {
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.yerliTv .image-wrapper {
    background-color: transparent;
    padding-bottom: 55.9%
}

.yerliTv .image-wrapper img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.yerliTv .yerliTvListArea {
    max-height: 490px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn {
    border: 1px solid #80848d;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding-top: 15px;
    overflow: auto;
    height: 490px;
    padding-right: 5px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn::-webkit-scrollbar {
    width: 10px;
    height: 90%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    left: 15px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn::-webkit-scrollbar-thumb {
    background: #4a4f5c;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn::-webkit-scrollbar-thumb:hover {
    background: #4a4f5c
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn::-webkit-scrollbar-track {
    background: #80848d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 0 #80848d;
    box-shadow: inset 0 0 0 0 #80848d
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem {
    margin-bottom: 25px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem:hover {
    background: rgba(247, 8, 1, .12);
    position: relative
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem:hover::before {
    content: "";
    position: absolute;
    left: 5px;
    background: url(@themeAsset('images/Polygon.png'));
    top: 50%;
    width: 11px;
    height: 13px;
    margin-top: -6.5px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem .time {
    bottom: 5px;
    right: 21px;
    font-size: 11px;
    line-height: 150%;
    color: #fff;
    position: absolute;
    background: #000;
    padding: 1px 6px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 23px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem a img {
    margin-right: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.yerliTv .yerliTvListArea .yerliTvListAreaIn .yerliTvListItem a p {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.mixedNews .mixedNewsList .mixedNewsListItem {
    border: 1px solid #ededef;


    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px
}

.mixedNews .mixedNewsList .mixedNewsListItem img {
    object-fit: cover;
    width: 180px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right: 20px;
    min-height: 144px;
    max-height: 144px
}

.mixedNews .mixedNewsList .mixedNewsListItem .titleAndDescription {
    padding-right: 5px
}

.mixedNews .mixedNewsList .mixedNewsListItem .titleAndDescription h3 {
    line-height: 20px;
    color: #4a4f5c;
    margin-bottom: 3px
}

.mixedNews .mixedNewsList .mixedNewsListItem .titleAndDescription p {
    line-height: 20px;
    color: #4a4f5c
}

.mixedNews .boxItem {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px
}

.mixedNews .boxItem .boxImages img {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.mixedNews .boxItem .boxText {
    padding: 10px 10px 15px 10px;
    height: 150px;
    overflow: hidden
}

.mixedNews .boxItem .boxText .smallDescription {
    margin-bottom: 10px;
    line-height: 22px;
    color: #4a4f5c
}

.mixedNews .boxItem .boxText p {
    line-height: 150%;
    color: #4a4f5c
}

.mixedNews.listBox .boxText {
    min-height: 111px
}

.author .author-slider:hover .slider-arrow {
    display: block
}

.author .author-slider:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: .4rem solid #000
}

.author img {
    height: 12.6rem
}

.author .title {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    margin-bottom: 5px
}

.last-news .main {
    margin-bottom: 1.2rem;
    padding-bottom: 2.4rem;
    border-bottom: .1rem solid #e0e0e0
}

.last-news li {
    height: 6.7rem
}

.last-news .header h3 {
    border-bottom: .1rem solid #000
}

.section-acik-gorus .header {
    padding-top: 2.4rem
}

.section-video .icon-video {
    opacity: .5
}

.section-video .image-7 .icon-video {
    font-size: 17rem
}

.section-video .header {
    padding-top: 2.4rem
}

.section-economy .exchange {
    border-bottom: .1rem solid #e0e0e0
}

.section-military .container.extra {
    background-position: top center
}

.section-military .header {
    padding-top: 2.4rem;
    line-height: 4.4rem
}

.section-military .military-logo-1 {
    font-size: 4.9rem
}

.section-military .military-logo-2 {
    font-size: 3.3rem
}

.section-military .military-logo-3 {
    font-size: 5.9rem
}

.section-ssk .author-ssk {
    height: 11.6rem
}

.writerPosts {
    font-size: 12px !important;
    left: 140px;
    bottom: 70px !important;
    text-decoration: none !important;
}

.cbh-phone {
    display: block;
    position: fixed;
    right: -50px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: 1 !important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(/wpp-icon.png);
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
}

.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}

.kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
}

.isFixed {
    margin-top: 15px;
    margin-bottom: 0px !important;
    position: fixed;
    top: -15px;
    z-index: 9999;
    overflow: visible !important;
}

.isFixed:after {
    position: absolute;
    background: rgba(234, 237, 245, 0.75);
    content: '';
    top: 0;
    left: -100%;
    width: 100000px;
    height: 108%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.inline-image-popup_content {
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

/* Custom Added Category & Header Styles */
.category-block-custom {
    padding-top: 20px;
}

.cat-custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
}

.cat-custom-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cat-custom-title-text {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.cat-custom-see-all {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cat-custom-row {
    margin: 0 -10px;
}

.cat-custom-col {
    padding: 10px;
}

.cat-custom-news-card {
    display: block;
    text-decoration: none;
}

.cat-custom-img-wrapper {
    background: #f8fafc;
    border-radius: 12px;
    height: 190px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.cat-custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cat-custom-news-card:hover .cat-custom-img {
    transform: scale(1.1);
}

.cat-custom-news-title {
    color: #334155;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Spor Variations */
.cat-custom-indicator-spor {
    width: 8px;
    height: 28px;
    background: #27ae60;
    border-radius: 4px;
}

.cat-custom-see-all-spor {
    color: #27ae60;
}

.cat-custom-news-card-spor:hover .cat-custom-news-title {
    color: #27ae60 !important;
}

/* Gundem Variations */
.cat-custom-indicator-gundem {
    width: 8px;
    height: 28px;
    background: #e67e22;
    border-radius: 4px;
}

.cat-custom-see-all-gundem {
    color: #e67e22;
}

.cat-custom-news-card-gundem:hover .cat-custom-news-title {
    color: #e67e22 !important;
}

/* Siyaset Variations */
.cat-custom-indicator-siyaset {
    width: 8px;
    height: 28px;
    background: #262626;
    border-radius: 4px;
}

.cat-custom-see-all-siyaset {
    color: #262626;
}

.cat-custom-news-card-siyaset:hover .cat-custom-news-title {
    color: #262626 !important;
}

/* Teknoloji Variations */
.cat-custom-indicator-teknoloji {
    width: 8px;
    height: 28px;
    background: #3498db;
    border-radius: 4px;
}

.cat-custom-see-all-teknoloji {
    color: #3498db;
}

.cat-custom-news-card-teknoloji:hover .cat-custom-news-title {
    color: #3498db !important;
}

/* Sağlık Variations */
.cat-custom-indicator-saglik {
    width: 8px;
    height: 28px;
    background: #27ae60;
    border-radius: 4px;
}

.cat-custom-see-all-saglik {
    color: #27ae60;
}

.cat-custom-news-card-saglik:hover .cat-custom-news-title {
    color: #27ae60 !important;
}

/* Slogan Header */
.custom-header-slogan-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header-slogan-img {
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
}

/* Sub Head Specific (Quick Nav Cards & Gallery Badges) */
.sub-head-mt {
    margin-top: 20px;
}

.quick-nav-cards-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quick-nav-card {
    position: relative;
    flex: 1;
    min-width: 15%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-decoration: none !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease;
}

@media (max-width: 768px) {
    .quick-nav-card {
        min-width: 45%;
        min-height: 70px;
        margin-bottom: 5px;
    }
}

.quick-nav-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(225, 24, 45, 0.4);
}

.quick-nav-card:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=400&h=150&fit=crop');
}

.quick-nav-card:nth-child(1):hover {
    background-image: linear-gradient(rgba(225, 24, 45, 0.8), rgba(225, 24, 45, 0.8)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=400&h=150&fit=crop') !important;
}

.quick-nav-card:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/nobet-bg.jpg');
}

.quick-nav-card:nth-child(2):hover {
    background-image: linear-gradient(rgba(225, 24, 45, 0.8), rgba(225, 24, 45, 0.8)), url('/nobet-bg.jpg') !important;
}

.quick-nav-card:nth-child(3) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?w=400&h=150&fit=crop');
}

.quick-nav-card:nth-child(3):hover {
    background-image: linear-gradient(rgba(225, 24, 45, 0.8), rgba(225, 24, 45, 0.8)), url('https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?w=400&h=150&fit=crop') !important;
}

.quick-nav-card:nth-child(4) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1561484930-998b6a7b22e8?w=400&h=150&fit=crop');
}

.quick-nav-card:nth-child(4):hover {
    background-image: linear-gradient(rgba(225, 24, 45, 0.8), rgba(225, 24, 45, 0.8)), url('https://images.unsplash.com/photo-1561484930-998b6a7b22e8?w=400&h=150&fit=crop') !important;
}

.quick-nav-card:nth-child(5) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/cami.jpg');
}

.quick-nav-card:nth-child(5):hover {
    background-image: linear-gradient(rgba(225, 24, 45, 0.8), rgba(225, 24, 45, 0.8)), url('/cami.jpg') !important;
}

.quick-nav-card-span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.gallery-slider-link {
    position: relative;
    display: block;
    height: 100%;
}

.gallery-slider-img-wrapper {
    height: 100%;
}

.gallery-slider-img {
    height: 386px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(225, 24, 45, 0.9);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.gallery-text-area {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 40px 15px 15px 15px;
    width: 100%;
    bottom: 0;
}

.gallery-text-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}

/* Ad Areas */
.fixed-ad-container-left {
    position: absolute;
    left: 55px;
    top: 0;
    width: 250px;
    z-index: 10;
}

.fixed-ad-link {
    display: block;
}

.fixed-ad-img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.fixed-ad-placeholder {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.fixed-ad-container-right {
    position: absolute;
    right: 55px;
    top: 0;
    width: 250px;
    z-index: 10;
}

.center-ad-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-ad-link {
    display: block;
    width: 100%;
}

.center-ad-placeholder {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    border-radius: 8px;
}

/* --- Firma Rehberi Sayfalari CSS --- */
/* From resources/views/frontend/themes/marmarapost/pages/firma_rehberi/index.blade.php */
/* Hero Section */
.fr-hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 70px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #cbd5e1;
}

.fr-hero-title {
    color: #0f172a;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.fr-hero-subtitle {
    color: #475569;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    max-width: 90%;
    font-weight: 500;
}

@media (max-width: 991px) {
    .fr-hero-subtitle {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .fixed-ad-container-right {
        display: none !important;
    }

    .fixed-ad-container-left {
        display: none !important;
    }

    .fr-hero-title {
        font-size: 34px;
    }
}

/* Search Box */
.fr-search-box {
    position: relative;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.fr-search-box:focus-within {
    border-color: #fca5a5;
    box-shadow: 0 10px 30px -5px rgba(225, 24, 45, 0.15);
}

.fr-search-box input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 15px 20px;
    font-size: 16px;
    color: #334155;
    outline: none;
}

.fr-search-box input::placeholder {
    color: #94a3b8;
}

.fr-search-box button {
    background: #e1182d;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.fr-search-box button:hover {
    background: #b91c1c;
    transform: scale(1.05);
}

/* Section Title */
.fr-section-title {
    color: #1e293b;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.fr-btn-clear {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fr-btn-clear:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Grid */
.fr-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .displayNoneWebs {
        display: none !important;
    }

    .fr-category-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .fr-category-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Category Card */
.fr-cat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fr-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.fr-cat-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
    padding: 12px;
}

.fr-cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.fr-cat-card:hover .fr-cat-icon {
    background: #fff1f2;
    transform: scale(1.08) rotate(3deg);
}

.fr-cat-card:hover .fr-cat-icon img {
    filter: drop-shadow(0 4px 6px rgba(225, 24, 45, 0.2));
}

.fr-cat-title {
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
    min-height: 38px;
    /* Dengelemek için */
    display: flex;
    align-items: center;
    justify-content: center;
}

.fr-cat-card:hover .fr-cat-title {
    color: #e1182d;
}

.fr-cat-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    background: #f8fafc;
    padding: 6px 14px;
    border-radius: 20px;
}

.fr-cat-card:hover .fr-cat-action {
    background: #e1182d;
    color: #ffffff;
}

/* Search Results Grid */
.fr-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.fr-result-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.fr-result-card:hover {
    border-color: #fca5a5;
    box-shadow: 0 10px 25px -5px rgba(225, 24, 45, 0.1);
    transform: translateY(-4px);
}

.fr-result-logo {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    padding: 4px;
}

.fr-result-info h4 {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.fr-result-info p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* States */
.fr-loader-area {
    margin: 50px 0;
    padding: 40px;
    background: #f8fafc;
    border-radius: 20px;
}

.fr-loader-text {
    color: #e1182d;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 15px;
}

.fr-empty-state {
    text-align: center;
    padding: 60px;
    background: #f8fafc;
    border-radius: 20px;
    border: 2px dashed #cbd5e1;
    color: #64748b;
    font-size: 18px;
    font-weight: 600;
}

/* From resources/views/frontend/themes/marmarapost/pages/firma_rehberi/category.blade.php */
.cat-header-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #e1182d;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px -5px rgba(225, 24, 45, 0.4);
    padding: 18px;
    flex-shrink: 0;
}

.cat-header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

#catFirmaSearch:focus {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.05) !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}

@media (min-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.firm-list-card {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.05);
    text-decoration: none !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.firm-list-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.firm-list-card:hover .go-detail-icon svg {
    stroke: #e1182d;
    transform: translateX(5px);
}

.firm-logo-area {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    padding: 5px;
    flex-shrink: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.firm-logo-area img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.firm-content {
    margin-left: 20px;
    flex-grow: 1;
}

.vip-badge {
    background: linear-gradient(135deg, #fbbf24, #d97706);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    box-shadow: 0 2px 5px rgba(217, 119, 6, 0.3);
}

.firm-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.3s ease;
}

.firm-list-card:hover .firm-name {
    color: #e1182d;
}

.firm-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 8px 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.line-clamp {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}

.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.firm-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.go-detail-icon {
    margin-left: 15px;
    flex-shrink: 0;
}

.go-detail-icon svg {
    transition: all 0.3s ease;
}

/* From resources/views/frontend/themes/marmarapost/pages/firma_rehberi/detail.blade.php */
.back-link {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #e1182d;
}

.back-link:hover svg {
    transform: translateX(-3px);
    transition: transform 0.3s ease;
}

.meta-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.meta-card:hover {
    background: #ffffff;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.firm-article h2,
.firm-article h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 20px;
    margin-bottom: 10px;
}

.firm-article p {
    margin-bottom: 15px;
}

.photo-card:hover img {
    transform: scale(1.08);
}

/* --- Firma Rehberi Ortak / Kategori --- */
.fr-breadcrumb-link {
    color: #64748b;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.fr-breadcrumb-link:hover {
    color: #e1182d;
}

.fr-cat-detail-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    padding: 12px;
}

.fr-cat-detail-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fr-vip-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, #fbbf24, #d97706);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.3);
    z-index: 2;
    border: 2px solid #fff;
}

.fr-firm-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
    font-weight: 600;
}

.fr-go-icon {
    background: #f8fafc;
    border-radius: 50%;
    width: 36px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fr-result-card:hover .fr-go-icon {
    background: #fee2e2;
}

.fr-result-card:hover .fr-go-icon svg {
    stroke: #e1182d;
}

/* --- Firma Rehberi Detay Sayfasi --- */
.fr-detail-header {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.fr-detail-logo {
    width: 140px;
    height: 140px;
    border-radius: 18px;
    background: #f8fafc;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    margin-right: 30px;
    flex-shrink: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
    .mobileHeader {
        position: absolute;
        width: 100%;
    }

    .header-main {
        height: 7rem;
    }

    .fr-detail-header {
        padding: 20px;
        text-align: center;
        justify-content: center;
    }

    .fr-detail-logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fr-detail-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fr-meta-grid {
        justify-content: center;
    }
}

.fr-detail-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fr-detail-title {
    color: #0f172a;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
    display: flex;
    align-items: center;
}

.fr-vip-inline {
    background: linear-gradient(135deg, #fbbf24, #d97706);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    box-shadow: 0 4px 6px rgba(217, 119, 6, 0.2);
}

.fr-meta-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fr-meta-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.fr-meta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.fr-meta-card.phone:hover {
    border-color: #86efac;
    color: #16a34a;
}

.fr-meta-card.whatsapp {
    box-shadow: 0 4px 10px -5px rgba(34, 197, 94, 0.4);
    border-color: #bbf7d0;
    color: #16a34a;
}

.fr-meta-card.whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px -5px rgba(34, 197, 94, 0.5);
}

.fr-meta-card.website:hover {
    border-color: #bfdbfe;
    color: #2563eb;
}

.fr-detail-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border: 1px solid #f1f5f9;
    margin-bottom: 30px;
}

.fr-box-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fr-article {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.fr-article p {
    margin-bottom: 15px;
}

.fr-article p:last-child {
    margin-bottom: 0;
}

.fr-photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}

.fr-photo-card {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.fr-photo-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.fr-photo-card:hover img {
    transform: scale(1.05);
}

.fr-address-box {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
    background: #f8fafc;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
}

.fr-address-text {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.fr-map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    height: 280px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
}

.fr-map-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #e1182d;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(225, 24, 45, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    transition: all 0.3s ease;
}

.fr-map-btn:hover {
    background: #b91c1c;
    transform: translate(-50%, -2px);
    box-shadow: 0 6px 20px rgba(225, 24, 45, 0.5);
}

/* Son Dakika Ticker */
.fr-ticker-container {
    display: flex;
    height: 48px;
    background: #fff;

    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.fr-ticker-header {
    background: #e1182d;
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.pulse-icon {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    animation: ticker-pulse 2s infinite;
}

@keyframes ticker-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.fr-ticker-body {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background: #fafafa;
}

.fr-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ticker-scroll 40s linear infinite;
    padding-left: 20px;
}

.fr-ticker-track:hover {
    animation-play-state: paused;
}

.fr-ticker-item {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.fr-ticker-item:hover {
    color: #e1182d;
}

.fr-ticker-sep {
    margin: 0 15px;
    color: #cbd5e1;
    font-weight: 300;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footerLogo {
    width: 10rem;
}

.footerLogoArea {
    display: flex;
    gap: 25px;
    margin-top: 5rem;
    position: relative;
    left: -20px;
    justify-content: center;
}