
html{scroll-behavior:smooth}
body{
    font-family:'Segoe UI',Arial,sans-serif;
    color:var(--dark);
    background:#fff;
    overflow-x:hidden;
}
section{position:relative}
img{max-width:100%;display:block}
a{text-decoration:none;transition:.35s}

/* Titles */
.section-mini-title,
.tzl-intro-small,
.services-subtitle{
    color:var(--secondary);
    letter-spacing:4px;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
}
.section-title,
.services-title,
.tzl-title{
    font-size:48px;
    font-weight:800;
    color:var(--primary);
    margin:15px 0 20px;
}
.gold-line{
    width:90px;
    height:4px;
    border-radius:20px;
    background:var(--secondary);
    margin:25px auto;
}

/* Hero intro */
.tzl-intro-section{
    padding:90px 0;
    background:
      linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.93)),
      url('/Sistem/duvar4.png') center/cover fixed;
}
.tzl-description{max-width:760px;margin:auto;color:var(--text);line-height:1.9}

.stat-box{
    background:#fff;
    border-radius:10px;
    padding:35px 20px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.35s;
    height:100%;
    border-top:4px solid transparent;
}
.stat-box:hover{
    transform:translateY(-10px);
    border-color:var(--secondary);
}
.stat-box i{
    width:75px;height:75px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
}
.stat-box h3{
    color:var(--primary);
    font-size:42px;
    font-weight:800;
}
.stat-box span{
    color:#555;
    font-weight:600;
}

/* About */
.about-home{
    padding:100px 0;
}
.about-home p{
    color:var(--text);
    line-height:1.9;
}
.about-home img{
    border-radius:12px;
    box-shadow:var(--shadow);
}

/* Services */
.services-section{
    padding:100px 0;
    background:url('/Sistem/duvar2.png') center/cover fixed;
}
.services-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(10,44,82,.80);
}
.services-section .container{position:relative;z-index:2}
.services-title{color:#fff}
.services-text{
    color:#ececec;
    max-width:800px;
    margin:0 auto 60px;
    line-height:1.9;
}

/* Why */
.why-section{
    background:#fafafa;
    padding:100px 0;
}
.why-card{
    background:#fff;
    border-radius:12px;
    padding:40px 30px;
    box-shadow:var(--shadow);
    text-align:center;
    transition:.35s;
    height:100%;
}
.why-card:hover{
    transform:translateY(-10px);
}
.why-card .icon{
    width:80px;height:80px;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--primary);
    color:#fff;
    font-size:30px;
}
.why-card h4{
    color:var(--primary);
    font-weight:700;
}
.why-card p{
    color:var(--text);
    line-height:1.8;
}

/* CTA */
.cta-section{
    padding:120px 0;
    background:
      linear-gradient(rgba(10,44,82,.78),rgba(10,44,82,.78)),
      url('/Sistem/duvar3.png') center/cover fixed;
    text-align:center;
    color:#fff;
}
.cta-section h2{
    font-size:48px;
    font-weight:800;
}
.cta-section p{
    max-width:750px;
    margin:20px auto 35px;
    color:#f1f1f1;
}

/* Buttons */
.btn-primary{
    background:var(--primary)!important;
    border-color:var(--primary)!important;
}
.btn-primary:hover{
    background:#123f72!important;
}
.btn-warning{
    background:var(--secondary)!important;
    border-color:var(--secondary)!important;
    color:#222!important;
}

/* Cards */
.card,
.project-card,
.blog-card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.35s;
}
.card:hover,
.project-card:hover,
.blog-card:hover{
    transform:translateY(-8px);
}
/* ======================================================
   TZL İNŞAAT FOOTER
====================================================== */

.tzl-footer {
    position: relative;
    margin-top: 100px;
    background: #071f39;
    color: #ffffff;
}

/* CTA */

.footer-cta-wrapper {
    position: relative;
    z-index: 4;
    transform: translateY(-50%);
    margin-bottom: -55px;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 38px 45px;
    background:
        linear-gradient(
            120deg,
            #0a2c52 0%,
            #123f70 100%
        );
    border-left: 5px solid #d8b36a;
    border-radius: 10px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.footer-cta::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -90px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(255, 255, 255, 0.04);
    transform: rotate(45deg);
}

.footer-cta-content {
    position: relative;
    z-index: 2;
}

.footer-mini-title {
    display: block;
    margin-bottom: 10px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.footer-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 800;
}

.footer-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.footer-cta-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.footer-offer-btn {
    display: inline-flex;
    min-width: 205px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 5px;
    color: #10263d;
    font-size: 15px;
    font-weight: 800;
    transition: 0.35s ease;
}

.footer-offer-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Main */

.footer-main {
    position: relative;
    padding: 110px 0 45px;
    background:
        linear-gradient(
            rgba(7, 31, 57, 0.96),
            rgba(7, 31, 57, 0.98)
        ),
        url("/Sistem/duvar2.png") center center / cover;
}

.footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(216, 179, 106, 0.08),
            transparent 32%
        );
    pointer-events: none;
}

.footer-main .container {
    position: relative;
    z-index: 2;
}

/* Company */

.footer-logo {
    max-width: 230px;
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-company-text {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.9;
}

.footer-company-values {
    display: grid;
    gap: 11px;
    margin-bottom: 26px;
}

.footer-company-values div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.footer-company-values i {
    width: 21px;
    color: #d8b36a;
    text-align: center;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #ffffff;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #d8b36a;
    border-color: #d8b36a;
    color: #071f39;
    transform: translateY(-5px);
}

/* Columns */

.footer-column h4 {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.footer-column h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 3px;
    background: #d8b36a;
}

.footer-column h4::after {
    content: "";
    position: absolute;
    left: 54px;
    bottom: 0;
    width: 7px;
    height: 3px;
    background: #ffffff;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a i {
    color: #d8b36a;
    font-size: 11px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(6px);
}

/* Contact */

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.footer-contact-icon {
    display: flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    background: rgba(216, 179, 106, 0.12);
    border: 1px solid rgba(216, 179, 106, 0.28);
    border-radius: 5px;
    color: #d8b36a;
}

.footer-contact span {
    display: block;
    margin-bottom: 4px;
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-contact p,
.footer-contact a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-working-hours {
    display: flex;
    gap: 13px;
    margin-top: 26px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.045);
    border-left: 3px solid #d8b36a;
}

.footer-working-hours > i {
    margin-top: 3px;
    color: #d8b36a;
    font-size: 20px;
}

.footer-working-hours strong,
.footer-working-hours span {
    display: block;
}

.footer-working-hours strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.footer-working-hours span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

/* Information band */

.footer-info-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 65px;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info-item:first-child {
    padding-left: 0;
}

.footer-info-item:last-child {
    border-right: 0;
}

.footer-info-item > i {
    color: #d8b36a;
    font-size: 30px;
}

.footer-info-item strong,
.footer-info-item span {
    display: block;
}

.footer-info-item strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
}

.footer-info-item span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

/* Bottom */

.footer-bottom {
    padding: 21px 0;
    background: #04172a;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a,
.footer-credit a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.footer-bottom-links a:hover,
.footer-credit a:hover {
    color: #d8b36a;
}

.footer-credit {
    text-align: right;
}

/* Responsive */

@media (max-width: 991px) {

    .tzl-footer {
        margin-top: 70px;
    }

    .footer-cta-wrapper {
        transform: translateY(-35px);
        margin-bottom: -35px;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px;
    }

    .footer-cta h2 {
        font-size: 27px;
    }

    .footer-main {
        padding-top: 80px;
    }

    .footer-info-band {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-info-item {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-info-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .footer-bottom-content {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-credit {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .footer-cta {
        padding: 27px 22px;
    }

    .footer-mini-title {
        font-size: 11px;
        line-height: 1.6;
    }

    .footer-cta h2 {
        font-size: 23px;
        line-height: 1.35;
    }

    .footer-offer-btn {
        min-width: auto;
        width: 100%;
    }

    .footer-main {
        padding: 75px 0 35px;
    }

    .footer-column h4 {
        margin-bottom: 22px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 17px;
    }
}

/* ======================================================
   TZL CONTACT PAGE
====================================================== */

.contact-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background:
        url("/Sistem/contact.png")
        center center / cover no-repeat;
    overflow: hidden;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 31, 57, 0.94) 0%,
            rgba(10, 44, 82, 0.82) 48%,
            rgba(10, 44, 82, 0.22) 100%
        );
}

.contact-hero .container {
    z-index: 2;
}

.contact-hero-subtitle {
    display: inline-block;
    margin-bottom: 18px;
    color: #d8b36a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 4px;
}

.contact-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 59px;
    font-weight: 900;
    line-height: 1.13;
}

.contact-hero h1 span {
    display: block;
    color: #d8b36a;
}

.contact-hero p {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.85;
}

.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-breadcrumb a,
.contact-breadcrumb span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.contact-breadcrumb a:hover {
    color: #d8b36a;
}

.contact-breadcrumb i {
    color: #d8b36a;
    font-size: 11px;
}

/* Information Cards */

.contact-info-section {
    position: relative;
    z-index: 4;
    margin-top: -65px;
    padding-bottom: 90px;
}

.contact-info-card {
    position: relative;
    height: 100%;
    min-height: 270px;
    padding: 34px 26px;
    background: #ffffff;
    border-top: 4px solid #0a2c52;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(10, 44, 82, 0.14);
    text-align: center;
    transition: 0.35s ease;
    overflow: hidden;
}

.contact-info-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    border: 16px solid rgba(10, 44, 82, 0.035);
    border-radius: 50%;
}

.contact-info-card:hover {
    transform: translateY(-12px);
    border-color: #d8b36a;
    box-shadow: 0 27px 65px rgba(10, 44, 82, 0.2);
}

.contact-info-icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 27px;
    box-shadow: 0 10px 25px rgba(10, 44, 82, 0.22);
}

.contact-info-card:hover .contact-info-icon {
    background: #d8b36a;
    color: #0a2c52;
}

.contact-info-card h3 {
    margin-bottom: 13px;
    color: #0a2c52;
    font-size: 19px;
    font-weight: 800;
}

.contact-info-card p {
    min-height: 67px;
    margin-bottom: 17px;
    color: #707981;
    font-size: 14px;
    line-height: 1.7;
}

.contact-info-card a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a2c52;
    font-size: 14px;
    font-weight: 800;
}

.contact-info-card a:hover {
    color: #d8b36a;
}

/* Main Section */

.contact-main-section {
    padding: 15px 0 110px;
}

.contact-left-panel,
.contact-form-wrapper {
    height: 100%;
}

.contact-left-panel {
    padding: 47px 40px;
    background:
        linear-gradient(
            rgba(7, 31, 57, 0.96),
            rgba(7, 31, 57, 0.96)
        ),
        url("/Sistem/contact.png") center / cover;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 22px 60px rgba(7, 31, 57, 0.22);
}

.contact-small-title {
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-left-panel h2 {
    margin: 15px 0 20px;
    color: #ffffff;
    font-size: 39px;
    font-weight: 850;
    line-height: 1.25;
}

.contact-title-line {
    width: 78px;
    height: 4px;
    margin-bottom: 25px;
    background: #d8b36a;
}

.contact-left-text {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.9;
}

.contact-feature-list {
    display: grid;
    gap: 21px;
    margin-top: 33px;
}

.contact-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-feature-icon {
    display: flex;
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    align-items: center;
    justify-content: center;
    background: rgba(216, 179, 106, 0.13);
    border: 1px solid rgba(216, 179, 106, 0.32);
    border-radius: 7px;
    color: #d8b36a;
    font-size: 20px;
}

.contact-feature-item h4 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.contact-feature-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.contact-working-box {
    display: flex;
    gap: 15px;
    margin-top: 37px;
    padding: 21px;
    background: rgba(255, 255, 255, 0.055);
    border-left: 4px solid #d8b36a;
}

.contact-working-icon {
    color: #d8b36a;
    font-size: 27px;
}

.contact-working-box span,
.contact-working-box strong,
.contact-working-box p {
    display: block;
}

.contact-working-box span {
    margin-bottom: 4px;
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-working-box strong {
    color: #ffffff;
    font-size: 15px;
}

.contact-working-box p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 14px;
}

/* Form */

.contact-form-wrapper {
    padding: 48px 42px;
    background: #ffffff;
    border: 1px solid #e8edf1;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(10, 44, 82, 0.1);
}

.contact-form-heading {
    margin-bottom: 35px;
}

.contact-form-heading span {
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.contact-form-heading h2 {
    margin: 9px 0 12px;
    color: #0a2c52;
    font-size: 32px;
    font-weight: 850;
}

.contact-form-heading p {
    margin: 0;
    color: #727b83;
    font-size: 14px;
    line-height: 1.75;
}

.contact-form-group label {
    display: block;
    margin-bottom: 9px;
    color: #223343;
    font-size: 13px;
    font-weight: 750;
}

.contact-form-group label span {
    color: #d8b36a;
}

.contact-input-wrapper,
.contact-textarea-wrapper {
    position: relative;
}

.contact-input-wrapper > i,
.contact-textarea-wrapper > i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    color: #9ca6af;
    transform: translateY(-50%);
}

.contact-textarea-wrapper > i {
    top: 19px;
    transform: none;
}

.tzl-contact-form .form-control,
.tzl-contact-form .form-select {
    min-height: 56px;
    padding: 12px 15px 12px 45px;
    background-color: #f8fafb;
    border: 1px solid #e3e8ec;
    border-radius: 5px;
    color: #263744;
    font-size: 14px;
    transition: 0.3s ease;
}

.tzl-contact-form textarea.form-control {
    min-height: 165px;
    padding-top: 15px;
    resize: vertical;
}

.tzl-contact-form .form-control:focus,
.tzl-contact-form .form-select:focus {
    background: #ffffff;
    border-color: #d8b36a;
    box-shadow: 0 0 0 4px rgba(216, 179, 106, 0.12);
}

.contact-form-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.contact-form-check input {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #0a2c52;
}

.contact-form-check label {
    color: #727b83;
    font-size: 13px;
    line-height: 1.65;
}

.contact-form-check a {
    color: #0a2c52;
    font-weight: 750;
}

.contact-submit-btn {
    display: inline-flex;
    min-width: 220px;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 25px;
    background: #0a2c52;
    border: 2px solid #0a2c52;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    transition: 0.35s ease;
}

.contact-submit-btn:hover {
    background: #d8b36a;
    border-color: #d8b36a;
    color: #0a2c52;
    transform: translateY(-3px);
}

/* Map */

.contact-map-section {
    padding: 95px 0 0;
    background: #f6f8fa;
}

.contact-map-heading {
    max-width: 750px;
    margin: 0 auto 42px;
    padding: 0 20px;
    text-align: center;
}

.contact-map-heading span {
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-map-heading h2 {
    margin: 9px 0 13px;
    color: #0a2c52;
    font-size: 42px;
    font-weight: 850;
}

.contact-map-heading p {
    color: #717a82;
    font-size: 15px;
    line-height: 1.8;
}

.contact-map-wrapper {
    position: relative;
}

.contact-map-wrapper iframe {
    display: block;
    filter: grayscale(20%);
}

.contact-map-card {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    bottom: 35px;
    display: flex;
    width: 390px;
    gap: 17px;
    padding: 27px;
    background: #ffffff;
    border-left: 5px solid #d8b36a;
    border-radius: 6px;
    box-shadow: 0 20px 55px rgba(7, 31, 57, 0.22);
}

.contact-map-card-icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
}

.contact-map-card span {
    color: #0a2c52;
    font-size: 16px;
    font-weight: 850;
}

.contact-map-card p {
    margin: 6px 0 10px;
    color: #6f7981;
    font-size: 13px;
    line-height: 1.65;
}

.contact-map-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
}

/* Final CTA */

.contact-final-cta {
    position: relative;
    padding: 78px 0;
    background:
        url("/Sistem/contact.png")
        center center / cover no-repeat;
}

.contact-final-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 57, 0.93);
}

.contact-final-cta .container {
    z-index: 2;
}

.contact-final-cta span {
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-final-cta h2 {
    margin: 9px 0 11px;
    color: #ffffff;
    font-size: 39px;
    font-weight: 850;
}

.contact-final-cta p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.contact-final-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 27px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 5px;
    color: #0a2c52;
    font-weight: 850;
    transition: 0.35s ease;
}

.contact-final-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 1199px) {

    .contact-map-card {
        left: 30px;
    }
}

@media (max-width: 991px) {

    .contact-hero {
        min-height: 400px;
    }

    .contact-hero h1 {
        font-size: 47px;
    }

    .contact-info-section {
        margin-top: -45px;
    }

    .contact-left-panel h2 {
        font-size: 34px;
    }

    .contact-map-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 40px);
        margin: -40px auto 0;
    }

    .contact-final-cta {
        text-align: center;
    }

    .contact-final-cta p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .contact-hero {
        min-height: 370px;
        padding: 75px 0;
    }

    .contact-hero-overlay {
        background: rgba(7, 31, 57, 0.88);
    }

    .contact-hero h1 {
        font-size: 37px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .contact-info-section {
        margin-top: 0;
        padding: 50px 0 70px;
    }

    .contact-info-card {
        min-height: 245px;
    }

    .contact-main-section {
        padding-bottom: 75px;
    }

    .contact-left-panel,
    .contact-form-wrapper {
        padding: 34px 25px;
    }

    .contact-left-panel h2 {
        font-size: 29px;
    }

    .contact-form-heading h2 {
        font-size: 27px;
    }

    .contact-map-heading h2 {
        font-size: 33px;
    }

    .contact-map-wrapper iframe {
        height: 430px;
    }

    .contact-final-cta h2 {
        font-size: 31px;
    }
}

@media (max-width: 480px) {

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding-right: 18px;
        padding-left: 18px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .contact-map-card {
        align-items: flex-start;
        width: calc(100% - 24px);
        padding: 21px 18px;
    }
}

Kitaplık
/
tzl-fixed.css


/* =======================================================
   TZL İNŞAAT - Professional Theme v1.0
   ======================================================= */

:root{
 --primary:#0A2C52;
 --secondary:#D8B36A;
 --dark:#16212B;
 --light:#F7F7F7;
 --white:#fff;
 --text:#6c757d;
 --shadow:0 15px 40px rgba(0,0,0,.12);
}

html{scroll-behavior:smooth}
body{
    font-family:'Segoe UI',Arial,sans-serif;
    color:var(--dark);
    background:#fff;
    overflow-x:hidden;
}
section{position:relative}
img{max-width:100%;display:block}
a{text-decoration:none;transition:.35s}

/* Titles */
.section-mini-title,
.tzl-intro-small,
.services-subtitle{
    color:var(--secondary);
    letter-spacing:4px;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
}
.section-title,
.services-title,
.tzl-title{
    font-size:48px;
    font-weight:800;
    color:var(--primary);
    margin:15px 0 20px;
}
.gold-line{
    width:90px;
    height:4px;
    border-radius:20px;
    background:var(--secondary);
    margin:25px auto;
}

/* Hero intro */
.tzl-intro-section{
    padding:90px 0;
    background:
      linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.93)),
      url('/Sistem/duvar4.png') center/cover fixed;
}
.tzl-description{max-width:760px;margin:auto;color:var(--text);line-height:1.9}

.stat-box{
    background:#fff;
    border-radius:10px;
    padding:35px 20px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.35s;
    height:100%;
    border-top:4px solid transparent;
}
.stat-box:hover{
    transform:translateY(-10px);
    border-color:var(--secondary);
}
.stat-box i{
    width:75px;height:75px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
}
.stat-box h3{
    color:var(--primary);
    font-size:42px;
    font-weight:800;
}
.stat-box span{
    color:#555;
    font-weight:600;
}

/* About */
.about-home{
    padding:100px 0;
}
.about-home p{
    color:var(--text);
    line-height:1.9;
}
.about-home img{
    border-radius:12px;
    box-shadow:var(--shadow);
}

/* Services */
.services-section{
    padding:100px 0;
    background:url('/Sistem/duvar2.png') center/cover fixed;
}
.services-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(10,44,82,.80);
}
.services-section .container{position:relative;z-index:2}
.services-title{color:#fff}
.services-text{
    color:#ececec;
    max-width:800px;
    margin:0 auto 60px;
    line-height:1.9;
}

/* Why */
.why-section{
    background:#fafafa;
    padding:100px 0;
}
.why-card{
    background:#fff;
    border-radius:12px;
    padding:40px 30px;
    box-shadow:var(--shadow);
    text-align:center;
    transition:.35s;
    height:100%;
}
.why-card:hover{
    transform:translateY(-10px);
}
.why-card .icon{
    width:80px;height:80px;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--primary);
    color:#fff;
    font-size:30px;
}
.why-card h4{
    color:var(--primary);
    font-weight:700;
}
.why-card p{
    color:var(--text);
    line-height:1.8;
}

/* CTA */
.cta-section{
    padding:120px 0;
    background:
      linear-gradient(rgba(10,44,82,.78),rgba(10,44,82,.78)),
      url('/Sistem/duvar3.png') center/cover fixed;
    text-align:center;
    color:#fff;
}
.cta-section h2{
    font-size:48px;
    font-weight:800;
}
.cta-section p{
    max-width:750px;
    margin:20px auto 35px;
    color:#f1f1f1;
}

/* Buttons */
.btn-primary{
    background:var(--primary)!important;
    border-color:var(--primary)!important;
}
.btn-primary:hover{
    background:#123f72!important;
}
.btn-warning{
    background:var(--secondary)!important;
    border-color:var(--secondary)!important;
    color:#222!important;
}

/* Cards */
.card,
.project-card,
.blog-card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.35s;
}
.card:hover,
.project-card:hover,
.blog-card:hover{
    transform:translateY(-8px);
}
/* ======================================================
   TZL İNŞAAT FOOTER
====================================================== */

.tzl-footer {
    position: relative;
    margin-top: 100px;
    background: #071f39;
    color: #ffffff;
}

/* CTA */

.footer-cta-wrapper {
    position: relative;
    z-index: 4;
    transform: translateY(-50%);
    margin-bottom: -55px;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 38px 45px;
    background:
        linear-gradient(
            120deg,
            #0a2c52 0%,
            #123f70 100%
        );
    border-left: 5px solid #d8b36a;
    border-radius: 10px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.footer-cta::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -90px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(255, 255, 255, 0.04);
    transform: rotate(45deg);
}

.footer-cta-content {
    position: relative;
    z-index: 2;
}

.footer-mini-title {
    display: block;
    margin-bottom: 10px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.footer-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 800;
}

.footer-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.footer-cta-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.footer-offer-btn {
    display: inline-flex;
    min-width: 205px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 5px;
    color: #10263d;
    font-size: 15px;
    font-weight: 800;
    transition: 0.35s ease;
}

.footer-offer-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Main */

.footer-main {
    position: relative;
    padding: 110px 0 45px;
    background:
        linear-gradient(
            rgba(7, 31, 57, 0.96),
            rgba(7, 31, 57, 0.98)
        ),
        url("/Sistem/duvar2.png") center center / cover;
}

.footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(216, 179, 106, 0.08),
            transparent 32%
        );
    pointer-events: none;
}

.footer-main .container {
    position: relative;
    z-index: 2;
}

/* Company */

.footer-logo {
    max-width: 230px;
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-company-text {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.9;
}

.footer-company-values {
    display: grid;
    gap: 11px;
    margin-bottom: 26px;
}

.footer-company-values div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.footer-company-values i {
    width: 21px;
    color: #d8b36a;
    text-align: center;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #ffffff;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #d8b36a;
    border-color: #d8b36a;
    color: #071f39;
    transform: translateY(-5px);
}

/* Columns */

.footer-column h4 {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.footer-column h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 3px;
    background: #d8b36a;
}

.footer-column h4::after {
    content: "";
    position: absolute;
    left: 54px;
    bottom: 0;
    width: 7px;
    height: 3px;
    background: #ffffff;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a i {
    color: #d8b36a;
    font-size: 11px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(6px);
}

/* Contact */

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.footer-contact-icon {
    display: flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    background: rgba(216, 179, 106, 0.12);
    border: 1px solid rgba(216, 179, 106, 0.28);
    border-radius: 5px;
    color: #d8b36a;
}

.footer-contact span {
    display: block;
    margin-bottom: 4px;
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-contact p,
.footer-contact a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-working-hours {
    display: flex;
    gap: 13px;
    margin-top: 26px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.045);
    border-left: 3px solid #d8b36a;
}

.footer-working-hours > i {
    margin-top: 3px;
    color: #d8b36a;
    font-size: 20px;
}

.footer-working-hours strong,
.footer-working-hours span {
    display: block;
}

.footer-working-hours strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.footer-working-hours span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

/* Information band */

.footer-info-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 65px;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info-item:first-child {
    padding-left: 0;
}

.footer-info-item:last-child {
    border-right: 0;
}

.footer-info-item > i {
    color: #d8b36a;
    font-size: 30px;
}

.footer-info-item strong,
.footer-info-item span {
    display: block;
}

.footer-info-item strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
}

.footer-info-item span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

/* Bottom */

.footer-bottom {
    padding: 21px 0;
    background: #04172a;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a,
.footer-credit a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.footer-bottom-links a:hover,
.footer-credit a:hover {
    color: #d8b36a;
}

.footer-credit {
    text-align: right;
}

/* Responsive */

@media (max-width: 991px) {

    .tzl-footer {
        margin-top: 70px;
    }

    .footer-cta-wrapper {
        transform: translateY(-35px);
        margin-bottom: -35px;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px;
    }

    .footer-cta h2 {
        font-size: 27px;
    }

    .footer-main {
        padding-top: 80px;
    }

    .footer-info-band {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-info-item {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-info-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .footer-bottom-content {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-credit {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .footer-cta {
        padding: 27px 22px;
    }

    .footer-mini-title {
        font-size: 11px;
        line-height: 1.6;
    }

    .footer-cta h2 {
        font-size: 23px;
        line-height: 1.35;
    }

    .footer-offer-btn {
        min-width: auto;
        width: 100%;
    }

    .footer-main {
        padding: 75px 0 35px;
    }

    .footer-column h4 {
        margin-bottom: 22px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 17px;
    }
}

/* ======================================================
   TZL CONTACT PAGE
====================================================== */

.contact-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background:
        url("/Sistem/contact.png")
        center center / cover no-repeat;
    overflow: hidden;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 31, 57, 0.94) 0%,
            rgba(10, 44, 82, 0.82) 48%,
            rgba(10, 44, 82, 0.22) 100%
        );
}

.contact-hero .container {
    z-index: 2;
}

.contact-hero-subtitle {
    display: inline-block;
    margin-bottom: 18px;
    color: #d8b36a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 4px;
}

.contact-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 59px;
    font-weight: 900;
    line-height: 1.13;
}

.contact-hero h1 span {
    display: block;
    color: #d8b36a;
}

.contact-hero p {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.85;
}

.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-breadcrumb a,
.contact-breadcrumb span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.contact-breadcrumb a:hover {
    color: #d8b36a;
}

.contact-breadcrumb i {
    color: #d8b36a;
    font-size: 11px;
}

/* Information Cards */

.contact-info-section {
    position: relative;
    z-index: 4;
    margin-top: -65px;
    padding-bottom: 90px;
}

.contact-info-card {
    position: relative;
    height: 100%;
    min-height: 270px;
    padding: 34px 26px;
    background: #ffffff;
    border-top: 4px solid #0a2c52;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(10, 44, 82, 0.14);
    text-align: center;
    transition: 0.35s ease;
    overflow: hidden;
}

.contact-info-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    border: 16px solid rgba(10, 44, 82, 0.035);
    border-radius: 50%;
}

.contact-info-card:hover {
    transform: translateY(-12px);
    border-color: #d8b36a;
    box-shadow: 0 27px 65px rgba(10, 44, 82, 0.2);
}

.contact-info-icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 27px;
    box-shadow: 0 10px 25px rgba(10, 44, 82, 0.22);
}

.contact-info-card:hover .contact-info-icon {
    background: #d8b36a;
    color: #0a2c52;
}

.contact-info-card h3 {
    margin-bottom: 13px;
    color: #0a2c52;
    font-size: 19px;
    font-weight: 800;
}

.contact-info-card p {
    min-height: 67px;
    margin-bottom: 17px;
    color: #707981;
    font-size: 14px;
    line-height: 1.7;
}

.contact-info-card a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a2c52;
    font-size: 14px;
    font-weight: 800;
}

.contact-info-card a:hover {
    color: #d8b36a;
}

/* Main Section */

.contact-main-section {
    padding: 15px 0 110px;
}

.contact-left-panel,
.contact-form-wrapper {
    height: 100%;
}

.contact-left-panel {
    padding: 47px 40px;
    background:
        linear-gradient(
            rgba(7, 31, 57, 0.96),
            rgba(7, 31, 57, 0.96)
        ),
        url("/Sistem/duvar4.png") center / cover;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 22px 60px rgba(7, 31, 57, 0.22);
}

.contact-small-title {
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-left-panel h2 {
    margin: 15px 0 20px;
    color: #ffffff;
    font-size: 39px;
    font-weight: 850;
    line-height: 1.25;
}

.contact-title-line {
    width: 78px;
    height: 4px;
    margin-bottom: 25px;
    background: #d8b36a;
}

.contact-left-text {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.9;
}

.contact-feature-list {
    display: grid;
    gap: 21px;
    margin-top: 33px;
}

.contact-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-feature-icon {
    display: flex;
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    align-items: center;
    justify-content: center;
    background: rgba(216, 179, 106, 0.13);
    border: 1px solid rgba(216, 179, 106, 0.32);
    border-radius: 7px;
    color: #d8b36a;
    font-size: 20px;
}

.contact-feature-item h4 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.contact-feature-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.contact-working-box {
    display: flex;
    gap: 15px;
    margin-top: 37px;
    padding: 21px;
    background: rgba(255, 255, 255, 0.055);
    border-left: 4px solid #d8b36a;
}

.contact-working-icon {
    color: #d8b36a;
    font-size: 27px;
}

.contact-working-box span,
.contact-working-box strong,
.contact-working-box p {
    display: block;
}

.contact-working-box span {
    margin-bottom: 4px;
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-working-box strong {
    color: #ffffff;
    font-size: 15px;
}

.contact-working-box p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 14px;
}

/* Form */

.contact-form-wrapper {
    padding: 48px 42px;
    background: #ffffff;
    border: 1px solid #e8edf1;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(10, 44, 82, 0.1);
}

.contact-form-heading {
    margin-bottom: 35px;
}

.contact-form-heading span {
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.contact-form-heading h2 {
    margin: 9px 0 12px;
    color: #0a2c52;
    font-size: 32px;
    font-weight: 850;
}

.contact-form-heading p {
    margin: 0;
    color: #727b83;
    font-size: 14px;
    line-height: 1.75;
}

.contact-form-group label {
    display: block;
    margin-bottom: 9px;
    color: #223343;
    font-size: 13px;
    font-weight: 750;
}

.contact-form-group label span {
    color: #d8b36a;
}

.contact-input-wrapper,
.contact-textarea-wrapper {
    position: relative;
}

.contact-input-wrapper > i,
.contact-textarea-wrapper > i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    color: #9ca6af;
    transform: translateY(-50%);
}

.contact-textarea-wrapper > i {
    top: 19px;
    transform: none;
}

.tzl-contact-form .form-control,
.tzl-contact-form .form-select {
    min-height: 56px;
    padding: 12px 15px 12px 45px;
    background-color: #f8fafb;
    border: 1px solid #e3e8ec;
    border-radius: 5px;
    color: #263744;
    font-size: 14px;
    transition: 0.3s ease;
}

.tzl-contact-form textarea.form-control {
    min-height: 165px;
    padding-top: 15px;
    resize: vertical;
}

.tzl-contact-form .form-control:focus,
.tzl-contact-form .form-select:focus {
    background: #ffffff;
    border-color: #d8b36a;
    box-shadow: 0 0 0 4px rgba(216, 179, 106, 0.12);
}

.contact-form-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.contact-form-check input {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #0a2c52;
}

.contact-form-check label {
    color: #727b83;
    font-size: 13px;
    line-height: 1.65;
}

.contact-form-check a {
    color: #0a2c52;
    font-weight: 750;
}

.contact-submit-btn {
    display: inline-flex;
    min-width: 220px;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 25px;
    background: #0a2c52;
    border: 2px solid #0a2c52;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    transition: 0.35s ease;
}

.contact-submit-btn:hover {
    background: #d8b36a;
    border-color: #d8b36a;
    color: #0a2c52;
    transform: translateY(-3px);
}

/* Map */

.contact-map-section {
    padding: 95px 0 0;
    background: #f6f8fa;
}

.contact-map-heading {
    max-width: 750px;
    margin: 0 auto 42px;
    padding: 0 20px;
    text-align: center;
}

.contact-map-heading span {
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-map-heading h2 {
    margin: 9px 0 13px;
    color: #0a2c52;
    font-size: 42px;
    font-weight: 850;
}

.contact-map-heading p {
    color: #717a82;
    font-size: 15px;
    line-height: 1.8;
}

.contact-map-wrapper {
    position: relative;
}

.contact-map-wrapper iframe {
    display: block;
    filter: grayscale(20%);
}

.contact-map-card {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    bottom: 35px;
    display: flex;
    width: 390px;
    gap: 17px;
    padding: 27px;
    background: #ffffff;
    border-left: 5px solid #d8b36a;
    border-radius: 6px;
    box-shadow: 0 20px 55px rgba(7, 31, 57, 0.22);
}

.contact-map-card-icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
}

.contact-map-card span {
    color: #0a2c52;
    font-size: 16px;
    font-weight: 850;
}

.contact-map-card p {
    margin: 6px 0 10px;
    color: #6f7981;
    font-size: 13px;
    line-height: 1.65;
}

.contact-map-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
}

/* Final CTA */

.contact-final-cta {
    position: relative;
    padding: 78px 0;
    background:
        url("/Sistem/duvar2.png")
        center center / cover no-repeat;
}

.contact-final-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 57, 0.93);
}

.contact-final-cta .container {
    z-index: 2;
}

.contact-final-cta span {
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.contact-final-cta h2 {
    margin: 9px 0 11px;
    color: #ffffff;
    font-size: 39px;
    font-weight: 850;
}

.contact-final-cta p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.contact-final-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 27px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 5px;
    color: #0a2c52;
    font-weight: 850;
    transition: 0.35s ease;
}

.contact-final-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 1199px) {

    .contact-map-card {
        left: 30px;
    }
}

@media (max-width: 991px) {

    .contact-hero {
        min-height: 400px;
    }

    .contact-hero h1 {
        font-size: 47px;
    }

    .contact-info-section {
        margin-top: -45px;
    }

    .contact-left-panel h2 {
        font-size: 34px;
    }

    .contact-map-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 40px);
        margin: -40px auto 0;
    }

    .contact-final-cta {
        text-align: center;
    }

    .contact-final-cta p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .contact-hero {
        min-height: 370px;
        padding: 75px 0;
    }

    .contact-hero-overlay {
        background: rgba(7, 31, 57, 0.88);
    }

    .contact-hero h1 {
        font-size: 37px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .contact-info-section {
        margin-top: 0;
        padding: 50px 0 70px;
    }

    .contact-info-card {
        min-height: 245px;
    }

    .contact-main-section {
        padding-bottom: 75px;
    }

    .contact-left-panel,
    .contact-form-wrapper {
        padding: 34px 25px;
    }

    .contact-left-panel h2 {
        font-size: 29px;
    }

    .contact-form-heading h2 {
        font-size: 27px;
    }

    .contact-map-heading h2 {
        font-size: 33px;
    }

    .contact-map-wrapper iframe {
        height: 430px;
    }

    .contact-final-cta h2 {
        font-size: 31px;
    }
}

@media (max-width: 480px) {

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding-right: 18px;
        padding-left: 18px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .contact-map-card {
        align-items: flex-start;
        width: calc(100% - 24px);
        padding: 21px 18px;
    }
}

/* ======================================================
   PREMIUM SERVICES PAGE
====================================================== */

/* Hero */

.services-page-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 110px 0;
    background:
        url("/Sistem/services-hero.jpg")
        center center / cover no-repeat;
    overflow: hidden;
}

.services-page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 20, 37, 0.98) 0%,
            rgba(7, 31, 57, 0.92) 40%,
            rgba(10, 44, 82, 0.55) 68%,
            rgba(10, 44, 82, 0.12) 100%
        );
}

.services-page-hero .container {
    z-index: 2;
}

.services-page-label {
    display: inline-block;
    margin-bottom: 19px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 5px;
}

.services-page-hero h1 {
    max-width: 740px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 63px;
    font-weight: 900;
    line-height: 1.1;
}

.services-page-hero h1 span {
    display: block;
    color: #d8b36a;
    font-weight: 400;
}

.services-page-line {
    width: 92px;
    height: 4px;
    margin-bottom: 25px;
    background: #d8b36a;
}

.services-page-hero p {
    max-width: 720px;
    margin-bottom: 31px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.9;
}

.services-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 32px;
}

.services-primary-btn,
.services-secondary-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 25px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.35s ease;
}

.services-primary-btn {
    background: #d8b36a;
    border: 2px solid #d8b36a;
    color: #0a2c52;
}

.services-primary-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

.services-secondary-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.23);
    color: #ffffff;
}

.services-secondary-btn:hover {
    background: #ffffff;
    color: #0a2c52;
    transform: translateY(-3px);
}

.services-breadcrumb .breadcrumb-item,
.services-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.services-breadcrumb .breadcrumb-item.active {
    color: #d8b36a;
}

.services-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.services-page-big-text {
    position: absolute;
    right: -25px;
    bottom: 15px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 135px;
    font-weight: 900;
    letter-spacing: 15px;
    pointer-events: none;
}

/* General headings */

.section-small-title,
.services-section-heading > span,
.services-why-content > span {
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.services-section-heading {
    max-width: 820px;
    margin: 0 auto 55px;
}

.services-section-heading h2,
.services-intro-content h2,
.services-why-content h2 {
    margin: 12px 0 18px;
    color: #0a2c52;
    font-size: 44px;
    font-weight: 850;
    line-height: 1.22;
}

.services-section-heading h2 strong,
.services-intro-content h2 span,
.services-why-content h2 strong {
    color: #d8b36a;
    font-weight: 850;
}

.services-section-heading p {
    color: #707a83;
    font-size: 15px;
    line-height: 1.8;
}

.services-title-line,
.services-center-line {
    width: 84px;
    height: 4px;
    background: #d8b36a;
}

.services-title-line {
    margin-bottom: 24px;
}

.services-center-line {
    margin: 0 auto 22px;
}

/* Intro */

.services-intro-section {
    padding: 110px 0;
}

.services-intro-image {
    position: relative;
    padding: 0 28px 28px 0;
}

.services-intro-image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76%;
    height: 72%;
    background: #0a2c52;
    border-radius: 8px;
}

.services-intro-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 25px 65px rgba(7, 31, 57, 0.2);
}

.services-intro-badge {
    position: absolute;
    right: -5px;
    bottom: 55px;
    z-index: 3;
    width: 215px;
    padding: 23px;
    background: #d8b36a;
    color: #0a2c52;
    box-shadow: 0 18px 40px rgba(7, 31, 57, 0.22);
}

.services-intro-badge strong,
.services-intro-badge span {
    display: block;
}

.services-intro-badge strong {
    margin-bottom: 4px;
    font-size: 25px;
    font-weight: 900;
}

.services-intro-badge span {
    font-size: 13px;
    line-height: 1.55;
}

.services-intro-content p {
    color: #6c7680;
    font-size: 15px;
    line-height: 1.9;
}

.services-intro-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
    margin-top: 30px;
}

.services-intro-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #243545;
    font-size: 14px;
    font-weight: 700;
}

.services-intro-feature i {
    color: #d8b36a;
}

/* Stats */

.services-stats-section {
    padding: 55px 0;
    background: #0a2c52;
}

.services-stat-item {
    display: flex;
    min-height: 135px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.services-stats-section [class*="col-"]:last-child .services-stat-item {
    border-right: 0;
}

.services-stat-icon {
    margin-bottom: 10px;
    color: #d8b36a;
    font-size: 27px;
}

.services-stat-item strong {
    color: #ffffff;
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
}

.services-stat-item span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Categories */

.services-categories-section {
    position: relative;
    padding: 110px 0;
    background:
        url("/Sistem/duvar2.png")
        center center / cover fixed;
}

.services-categories-overlay {
    position: absolute;
    inset: 0;
    background: rgba(246, 248, 250, 0.94);
}

.services-categories-section .container {
    z-index: 2;
}

.services-component-wrapper {
    position: relative;
}

/* Component içindeki genel kartları güçlendirir */

.services-component-wrapper .card {
    height: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 15px 42px rgba(10, 44, 82, 0.12);
    transition: 0.4s ease;
    overflow: hidden;
}

.services-component-wrapper .card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(10, 44, 82, 0.2);
}

.services-component-wrapper .card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: 0.5s ease;
}

.services-component-wrapper .card:hover img {
    transform: scale(1.07);
}

.services-component-wrapper .card-body {
    padding: 26px;
}

.services-component-wrapper .card-title {
    color: #0a2c52;
    font-size: 20px;
    font-weight: 850;
}

.services-component-wrapper .card-text {
    color: #6d7780;
    font-size: 14px;
    line-height: 1.75;
}

/* Process */

.services-process-section {
    padding: 110px 0;
    background: #ffffff;
}

.services-process-card {
    position: relative;
    height: 100%;
    min-height: 315px;
    padding: 37px 28px;
    background: #ffffff;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(10, 44, 82, 0.08);
    transition: 0.35s ease;
    overflow: hidden;
}

.services-process-card:hover {
    background: #0a2c52;
    transform: translateY(-10px);
}

.services-process-number {
    position: absolute;
    right: 17px;
    top: 10px;
    color: rgba(10, 44, 82, 0.07);
    font-size: 69px;
    font-weight: 900;
}

.services-process-card:hover .services-process-number {
    color: rgba(255, 255, 255, 0.06);
}

.services-process-icon {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    transition: 0.35s ease;
}

.services-process-card:hover .services-process-icon {
    background: #d8b36a;
    color: #0a2c52;
}

.services-process-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: #0a2c52;
    font-size: 19px;
    font-weight: 850;
}

.services-process-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #707a83;
    font-size: 14px;
    line-height: 1.8;
}

.services-process-card:hover h3 {
    color: #ffffff;
}

.services-process-card:hover p {
    color: rgba(255, 255, 255, 0.68);
}

/* Why */

.services-why-section {
    padding: 110px 0;
    background: #f5f7f9;
}

.services-why-content > p {
    margin-bottom: 30px;
    color: #6c7680;
    font-size: 15px;
    line-height: 1.9;
}

.services-why-list {
    display: grid;
    gap: 20px;
}

.services-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.services-why-icon {
    display: flex;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    align-items: center;
    justify-content: center;
    background: #0a2c52;
    border-radius: 6px;
    color: #d8b36a;
    font-size: 21px;
}

.services-why-item h4 {
    margin-bottom: 5px;
    color: #0a2c52;
    font-size: 16px;
    font-weight: 850;
}

.services-why-item p {
    margin: 0;
    color: #707a83;
    font-size: 13px;
    line-height: 1.65;
}

.services-why-image {
    position: relative;
    padding-left: 28px;
}

.services-why-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 72%;
    height: calc(100% - 5px);
    background: #d8b36a;
    border-radius: 8px;
}

.services-why-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 25px 60px rgba(7, 31, 57, 0.2);
}

.services-why-floating-card {
    position: absolute;
    left: -15px;
    bottom: 35px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: #0a2c52;
    color: #ffffff;
    box-shadow: 0 17px 40px rgba(7, 31, 57, 0.25);
}

.services-why-floating-card i {
    color: #d8b36a;
    font-size: 27px;
}

.services-why-floating-card strong,
.services-why-floating-card span {
    display: block;
}

.services-why-floating-card strong {
    font-size: 16px;
}

.services-why-floating-card span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

/* Final CTA */

.services-final-cta {
    position: relative;
    padding: 85px 0;
    background:
        url("/Sistem/services-cta.jpg")
        center center / cover no-repeat;
}

.services-final-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 31, 57, 0.93);
}

.services-final-cta .container {
    z-index: 2;
}

.services-final-cta span {
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.services-final-cta h2 {
    margin: 10px 0 12px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 850;
}

.services-final-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.services-final-btn {
    display: inline-flex;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 26px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 4px;
    color: #0a2c52;
    font-size: 14px;
    font-weight: 850;
    transition: 0.35s ease;
}

.services-final-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 991px) {

    .services-page-hero {
        min-height: 510px;
    }

    .services-page-hero h1 {
        font-size: 49px;
    }

    .services-page-big-text {
        font-size: 88px;
    }

    .services-intro-section,
    .services-categories-section,
    .services-process-section,
    .services-why-section {
        padding: 80px 0;
    }

    .services-intro-image {
        margin-bottom: 20px;
    }

    .services-stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .services-final-cta {
        text-align: center;
    }

    .services-final-cta p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .services-page-hero {
        min-height: auto;
        padding: 85px 0;
        background-position: 65% center;
    }

    .services-page-hero-overlay {
        background: rgba(4, 20, 37, 0.9);
    }

    .services-page-hero h1 {
        font-size: 38px;
    }

    .services-page-hero p {
        font-size: 15px;
    }

    .services-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .services-primary-btn,
    .services-secondary-btn {
        width: 100%;
    }

    .services-page-big-text {
        display: none;
    }

    .services-section-heading h2,
    .services-intro-content h2,
    .services-why-content h2 {
        font-size: 32px;
    }

    .services-intro-image {
        padding: 0;
    }

    .services-intro-image::before {
        display: none;
    }

    .services-intro-image img {
        min-height: 340px;
    }

    .services-intro-badge {
        right: 15px;
        bottom: 18px;
    }

    .services-intro-features {
        grid-template-columns: 1fr;
    }

    .services-why-image {
        padding-left: 0;
    }

    .services-why-image::before {
        display: none;
    }

    .services-why-image img {
        min-height: 360px;
    }

    .services-why-floating-card {
        left: 15px;
        bottom: 20px;
    }

    .services-final-cta h2 {
        font-size: 31px;
    }
}

@media (max-width: 480px) {

    .services-page-hero h1 {
        font-size: 33px;
    }

    .services-intro-badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -5px;
    }

    .services-why-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -5px;
    }
}

/* ======================================================
   HOME PAGE FIX - SCOPED STYLES
====================================================== */

.home-page-content {
    position: relative;
    overflow: hidden;
}

/* INTRO */

.home-page-content .tzl-intro-section {
    position: relative;
    padding: 95px 0;
    background:
        linear-gradient(
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0.92)
        ),
        url("/Sistem/duvar4.png") center center / cover fixed;
    overflow: hidden;
}

.home-page-content .tzl-intro-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at center,
            rgba(216, 179, 106, 0.06),
            rgba(10, 44, 82, 0.04)
        );
    pointer-events: none;
}

.home-page-content .tzl-intro-section .container {
    position: relative;
    z-index: 2;
}

.home-page-content .tzl-intro-small {
    display: inline-block;
    margin-bottom: 14px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-page-content .tzl-title {
    margin: 0 0 18px;
    color: #0a2c52;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.18;
}

.home-page-content .tzl-title span {
    color: #d8b36a;
}

.home-page-content .tzl-heading-line {
    position: relative;
    width: 95px;
    height: 4px;
    margin: 0 auto 24px;
    background: #d8b36a;
}

.home-page-content .tzl-heading-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    width: 12px;
    height: 12px;
    background: #0a2c52;
    transform: translateX(-50%) rotate(45deg);
}

.home-page-content .tzl-description {
    max-width: 760px;
    margin: 0 auto;
    color: #68737d;
    font-size: 17px;
    line-height: 1.9;
}

/* STAT CARDS */

.home-page-content .stat-box {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 36px 22px 30px;
    background: #ffffff;
    border: 1px solid rgba(10, 44, 82, 0.1);
    border-radius: 10px;
    box-shadow: 0 16px 42px rgba(10, 44, 82, 0.11);
    text-align: center;
    transition: 0.35s ease;
    overflow: hidden;
}

.home-page-content .stat-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #d8b36a;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
}

.home-page-content .stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(10, 44, 82, 0.18);
}

.home-page-content .stat-box:hover::before {
    transform: scaleX(1);
}

.home-page-content .stat-icon {
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    background: #0a2c52;
    border-radius: 50%;
    color: #ffffff;
    font-size: 27px;
    box-shadow: 0 12px 28px rgba(10, 44, 82, 0.22);
    transition: 0.35s ease;
}

.home-page-content .stat-box:hover .stat-icon {
    background: #d8b36a;
    color: #0a2c52;
    transform: rotateY(180deg);
}

.home-page-content .stat-box h3 {
    margin: 0 0 12px;
    color: #0a2c52;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.home-page-content .stat-box h3 sup {
    position: relative;
    top: -13px;
    margin-left: 2px;
    color: #d8b36a;
    font-size: 20px;
}

.home-page-content .stat-box > span {
    color: #59646e;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0.3px;
}

/* ABOUT */

.home-page-content .about-home {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
}

.home-page-content .about-home-content {
    padding-right: 25px;
}

.home-page-content .section-mini-title {
    display: inline-block;
    margin-bottom: 14px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-page-content .section-title {
    margin: 0 0 20px;
    color: #0a2c52;
    font-size: 47px;
    font-weight: 900;
    line-height: 1.18;
}

.home-page-content .section-title span {
    display: block;
    color: #d8b36a;
    font-weight: 450;
}

.home-page-content .about-gold-line {
    width: 85px;
    height: 4px;
    margin-bottom: 27px;
    background: #d8b36a;
}

.home-page-content .about-home p {
    margin-bottom: 16px;
    color: #69747e;
    font-size: 15px;
    line-height: 1.9;
}

.home-page-content .about-home-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 25px;
    margin: 27px 0 32px;
}

.home-page-content .about-home-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #263746;
    font-size: 14px;
    font-weight: 700;
}

.home-page-content .about-home-features i {
    color: #d8b36a;
}

.home-page-content .about-home-btn {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 24px;
    background: #0a2c52;
    border: 2px solid #0a2c52;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    transition: 0.35s ease;
}

.home-page-content .about-home-btn:hover {
    background: #d8b36a;
    border-color: #d8b36a;
    color: #0a2c52;
    transform: translateY(-3px);
}

/* ABOUT IMAGE */

.home-page-content .about-home-image {
    position: relative;
    padding: 0 0 28px 28px;
}

.home-page-content .about-home-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 72%;
    background: #0a2c52;
    border-radius: 9px;
}

.home-page-content .about-home-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 0 25px 65px rgba(7, 31, 57, 0.2);
}

.home-page-content .about-image-badge {
    position: absolute;
    left: -4px;
    bottom: 55px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 21px 24px;
    background: #d8b36a;
    color: #0a2c52;
    box-shadow: 0 18px 40px rgba(7, 31, 57, 0.22);
}

.home-page-content .about-image-badge i {
    font-size: 28px;
}

.home-page-content .about-image-badge strong,
.home-page-content .about-image-badge span {
    display: block;
}

.home-page-content .about-image-badge strong {
    font-size: 16px;
    font-weight: 900;
}

.home-page-content .about-image-badge span {
    font-size: 12px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .home-page-content .tzl-intro-section,
    .home-page-content .about-home {
        padding: 75px 0;
    }

    .home-page-content .tzl-title,
    .home-page-content .section-title {
        font-size: 38px;
    }

    .home-page-content .about-home-content {
        padding-right: 0;
    }

    .home-page-content .about-home-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .home-page-content .tzl-title,
    .home-page-content .section-title {
        font-size: 31px;
    }

    .home-page-content .tzl-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .home-page-content .stat-box {
        min-height: 245px;
        padding: 28px 15px;
    }

    .home-page-content .stat-icon {
        width: 62px;
        height: 62px;
        font-size: 23px;
    }

    .home-page-content .stat-box h3 {
        font-size: 34px;
    }

    .home-page-content .about-home-features {
        grid-template-columns: 1fr;
    }

    .home-page-content .about-home-image {
        padding: 0;
    }

    .home-page-content .about-home-image::before {
        display: none;
    }

    .home-page-content .about-home-image img {
        min-height: 340px;
    }

    .home-page-content .about-image-badge {
        left: 15px;
        bottom: 18px;
    }
}

@media (max-width: 480px) {

    .home-page-content .stat-box {
        min-height: 225px;
    }

    .home-page-content .about-image-badge {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: -3px;
    }
}

/*==========================
 HOME WHY
==========================*/

.home-why-section{

padding:110px 0;

background:#f8fafb;

}

.home-why-small{

display:inline-block;

color:#d8b36a;

font-size:13px;

font-weight:800;

letter-spacing:4px;

margin-bottom:15px;

}

.home-why-title{

font-size:48px;

font-weight:900;

color:#0A2C52;

margin-bottom:20px;

}

.home-why-line{

width:90px;

height:4px;

background:#D8B36A;

margin:0 auto 25px;

}

.home-why-description{

max-width:760px;

margin:auto;

font-size:17px;

line-height:1.9;

color:#66707a;

}

.home-why-card{

height:100%;

padding:45px 35px;

background:#fff;

border-radius:10px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

}

.home-why-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(10,44,82,.18);

}

.home-why-icon{

width:82px;

height:82px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#0A2C52;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:30px;

transition:.35s;

}

.home-why-card:hover .home-why-icon{

background:#D8B36A;

color:#0A2C52;

transform:rotateY(180deg);

}

.home-why-card h4{

font-size:24px;

font-weight:800;

margin-bottom:18px;

color:#0A2C52;

}

.home-why-card p{

font-size:15px;

line-height:1.9;

color:#69747e;

}
/* ======================================================
   HOME CTA SECTION
====================================================== */

.home-cta-section {
    position: relative;
    padding: 120px 0;
    background:
        url("/Sistem/services-cta.jpg")
        center center / cover no-repeat;
    overflow: hidden;
}

.home-cta-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 20, 37, 0.93) 0%,
            rgba(10, 44, 82, 0.84) 50%,
            rgba(4, 20, 37, 0.89) 100%
        );
}

.home-cta-section .container {
    z-index: 2;
}

.home-cta-small {
    display: inline-block;
    margin-bottom: 16px;
    color: #d8b36a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-cta-title {
    max-width: 850px;
    margin: 0 auto 22px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.18;
}

.home-cta-title span {
    display: block;
    color: #d8b36a;
    font-weight: 500;
}

.home-cta-line {
    width: 90px;
    height: 4px;
    margin: 0 auto 25px;
    background: #d8b36a;
}

.home-cta-description {
    max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.9;
}

.home-cta-btn {
    display: inline-flex;
    min-width: 215px;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 26px;
    background: #d8b36a;
    border: 2px solid #d8b36a;
    border-radius: 4px;
    color: #0a2c52;
    font-size: 15px;
    font-weight: 850;
    transition: 0.35s ease;
}

.home-cta-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

.home-cta-btn i {
    transition: 0.3s ease;
}

.home-cta-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {

    .home-cta-section {
        padding: 90px 0;
    }

    .home-cta-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .home-cta-section {
        padding: 75px 0;
        background-position: 65% center;
    }

    .home-cta-overlay {
        background: rgba(4, 20, 37, 0.9);
    }

    .home-cta-title {
        font-size: 33px;
    }

    .home-cta-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .home-cta-btn {
        width: 100%;
        max-width: 320px;
    }
}

