﻿.parallax-ust.premium-hero {
    position: relative;
    width: 100%;
    min-height: 720px;
    height: auto;
    padding: 90px 0 70px 0;
    background-image: url('/img/ortu.png');
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 20, 35, 0.78) 0%, rgba(7, 35, 58, 0.68) 42%, rgba(0, 191, 241, 0.20) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.portfolio_076 {
    position: relative;
    width: 100%;
}

    .portfolio_076 .carousel-inner {
        width: 100%;
        position:relative;
        overflow: hidden;
    }

.portfolio_076_control_button .carousel-control-prev,
.portfolio_076_control_button .carousel-control-next {
    top: calc(50% + 40px); 
    transform: translateY(-50%);
}

    .portfolio_076 .carousel-item {
        width: 100%;
    }

.premium-hero-header {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 38px auto;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.portfolio_076_header h1 {
    margin: 0 0 14px 0;
    color: #fff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.02em;
}

.portfolio_076_header p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.7;
}

/* aktif slide düzeni */
.six_coloumns .carousel-item.active,
.six_coloumns .carousel-item.carousel-item-next,
.six_coloumns .carousel-item.carousel-item-prev {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.six_coloumns .carousel-item > .portfolio_076_grid {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
    min-width: 16.666666%;
    display: block;
    box-sizing: border-box;
    flex-shrink: 0;
}

.portfolio_076_grid {
    padding: 14px;
    box-sizing: border-box;
}

.portfolio_076_wrapper {
    height: 100%;
    min-height: 250px;
    padding: 22px 16px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 10px 35px rgba(0,0,0,0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    .portfolio_076_wrapper:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.24);
        border-color: rgba(255,255,255,0.28);
    }

.category-icon {
    width: 100%;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .category-icon a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.category-img {
    width: 84px;
    height: 84px;
    object-fit: contain;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.96);
    padding: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    transition: transform .35s ease, box-shadow .35s ease;
}

.portfolio_076_wrapper:hover .category-img {
    transform: scale(1.08);
    box-shadow: 0 16px 28px rgba(0,0,0,0.16);
}

.category-name {
    width: 100%;
    min-height: 92px;
    padding: 12px 8px 0 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    border: 0;
}

    .category-name h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.45;
    }

    .category-name a {
        color: #fff;
        text-decoration: none;
        transition: color .3s ease;
    }

        .category-name a:hover {
            color: #d8f6ff;
        }

.portfolio_076_control_button .carousel-control-prev,
.portfolio_076_control_button .carousel-control-next {
    width: 56px;
    height: 56px;
    top: 58%;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.22);
    z-index: 20;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.14);
    transition: all .3s ease;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.portfolio_076_control_button .carousel-control-prev {
    left: -60px;
}

.portfolio_076_control_button .carousel-control-next {
    right: -60px;
}

    .portfolio_076_control_button .carousel-control-prev:hover,
    .portfolio_076_control_button .carousel-control-next:hover {
        background: rgba(0,191,241,0.92);
        border-color: rgba(0,191,241,0.92);
        transform: translateY(-50%) scale(1.06);
    }

.portfolio_076_control_button .carousel-control-prev-icon,
.portfolio_076_control_button .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

@media (max-width: 1199.98px) {
    .portfolio_076_header h1 {
        font-size: 44px;
    }

    .six_coloumns .carousel-item > .portfolio_076_grid {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%;
    }

    .portfolio_076_control_button .carousel-control-prev {
        left: -25px;
    }

    .portfolio_076_control_button .carousel-control-next {
        right: -25px;
    }
}

@media (max-width: 991.98px) {
    .parallax-ust.premium-hero {
        min-height: 640px;
        padding: 70px 0 55px 0;
        background-attachment: scroll;
    }

    .portfolio_076_header h1 {
        font-size: 38px;
    }

    .portfolio_076_header p {
        font-size: 16px;
    }

    .six_coloumns .carousel-item > .portfolio_076_grid {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        min-width: 33.333333%;
    }

    .portfolio_076_wrapper {
        min-height: 230px;
    }
}

@media (max-width: 767.98px) {
    .parallax-ust.premium-hero {
        min-height: 580px;
        padding: 60px 0 40px 0;
    }

    .hero-badge {
        font-size: 12px;
        padding: 7px 14px;
    }

    .portfolio_076_header h1 {
        font-size: 30px;
    }

    .portfolio_076_header p {
        font-size: 15px;
        line-height: 1.6;
    }

    .six_coloumns .carousel-item > .portfolio_076_grid {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%;
    }

    .portfolio_076_grid {
        padding: 8px;
    }

    .portfolio_076_wrapper {
        min-height: 210px;
        padding: 18px 10px 14px 10px;
        border-radius: 18px;
    }

    .category-img {
        width: 72px;
        height: 72px;
        border-radius: 16px;
    }

    .category-name {
        min-height: 78px;
    }

        .category-name h4 {
            font-size: 14px;
            line-height: 1.35;
        }

    .portfolio_076_control_button .carousel-control-prev,
    .portfolio_076_control_button .carousel-control-next {
        width: 44px;
        height: 44px;
        top: 60%;
    }

    .portfolio_076_control_button .carousel-control-prev {
        left: 4px;
    }

    .portfolio_076_control_button .carousel-control-next {
        right: 4px;
    }
}


/* PREMIUM SLIDER ARROWS */
.portfolio_076_control_button .carousel-control-prev,
.portfolio_076_control_button .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 60%;
    z-index: 30;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all .35s ease;
}

/* KONUM */
.portfolio_076_control_button .carousel-control-prev {
    left: -70px;
}

.portfolio_076_control_button .carousel-control-next {
    right: -70px;
}

    /* HOVER EFFECT */
    .portfolio_076_control_button .carousel-control-prev:hover,
    .portfolio_076_control_button .carousel-control-next:hover {
        background: linear-gradient(135deg, #00bff1, #007bff);
        border-color: transparent;
        transform: translateY(-50%) scale(1.08);
        box-shadow: 0 18px 40px rgba(0,191,241,0.35);
    }

/* ICON */
.portfolio_076_control_button .carousel-control-prev-icon,
.portfolio_076_control_button .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    transition: transform .3s ease;
}

/* ICON HOVER ANIMATION */
.portfolio_076_control_button .carousel-control-prev:hover .carousel-control-prev-icon {
    transform: translateX(-2px);
}

.portfolio_076_control_button .carousel-control-next:hover .carousel-control-next-icon {
    transform: translateX(2px);
}
