/* =========================================================
   TZL ABOUT PAGE
========================================================= */

.tzl-about-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.tzl-about-page,
.tzl-about-page * {
    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.tzl-about-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06111f;
}

.tzl-about-hero-image {
    position: absolute;
    inset: 0;
}

.tzl-about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: tzlAboutHeroZoom 15s ease-in-out infinite alternate;
}

@keyframes tzlAboutHeroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

.tzl-about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 12, 24, 0.97) 0%,
            rgba(3, 15, 29, 0.87) 40%,
            rgba(3, 15, 29, 0.42) 73%,
            rgba(3, 15, 29, 0.63) 100%
        );
}

.tzl-about-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-about-hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 140px 0 110px;
}

.tzl-about-hero-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
    color: #68bbff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
}

.tzl-about-hero-label span {
    width: 55px;
    height: 2px;
    background: #168ce3;
}

.tzl-about-hero-content h1 {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.98;
    font-weight: 300;
    letter-spacing: -4px;
}

.tzl-about-hero-content h1 strong {
    display: block;
    margin-top: 12px;
    color: #168ce3;
    font-weight: 800;
}

.tzl-about-hero-content > p {
    max-width: 670px;
    margin: 34px 0 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.8;
}

.tzl-about-breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.tzl-about-breadcrumb .breadcrumb-item,
.tzl-about-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    text-decoration: none;
}

.tzl-about-breadcrumb .breadcrumb-item.active {
    color: #168ce3;
}

.tzl-about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.38);
}

.tzl-about-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-about-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-about-section-label {
    display: block;
    margin-bottom: 18px;
    color: #168ce3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-about-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-about-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 60px;
}

.tzl-about-section-header h2,
.tzl-about-values-heading h2,
.tzl-about-dynamic-heading h2 {
    margin: 0;
    color: #0b1827;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-about-section-header h2 strong,
.tzl-about-values-heading h2 strong,
.tzl-about-dynamic-heading h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-about-section-header > p {
    max-width: 440px;
    margin: 0;
    color: #687582;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   INTRO
========================================================= */

.tzl-about-intro {
    padding: 130px 0;
    background: #ffffff;
}

.tzl-about-intro-visual {
    position: relative;
    min-height: 600px;
    padding-right: 45px;
    padding-bottom: 45px;
}

.tzl-about-intro-main-image {
    position: relative;
    z-index: 2;
    height: 555px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(7, 21, 35, 0.18);
}

.tzl-about-intro-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.tzl-about-intro-visual:hover .tzl-about-intro-main-image img {
    transform: scale(1.06);
}

.tzl-about-intro-blue-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 70%;
    background: #168ce3;
}

.tzl-about-experience-card {
    position: absolute;
    left: -35px;
    bottom: 65px;
    z-index: 4;
    min-width: 275px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 30px;
    color: #ffffff;
    background: #071523;
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.28);
}

.tzl-about-experience-number {
    color: #168ce3;
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -4px;
}

.tzl-about-experience-card strong,
.tzl-about-experience-card small {
    display: block;
}

.tzl-about-experience-card strong {
    font-size: 19px;
}

.tzl-about-experience-card small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.tzl-about-intro-badge {
    position: absolute;
    top: 35px;
    right: 5px;
    z-index: 4;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    border-radius: 50%;
    background: #168ce3;
    box-shadow: 0 20px 45px rgba(22, 140, 227, 0.35);
}

.tzl-about-intro-badge i {
    font-size: 27px;
}

.tzl-about-intro-badge span {
    max-width: 80px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.tzl-about-intro-content {
    padding-left: 35px;
}

.tzl-about-intro-content h2 {
    margin: 0;
    color: #0b1827;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1.07;
    font-weight: 300;
    letter-spacing: -3px;
}

.tzl-about-intro-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-about-title-line {
    width: 75px;
    height: 3px;
    margin: 30px 0;
    background: #168ce3;
}

.tzl-about-intro-content p {
    margin: 0 0 20px;
    color: #687582;
    font-size: 16px;
    line-height: 1.9;
}

.tzl-about-intro-content .tzl-about-lead-text {
    color: #263746;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

.tzl-about-signature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #dfe6ec;
}

.tzl-about-signature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    background: #168ce3;
}

.tzl-about-signature strong,
.tzl-about-signature span {
    display: block;
}

.tzl-about-signature strong {
    color: #0b1827;
    font-size: 19px;
}

.tzl-about-signature span {
    margin-top: 3px;
    color: #7b8792;
    font-size: 13px;
}


/* =========================================================
   DİNAMİK HAKKIMIZDA
========================================================= */

.tzl-about-dynamic-content {
    padding: 120px 0;
    background:
        linear-gradient(
            rgba(242, 245, 248, 0.93),
            rgba(242, 245, 248, 0.93)
        ),
        url("/Sistem/duvar5.png") center / cover no-repeat;
    background-attachment: fixed;
}

.tzl-about-dynamic-wrapper {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 80px;
    align-items: flex-start;
}

.tzl-about-dynamic-heading {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.tzl-about-dynamic-text {
    padding: 42px;
    color: #5f6d79;
    font-size: 16px;
    line-height: 1.95;
    border-left: 4px solid #168ce3;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 21, 35, 0.10);
}

.tzl-about-dynamic-text p {
    margin-bottom: 20px;
}

.tzl-about-dynamic-text p:last-child {
    margin-bottom: 0;
}

.tzl-about-dynamic-text h1,
.tzl-about-dynamic-text h2,
.tzl-about-dynamic-text h3,
.tzl-about-dynamic-text h4 {
    color: #0b1827;
    font-weight: 750;
}

.tzl-about-dynamic-text img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   STATS
========================================================= */

.tzl-about-stats {
    padding: 0 0 115px;
    background: #ffffff;
}

.tzl-about-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #071523;
    box-shadow: 0 30px 70px rgba(7, 21, 35, 0.20);
}

.tzl-about-stat-item {
    position: relative;
    min-height: 250px;
    padding: 42px 30px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.4s ease;
}

.tzl-about-stat-item:last-child {
    border-right: 0;
}

.tzl-about-stat-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #168ce3;
    transform: scaleX(0);
    transition: 0.4s ease;
}

.tzl-about-stat-item:hover {
    background: #0c2033;
    transform: translateY(-8px);
}

.tzl-about-stat-item:hover::after {
    transform: scaleX(1);
}

.tzl-about-stat-icon {
    margin-bottom: 22px;
    color: #65baff;
    font-size: 29px;
}

.tzl-about-stat-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.tzl-about-stat-number span {
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -4px;
}

.tzl-about-stat-number sup {
    top: 2px;
    margin-left: 5px;
    color: #168ce3;
    font-size: 22px;
}

.tzl-about-stat-item p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================================================
   VİZYON MİSYON
========================================================= */

.tzl-about-vision-mission {
    padding: 120px 0;
    background: #f3f6f8;
}

.tzl-about-purpose-card {
    position: relative;
    min-height: 480px;
    padding: 55px 50px;
    overflow: hidden;
    transition: 0.4s ease;
}

.tzl-about-purpose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 65px rgba(7, 21, 35, 0.20);
}

.tzl-about-purpose-dark {
    color: #ffffff;
    background: #071523;
}

.tzl-about-purpose-blue {
    color: #ffffff;
    background: #168ce3;
}

.tzl-about-purpose-number {
    position: absolute;
    top: 40px;
    right: 45px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 55px;
    font-weight: 800;
}

.tzl-about-purpose-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 28px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.tzl-about-purpose-label {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-about-purpose-card h3 {
    max-width: 570px;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 750;
}

.tzl-about-purpose-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   DEĞERLER
========================================================= */

.tzl-about-values {
    padding: 120px 0;
    background: #ffffff;
}

.tzl-about-values-heading {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 60px;
}

.tzl-about-value-card {
    position: relative;
    min-height: 355px;
    padding: 42px 32px;
    overflow: hidden;
    border: 1px solid #dfe6ec;
    background: #ffffff;
    transition: 0.4s ease;
}

.tzl-about-value-card::before {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 0;
    background: #071523;
    transition: height 0.45s ease;
}

.tzl-about-value-card:hover::before {
    height: 100%;
}

.tzl-about-value-card > * {
    position: relative;
    z-index: 2;
}

.tzl-about-value-card:hover {
    transform: translateY(-9px);
    border-color: #071523;
    box-shadow: 0 25px 55px rgba(7, 21, 35, 0.16);
}

.tzl-about-value-number {
    position: absolute;
    top: 27px;
    right: 28px;
    color: #9ba7b2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-about-value-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-about-value-card h3 {
    margin: 0 0 18px;
    color: #0b1827;
    font-size: 23px;
    font-weight: 750;
    transition: 0.4s ease;
}

.tzl-about-value-card p {
    margin: 0;
    color: #687582;
    font-size: 15px;
    line-height: 1.85;
    transition: 0.4s ease;
}

.tzl-about-value-card:hover .tzl-about-value-icon {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-about-value-card:hover h3 {
    color: #ffffff;
}

.tzl-about-value-card:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.tzl-about-value-card:hover .tzl-about-value-number {
    color: #168ce3;
}


/* =========================================================
   YAKLAŞIM
========================================================= */

.tzl-about-approach {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background: #071523;
}

.tzl-about-approach-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 10% 40%,
            rgba(22, 140, 227, 0.22),
            transparent 35%
        );
}

.tzl-about-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-about-approach-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-about-approach-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.9;
}

.tzl-about-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.25);
    transition: 0.35s ease;
}

.tzl-about-approach-button:hover {
    color: #071523;
    background: #ffffff;
}

.tzl-about-approach-list {
    padding-left: 50px;
}

.tzl-about-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-about-approach-item:first-child {
    padding-top: 0;
}

.tzl-about-approach-item:last-child {
    border-bottom: 0;
}

.tzl-about-approach-item:hover {
    padding-left: 15px;
}

.tzl-about-approach-item > span {
    color: #168ce3;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-about-approach-item h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
}

.tzl-about-approach-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.tzl-about-process {
    padding: 120px 0;
    background: #f3f6f8;
}

.tzl-about-process-grid {
    display: grid;
    grid-template-columns:
        1fr 50px 1fr 50px 1fr 50px 1fr;
    align-items: center;
}

.tzl-about-process-item {
    min-height: 300px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #dce4eb;
    background: #ffffff;
    transition: 0.4s ease;
}

.tzl-about-process-item:hover {
    transform: translateY(-9px);
    border-color: #168ce3;
    box-shadow: 0 22px 50px rgba(7, 21, 35, 0.13);
}

.tzl-about-process-circle {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #168ce3;
    font-size: 27px;
    border: 1px solid #cdd8e1;
    border-radius: 50%;
    transition: 0.35s ease;
}

.tzl-about-process-item:hover .tzl-about-process-circle {
    color: #ffffff;
    border-color: #168ce3;
    background: #168ce3;
}

.tzl-about-process-item > span {
    color: #168ce3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-about-process-item h3 {
    margin: 13px 0 15px;
    color: #0b1827;
    font-size: 21px;
    font-weight: 750;
}

.tzl-about-process-item p {
    margin: 0;
    color: #687582;
    font-size: 14px;
    line-height: 1.75;
}

.tzl-about-process-arrow {
    color: #9eabb6;
    font-size: 20px;
    text-align: center;
}


/* =========================================================
   NEDEN TZL
========================================================= */

.tzl-about-why {
    padding: 125px 0;
    background: #ffffff;
}

.tzl-about-why-content h2 {
    margin: 0 0 28px;
    color: #0b1827;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-about-why-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-about-why-content > p {
    color: #687582;
    font-size: 16px;
    line-height: 1.9;
}

.tzl-about-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
    margin-top: 35px;
}

.tzl-about-check-list div {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #263746;
    font-size: 15px;
    font-weight: 600;
}

.tzl-about-check-list i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    color: #ffffff;
    font-size: 11px;
    border-radius: 50%;
    background: #168ce3;
}

.tzl-about-quality-box {
    position: relative;
    padding: 55px;
    color: #ffffff;
    background: #071523;
    box-shadow: 0 30px 70px rgba(7, 21, 35, 0.23);
}

.tzl-about-quality-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    color: #ffffff;
    font-size: 29px;
    background: #168ce3;
}

.tzl-about-quality-box > span {
    color: #66baff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-about-quality-box h3 {
    margin: 20px 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.3;
}

.tzl-about-quality-box p {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    line-height: 1.9;
}

.tzl-about-quality-line {
    width: 70px;
    height: 3px;
    margin: 30px 0;
    background: #168ce3;
}

.tzl-about-quality-box blockquote {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

.tzl-about-cta {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #168ce3;
}

.tzl-about-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-about-cta::before,
.tzl-about-cta::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.tzl-about-cta::before {
    top: -180px;
    right: -80px;
    width: 450px;
    height: 450px;
}

.tzl-about-cta::after {
    right: 100px;
    bottom: -300px;
    width: 520px;
    height: 520px;
}

.tzl-about-cta-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.tzl-about-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-about-cta-content h2 {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2.5px;
}

.tzl-about-cta-content h2 strong {
    display: block;
    font-weight: 800;
}

.tzl-about-cta-button {
    min-width: 285px;
    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-about-cta-button i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #071523;
    transition: 0.35s ease;
}

.tzl-about-cta-button:hover {
    color: #ffffff;
    background: #071523;
    transform: translateY(-5px);
}

.tzl-about-cta-button:hover i {
    color: #071523;
    background: #ffffff;
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .tzl-about-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .tzl-about-stat-item:nth-child(2) {
        border-right: 0;
    }

    .tzl-about-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .tzl-about-process-arrow {
        display: none;
    }

}

@media (max-width: 991px) {

    .tzl-about-hero {
        min-height: 620px;
    }

    .tzl-about-scroll {
        display: none;
    }

    .tzl-about-intro {
        padding: 90px 0;
    }

    .tzl-about-intro-content {
        padding-left: 0;
    }

    .tzl-about-dynamic-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .tzl-about-section-header {
        display: block;
    }

    .tzl-about-section-header > p {
        max-width: 650px;
        margin-top: 25px;
    }

    .tzl-about-approach-list {
        margin-top: 55px;
        padding-left: 0;
    }

    .tzl-about-cta-wrapper {
        display: block;
    }

    .tzl-about-cta-action {
        margin-top: 40px;
    }

    .tzl-about-dynamic-content {
        background-attachment: scroll;
    }

}

@media (max-width: 767px) {

    .tzl-about-hero {
        min-height: 570px;
    }

    .tzl-about-hero-content {
        padding: 115px 0 80px;
    }

    .tzl-about-hero-content h1 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .tzl-about-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .tzl-about-intro-visual {
        min-height: 490px;
        padding-right: 20px;
    }

    .tzl-about-intro-main-image {
        height: 450px;
    }

    .tzl-about-experience-card {
        left: 0;
        bottom: 20px;
        min-width: 235px;
        padding: 22px;
    }

    .tzl-about-experience-number {
        font-size: 52px;
    }

    .tzl-about-intro-badge {
        right: 0;
        width: 105px;
        height: 105px;
    }

    .tzl-about-intro-content h2,
    .tzl-about-section-header h2,
    .tzl-about-values-heading h2,
    .tzl-about-dynamic-heading h2,
    .tzl-about-approach-content h2,
    .tzl-about-why-content h2,
    .tzl-about-cta-content h2 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }

    .tzl-about-dynamic-heading,
    .tzl-about-values-heading {
        display: block;
    }

    .tzl-about-section-number {
        display: block;
        width: 52px;
        margin-bottom: 25px;
    }

    .tzl-about-dynamic-text {
        padding: 30px 25px;
    }

    .tzl-about-stats-wrapper {
        grid-template-columns: 1fr;
    }

    .tzl-about-stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .tzl-about-purpose-card {
        min-height: auto;
        padding: 45px 30px;
    }

    .tzl-about-purpose-card h3 {
        font-size: 28px;
    }

    .tzl-about-process-grid {
        grid-template-columns: 1fr;
    }

    .tzl-about-check-list {
        grid-template-columns: 1fr;
    }

    .tzl-about-quality-box {
        padding: 40px 28px;
    }

    .tzl-about-cta-button {
        width: 100%;
        min-width: auto;
    }

}

@media (max-width: 480px) {

    .tzl-about-hero-content h1 {
        font-size: 40px;
    }

    .tzl-about-hero-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .tzl-about-intro-main-image {
        height: 395px;
    }

    .tzl-about-experience-card {
        position: relative;
        bottom: auto;
        margin-top: -75px;
    }

}