
.teknoloji-section {
    position: relative;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.teknoloji-section .container-fluid {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.teknoloji-section .section-title-wrap {
    text-align: center;
    margin-bottom: 42px;
}

.teknoloji-section .section-title-wrap h2 {
    margin: 0;
    color: #ff6b00;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.teknoloji-section .see-all {
    color: #ff7a00;
    font-size: 80%;
    border: 2px solid #ff7a00;
    border-radius: 50px;
    padding: 6px 10px;
    text-decoration: none;
    white-space: nowrap;
}


.teknoloji-wrap {
    position: relative;
}

.teknoloji-item {
    width: 100%;
    padding: 0 8px 18px;
}

.teknoloji-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 570px;
    align-items: center;
}

@media (max-width: 991px) {
    .teknoloji-grid {
        grid-template-columns: 95% 100% !important;
    }
}


.teknoloji-left {
    position: relative;
    height: 570px;
    overflow: visible;
    background: #f5f8fb;
    z-index: 2;
}

.teknoloji-main-link {
    display: block;
    width: 100%;
    height: 100%;
}

.teknoloji-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .35s ease, transform .5s ease;
}

.teknoloji-main-img.is-changing {
    opacity: .35;
    transform: scale(1.02);
}

.teknoloji-fade {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 34%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .86) 58%, #fff 100%);
    z-index: 2;
}

.teknoloji-thumbs {
    position: absolute;
    inset-inline-end: -10px;            
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teknoloji-thumbs-window {
    width: 96px;
    height: 285px;
    overflow: hidden;
}

.teknoloji-thumbs-track {
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform .35s ease;
}

.teknoloji-thumb {
    width: 96px;
    height: 78px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: .78;
    overflow: hidden;
    transition: all .25s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.teknoloji-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.teknoloji-thumb.active {
    opacity: 1;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.teknoloji-thumb:hover {
    opacity: 1;
    transform: scale(.97);
}

.teknoloji-thumb-nav {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.teknoloji-thumb-prev,
.teknoloji-thumb-next {
    width: 34px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.teknoloji-thumb-prev span,
.teknoloji-thumb-next span {
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #0b376f;
    border-inline-start: 4px solid #0b376f;
    margin: auto;
}

.teknoloji-thumb-prev span {
    transform: rotate(45deg);
}

.teknoloji-thumb-next span {
    transform: rotate(225deg);
}


.teknoloji-right {
    min-height: 570px;
    display: flex;
    align-items: center;
    padding: 70px 5vw;         
    background: #fff;
}

.teknoloji-content {
    max-width: 90%;           
}

.teknoloji-content h3 {
    color: #ff6b00;
    font-size: 1.8rem;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 24px;
}

.teknoloji-content p {
    color: #333;
    font-size: 23px;
    line-height: 1.32;
    margin: 0 0 34px;
}

.teknoloji-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 24px;
    background: #0b376f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s;
}

.teknoloji-btn:hover {
    background: #ff6b00;
    transform: translateY(-2px);
}


.teknoloji-nav {
    position: absolute;
    top: unset;
    bottom: 10vh;
    inset-inline-end: 6vw;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 34px;
}

.teknoloji-prev,
.teknoloji-next {
    width: 39px;
    height: 48px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: transform .22s ease;
}

.teknoloji-prev:hover,
.teknoloji-next:hover {
    transform: scale(1.08);
}

.teknoloji-prev span,
.teknoloji-next span {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    display: block;
    box-sizing: border-box;
    transition: all .22s ease;
}

/* dış ok */
.teknoloji-prev span:nth-child(1),
.teknoloji-next span:nth-child(1) {
    width: 29px;
    height: 29px;
    border-top: 5px solid #ff6b00;
    border-inline-start: 5px solid #ff6b00;
}

/* iç ok */
.teknoloji-prev span:nth-child(2),
.teknoloji-next span:nth-child(2) {
    width: 20px;
    height: 20px;
    border-top: 4px solid #ffb078;
    border-inline-start: 4px solid #ffb078;
}

.teknoloji-prev span:nth-child(1) {
    transform: translate(-42%, -50%) rotate(-45deg);
}

.teknoloji-prev span:nth-child(2) {
    transform: translate(-8%, -50%) rotate(-45deg);
}

.teknoloji-next span:nth-child(1) {
    transform: translate(-58%, -50%) rotate(135deg);
}

.teknoloji-next span:nth-child(2) {
    transform: translate(-92%, -50%) rotate(135deg);
}

.teknoloji-prev:hover span,
.teknoloji-next:hover span {
    border-color: #0b376f;
}

@media (max-width: 991px) {
    .teknoloji-nav {
        top: auto;
        bottom: 20px;
        inset-inline-end: 20px;
        transform: none;
        gap: 14px;
    }

    .teknoloji-prev,
    .teknoloji-next {
        width: 34px;
        height: 42px;
    }

    .teknoloji-prev span:nth-child(1),
    .teknoloji-next span:nth-child(1) {
        width: 24px;
        height: 24px;
        border-width: 4px;
    }

    .teknoloji-prev span:nth-child(2),
    .teknoloji-next span:nth-child(2) {
        width: 17px;
        height: 17px;
        border-width: 3px;
    }
}

@media (max-width: 575px) {
    .teknoloji-nav {
        inset-inline-end: 14px;
        bottom: 16px;
        gap: 10px;
    }

    .teknoloji-prev,
    .teknoloji-next {
        width: 28px;
        height: 34px;
    }

    .teknoloji-prev span:nth-child(1),
    .teknoloji-next span:nth-child(1) {
        width: 18px;
        height: 18px;
        border-width: 3px;
    }

    .teknoloji-prev span:nth-child(2),
    .teknoloji-next span:nth-child(2) {
        width: 13px;
        height: 13px;
        border-width: 2px;
    }
}

html[lang="ar"] .teknoloji-content h3,
html[lang="ar"] .teknoloji-content p {
    text-align: end !important;
}
