﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.text-block-12 {
    margin-bottom: 2rem;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type='checkbox'], input[type='radio'] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
        height: auto;
    }

    input[type='search'] {
        -webkit-appearance: none;
    }

        input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/* Webflow Essential CSS */
* {
    box-sizing: border-box;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
}

.w-embed:after {
    clear: both;
}

/* Anka Self System CSS */
:root {
    --green: #488101;
}

.body {
    background-color: #787878;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    display: flex;
    flex-flow: column;
}

.header {
    z-index: 10;
    border: 3px none var(--green);
    background-color: #fff;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100px;
    margin-left: 4rem;
    padding: 1rem 1rem 1.5rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 7px 5px -1px rgba(0,0,0,0.12);
}

.image-2 {
    width: 174px;
    height: auto;
}

.div-block-31 {
    z-index: 11;
    background-color: #60aa03;
    height: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.div-block-33 {
    z-index: 2;
    color: #a0a0a0;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 100px;
    margin-right: 25%;
    padding-right: 4rem;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    position: fixed;
    right: 0;
}

.link {
    color: #cac9c9;
    text-decoration: underline;
    background-color: black;
    padding: 0.5rem;
    font-size: 1.5rem;
    border-radius: 1rem;
}


    .link:hover {
        color: var(--green);
    }

.wrapper {
    display: flex;
}

.content {
    width: 75%;
    position: relative;
}

.lp-hero {
    z-index: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 4rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.heading-content {
    z-index: 2;
    color: #fff;
    flex-flow: column;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
    gap: 1rem;
}

.heading-1 {
    letter-spacing: -5px;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin: 0;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    display: flex;
    gap: 1rem;
}

.text-span-4 {
    color: #000;
    letter-spacing: -1px;
    background-color: #7bd608;
    border-radius: .5rem;
    padding: .5rem;
    font-size: 2rem;
}

.text-block-12 {
    letter-spacing: -1px;
    border-left: 3px solid #7bd608;
    border-radius: .5rem;
    width: auto;
    padding-left: .5rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.hero-images {
    z-index: 0;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-bg {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lp-section {
    z-index: 1;
    background-color: #fff;
    border-top: .1px solid #dbdbdb;
    border-bottom: .1px solid #dbdbdb;
    flex-flow: column;
    padding: 4rem;
    display: flex;
    position: relative;
}

.full-content {
    color: #fff;
    width: 100%;
}

.heading-2 {
    color: #5a5a5a;
    letter-spacing: -1.5px;
    width: 70%;
    margin: 0;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1;
}

    .heading-2.white {
        color: #fff;
    }

.top-line {
    background-color: var(--green);
    width: 100px;
    height: 2px;
    margin: 2rem 0;
}

.lp-number-content {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
    display: flex;
}

.lp-number-part {
    cursor: pointer;
    flex-flow: column;
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    display: flex;
    position: relative;
    gap: 1rem;
}

.ico-numbers {
    color: var(--green);
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    display: flex;
}

.number-text {
    color: #5a5a5a;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.text-span {
    color: var(--green);
}

.text-block-13 {
    color: #5a5a5a;
    font-size: 1rem;
}

.number-line {
    background-color: #dbdbdb;
    width: .4px;
    height: auto;
    margin: 0 2rem;
}

.lp-two-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

    .lp-two-content.reverse {
        flex-flow: row-reverse wrap;
    }

.left-block {
    flex-flow: column;
    align-items: flex-start;
    width: 48%;
    display: flex;
}

.lp-left-wide {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

.mask-image {
    z-index: -1;
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
}

.lp-right {
    flex-flow: column;
    width: 48%;
    padding-right: 0;
    display: flex;
    gap: 1rem;
}

.head-3 {
    color: #5a5a5a;
    letter-spacing: -1px;
    width: 70%;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.lp-text {
    color: #5a5a5a;
    margin: auto 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.text-span-2 {
    background-color: var(--green);
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
/* FIXED: Görsel Grid için kritik CSS */
.detail-list {
    justify-content: space-between;
    width: 100%;
    display: flex;
}

    .detail-list.gallery {
          column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row;
    }

.list-blck {
    color: #5a5a5a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 32%;
    text-decoration: none;
    display: flex;
}

.list-four-wrapper {
    border-radius: 1rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.list-image {
    z-index: 0;
    border-radius: 4px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.list-head {
    color: #5a5a5a;
    text-align: center;
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.div-block-32 {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
}

.projectbutton {
    color: #000;
    letter-spacing: -.4px;
    background-color: #fff;
    background-image: url('../images/695407637fcc7f2824ec900f_ph_arrow-up-thin.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 32px;
    border: 1px solid #000;
    border-radius: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    min-height: 40px;
    margin-top: auto;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    overflow: hidden;
    gap: 1.25rem;
}

    .projectbutton:hover {
        border: 1px solid var(--green);
        background-color: var(--green);
        color: #fff;
        background-image: url('../images/arrows.svg');
        background-position: 91%;
        background-size: 26px;
        padding-right: 2rem;
    }

.arrow-wrapper-2 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.circle-overlay {
    z-index: 1;
    background-color: transparent;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
}

.div-block-30 {
    flex-flow: column;
    display: flex;
    gap: 2rem;
}

.image-5 {
    border-radius: 1rem;
    width: 50%;
}

.image-5-copy {
    border-radius: 1rem;
    width: 33%;
}

.form {
    background-color: #787878;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    gap: 2rem;
}


/* Media Queries */
@media screen and (min-width: 1440px) {
    .lp-left-wide {
        height: auto;
    }

    .lp-text {
        font-size: 1.2rem;
    }

    .list-head {
        font-size: 1.3rem;
    }

    .heading-2 {
        width: 70%;
        font-size: 2.4rem;
    }

    .projectbutton {
        font-size: 1.1rem;
    }

    .ico-numbers {
        width: 100px;
        height: 100px;
    }

    .head-3 {
        width: 70%;
        font-size: 1.8rem;
    }

    .lp-hero {
        justify-content: flex-start;
        align-items: flex-end;
    }

    .heading-content {
        width: 70%;
    }

    .heading-1 {
        font-size: 5rem;
    }

    .text-block-12 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1920px) {
    .lp-section {
        padding: 6rem;
    }

    .lp-left-wide {
        height: auto;
    }

    .lp-text {
        font-size: 1.5rem;
    }

    .list-head {
        font-size: 1.6rem;
    }

    .heading-2 {
        font-size: 4rem;
    }

    .projectbutton {
        font-size: 1.2rem;
    }

    .number-text {
        font-size: 1.6rem;
    }

    .ico-numbers {
        width: 150px;
        height: 150px;
    }

    .head-3 {
        font-size: 2rem;
    }

    .lp-hero {
        padding: 6rem;
    }

    .heading-content {
        width: 70%;
    }

    .heading-1 {
        font-size: 5.5rem;
    }

    .text-block-12 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .header {
        margin-left: 2rem;
    }

    .lp-section {
        flex-flow: column wrap;
        padding: 4rem 2rem;
    }

    .lp-left-wide.mobile {
        display: none; /* Sadece tablet ve küçük ekranlarda gizle */
    }

    .lp-left-wide.mobile {
        display: none;
    }

    .left-block {
        width: 100%;
        margin-bottom: 2rem;
    }

    .lp-right {
        width: 100%;
    }

    .lp-two-content {
        flex-flow: column;
    }
    /* FIXED: Tablet görsel düzeni */
    .detail-list {
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .detail-list.gallery {
            flex-flow: column;
        }

    .list-blck {
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin: .5% .5% 2rem;
    }

    .list-image {
        width: 100%;
        height: auto;
    }

    .heading-2 {
        width: auto;
        font-size: 2rem;
    }

    .projectbutton {
        font-size: .9rem;
    }

    .lp-number-part {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-left: 0;
    }

    .number-text {
        margin-right: auto;
    }

    .number-line {
        display: none;
    }

    .ico-numbers {
        width: 100px;
        height: 100px;
    }

    .lp-number-content {
        flex-flow: wrap;
    }

    .head-3 {
        font-size: 1.2rem;
    }

    .image-5, .image-5-copy {
        width: 100%;
    }

    .lp-hero {
        height: 600px;
        padding: 0 2rem;
    }

    .heading-1 {
        letter-spacing: -2px;
        width: 100%;
        font-size: 4rem;
    }

    .content {
        width: 100%;
    }

    .wrapper {
        flex-flow: column;
    }

    .form {
        width: 100%;
        padding: 4rem;
        position: relative;
    }

    .div-block-32 {
        justify-content: flex-start;
        align-items: center;
    }

    .text-block-13 {
        width: 50%;
    }

    .div-block-33 {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding: 4rem 2rem;
    }

    .lp-left-wide {
        width: 100%;
        height: auto;
    }

    .left-block {
        margin-bottom: 2rem;
    }

    .lp-text {
        font-size: 1.1rem;
    }

    .heading-2 {
        letter-spacing: -1px;
        font-size: 1.7rem;
    }

    .projectbutton {
        font-size: .8rem;
    }

    .lp-number-part {
        padding-right: 0;
    }

    .number-text {
        font-size: 1.1rem;
    }

    .ico-numbers {
        width: 80px;
        height: 80px;
    }

    .head-3 {
        letter-spacing: -1px;
        width: auto;
        font-size: 1.3rem;
    }

    .lp-hero {
        min-height: 500px;
    }

    .heading-1 {
        font-size: 3rem;
    }

    .div-block-33 {
        width: 49%;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 479px) {
    .header {
        justify-content: center;
        align-items: center;
        margin-left: auto;
        top: 0;
        left: 0;
        right: 0;
    }

    .lp-section {
        padding: 2rem;
    }

    .top-line {
        margin-bottom: 1rem;
    }

    .left-block {
        margin-bottom: 2rem;
    }
    /* FIXED: Mobil görsel düzeni */
    .list-head {
        text-align: left;
    }

    .list-blck {
        width: 100%;
        margin: 0 0 1rem;
    }

    .list-head {
        text-align: left;
        width: 100%;
    }

    .heading-2 {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .lp-number-part {
        flex-flow: wrap;
        width: 100%;
        padding: 1rem 0;
    }

    .head-3 {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .lp-hero {
        min-height: 400px;
    }

    .heading-1 {
        text-align: center;
        font-size: 2.5rem;
    }

    .text-block-12 {
        text-align: center;
        font-size: 1.1rem;
    }

    .text-block-13 {
        width: 100%;
    }

    .div-block-33 {
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        margin-top: 114px;
        padding-right: 0;
        position: fixed;
    }
}


               
                        html {
                      -webkit-font-smoothing: antialiased;
                      -moz-osx-font-smoothing: grayscale;
                      text-rendering: optimizeLegibility;
                    }
                            input, select, textarea {
                                width: 100%;
                                padding: 10px;
                                margin: 8px 0;
                                border: 1px solid #cccccc; /* Border gray */
                                border-radius: 4px;
                                box-sizing: border-box;
                                background-color: #ffffff; /* Field background white */
                                color: #000000; /* Field text black */
                            }
                            input::placeholder, textarea::placeholder {
                                color: #888888; /* Placeholder gray */
                            }
                            button {
                                width: 100%;
                                padding: 10px;
                                background-color: #4CAF50;
                                color: white;
                                border: none;
                                border-radius: 4px;
                                cursor: pointer;
                            }
                            button:hover {
                                background-color: #45a049;
                            }
                            .error {
                                color: #ff6666; /* Error message reddish */
                                font-size: 12px;
                                display: none;
                            }
                            #success-message {
                                display: none;
                                color: #00ff00; /* Success message green */
                                text-align: center;
                            }
                            .phone-group {
                                display: flex;
                                gap: 10px;
                            }
                            .phone-group select {
                                width: 30%; /* Country code small */
                            }
                            .phone-group input {
                                width: 70%; /* Phone number large */
                            }
               

  .whatsapp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 100px; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    /* bottom: 69px; */
    /* left: 20px; */
    display: flex;
    z-index: 9999;
    top: 30px;
    right: 30px;
}

.n-menu-whatsapp {
position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin: 1px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #0092ff;
    border-radius: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Global-2, sans-serif;
    color: #fff;
    font-size: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.w-inline-block {
max-width: 100%
}

.call-icon  {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 70%;
}


@media screen and (max-width: 767px) {
    .whatsapp-menu {
    top: 75px;
    right: 35px;
    }
     }

@media screen and (max-width: 479px) {
    .whatsapp-menu {
        top: 100px;
        right: 40px;
    }
}