/*==============================================
  Birey Koleji — Site-Specific Overrides
  (Separate from the vendor "custom.css" template file)
==============================================*/

:root {
    --brand-orange: #f85104;
    --brand-red: #a10f2b;
    --brand-gray: #66676C;
    --brand-gray-dark: #131b2b;
    --whatsapp-green: #25d366;
    --header-height-desktop: 75px;
    --header-height-mobile: 50px;
}

/*------------------------------------
  Header / Navigation (Sablon_Kurumsal.master)
------------------------------------*/
#js-header {
    border-bottom: 1px solid #dcdcdc;
}

.u-header__section {
    background: url("/sablon/images/bg.jpg") top center;
    background-size: cover;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background: #fff !important;
}

@media (min-width: 768px) {
    .yirmi {
        max-width: 20%;
    }
}

.yirmi article {
    border: 1px solid var(--brand-red);
}

.yirmi li.g-mb-20 {
    border-bottom: 1px solid #b9b9b9;
}

.baslik {
    height: 3em;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.g-bg-gray-light-v5 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.logo {
    height: var(--header-height-mobile);
}

.bosluk {
    display: block;
    height: calc(var(--header-height-mobile) + 55px);
}

@media (min-width: 575px) {
    .logo {
        height: var(--header-height-desktop);
    }

    .bosluk {
        height: calc(var(--header-height-desktop) + 57px);
    }
}

.top-header-new {
    background-color: var(--brand-orange);
    color: #fff;
}

.top-header-new a {
    color: #fff;
}

.top-header-new a:hover {
    color: #fff;
    text-decoration: none;
}

.bg-birey-gri {
    background-color: var(--brand-gray);
}

.wht {
    color: #fff !important;
}

.active .wht,
.wht:hover {
    color: #FE5000 !important;
}

/*------------------------------------
  Floating WhatsApp button
------------------------------------*/
.w-float {
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
    bottom: 2.5rem;
    right: 2.5rem;
    background-color: var(--whatsapp-green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
    z-index: 100;
    transition: transform .2s ease;
}

.w-float:hover {
    transform: scale(1.08);
}

.w-my-float {
    margin-top: 16px;
}

/*------------------------------------
  Default.aspx (Home page)
------------------------------------*/
.k_dugme {
    color: #fff;
    padding: 20px 10px 10px 10px;
    margin: 5px;
    width: 50px;
}

.buyuk_ekran a {
    padding: 10px;
    margin: 5px;
    text-decoration: none;
}

.carousel-item img {
    max-width: 100% !important;
}

.mnst,
.siyah {
    background: url("/sablon/images/bg.jpg");
    background-position-x: center;
    background-position-y: -97px;
    background-size: cover;
    background-repeat: repeat-y;
}

@media screen and (max-width: 480px) {
    .buyuk_ekran {
        display: none;
    }

    .kucuk_ekran {
        display: block;
    }

    .mnst .container {
        background-color: var(--brand-gray-dark) !important;
        background: url("/sablon/images/bg.jpg");
        background-position-x: center;
        background-position-y: -97px;
        background-size: cover;
        background-repeat: repeat-y;
    }
}

@media screen and (min-width: 480px) {
    .carousel-control-prev {
        left: -10rem !important;
    }

    .carousel-control-next {
        right: -10rem !important;
    }

    .buyuk_ekran {
        display: block;
    }

    .kucuk_ekran {
        display: none;
    }

    #ana_etkinlikler,
    #ilk_etkinlikler,
    #orta_etkinlikler {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
