﻿.vinegette {
    pointer-events: none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.drag-handle {
    cursor: move;
}
.file-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.pdf-icon svg { 
    color: #E53935;
}

.word-icon svg {
    color: #2B579A;
}

.excel-icon svg {
    color: #217346;
}

.powerpoint-icon svg {
    color: #D24726;
}

.image-icon svg {
    color: #43A047;
}

.archive-icon svg {
    color: #6D4C41;
}

.file-icon svg {
    color: #757575;
}

.file-placeholder {
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-placeholder:before {
        content: "";
        width: 48px;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .file-placeholder.pdf-icon:before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23E53935"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6m-1 7V3.5L18.5 9H13m-2.95 2.22c.33-.45.75-.82 1.28-1.12c.52-.29 1.12-.44 1.77-.44c.65 0 1.24.15 1.77.44c.53.3.95.67 1.28 1.12c.33.45.55.97.66 1.56c.11.59.11 1.19 0 1.78a4.1 4.1 0 0 1-.66 1.56c-.33.45-.75.82-1.28 1.12c-.53.29-1.12.44-1.77.44v-1.25c.38 0 .72-.08 1.03-.25c.31-.17.56-.4.75-.68c.19-.29.33-.62.41-1.02c.08-.4.08-.81 0-1.23a3.27 3.27 0 0 0-.41-1.02c-.19-.28-.44-.51-.75-.68a2.18 2.18 0 0 0-1.03-.25c-.38 0-.72.08-1.03.25c-.31.17-.56.4-.75.68c-.19.29-.33.62-.41 1.02c-.08.4-.08.81 0 1.23c.08.4.22.73.41 1.02c.19.28.44.51.75.68c.31.17.65.25 1.03.25v1.25H11v-5h1.05z"/></svg>');
    }
/* Diğer ikonlar için benzer tanımlamalar yapılabilir */
/* According Arrow */
.accordion__item > .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f077";
    color: #000;
    float: right;
    position: relative;
    display: block;
    top: 2px;
    transition: .3s all;
    transform: rotate(-180deg);
    opacity: 100;
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(0deg);
}

.accordion-body.js-accordion-body {
    display: none;
}
.btn_7 {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

.progress {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn_7:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
    fill: none;
    stroke: rgba(0,0,0,0.4);
    stroke-width: 1px;
}

.btn_7:focus-visible .progress__circle {
    fill: rgba(0,0,0,0.4);
}

.progress__path {
    stroke: #D79E20;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn_7:hover .progress__path {
    stroke-dashoffset: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #Fff;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: var(--swiper-pagination-top, auto);
    bottom: var(--swiper-pagination-bottom, 8rem);
    width: 93%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: radial-gradient(162.73% 191.67% at 1.36% 8.33%, #FDC448 0%, #FDC448 95.4%);
    width: 21px;
    border-radius: 10rem;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-nextv:after {
    font-size: 1rem;
}

.swiper-button-next._01 {
    font-size: .7rem;
    width: 50px;
    color: #FDC448;
    top: var(--swiper-navigation-top-offset, auto);
    height: 50px;
}

    .swiper-button-next._01:hover {
        color: #Fff;
    }

.swiper-button-prev._01 {
    font-size: .7rem;
    top: var(--swiper-navigation-top-offset, auto);
    width: 50px;
    color: #FDC448;
    height: 50px;
}

    .swiper-button-prev._01 :hover {
        color: #Fff;
    }

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 1rem;
    color: #FFF;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 1rem;
    color: #fdc548;
}


/* File input için */
.cust-form-file {
    width: 100%;
    background-color: #1d1917;
    border: 1px solid #7b6e4b;
    border-radius: 8px;
    padding: 12px 15px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cust-form-file:focus {
    outline: none;
    border-color: #d79e20;
    box-shadow: 0 0 0 2px rgba(215, 158, 32, 0.2);
}

.cust-form-file.error {
    border-color: #ff6b6b;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
}

.cust-form-file.valid {
    border-color: #51cf66;
}

.cust-form-file-info {
    font-size: 0.85rem;
    color: #999;
    margin-top: 5px;
}
/* KVKK bölümü için */
.cust-form-kvkk {
    margin: 25px 0;
}

.cust-form-kvkk-text {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ccc;
}

.cust-form-kvkk-link {
    color: #d79e20;
    text-decoration: underline;
}

.cust-form-kvkv-link:hover {
    color: #c28a1a;
}
/* Özel checkbox için */
.cust-form-checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cust-form-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

    .cust-form-checkbox input[type="checkbox"] {
        opacity: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
    }

.cust-form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #1d1917;
    border: 1px solid #7b6e4b;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.cust-form-checkbox input[type="checkbox"]:checked ~ .cust-form-checkmark {
    background-color: #d79e20;
    border-color: #d79e20;
}

    .cust-form-checkbox input[type="checkbox"]:checked ~ .cust-form-checkmark::after {
        content: "✓";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #1d1917;
        font-size: 12px;
        font-weight: bold;
    }

.cust-form-checkbox-label {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    color: white;
}
/* Full width için */
.cust-form-col.full-width {
    flex: 1 1 100%;
}

.cust-dropdown-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cust-dropdown {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.cust-dropdown-button,
.cust-button {
    background-color: #1d1917;
    color: white;
    border: 1px solid #7b6e4b;
    padding: 12px 15px;
    width: 100%;
    height: 45px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

    .cust-dropdown-button:hover,
    .cust-button:hover {
        border-color: #d79e20;
    }

    .cust-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(215, 158, 32, 0.3);
    }

    .cust-dropdown-button:disabled,
    .cust-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        border-color: #7b6e4b;
    }

.cust-dropdown-arrow,
.cust-arrow {
    transition: transform 0.3s ease;
    color: white;
}

    .cust-dropdown-arrow.rotate,
    .cust-arrow.rotate {
        transform: rotate(180deg);
    }

.cust-dropdown-list,
.cust-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1d1917;
    border: 1px solid #333;
    border-radius: 8px;
    margin-top: 4px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease;
    overflow: hidden;
}

    .cust-dropdown-list.show,
    .cust-list.show {
        display: block;
    }

.cust-dropdown-item,
.cust-item {
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #333;
}

    .cust-dropdown-item:last-child,
    .cust-item:last-child {
        border-bottom: none;
    }

    .cust-dropdown-item:hover,
    .cust-item:hover {
        background-color: #d79e20;
    }

    .cust-dropdown-item.active,
    .cust-item.active {
        background-color: #7b6e4b;
    }

    .cust-item:focus {
        outline: none;
        background-color: #d79e20;
    }
/* === FORM === */
.cust-form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.cust-form-title {
    color: #d79e20;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.cust-form-group {
    margin-bottom: 20px;
}

.cust-form-row {
    display: flex;
    gap: 15px;
}

.cust-form-col {
    flex: 1;
}

.cust-form-label {
    display: block;
    margin-bottom: 6px;
    color: white;
    font-weight: 500;
}

    .cust-form-label.required::after {
        content: ' *';
        color: #d79e20;
    }

.cust-form-input,
.cust-form-textarea {
    width: 100%;
    background-color: #1d1917;
    border: 1px solid #7b6e4b;
    border-radius: 8px;
    padding: 12px 15px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .cust-form-input:focus,
    .cust-form-textarea:focus {
        outline: none;
        border-color: #d79e20;
        box-shadow: 0 0 0 2px rgba(215, 158, 32, 0.2);
    }

    .cust-form-input.error,
    .cust-form-textarea.error {
        border-color: #ff6b6b;
        box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
    }

    .cust-form-input.valid,
    .cust-form-textarea.valid {
        border-color: #51cf66;
    }

.cust-form-textarea {
    resize: vertical;
    min-height: 120px;
    max-height: 200px;
}

.cust-form-counter {
    text-align: right;
    font-size: 0.85rem;
    color: #999;
    margin-top: 5px;
}

    .cust-form-counter.warning {
        color: #d79e20;
    }

    .cust-form-counter.danger {
        color: #ff6b6b;
    }

.cust-form-error {
    color: #ff6b6b;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

    .cust-form-error.show {
        display: block;
    }

.cust-form-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 25px 0;
}

.cust-form-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #d79e20;
}

.cust-form-checkbox-label {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
}

    .cust-form-checkbox-label a {
        color: #d79e20;
        text-decoration: underline;
    }

.cust-form-submit {
    background-color: #d79e20;
    color: #1d1917;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    width: auto;
    min-width: 200px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}

    .cust-form-submit:hover {
        background-color: #c28a1a;
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(215, 158, 32, 0.3);
    }

    .cust-form-submit:disabled {
        background-color: #666;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.cust-form-success {
    background-color: #51cf66;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: none;
    margin-top: 20px;
}

    .cust-form-success.show {
        display: block;
        animation: slideIn 0.5s ease;
    }

.cust-form-error {
    background-color: #ff0000;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: none;
    margin-top: 20px;
}

    .cust-form-error.show {
        display: block;
        animation: slideIn 0.5s ease;
    }
/* === GENEL DÜZEN ALANLARI === */
.cust-dropdown-section,
.example-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.example-title {
    color: #d79e20;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.separator-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d79e20, transparent);
    margin: 3rem 0;
}
/* === ANİMASYONLAR === */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* === RESPONSIVE === */
@media (max-width: 600px) {
    .cust-dropdown-container {
        flex-direction: column;
    }

    .cust-dropdown {
        flex: none;
        width: 100%;
        min-width: auto;
    }

    .cust-form-container {
        padding: 0;
        margin: 10px;
    }
}

.timelen-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 150px;
    padding-right: 0;
    display: flex;
    flex-shrink: 0;
}
/* Year styles - default all small */
.years {
    color: #d79e20;
    text-align: center;
    width: 40%;
    font-family: Merriweather, serif;
    font-size: 4rem;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

    .years.small {
        height: auto;
        font-size: 4rem;
    }
/* Active year is big */
.timelen-block.active .years {
    font-size: 6rem;
}

    .timelen-block.active .years.small {
        font-size: 6rem;
    }

.circle-bg-t {
    z-index: 20;
    border: 2px solid #333;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
    margin-right: 2rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
    background: #1d1917;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-content {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 450px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.timeline-blocks-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateY(var(--timeline-offset, 0px));
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.t-next {
    z-index: 10;
    color: #d79e20;
    justify-content: center;
    align-items: flex-end;
    width: 40%;
    height: 80px;
    margin-left: 0%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.37;
    transition: opacity 0.3s ease;
}

    .t-next:hover {
        opacity: 1;
    }

.lines-timeline {
    color: #d79e20;
    background-color: #d79e20;
    width: 2px;
    height: 60px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.3;
}

    .lines-timeline.opacity {
        opacity: 0;
    }

.timelen-block.active .lines-timeline {
    height: 100px;
    opacity: 1;
}

    .timelen-block.active .lines-timeline.opacity {
        opacity: 0;
    }

.t-back {
    z-index: 10;
    color: #d79e20;
    border-bottom: 1px #000;
    justify-content: center;
    align-items: flex-end;
    width: 40%;
    height: 80px;
    margin-left: 0%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

    .t-back:hover {
        opacity: 1;
    }

.circle-text {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 1.6rem;
    font-weight: 400;
    z-index: 10;
    position: relative;
    pointer-events: none;
}

    .circle-text .current {
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
    }

    .circle-text .total {
        color: #d79e20;
        font-size: 1.6rem;
        font-weight: 400;
        opacity: 0.3;
    }

.timeline {
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    width: 800px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.timeline-grad {
    background-image: linear-gradient(#1d1917, #1d191700 50% 52%, #1d191700 52%, #1d1917);
    height: 450px;
    min-height: 450px;
    position: absolute;
    inset: auto 0%;
    z-index: 5;
    pointer-events: none;
}

.time-desc {
    color: #fff;
    width: 60%;
    padding-right: 4rem;
    font-family: Merriweather, serif;
    font-size: 1.1rem;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

    .time-desc.opacity {
        opacity: 0;
        padding-right: 0;
        transform: translateX(30px);
    }

.timelen-block.active .time-desc {
    opacity: 1;
    transform: translateX(0);
}

    .timelen-block.active .time-desc.opacity {
        opacity: 0;
        transform: translateX(30px);
    }
/* Updated circle progress design */
.circle-slide--t {
    position: absolute;
    inset: -2px;
    border-radius: 100px;
    background: conic-gradient( #d79e20 0deg, #d79e20 var(--progress, 72deg), transparent var(--progress, 72deg) );
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(var(--circle-scale, 1));
    opacity: var(--circle-opacity, 1);
}

    .circle-slide--t::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #1d1917;
        border-radius: 100px;
        z-index: 1;
    }

.circle-text {
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tf-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}

.tf-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
    border: 1px solid #d79e20;
    border-radius: 16px;
    overflow: hidden;
}

.tf-header {
    background-color: #d79e20;
    color: #1d1917;
}

.tf-header-cell {
    padding: 18px 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    border-right: 1px solid #7b6e4b;
    border-bottom: 1px solid #7b6e4b;
}

    .tf-header-cell:last-child {
        border-right: none;
    }

.tf-row {
    background-color: transparent;
}

.tf-cell {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-right: 1px solid #7b6e4b;
    border-bottom: 1px solid #7b6e4b;
    background-color: transparent;
}

    .tf-cell:last-child {
        border-right: none;
    }

.tf-row:last-child .tf-cell {
    border-bottom: none;
}

.tf-cell-label {
    font-weight: 600;
    color: #d79e20;
    min-width: 180px;
}

.tf-cell-value {
    color: white;
    word-wrap: break-word;
    background-color: transparent;
}
/* Responsive Design */
@media screen and (max-width: 768px) {
    .tf-table {
        font-size: 14px;
    }

    .tf-header-cell,
    .tf-cell {
        padding: 12px 15px;
    }

    .tf-title {
        font-size: 25px;
    }

    .tf-cell-label {
        min-width: 120px;
    }
}

@media screen and (max-width: 600px) {
    body {
        padding: 10px;
    }

    .tf-header-cell,
    .tf-cell {
        padding: 10px 12px;
    }
}




@media (min-width:992px) {
    html .w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bc"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8d1"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8cd"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c6"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bf"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c3"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8ca"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
}

@media (max-width:991px) and (min-width:768px) {
    html .w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bc"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8d1"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8cd"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c6"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bf"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c3"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8ca"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
}

@media (max-width:767px) and (min-width:480px) {
    html .w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bc"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8d1"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 25%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8cd"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c6"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8bf"] {
        -webkit-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 130%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8c3"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="fd4f07ce-1871-f644-148c-c7d99a80a8ca"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
}

/* ==================== GENEL STILLER ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ==================== GDPR COOKIE CONSENT STYLES ==================== */
.gdpr-cookie-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 25, 23, 0.9);
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .gdpr-cookie-overlay.gdpr-show {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

.gdpr-cookie-banner,
.gdpr-cookie-preferences {
    background: #1d1917;
    border: 2px solid #d79e20;
    border-radius: 12px;
    padding: 32px;
    max-width: 520px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(215, 158, 32, 0.2);
    animation: slideUp 0.4s ease;
}

.gdpr-cookie-preferences {
    max-width: 640px;
    max-height: 80vh;
    overflow-y: auto;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.gdpr-cookie-banner h2,
.gdpr-cookie-preferences h2 {
    color: #d79e20;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gdpr-cookie-banner p,
.gdpr-cookie-preferences p {
    color: #e5e5e5;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gdpr-cookie-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.gdpr-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    flex: 1;
    min-width: 140px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gdpr-btn-primary {
    background: #d79e20;
    color: #1d1917;
}

    .gdpr-btn-primary:hover {
        background: #c48d1a;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(215, 158, 32, 0.3);
    }

.gdpr-btn-secondary {
    background: transparent;
    color: #d79e20;
    border: 2px solid #d79e20;
}

    .gdpr-btn-secondary:hover {
        background: #d79e20;
        color: #1d1917;
        transform: translateY(-2px);
    }

.gdpr-privacy-link {
    display: inline-block;
    color: #d79e20;
    text-decoration: none;
    font-size: 13px;
    margin-top: 16px;
    transition: opacity 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .gdpr-privacy-link:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

.gdpr-cookie-category {
    background: rgba(215, 158, 32, 0.05);
    border: 1px solid rgba(215, 158, 32, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

.gdpr-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.gdpr-category-title {
    color: #d79e20;
    font-weight: 500;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.gdpr-category-description {
    color: #b3b3b3;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* Toggle Switch */
.gdpr-toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.gdpr-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gdpr-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4a4a4a;
    transition: 0.3s;
    border-radius: 24px;
}

    .gdpr-toggle-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.3s;
        border-radius: 50%;
    }

.gdpr-toggle-input:checked + .gdpr-toggle-slider {
    background-color: #d79e20;
}

    .gdpr-toggle-input:checked + .gdpr-toggle-slider:before {
        transform: translateX(24px);
    }

.gdpr-toggle-input:disabled + .gdpr-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}
/* Floating Manage Button */
.gdpr-floating-manage-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #1d1917;
    color: #d79e20;
    border: 2px solid #d79e20;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    .gdpr-floating-manage-btn.gdpr-show {
        opacity: 1;
        transform: translateY(0);
    }

    .gdpr-floating-manage-btn:hover {
        background: #d79e20;
        color: #1d1917;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(215, 158, 32, 0.3);
    }
/* Scrollbar özelleştirme (Webkit tarayıcılar için) */
.gdpr-cookie-preferences::-webkit-scrollbar {
    width: 8px;
}

.gdpr-cookie-preferences::-webkit-scrollbar-track {
    background: rgba(215, 158, 32, 0.1);
    border-radius: 4px;
}

.gdpr-cookie-preferences::-webkit-scrollbar-thumb {
    background: #d79e20;
    border-radius: 4px;
}

    .gdpr-cookie-preferences::-webkit-scrollbar-thumb:hover {
        background: #c48d1a;
    }
