/* Ana sayfa sol sütun — İpuçları + Seyahat Rehberi + Sosyal medya (revert: home-sidebar-pro class + Default.aspx link) */

.home-sidebar-pro .sidebar-widget.categories-widget,
.home-sidebar-pro .sidebar-widget.recent-news-widget,
.home-sidebar-pro .sidebar-widget.sidebar-social-widget,
.home-sidebar-pro .sidebar-widget.home-sidebar-pro__tabs {
    margin-bottom: 24px;
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid rgba(26, 32, 44, 0.08);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(26, 32, 44, 0.06);
}

.home-sidebar-pro .sec-title {
    margin-bottom: 0;
}

.home-sidebar-pro__heading {
    display: block;
    margin: 0 0 16px;
    padding: 0 0 12px 14px;
    border-left: 3px solid #E3000F;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a202c;
    line-height: 1.3;
}

/* — İpuçları listesi — */
.home-sidebar-pro .cat-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    background: transparent;
}

.home-sidebar-pro .cat-list li {
    position: relative;
    padding: 0;
    margin: 0 0 8px;
    border: none;
    list-style: none;
}

.home-sidebar-pro .cat-list li:last-child {
    margin-bottom: 0;
}

.home-sidebar-pro .cat-list li:before {
    display: none;
}

.home-sidebar-pro .cat-list li h4 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.home-sidebar-pro .cat-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #1a202c;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
    text-decoration: none;
    background: #f8f9fb;
    border: 1px solid rgba(26, 32, 44, 0.06);
    border-radius: 10px;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-sidebar-pro .cat-list li a:before {
    content: "\f105";
    font-family: FontAwesome;
    flex: 0 0 auto;
    font-size: 12px;
    color: #E3000F;
    opacity: 0.85;
}

.home-sidebar-pro .cat-list li a i {
    flex: 1 1 auto;
    min-width: 0;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-sidebar-pro .cat-list li a span {
    display: none;
}

.home-sidebar-pro .cat-list li a:hover {
    color: #E3000F;
    background: #fff;
    border-color: rgba(227, 0, 15, 0.22);
    box-shadow: 0 2px 8px rgba(227, 0, 15, 0.08);
}

/* — Seyahat Rehberi — öne çıkan kart — */
.home-sidebar-pro .news-block-five {
    margin-bottom: 16px;
}

.home-sidebar-pro .news-block-five .inner-box {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(26, 32, 44, 0.08);
    background: #fff;
    box-shadow: 0 2px 10px rgba(26, 32, 44, 0.05);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home-sidebar-pro .news-block-five:hover .inner-box {
    box-shadow: 0 6px 18px rgba(26, 32, 44, 0.1);
    transform: translateY(-2px);
}

.home-sidebar-pro .news-block-five .inner-box .image {
    overflow: hidden;
    background: #e8ecf1;
}

.home-sidebar-pro .news-block-five .inner-box .image > a:before {
    display: none;
}

.home-sidebar-pro .news-block-five .inner-box .image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-sidebar-pro .news-block-five:hover .inner-box .image img {
    transform: scale(1.04);
}

.home-sidebar-pro .news-block-five .inner-box .image .category {
    left: 12px;
    bottom: 12px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 4px;
    background: rgba(26, 32, 44, 0.88);
}

.home-sidebar-pro .news-block-five .inner-box .lower-box {
    padding: 14px 14px 16px;
    border-bottom: none;
}

.home-sidebar-pro .news-block-five .inner-box .lower-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.home-sidebar-pro .news-block-five .inner-box .lower-box h3 a {
    color: #1a202c;
}

.home-sidebar-pro .news-block-five .inner-box .lower-box h3 a:hover {
    color: #E3000F;
    opacity: 1;
}

.home-sidebar-pro .news-block-five .inner-box .lower-box .text {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #5c6578;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* — Seyahat listesi + tab listeleri (mini kart) — */
.home-sidebar-pro .recent-news-widget .widget-post-two,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post {
    position: relative;
    min-height: 0;
    margin: 0 0 10px;
    padding: 12px !important;
    font-size: inherit;
    color: inherit;
    background: #f8f9fb;
    border: 1px solid rgba(26, 32, 44, 0.06);
    border-radius: 12px;
    table-layout: auto;
    width: auto;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-sidebar-pro .recent-news-widget .widget-post-two:last-child,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post:last-child {
    margin-bottom: 0;
    min-height: 0;
    border-bottom: none;
}

.home-sidebar-pro .recent-news-widget .widget-post-two:hover,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post:hover {
    background: #fff;
    border-color: rgba(227, 0, 15, 0.18);
    box-shadow: 0 4px 14px rgba(26, 32, 44, 0.07);
}

.home-sidebar-pro .recent-news-widget .widget-post-two .inner,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding-left: 0 !important;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-thumb,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-thumb {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #e8ecf1;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-thumb a:before,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-thumb a:before {
    display: none !important;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-thumb img,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .home-sidebar-pro__travel-content,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .home-sidebar-pro__travel-content {
    flex: 1 1 auto;
    min-width: 0;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .text,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .text {
    position: relative;
    top: 0;
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    font-family: Montserrat, sans-serif;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .text a,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .text a {
    color: #1a202c;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .text a:hover,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .text a:hover {
    color: #E3000F;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-meta,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-meta li,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-meta li {
    font-size: 11px !important;
    color: #8a93a3;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .post-meta .icon,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-meta .icon {
    color: #a0a8b5;
    font-size: 12px;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .home-sidebar-pro__stars,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .home-sidebar-pro__stars {
    gap: 2px;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .home-sidebar-pro__stars .fa-star,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .home-sidebar-pro__stars .fa-star {
    font-size: 10px;
    color: #d9dde4;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .home-sidebar-pro__stars .fa-star.is-on,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .home-sidebar-pro__stars .fa-star.is-on {
    color: #ffcc00;
}

.home-sidebar-pro .recent-news-widget .widget-post-two .home-sidebar-pro__travel-excerpt,
.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .home-sidebar-pro__travel-excerpt {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: #8a93a3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-thumb > a {
    padding: 0 !important;
}

.home-sidebar-pro .home-sidebar-pro__tabs .widget-post .post-thumb .overlay {
    display: none !important;
}

/* — Popüler / Geçmiş sekmeleri — */
.home-sidebar-pro .home-sidebar-pro__tabs .product-widget-tabs {
    background: transparent;
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns .tab-btn {
    position: relative;
    top: 0;
    flex: 1 1 50%;
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 14px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #5c6578;
    cursor: pointer;
    background: #f8f9fb;
    border: 1px solid rgba(26, 32, 44, 0.08);
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns .tab-btn:after {
    display: none !important;
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns .tab-btn:hover {
    color: #1a202c;
    background: #fff;
    border-color: rgba(26, 32, 44, 0.14);
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    background: #1a202c;
    border-color: #1a202c;
    box-shadow: 0 4px 12px rgba(26, 32, 44, 0.15);
}

.home-sidebar-pro .home-sidebar-pro__tabs .tab-btns .tab-btn.active-btn:hover {
    color: #fff;
    background: #1a202c;
    border-color: #1a202c;
}

.home-sidebar-pro .home-sidebar-pro__tabs .tabs-content .content {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .home-sidebar-pro .sidebar-widget.categories-widget,
    .home-sidebar-pro .sidebar-widget.recent-news-widget,
    .home-sidebar-pro .sidebar-widget.sidebar-social-widget,
    .home-sidebar-pro .sidebar-widget.home-sidebar-pro__tabs {
        margin-bottom: 20px;
    }
}

/* — Sosyal medya — */
.home-sidebar-pro .home-sidebar-pro__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-sidebar-pro .home-sidebar-pro__social li {
    margin: 0 !important;
    padding: 0;
    display: block;
    float: none;
}

.home-sidebar-pro .home-sidebar-pro__social li:nth-child(4n + 0) {
    margin-right: 0 !important;
}

.home-sidebar-pro .home-sidebar-pro__social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #1a202c;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    background: #f8f9fb;
    border: 1px solid rgba(26, 32, 44, 0.08);
    border-radius: 50%;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-sidebar-pro .home-sidebar-pro__social li a:hover {
    opacity: 1;
    color: #fff;
    background: #E3000F;
    border-color: #E3000F;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(227, 0, 15, 0.22);
}

.home-sidebar-pro .home-sidebar-pro__social li.instagram a:hover {
    background: #E4405F;
    border-color: #E4405F;
    box-shadow: 0 4px 12px rgba(228, 64, 95, 0.25);
}

.home-sidebar-pro .home-sidebar-pro__social li.g_plus a:hover {
    background: #FF0000;
    border-color: #FF0000;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.22);
}
