/* 
   SİSEB Style tanımlamaları
*/

@import url('../fonts/font-awesome/css/all.min.css') all;
@import url('../fonts/oswald/oswald.css') all;

:root {
    --branding-green: 124 193 79;
    --branding-blue: 38 167 215;
    --transition: .25s ease;
    --header-height: 80px;
}

a {
    text-decoration: none;
}

/*===============================================*\
 * Navbar
\*===============================================*/

.navbar-brand {
    padding: 0;
}

.btn-report {
    background: linear-gradient(135deg, rgb(var(--branding-green)), rgb(var(--branding-blue)));
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .03em;
    transition: opacity var(--transition), transform var(--transition);
}

.btn-report:hover {
    opacity: .88;
    transform: translateY(-1px);
}
@media screen and (max-width: 1199px) {
    .navbar-nav {
        border-bottom: 1px solid #ddd;
        margin-bottom: .5rem;
    }
    .nav-link {
        border-top: 1px solid #ddd;
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .dropdown-menu {
        margin-bottom: .5rem;
    }
    .navbar-collapse {
        margin-top: .5rem;
    }
}

@media screen and (min-width: 1200px) {
    .nav-spr {
        background-color: rgb(0 0 0 / .2);
        margin-right: 1rem;
        margin-left: 1rem;
        width: 1px;
    }

    .dropdown-menu {
        border: none;
        box-shadow: 0 12px 32px rgba(0, 0, 0, .15)
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Menü konumunu korumak için */
    }

    
}


/*===============================================*\
 * Hero/Slider
\*===============================================*/

.hero-section {

}

.min-vh-75 {
    min-height: 65vh;
}

#siseb-hero .carousel-item .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4.5rem;
    left: 0;
    z-index: 2;

    display: flex;
    justify-content: center;
}

#siseb-hero .carousel-item:not(.carousel-item-welcome) .container {
    text-align: center;
}
#siseb-hero .carousel-item:not(.carousel-item-welcome) .row {
    justify-content: center;
}

#siseb-hero .carousel-item:not(.carousel-item-welcome) {
    background-color: #000;
}
#siseb-hero .carousel-item:not(.carousel-item-welcome) h1 {
    color: #fff;
    margin-bottom: 2rem;
}

#siseb-hero .carousel-item,
#siseb-hero .carousel-item:not(.carousel-item-welcome) img {
    height: calc(100vh - var(--header-height));
}

#siseb-hero .carousel-item:not(.carousel-item-welcome) img {
    object-fit: cover;
    opacity: .6;
    position: relative;
    z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
    z-index: 3;
}


#siseb-hero .carousel-item-welcome .container {
    padding-top: 3rem;
}
#siseb-hero .carousel-item-welcome img {
    height: auto;
}
#siseb-hero .carousel-item-welcome h4 {
    font-weight: 600;
}

.carousel:has(.carousel-item-welcome.active) .carousel-indicators [data-bs-target] {
    background-color: rgb(0 0 0);
}

@media screen and (max-width: 991px) {
    #siseb-hero .carousel-item-welcome .row {
        align-items: start !important;
    }
}

#siseb-hero .carousel-item a {
    color: rgb(255, 255, 255);
}

#siseb-hero .carousel-item h3 {
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
}

.btn-primary-custom {
    background: rgb(var(--branding-blue));
    color: #fff;
    border: 1px solid transparent;
    margin-right: 1rem;
    transition: background var(--transition), transform var(--transition);
}

.btn-primary-custom:hover {
    background: rgb(var(--branding-blue) / .8);
    transform: translateY(-2px);
    color: #fff;
}

.btn-outline-custom {
    background: transparent;
    color: #333;
    border: 1px solid #bbb;
    border-radius: 8px;
    transition: border-color var(--transition), color var(--transition);
}

.btn-outline-custom:hover {
    border-color: rgba(var(--branding-blue));
    color: rgba(var(--branding-blue));
}


@media screen and (max-width: 767px) {
    .dropdown-item {
        white-space: normal;
    }
}
@media screen and (min-width: 992px) {
    #siseb-hero .carousel-item-welcome  {
        background-image: url(../images/secure-lock-shield.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 50% 90%;
    }
}


/*===============================================*\
 * APPROACHES
\*===============================================*/

.approaches-section {
    background: #fff;
}



.section-subtitle {
    max-width: 560px;
    font-size: .9rem;
    color: #666;
    line-height: 1.7;
}

.approaches-section .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
}

.approach-blue {
    background-color: rgb(var(--branding-blue) / .15);
    border-color: rgb(var(--branding-blue) / .3);
}

.approach-green {
    background-color: rgb(var(--branding-green) / .15);
    border-color: rgb(var(--branding-green) / .3);
}

.approach-gray {
    background-color: rgb(0 0 0 / .05);
    border-color: rgb(0 0 0 / .1);
}
.approach-white {
    background: #fff;
}

.card-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.approach-blue .card-icon {
    background-color: rgb(var(--branding-blue) / .2);
    color: rgb(var(--branding-blue));
}

.approach-green .card-icon {
    background-color: rgb(var(--branding-green) / .2);
    color: rgb(var(--branding-green));
}

.approach-gray .card-icon {
    background-color: rgb(0 0 0 / .08);
    color: rgb(0 0 0 / .8);
}

.approach-white .card-icon {
    background: rgba(30, 58, 95, .08);
}

/*===============================================*\
 * NEWS
\*===============================================*/

.news-section {
    background: #f4f7fb;
}

.news-section .card {
    overflow: hidden;
}
.news-section .card-body {
    padding-bottom: 2rem;
}
.news-section .card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .09);
    transform: translateY(-2px);
}


.card-img-top {
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform .4s ease;
}

.news-section .card:hover .card-img-top {
    transform: scale(1.02);
}

/*===============================================*\
 * SOCIAL
\*===============================================*/

.social-section {
    background: #f0f8f8;

    background: linear-gradient(135deg,rgb(var(--branding-blue) / .4) 0%, rgb(var(--branding-green) / .4) 100%);
}

.social-card {
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1px solid #d0e8e6;
    transition: transform var(--transition), box-shadow var(--transition);
}

.social-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(13, 155, 142, .15);
}

.social-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.social-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.social-card:hover .social-img-wrap img {
    transform: scale(1.05);
}

.social-overlay {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .85);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--primary);
}

.social-footer {
    background: #fff;
}

.social-link {
    font-size: .75rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.social-link:hover {
    text-decoration: underline;
}

/*===============================================*\
 * ABOUT
\*===============================================*/

.about-section {}
/*
.about-section .display-5 {
    font-family: serif;
    font-style: italic;
}*/

.about-icon {
    font-size: 2.8rem;
    color: #ccc;
    opacity: .6;
}

.about-text {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-style: italic;
    font-weight: 600;
    color: #444;
    line-height: 1.9;
}

.btn-about {
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 24px;
    font-weight: 700;
    font-size: .85rem;
    padding: .45rem 1.5rem;
    letter-spacing: .04em;
    transition: background var(--transition), color var(--transition);
}

.btn-about:hover {
    background: var(--primary);
    color: #fff;
}

/*===============================================*\
 * POST
\*===============================================*/

.post {}

.post * + section {
    border-top: 1px solid #ddd;
    margin-top: 3rem;
    padding-top: 3rem;
}
.post section + section {
    
}

.post-header {
    background-color: #234;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(40%);
    /*min-height: 240px;*/
    padding-top: calc(40px + 2vw);
    padding-bottom: calc(40px + 2vw);
    position: relative;
    transition: all .5s;
}
.post-header:before {
    background-color: rgba(0, 0, 0, .32);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .post-header:active {
        filter: none;
        padding: calc(80px + 16vh);
    }
    .post-header:active:before {
        display: none;
    }
    .post-header:active h1 {
        opacity: .4;
    }
}
.post-header h1 {
    color: #fff;
    font-size: calc(24px + 1.5vw);
    font-family: "Oswald Web", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-align: center;
    z-index: 2;
}

.post-body {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.post-body :is(* + h2, * + h3, * + h4, * + h5, * + h6) {
    margin-top: 1.2em;
}
.post-body .post-title {
    font-weight: 700;
    line-height: 1.4;
    margin-top: -2rem;
    margin-bottom: 3rem;
}
.post-body :is(h3, h4, h5, h6) {
    font-weight: 500;
    line-height: 1.4;
}

.post-meta {
    color: #999;
    margin-bottom: 16px;
}

/*===============================================*\
 * FOOTER
\*===============================================*/

.siseb-footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.footer-logo {

}

.footer-logo i {

}

.footer-copy {

}

.footer-links a {
    margin-right: .5rem;
    margin-left: .5rem;
}

.footer-link {
    color: #777;
    text-decoration: none;
    transition: color var(--transition);
}

.footer-link:hover {
    color: rgb(var(--branding-blue));
}


/**/

.home-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.section-title {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    color: #111;
}

.card-title {
    font-weight: 700;
    text-decoration: none;
}

.anchor-target {
    margin-top: 1rem;
    scroll-margin-top: 6rem;
}
