/* =========================================================
   TZL PROJE SAYFASI
========================================================= */

.tzl-project-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.tzl-project-page,
.tzl-project-page * {
    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.tzl-project-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06111f;
}

.tzl-project-hero-image {
    position: absolute;
    inset: 0;
}

.tzl-project-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: tzlProjectHeroZoom 15s ease-in-out infinite alternate;
}

@keyframes tzlProjectHeroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

.tzl-project-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 12, 24, 0.97) 0%,
            rgba(3, 15, 29, 0.86) 40%,
            rgba(3, 15, 29, 0.42) 72%,
            rgba(3, 15, 29, 0.63) 100%
        );
}

.tzl-project-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        );
    background-size: 80px 80px;
}

.tzl-project-hero-content {
    position: relative;
    z-index: 3;
    max-width: 920px;
    padding: 140px 0 110px;
}

.tzl-project-hero-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
    color: #68bbff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.tzl-project-hero-label span {
    width: 55px;
    height: 2px;
    background: #168ce3;
}

.tzl-project-hero-content h1 {
    max-width: 920px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.98;
    font-weight: 300;
    letter-spacing: -4px;
}

.tzl-project-hero-content h1 strong {
    display: block;
    margin-top: 12px;
    color: #168ce3;
    font-weight: 800;
}

.tzl-project-hero-content > p {
    max-width: 680px;
    margin: 34px 0 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.8;
}

.tzl-project-breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.tzl-project-breadcrumb .breadcrumb-item,
.tzl-project-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    text-decoration: none;
}

.tzl-project-breadcrumb .breadcrumb-item.active {
    color: #168ce3;
}

.tzl-project-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.38);
}

.tzl-project-scroll {
    position: absolute;
    right: 60px;
    bottom: 44px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: right center;
}

.tzl-project-scroll i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transform: rotate(90deg);
}


/* =========================================================
   GENEL BAŞLIKLAR
========================================================= */

.tzl-project-section-label {
    display: block;
    margin-bottom: 18px;
    color: #168ce3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-project-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.tzl-project-section-number {
    min-width: 58px;
    padding-top: 8px;
    color: #168ce3;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    border-top: 2px solid #168ce3;
}

.tzl-project-section-heading h2,
.tzl-project-list-header h2,
.tzl-project-benefits-header h2 {
    margin: 0;
    color: #0b1827;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-section-heading h2 strong,
.tzl-project-list-header h2 strong,
.tzl-project-benefits-header h2 strong {
    display: block;
    font-weight: 800;
}


/* =========================================================
   INTRO
========================================================= */

.tzl-project-intro {
    padding: 125px 0 80px;
    background: #ffffff;
}

.tzl-project-intro-text {
    padding-left: 35px;
    border-left: 1px solid #dce3ea;
}

.tzl-project-intro-text p {
    margin: 0 0 18px;
    color: #687582;
    font-size: 16px;
    line-height: 1.9;
}

.tzl-project-intro-text p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PROJE TÜRLERİ
========================================================= */

.tzl-project-types {
    padding: 0 0 115px;
    background: #ffffff;
}

.tzl-project-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #dfe6ec;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(7, 21, 35, 0.10);
}

.tzl-project-type-card {
    position: relative;
    min-height: 310px;
    padding: 42px 30px;
    overflow: hidden;
    border-right: 1px solid #dfe6ec;
    transition: 0.4s ease;
}

.tzl-project-type-card:last-child {
    border-right: 0;
}

.tzl-project-type-card::before {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 0;
    background: #071523;
    transition: height 0.45s ease;
}

.tzl-project-type-card > * {
    position: relative;
    z-index: 2;
}

.tzl-project-type-card:hover::before {
    height: 100%;
}

.tzl-project-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.18);
}

.tzl-project-type-number {
    position: absolute;
    top: 26px;
    right: 28px;
    color: #a0abb5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-type-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    color: #168ce3;
    font-size: 25px;
    border: 1px solid #cfd9e2;
    transition: 0.4s ease;
}

.tzl-project-type-card h3 {
    margin: 0 0 18px;
    color: #0b1827;
    font-size: 22px;
    font-weight: 750;
    transition: 0.4s ease;
}

.tzl-project-type-card p {
    margin: 0;
    color: #687582;
    font-size: 15px;
    line-height: 1.8;
    transition: 0.4s ease;
}

.tzl-project-type-card:hover .tzl-project-type-icon {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-project-type-card:hover h3 {
    color: #ffffff;
}

.tzl-project-type-card:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.tzl-project-type-card:hover .tzl-project-type-number {
    color: #168ce3;
}


/* =========================================================
   PROJE LİSTESİ
========================================================= */

.tzl-project-list {
    position: relative;
    padding: 125px 0;
    background:
        linear-gradient(
            rgba(242, 245, 248, 0.92),
            rgba(242, 245, 248, 0.92)
        ),
        url("/Sistem/duvar4.png") center / cover no-repeat;
    background-attachment: fixed;
}

.tzl-project-list::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(22, 140, 227, 0.06),
            transparent 55%
        );
    pointer-events: none;
}

.tzl-project-list-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 60px;
}

.tzl-project-list-description {
    max-width: 430px;
}

.tzl-project-list-description p {
    margin: 0;
    color: #687582;
    font-size: 16px;
    line-height: 1.85;
}

.tzl-project-component-wrapper {
    position: relative;
    z-index: 2;
}


/* Component eski kartlarına genel hareket */

.tzl-project-component-wrapper .card,
.tzl-project-component-wrapper .techno-sinlge-service-box1 {
    height: 100%;
    overflow: hidden;
    border: 0;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(7, 21, 35, 0.12);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.tzl-project-component-wrapper .card:hover,
.tzl-project-component-wrapper .techno-sinlge-service-box1:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 65px rgba(7, 21, 35, 0.24);
}

.tzl-project-component-wrapper img {
    width: 100%;
    transition: transform 0.75s ease, filter 0.5s ease;
}

.tzl-project-component-wrapper .card:hover img,
.tzl-project-component-wrapper .techno-sinlge-service-box1:hover img {
    transform: scale(1.15);
    filter: brightness(0.78);
}


/* =========================================================
   PROJE RAKAMLARI
========================================================= */

.tzl-project-stats {
    padding: 0 0 120px;
    background: #ffffff;
}

.tzl-project-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #071523;
    box-shadow: 0 30px 70px rgba(7, 21, 35, 0.20);
}

.tzl-project-stat-item {
    position: relative;
    min-height: 250px;
    padding: 42px 28px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.4s ease;
}

.tzl-project-stat-item:last-child {
    border-right: 0;
}

.tzl-project-stat-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #168ce3;
    transform: scaleX(0);
    transition: 0.4s ease;
}

.tzl-project-stat-item:hover {
    background: #0c2033;
    transform: translateY(-8px);
}

.tzl-project-stat-item:hover::after {
    transform: scaleX(1);
}

.tzl-project-stat-icon {
    margin-bottom: 22px;
    color: #68bbff;
    font-size: 29px;
}

.tzl-project-stat-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.tzl-project-stat-number span {
    color: #ffffff;
    font-size: 59px;
    font-weight: 800;
    letter-spacing: -4px;
}

.tzl-project-stat-number sup {
    top: 2px;
    margin-left: 5px;
    color: #168ce3;
    font-size: 21px;
}

.tzl-project-stat-item p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* =========================================================
   PROJE YAKLAŞIMI
========================================================= */

.tzl-project-approach {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background: #071523;
}

.tzl-project-approach-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 10% 45%,
            rgba(22, 140, 227, 0.25),
            transparent 35%
        );
}

.tzl-project-approach-content h2 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-approach-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-project-approach-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    line-height: 1.9;
}

.tzl-project-approach-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
    padding: 19px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.26);
    transition: 0.35s ease;
}

.tzl-project-approach-button:hover {
    color: #071523;
    background: #ffffff;
}

.tzl-project-approach-list {
    padding-left: 50px;
}

.tzl-project-approach-item {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 25px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: 0.35s ease;
}

.tzl-project-approach-item:first-child {
    padding-top: 0;
}

.tzl-project-approach-item:last-child {
    border-bottom: 0;
}

.tzl-project-approach-item:hover {
    padding-left: 15px;
}

.tzl-project-approach-item > span {
    color: #168ce3;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-approach-item h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
}

.tzl-project-approach-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   AVANTAJLAR
========================================================= */

.tzl-project-benefits {
    padding: 125px 0;
    background: #ffffff;
}

.tzl-project-benefits-header {
    max-width: 850px;
    margin-bottom: 60px;
}

.tzl-project-benefit-card {
    position: relative;
    min-height: 345px;
    padding: 42px 32px;
    overflow: hidden;
    border: 1px solid #dfe6ec;
    background: #ffffff;
    transition: 0.4s ease;
}

.tzl-project-benefit-card::before {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 0;
    background: #071523;
    transition: height 0.45s ease;
}

.tzl-project-benefit-card > * {
    position: relative;
    z-index: 2;
}

.tzl-project-benefit-card:hover::before {
    height: 100%;
}

.tzl-project-benefit-card:hover {
    transform: translateY(-9px);
    border-color: #071523;
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.17);
}

.tzl-project-benefit-card > span {
    position: absolute;
    top: 27px;
    right: 28px;
    color: #9ba7b2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-benefit-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    color: #168ce3;
    font-size: 25px;
    border: 1px solid #cfd9e2;
    transition: 0.4s ease;
}

.tzl-project-benefit-card h3 {
    margin: 0 0 18px;
    color: #0b1827;
    font-size: 23px;
    font-weight: 750;
    transition: 0.4s ease;
}

.tzl-project-benefit-card p {
    margin: 0;
    color: #687582;
    font-size: 15px;
    line-height: 1.85;
    transition: 0.4s ease;
}

.tzl-project-benefit-card:hover .tzl-project-benefit-icon {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-project-benefit-card:hover h3 {
    color: #ffffff;
}

.tzl-project-benefit-card:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.tzl-project-benefit-card:hover > span {
    color: #168ce3;
}


/* =========================================================
   CTA
========================================================= */

.tzl-project-cta {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #168ce3;
}

.tzl-project-cta-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 84% 50%,
            rgba(255, 255, 255, 0.20),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #168ce3,
            #0767ad
        );
}

.tzl-project-cta::before,
.tzl-project-cta::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.tzl-project-cta::before {
    top: -180px;
    right: -80px;
    width: 450px;
    height: 450px;
}

.tzl-project-cta::after {
    right: 100px;
    bottom: -300px;
    width: 520px;
    height: 520px;
}

.tzl-project-cta-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.tzl-project-cta-content > span {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-project-cta-content h2 {
    max-width: 800px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-cta-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-project-cta-button {
    min-width: 275px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 26px 22px 30px;
    color: #0b1827;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    background: #ffffff;
    transition: 0.35s ease;
}

.tzl-project-cta-button i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #071523;
    transition: 0.35s ease;
}

.tzl-project-cta-button:hover {
    color: #ffffff;
    background: #071523;
    transform: translateY(-5px);
}

.tzl-project-cta-button:hover i {
    color: #071523;
    background: #ffffff;
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .tzl-project-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tzl-project-type-card:nth-child(2) {
        border-right: 0;
    }

    .tzl-project-type-card:nth-child(1),
    .tzl-project-type-card:nth-child(2) {
        border-bottom: 1px solid #dfe6ec;
    }

    .tzl-project-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tzl-project-stat-item:nth-child(2) {
        border-right: 0;
    }

}

@media (max-width: 991px) {

    .tzl-project-hero {
        min-height: 620px;
    }

    .tzl-project-scroll {
        display: none;
    }

    .tzl-project-intro {
        padding: 90px 0 70px;
    }

    .tzl-project-intro-text {
        padding: 30px 0 0;
        border-top: 1px solid #dce3ea;
        border-left: 0;
    }

    .tzl-project-list {
        padding: 90px 0;
        background-attachment: scroll;
    }

    .tzl-project-list-header {
        display: block;
    }

    .tzl-project-list-description {
        max-width: 650px;
        margin-top: 25px;
    }

    .tzl-project-approach-list {
        margin-top: 55px;
        padding-left: 0;
    }

    .tzl-project-cta-wrapper {
        display: block;
    }

    .tzl-project-cta-action {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {

    .tzl-project-hero {
        min-height: 570px;
    }

    .tzl-project-hero-content {
        padding: 115px 0 80px;
    }

    .tzl-project-hero-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .tzl-project-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .tzl-project-section-heading {
        display: block;
    }

    .tzl-project-section-number {
        width: 52px;
        margin-bottom: 25px;
    }

    .tzl-project-section-heading h2,
    .tzl-project-list-header h2,
    .tzl-project-benefits-header h2,
    .tzl-project-approach-content h2,
    .tzl-project-cta-content h2 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }

    .tzl-project-types-grid {
        grid-template-columns: 1fr;
    }

    .tzl-project-type-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe6ec;
    }

    .tzl-project-type-card:last-child {
        border-bottom: 0;
    }

    .tzl-project-stats-grid {
        grid-template-columns: 1fr;
    }

    .tzl-project-stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .tzl-project-stat-item:last-child {
        border-bottom: 0;
    }

    .tzl-project-benefits {
        padding: 90px 0;
    }

    .tzl-project-cta {
        padding: 85px 0;
    }

    .tzl-project-cta-button {
        width: 100%;
        min-width: auto;
    }

}

@media (max-width: 480px) {

    .tzl-project-hero-content h1 {
        font-size: 40px;
    }

    .tzl-project-hero-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

}

/* =========================================================
   TZL PROJE SAYFASI
========================================================= */

.tzl-project-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.tzl-project-page,
.tzl-project-page * {
    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.tzl-project-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06111f;
}

.tzl-project-hero-image {
    position: absolute;
    inset: 0;
}

.tzl-project-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: tzlProjectHeroZoom 15s ease-in-out infinite alternate;
}

@keyframes tzlProjectHeroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

.tzl-project-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 12, 24, 0.97) 0%,
            rgba(3, 15, 29, 0.86) 40%,
            rgba(3, 15, 29, 0.42) 72%,
            rgba(3, 15, 29, 0.63) 100%
        );
}

.tzl-project-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px
        );
    background-size: 80px 80px;
}

.tzl-project-hero-content {
    position: relative;
    z-index: 3;
    max-width: 920px;
    padding: 140px 0 110px;
}

.tzl-project-hero-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
    color: #68bbff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.tzl-project-hero-label span {
    width: 55px;
    height: 2px;
    background: #168ce3;
}

.tzl-project-hero-content h1 {
    max-width: 920px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.98;
    font-weight: 300;
    letter-spacing: -4px;
}

.tzl-project-hero-content h1 strong {
    display: block;
    margin-top: 12px;
    color: #168ce3;
    font-weight: 800;
}

.tzl-project-hero-content > p {
    max-width: 680px;
    margin: 34px 0 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.8;
}

.tzl-project-breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.tzl-project-breadcrumb .breadcrumb-item,
.tzl-project-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    text-decoration: none;
}

.tzl-project-breadcrumb .breadcrumb-item.active {
    color: #168ce3;
}

.tzl-project-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.38);
}

.tzl-project-scroll {
    position: absolute;
    right: 60px;
    bottom: 44px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: right center;
}

.tzl-project-scroll i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transform: rotate(90deg);
}


/* =========================================================
   GENEL BAŞLIKLAR
========================================================= */

.tzl-project-section-label {
    display: block;
    margin-bottom: 18px;
    color: #168ce3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-project-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.tzl-project-section-number {
    min-width: 58px;
    padding-top: 8px;
    color: #168ce3;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    border-top: 2px solid #168ce3;
}

.tzl-project-section-heading h2,
.tzl-project-list-header h2,
.tzl-project-benefits-header h2 {
    margin: 0;
    color: #0b1827;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-section-heading h2 strong,
.tzl-project-list-header h2 strong,
.tzl-project-benefits-header h2 strong {
    display: block;
    font-weight: 800;
}


/* =========================================================
   INTRO
========================================================= */

.tzl-project-intro {
    padding: 125px 0 80px;
    background: #ffffff;
}

.tzl-project-intro-text {
    padding-left: 35px;
    border-left: 1px solid #dce3ea;
}

.tzl-project-intro-text p {
    margin: 0 0 18px;
    color: #687582;
    font-size: 16px;
    line-height: 1.9;
}

.tzl-project-intro-text p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PROJE TÜRLERİ
========================================================= */

.tzl-project-types {
    padding: 0 0 115px;
    background: #ffffff;
}

.tzl-project-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #dfe6ec;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(7, 21, 35, 0.10);
}

.tzl-project-type-card {
    position: relative;
    min-height: 310px;
    padding: 42px 30px;
    overflow: hidden;
    border-right: 1px solid #dfe6ec;
    transition: 0.4s ease;
}

.tzl-project-type-card:last-child {
    border-right: 0;
}

.tzl-project-type-card::before {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 0;
    background: #071523;
    transition: height 0.45s ease;
}

.tzl-project-type-card > * {
    position: relative;
    z-index: 2;
}

.tzl-project-type-card:hover::before {
    height: 100%;
}

.tzl-project-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.18);
}

.tzl-project-type-number {
    position: absolute;
    top: 26px;
    right: 28px;
    color: #a0abb5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-type-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    color: #168ce3;
    font-size: 25px;
    border: 1px solid #cfd9e2;
    transition: 0.4s ease;
}

.tzl-project-type-card h3 {
    margin: 0 0 18px;
    color: #0b1827;
    font-size: 22px;
    font-weight: 750;
    transition: 0.4s ease;
}

.tzl-project-type-card p {
    margin: 0;
    color: #687582;
    font-size: 15px;
    line-height: 1.8;
    transition: 0.4s ease;
}

.tzl-project-type-card:hover .tzl-project-type-icon {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-project-type-card:hover h3 {
    color: #ffffff;
}

.tzl-project-type-card:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.tzl-project-type-card:hover .tzl-project-type-number {
    color: #168ce3;
}


/* =========================================================
   PROJE LİSTESİ
========================================================= */

.tzl-project-list {
    position: relative;
    padding: 125px 0;
    background:
        linear-gradient(
            rgba(242, 245, 248, 0.92),
            rgba(242, 245, 248, 0.92)
        ),
        url("/Sistem/duvar4.png") center / cover no-repeat;
    background-attachment: fixed;
}

.tzl-project-list::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(22, 140, 227, 0.06),
            transparent 55%
        );
    pointer-events: none;
}

.tzl-project-list-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 60px;
}

.tzl-project-list-description {
    max-width: 430px;
}

.tzl-project-list-description p {
    margin: 0;
    color: #687582;
    font-size: 16px;
    line-height: 1.85;
}

.tzl-project-component-wrapper {
    position: relative;
    z-index: 2;
}


/* Component eski kartlarına genel hareket */

.tzl-project-component-wrapper .card,
.tzl-project-component-wrapper .techno-sinlge-service-box1 {
    height: 100%;
    overflow: hidden;
    border: 0;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(7, 21, 35, 0.12);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.tzl-project-component-wrapper .card:hover,
.tzl-project-component-wrapper .techno-sinlge-service-box1:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 65px rgba(7, 21, 35, 0.24);
}

.tzl-project-component-wrapper img {
    width: 100%;
    transition: transform 0.75s ease, filter 0.5s ease;
}

.tzl-project-component-wrapper .card:hover img,
.tzl-project-component-wrapper .techno-sinlge-service-box1:hover img {
    transform: scale(1.15);
    filter: brightness(0.78);
}


/* =========================================================
   PROJE RAKAMLARI
========================================================= */

.tzl-project-stats {
    padding: 0 0 120px;
    background: #ffffff;
}

.tzl-project-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #071523;
    box-shadow: 0 30px 70px rgba(7, 21, 35, 0.20);
}

.tzl-project-stat-item {
    position: relative;
    min-height: 250px;
    padding: 42px 28px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.4s ease;
}

.tzl-project-stat-item:last-child {
    border-right: 0;
}

.tzl-project-stat-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #168ce3;
    transform: scaleX(0);
    transition: 0.4s ease;
}

.tzl-project-stat-item:hover {
    background: #0c2033;
    transform: translateY(-8px);
}

.tzl-project-stat-item:hover::after {
    transform: scaleX(1);
}

.tzl-project-stat-icon {
    margin-bottom: 22px;
    color: #68bbff;
    font-size: 29px;
}

.tzl-project-stat-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.tzl-project-stat-number span {
    color: #ffffff;
    font-size: 59px;
    font-weight: 800;
    letter-spacing: -4px;
}

.tzl-project-stat-number sup {
    top: 2px;
    margin-left: 5px;
    color: #168ce3;
    font-size: 21px;
}

.tzl-project-stat-item p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* =========================================================
   PROJE YAKLAŞIMI
========================================================= */

.tzl-project-approach {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background: #071523;
}

.tzl-project-approach-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 10% 45%,
            rgba(22, 140, 227, 0.25),
            transparent 35%
        );
}

.tzl-project-approach-content h2 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-approach-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-project-approach-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    line-height: 1.9;
}

.tzl-project-approach-button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
    padding: 19px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.26);
    transition: 0.35s ease;
}

.tzl-project-approach-button:hover {
    color: #071523;
    background: #ffffff;
}

.tzl-project-approach-list {
    padding-left: 50px;
}

.tzl-project-approach-item {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 25px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: 0.35s ease;
}

.tzl-project-approach-item:first-child {
    padding-top: 0;
}

.tzl-project-approach-item:last-child {
    border-bottom: 0;
}

.tzl-project-approach-item:hover {
    padding-left: 15px;
}

.tzl-project-approach-item > span {
    color: #168ce3;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-approach-item h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
}

.tzl-project-approach-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   AVANTAJLAR
========================================================= */

.tzl-project-benefits {
    padding: 125px 0;
    background: #ffffff;
}

.tzl-project-benefits-header {
    max-width: 850px;
    margin-bottom: 60px;
}

.tzl-project-benefit-card {
    position: relative;
    min-height: 345px;
    padding: 42px 32px;
    overflow: hidden;
    border: 1px solid #dfe6ec;
    background: #ffffff;
    transition: 0.4s ease;
}

.tzl-project-benefit-card::before {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 0;
    background: #071523;
    transition: height 0.45s ease;
}

.tzl-project-benefit-card > * {
    position: relative;
    z-index: 2;
}

.tzl-project-benefit-card:hover::before {
    height: 100%;
}

.tzl-project-benefit-card:hover {
    transform: translateY(-9px);
    border-color: #071523;
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.17);
}

.tzl-project-benefit-card > span {
    position: absolute;
    top: 27px;
    right: 28px;
    color: #9ba7b2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-project-benefit-icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    color: #168ce3;
    font-size: 25px;
    border: 1px solid #cfd9e2;
    transition: 0.4s ease;
}

.tzl-project-benefit-card h3 {
    margin: 0 0 18px;
    color: #0b1827;
    font-size: 23px;
    font-weight: 750;
    transition: 0.4s ease;
}

.tzl-project-benefit-card p {
    margin: 0;
    color: #687582;
    font-size: 15px;
    line-height: 1.85;
    transition: 0.4s ease;
}

.tzl-project-benefit-card:hover .tzl-project-benefit-icon {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-project-benefit-card:hover h3 {
    color: #ffffff;
}

.tzl-project-benefit-card:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.tzl-project-benefit-card:hover > span {
    color: #168ce3;
}


/* =========================================================
   CTA
========================================================= */

.tzl-project-cta {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #168ce3;
}

.tzl-project-cta-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 84% 50%,
            rgba(255, 255, 255, 0.20),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #168ce3,
            #0767ad
        );
}

.tzl-project-cta::before,
.tzl-project-cta::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.tzl-project-cta::before {
    top: -180px;
    right: -80px;
    width: 450px;
    height: 450px;
}

.tzl-project-cta::after {
    right: 100px;
    bottom: -300px;
    width: 520px;
    height: 520px;
}

.tzl-project-cta-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.tzl-project-cta-content > span {
    display: block;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-project-cta-content h2 {
    max-width: 800px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-project-cta-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-project-cta-button {
    min-width: 275px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 26px 22px 30px;
    color: #0b1827;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    background: #ffffff;
    transition: 0.35s ease;
}

.tzl-project-cta-button i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #071523;
    transition: 0.35s ease;
}

.tzl-project-cta-button:hover {
    color: #ffffff;
    background: #071523;
    transform: translateY(-5px);
}

.tzl-project-cta-button:hover i {
    color: #071523;
    background: #ffffff;
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .tzl-project-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tzl-project-type-card:nth-child(2) {
        border-right: 0;
    }

    .tzl-project-type-card:nth-child(1),
    .tzl-project-type-card:nth-child(2) {
        border-bottom: 1px solid #dfe6ec;
    }

    .tzl-project-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tzl-project-stat-item:nth-child(2) {
        border-right: 0;
    }

}

@media (max-width: 991px) {

    .tzl-project-hero {
        min-height: 620px;
    }

    .tzl-project-scroll {
        display: none;
    }

    .tzl-project-intro {
        padding: 90px 0 70px;
    }

    .tzl-project-intro-text {
        padding: 30px 0 0;
        border-top: 1px solid #dce3ea;
        border-left: 0;
    }

    .tzl-project-list {
        padding: 90px 0;
        background-attachment: scroll;
    }

    .tzl-project-list-header {
        display: block;
    }

    .tzl-project-list-description {
        max-width: 650px;
        margin-top: 25px;
    }

    .tzl-project-approach-list {
        margin-top: 55px;
        padding-left: 0;
    }

    .tzl-project-cta-wrapper {
        display: block;
    }

    .tzl-project-cta-action {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {

    .tzl-project-hero {
        min-height: 570px;
    }

    .tzl-project-hero-content {
        padding: 115px 0 80px;
    }

    .tzl-project-hero-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .tzl-project-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .tzl-project-section-heading {
        display: block;
    }

    .tzl-project-section-number {
        width: 52px;
        margin-bottom: 25px;
    }

    .tzl-project-section-heading h2,
    .tzl-project-list-header h2,
    .tzl-project-benefits-header h2,
    .tzl-project-approach-content h2,
    .tzl-project-cta-content h2 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }

    .tzl-project-types-grid {
        grid-template-columns: 1fr;
    }

    .tzl-project-type-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe6ec;
    }

    .tzl-project-type-card:last-child {
        border-bottom: 0;
    }

    .tzl-project-stats-grid {
        grid-template-columns: 1fr;
    }

    .tzl-project-stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .tzl-project-stat-item:last-child {
        border-bottom: 0;
    }

    .tzl-project-benefits {
        padding: 90px 0;
    }

    .tzl-project-cta {
        padding: 85px 0;
    }

    .tzl-project-cta-button {
        width: 100%;
        min-width: auto;
    }

}

@media (max-width: 480px) {

    .tzl-project-hero-content h1 {
        font-size: 40px;
    }

    .tzl-project-hero-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

}

/* =========================================================
   TZL PROJE COMPONENT KARTLARI
========================================================= */

.tzl-proje-grid {
    margin-top: 10px;
}

.tzl-proje-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #071523;
    box-shadow: 0 14px 38px rgba(7, 21, 35, 0.16);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.tzl-proje-card:hover {
    transform: translateY(-14px) scale(1.025);
    box-shadow:
        0 32px 70px rgba(7, 21, 35, 0.30),
        0 0 32px rgba(22, 140, 227, 0.17);
}


/* Mavi çerçeve */

.tzl-proje-card::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 7;
    border: 2px solid #168ce3;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.tzl-proje-card:hover::before {
    opacity: 1;
}


/* Link */

.tzl-proje-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.tzl-proje-link:hover {
    color: inherit;
    text-decoration: none;
}


/* Görsel alanı */

.tzl-proje-image {
    position: relative;
    width: 100%;
    height: 255px;
    overflow: hidden;
    background: #0c2033;
}

.tzl-proje-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 0.85s cubic-bezier(.2, .75, .3, 1),
        filter 0.5s ease;
}

.tzl-proje-card:hover .tzl-proje-image img {
    transform: scale(1.22) rotate(0.4deg);
    filter: brightness(0.65) saturate(1.05);
}


/* Mavi overlay */

.tzl-proje-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            135deg,
            rgba(3, 15, 29, 0.22),
            rgba(22, 140, 227, 0.82)
        );
    opacity: 0;
    transition: opacity 0.45s ease;
}

.tzl-proje-card:hover .tzl-proje-overlay {
    opacity: 1;
}


/* İncele alanı */

.tzl-proje-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    transform: translateY(25px);
    opacity: 0;
    transition:
        transform 0.45s ease,
        opacity 0.45s ease;
}

.tzl-proje-card:hover .tzl-proje-view {
    transform: translateY(0);
    opacity: 1;
}

.tzl-proje-view-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    transform: scale(0.55) rotate(-20deg);
    transition: transform 0.45s ease, background 0.35s ease;
}

.tzl-proje-card:hover .tzl-proje-view-icon {
    transform: scale(1) rotate(0);
}

.tzl-proje-view span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Parlama efekti */

.tzl-proje-shine {
    position: absolute;
    top: -45%;
    left: -90%;
    z-index: 4;
    width: 45%;
    height: 190%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.28),
            transparent
        );
    transform: rotate(22deg);
    pointer-events: none;
    transition: left 0.85s ease;
}

.tzl-proje-card:hover .tzl-proje-shine {
    left: 145%;
}


/* Üst kategori etiketi */

.tzl-proje-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background: rgba(7, 21, 35, 0.82);
    backdrop-filter: blur(8px);
    transition: background 0.35s ease;
}

.tzl-proje-badge i {
    color: #66baff;
}

.tzl-proje-card:hover .tzl-proje-badge {
    background: #071523;
}


/* İçerik alanı */

.tzl-proje-content {
    position: relative;
    min-height: 125px;
    padding: 24px 22px 25px;
    overflow: hidden;
    background: #071523;
}

.tzl-proje-content::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #168ce3;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s ease;
}

.tzl-proje-card:hover .tzl-proje-content::after {
    transform: scaleX(1);
}

.tzl-proje-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.tzl-proje-title {
    max-width: calc(100% - 50px);
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color 0.35s ease;
}

.tzl-proje-card:hover .tzl-proje-title {
    color: #70c2ff;
}


/* Ok ikonu */

.tzl-proje-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.tzl-proje-card:hover .tzl-proje-arrow {
    border-color: #168ce3;
    background: #168ce3;
    transform: translateX(4px);
}


/* Alt açıklama */

.tzl-proje-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tzl-proje-meta i {
    color: #168ce3;
}


/* Responsive */

@media (max-width: 1199px) {

    .tzl-proje-image {
        height: 240px;
    }

}

@media (max-width: 767px) {

    .tzl-proje-card {
        max-width: 460px;
        margin-right: auto;
        margin-left: auto;
    }

    .tzl-proje-image {
        height: 280px;
    }

    .tzl-proje-content {
        min-height: 115px;
    }

}

@media (max-width: 480px) {

    .tzl-proje-image {
        height: 240px;
    }

    .tzl-proje-title {
        font-size: 17px;
    }

}