/* ════════════════════════════════════════
   MARKA ANA RENK  —  #F37D21
   Tek yerden yönet: --brand-color değişkeni
════════════════════════════════════════ */
:root {
    --brand-color: #F37D21;
    --brand-dark: #d96004;
    /* hover tonu */
}

/* Metin seçimi arka planı */
::selection {
    background-color: #F37D21;
    color: #fff;
}

::-moz-selection {
    background-color: #F37D21;
    color: #fff;
}

/* Global link renkleri */
a {
    color: var(--brand-color);
}

a:hover,
a:focus {
    color: var(--brand-dark);
}

/* ════════════════════════════════════════ */

.plus18-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #555555;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.equal-height {
    height: 100%;
    /* Butonların tümü aynı yüksekliğe sahip olacak */
    min-height: 60px;
    /* Butonlar için minimum yükseklik ayarla */
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

h1.page-header {
    font-size: 28px !important;
}

.fab {
    padding: 9px;
    font-size: 18px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
}

.fab:hover {
    opacity: 0.6;
}

.fa-facebook-f {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.forumplusbtn {
    background-color: #F37D21 !important;
    color: #ffffff !important;
}

.forumpluslink {
    background-color: #F37D21 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.forumpluslink:hover {
    background-color: #e22328 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.forumplusbtn a.mean-expand {
    background-color: transparent !important;
    color: #ffffff !important;
}

.disesh-desc h3 a {
    font-size: 15px;
}

.page-content {
    min-height: 560px;
}

.pbutonlar {
    text-align: right
}

#festival td {
    vertical-align: middle !important;
    overflow: hidden !important;
    border-color: #fff !important;
    background-color: #ececed !important;
}

#festival a {
    display: block !important;
    margin: -10em !important;
    padding: 10em !important;
    text-decoration: none !important;
    color: #fff !important
}

#festival .salon {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
}

#festival .gun {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
}

#festival .bosluk {
    background-color: #fff !important;
}

.logo {
    width: 220px !important;
}

.sticky .menu ul li a {
    padding: 36px 0 36px 20px;
}

.header-right .search {
    padding-left: 20px !important;
}

.btn-rng {
    color: #fff !important;
    background-color: #F37D21;
    border-color: #F37D21
}

.btn-rng.focus,
.btn-rng:focus {
    color: #fff !important;
    background-color: #d96004;
    border-color: #d96004
}

.btn-rng:hover {
    color: #fff !important;
    background-color: #d96004;
    border-color: #d96004
}

.btn-rng:active {
    color: #fff !important;
    background-color: #d96004;
    border-color: #d96004
}

.yil {
    padding: 10px 0;
}

.twitter-timeline-rendered {
    margin-bottom: 60px !important;
}

.countdowns {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 45%;
}

.countdowns h3 {
    font-size: 1rem !important;
    margin-bottom: 5px !important;
}

h5 {
    margin-bottom: 5px !important;
}

.times {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.times div {
    color: #ff5722;
}

/* Mobil */
@media screen and (max-width: 991px) {
    .countNum {
        font-size: 1.2rem !important;
    }

    .countText {
        font-size: 0.6rem !important;
        color: #e4e4e4;
    }

    .slide-height {
        height: 100%;
    }

    .owl-stage-outer {
        height: 300px !important;
        /* Sabit yükseklik */
    }

    .hourglass {
        position: fixed;
        right: 20px;
        bottom: 20px !important;
        width: 50px;
        height: 50px;
        background-image: url('../images/hourglass.png');
        /* Kum saati ikonunun yolunu buraya ekleyin */
        background-size: cover;
        border-radius: 50%;
        animation: rotateHourglass 2s linear infinite;
        z-index: 9999;
        cursor: pointer;
    }

    .fixed-text h3 {
        font-size: 40px !important;
        margin-bottom: 0;
    }

    .fixed-text span {
        font-size: 10px !important;
        margin-bottom: 0;
    }
}

/* Masaüstü */
@media screen and (min-width: 992px) {
    .countText {
        font-size: 0.6rem !important;
        color: #e4e4e4;
    }

    .countNum {
        font-size: 1.5rem !important;
        font-weight: bold;
    }

    .desktopCount {
        display: none !important;
    }

    .slide-height {
        height: 530px !important;
    }

    .owl-stage-outer {
        height: 530px !important;
        /* Sabit yükseklik */
    }

    .menu-link {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* Home TR specific height overrides */
@media screen and (min-width: 992px) {
    .home-tr .slide-height {
        height: 750px !important;
    }

    .home-tr .owl-stage-outer {
        height: 750px !important;
    }
}

.submenu a:hover {
    color: #fff !important;
    background-color: #F37D21;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.hourglass {
    display: none !important;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background-image: url('../images/hourglass.png');
    /* Kum saati ikonunun yolunu buraya ekleyin */
    background-size: cover;
    border-radius: 50%;
    animation: rotateHourglass 2s linear infinite;
    z-index: 9999;
    cursor: pointer;
}

@keyframes rotateHourglass {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.owl-carousel .item {
    position: relative;
    width: 100%;
    height: 600px !important;
    /* Sabit yükseklik */
    overflow: hidden;
    /* Taşan içeriği gizle */
}

.owl-carousel .item img {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
    /* Görselleri çerçeve içine sığdır */
    object-position: center;
    /* Görselleri merkezle */
    border-radius: 15px;
    /* Köşeleri yuvarla */
}

.owl-theme-2>.owl-stage-outer {
    height: 400px !important;
    /* Sabit yükseklik */
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    z-index: 999;
    /* Üst katmanda tut */
    pointer-events: none;
    /* Katmanın tıklanabilirliği etkileyen olayları devre dışı bırak */
    border-radius: 15px;
    /* Köşeleri yuvarla */
}

.fixed-text {
    position: absolute;
    bottom: 50px;
    /* Alt kenardan mesafe */
    z-index: 1000;
    /* Gradyan üstünde tut */
    color: white;
}

.fixed-text h3 {
    font-size: 60px;
    margin-bottom: 0;
}

.fixed-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.fixed-text h5,
.fixed-text span {
    margin-bottom: 0;
    padding-bottom: 0;
}

.table-datas>tbody>tr>td {
    padding: 15px;
    border: 1px solid #ddd;
}

.more-content {
    display: none;
    /* İlk başta gizlenir */
}

.see-more {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

/* Change the color of the active indicator */
.carousel-indicators .active {
    background-color: #d96004;
    /* Change to your desired color */
}

/* Change the color of non-active indicators */
.carousel-indicators li {
    background-color: #555555;
    /* Change to your desired color */
}

/* Change the color of the previous arrow */
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 fill%3D%27%23ff0000%27 viewBox%3D%270 0 16 16%27%3E%3Cpath d%3D%27M11.354 1.354a.5.5 0 0 1 0 .707L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z%27/%3E%3C/svg%3E');
}

/* Change the color of the next arrow */
.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 fill%3D%27%23ff0000%27 viewBox%3D%270 0 16 16%27%3E%3Cpath d%3D%27M4.646 1.354a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 1 1-.708-.708L9.293 8 4.646 3.354a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E');
}

/* Oklar her zaman görünsün, hiç solmasın */
.owl-carousel .owl-nav {
    display: block !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    opacity: 1 !important;
    /* siliklik yok */
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform .15s ease;
    /* hafif etkileşim */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* Sol/Sağ konumları */
.owl-carousel .owl-nav .owl-prev {
    left: 8px;
}

.owl-carousel .owl-nav .owl-next {
    right: 8px;
}

/* Owl, reach-end durumunda .disabled ekler; onu da bastırıyoruz */
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    /* tıklanabilir kalsın */
}

/* İkonların görünürlüğünü ve tıklanabilir alanı büyüt */
.owl-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    border-radius: 999px;
    font-size: 22px;
    line-height: 1;
    user-select: none;
}

.owl-nav-icon:hover {
    transform: scale(1.06);
}

/* Görsellerin üzerinde kalsınlar */
.owl-carousel .owl-stage-outer {
    position: relative;
}

.owl-nav button {
    background-color: #99ceff !important;
}

/*YÜZEN GÖRSEL */

/* Küçük yüzücü görsel */
.floating-img {
    position: fixed;
    bottom: 200px;
    right: -5%;
    /* %80’i dışarıda */
    width: 160px;
    height: auto;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
    .floating-img {
        width: 100px;
        right: -10%;
        bottom: 100px;
    }

    .floating-img:hover {
        width: 120px;
    }

    .popup-bg img {
        max-width: 98vw;
        max-height: 70vh;
    }
}

@media (max-width: 575.98px) {
    .floating-img {
        width: 70px;
        right: -10%;
        bottom: 70px;
    }

    .floating-img:hover {
        width: 90px;
    }

    .popup-bg img {
        max-width: 99vw;
        max-height: 60vh;
    }
}

/* Hover olunca tamamen görünsün */
.floating-img:hover {
    right: 0;
    width: 180px;
    transform: scale(1.02);
}

/* Popup arka plan */
.popup-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 100px;
}

#cbar {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff;
}

.cbar_p20 {
    padding: 20px 0;
}

.cbar_p25 {
    padding: 25px 0;
}

.cbar_link {
    color: #F37D21 !important;
}

.maxscreen {
    max-width: 1366px !important;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* ════════════════════════════════════════
   MARKA YARDIMCI SINIFLARI
════════════════════════════════════════ */

/* Breadcrumb aktif öğe rengi */
.brand-color,
.brand-color span,
.brand-color a {
    color: #F37D21 !important;
}

.brand-bg-color {
    background-color: #F37D21 !important;
}

/* Menü linkleri */
.menu-link,
.menu-link div {
    color: #F37D21 !important;
}

.menu-link:hover,
.menu-link:hover div {
    color: #d96004 !important;
}

/* Submenu link hover */
.submenu a {
    color: #F37D21;
    text-decoration: none;
}

.submenu a:hover {
    color: #fff !important;
    background-color: #F37D21;
    border-radius: 6px;
}

/* forumpluslink hover */
.forumpluslink:hover {
    background-color: #d96004 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

/* btn-rng (turuncu buton) tüm durumlar */
.btn-rng,
.btn-rng:focus,
.btn-rng:hover,
.btn-rng:active,
.btn-rng.focus {
    color: #fff !important;
    background-color: #F37D21;
    border-color: #F37D21;
}

.btn-rng:focus,
.btn-rng:hover,
.btn-rng:active,
.btn-rng.focus {
    background-color: #d96004;
    border-color: #d96004;
}

div>.col>img {
    margin-right: 10px;
}

div>p>img {
    margin-right: 10px;
}
/* ── Modern Bulletin List ── */
.modern-bulletin-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.bulletin-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.bulletin-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.bulletin-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #F37D21;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.bulletin-item:hover::before {
    transform: scaleY(1);
}

.bulletin-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    border-right: 1px solid #eee;
    min-width: 100px;
}

.bulletin-date .day {
    font-size: 36px;
    font-weight: 800;
    color: #F37D21;
    line-height: 1;
}

.bulletin-date .month-year {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
}

.bulletin-content {
    flex-grow: 1;
    padding-left: 30px;
    padding-right: 20px;
}

.bulletin-content .bulletin-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.bulletin-item:hover .bulletin-title {
    color: #F37D21;
}

.bulletin-content .bulletin-excerpt {
    font-size: 15px;
    color: #777;
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bulletin-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    border-radius: 50%;
    color: #F37D21;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.bulletin-item:hover .bulletin-action {
    background: #F37D21;
    color: #fff;
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .bulletin-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .bulletin-date {
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
    }
    .bulletin-date .day {
        font-size: 28px;
    }
    .bulletin-date .month-year {
        margin-top: 0;
    }
    .bulletin-content {
        padding-left: 0;
        padding-right: 0;
    }
    .bulletin-action {
        align-self: flex-end;
        margin-top: 15px;
    }
}
