/* .rf-lightbox.active { */
    /* left: 2px; */
/* } */

@media screen and (min-width: 1000px) and (max-width: 1550px) {
        .dropnavwrap {
        font-size: 12px!important;
    }
.head-link {
     font-size: 12px!important;
   }
     .main-menu-wrapper {
 font-size: 12px!important;
    }

}

.heading {
    font-size: 3.2vw!important;
}

@media screen and (min-width: 1440px) {
    .page-head {
        font-size: 3em;
    }

}

.page-top-images {
    height: auto!important;
    max-width: 100%!important;
}

.s-faq-a-text {
border-right: 1px solid var(--subor-red);
}

.menu-group {
    padding: .5rem 0 .0rem 0rem;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
 
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* �r�nler Grid */
.product-grid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 2rem;
    flex-wrap: nowrap;
}

    .product-grid:hover .product {
        opacity: 0.4;
        transition: opacity 0.3s ease;
    }

    .product-grid .product:hover {
        opacity: 1;
    }

.product {
    flex: 1 1 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #727981;
    padding: 0rem 0rem 0;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}

.cat-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 2rem;
    transition: transform 0.4s ease;
}

.product:hover .cat-image {
    transform: scale(1.1);
}
/* �r�n �smi ve A��klamas� */
.cat-name-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    height: 175px;
}

.cat-name {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #fff;
}

.cat-desc {
    font-size: 1rem;
    width: 100%;
    max-width: 220px;
    min-height: 60px;
    margin: 0 auto 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
}
/* More Info Butonu */
.cat-btn-wrappper.is-white {
    color: #fff;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.divider.is-btn-text-white {
    background-color: #e43e30;
    width: 0;
    height: 2px;
    margin-top: .25rem;
    transition: width 0.5s ease;
    position: relative;
}

.product:hover .cat-btn-wrappper.is-white .divider.is-btn-text-white {
    width: 100%;
}
/* Yuvarlak Numara */
.cat-number-wrapper {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #50565e;
    border: 1px solid #727981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #727981;
    transition: all 0.4s ease;
    z-index: 3;
}

.product:hover .cat-number-wrapper {
    border-color: transparent;
    color: #fff;
}

.cat-number-wrapper svg.circle-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    pointer-events: none;
}

.cat-number-wrapper circle {
    fill: none;
    stroke: #e43e30;
    stroke-width: 1.5;
    stroke-dasharray: 113.1;
    stroke-dashoffset: 113.1;
    transition: stroke-dashoffset 1s ease;
    stroke-linecap: round;
    cx: 19;
    cy: 19;
    r: 18;
}

.product:hover .cat-number-wrapper circle {
    stroke-dashoffset: 0;
}
/* Arrow */
.cat-number-wrapper .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform 0.3s ease;
}

.product:hover .cat-number-wrapper .arrow {
    transform: translate(-50%, -50%) rotate(0deg);
}
/* RESPONSIVE */
@media screen and (max-width: 991px) {
    .product-grid {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    #map-container {
    position: relative;
    width: 100%;
    height: 100%!important;
}


    .product {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
        padding: 2rem 1rem;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .cat-image {
        width: 40%;
        margin-bottom: 0;
    }

    .cat-name-block {
        align-items: flex-start;
        justify-content: space-evenly;
        margin-left: 2rem;
        margin-top: 0;
        text-align: left;
    }

    .cat-name, .cat-desc {
        text-align: left;
        width: 100%;
    }

    .cat-number-wrapper {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .product {
        flex-direction: column;
        align-items: flex-start;
    }

    .cat-image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .cat-name-block {
        margin-left: 0;
    }
}

/* Dropdown Styles */
.rf-dropdown-wrapper {
    margin-bottom: 40px;
    text-align: left;
}

.rf-dropdown {
    position: relative;
    display: inline-block;
    min-width: 300px;
}

.rf-dropdown-button {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .rf-dropdown-button:hover {
        background-color: #f9f9f9;
    }

    .rf-dropdown-button svg {
        width: 16px;
        height: 16px;
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .rf-dropdown-button.active svg {
        transform: rotate(180deg);
    }

.rf-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
}

    .rf-dropdown-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.rf-dropdown-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .rf-dropdown-item:last-child {
        border-bottom: none;
    }

    .rf-dropdown-item:hover {
        background-color: #E43E30;
        color: white;
        transform: translateX(5px);
    }

    .rf-dropdown-item.selected {
        background-color: #E43E30;
        color: white;
    }
/* Grid Layout */
.rf-projects-grid {
    display: grid;
    gap: 0.5rem;
}
/* Responsive Grid */
@media (max-width: 1199px) {
    .rf-projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .rf-projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1400px) {
    .rf-projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .rf-projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .rf-projects-grid {
        grid-template-columns: 1fr;
    }
}
/* Project Card */
.rf-project-card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: cardEntrance 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border: 1px solid #f0f0f0;
}

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.rf-project-card:hover {
    transform: translateY(-5px);
    border-color: #e0e0e0;
}

.rf-project-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-color: #f0f0f0;
    transition: transform 0.7s ease;
}

.rf-project-card:hover .rf-project-image {
    transform: scale(1.05);
}

.rf-project-info {
    padding: 1rem;
    position: relative;
    z-index: 2;
    background: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rf-project-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 50px;
    color: #000;
    transition: color 0.3s ease;
}

.rf-project-card:hover .rf-project-title {
    color: #E43E30;
}

.rf-project-location {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.rf-project-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.rf-project-card:hover .rf-project-category {
    transform: scale(1.05);
}
/* Category Colors */
.rf-category-water {
    background-color: #003C5B;
    color: white;
}

.rf-category-sewer {
    background-color: #003C5B;
    color: white;
}

.rf-category-hydro {
    background-color: #003C5B;
    color: white;
}

.rf-category-engineering {
    background-color: #003C5B;
    color: white;
}

.rf-category-desalination {
    background-color: #003C5B;
    color: white;
}

.rf-category-trenchless {
    background-color: #003C5B;
    color: white;
}

.rf-detail-button {
    width: auto;
    padding: 10px 20px;
    background-color: #fff;
    color: #E43E30;
    border: #E43E30 1px solid;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

    .rf-detail-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s ease;
    }

    .rf-detail-button:hover {
        background-color: #E43E30;
        transform: translateY(-2px);
        color: #fff;
    }

        .rf-detail-button:hover::before {
            left: 100%;
        }
/* Lightbox - EN �STTE G�STERMEK ���N */
.rf-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Z-index �ok y�ksek de�er */
    z-index: 2147483647; /* Maximum z-index de�eri */
}

    .rf-lightbox-overlay.active {
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 1;
        visibility: visible;
    }

.rf-lightbox { 
     position: fixed;
     top: 0; 
     right: -600px; 
     width: 500px; 
     height: 100vh; 
     background-color: white; 
     transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
     overflow-y: auto;
    z-index: 2147483647;
}
 
 


    .rf-lightbox.active {
        left: 0;
    }

.rf-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    transition: all 0.3s ease;
}

    .rf-lightbox-close:hover {
        background-color: #e0e0e0;
        transform: rotate(90deg);
    }

.rf-lightbox-content {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px; /* Kategori i�in alan b�rak */
}
/* Gallery */
.rf-gallery {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.rf-gallery-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.rf-gallery-nav {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    margin-left: 2rem;
}

.rf-gallery-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .rf-gallery-dot.active {
        background-color: #003C5B;
        transform: scale(1.2);
    }

.rf-gallery-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #003C5B;
}

    .rf-gallery-arrow:hover {
        background-color: #003C5B;
        color: white;
    }

    .rf-gallery-arrow svg {
        width: 20px;
        height: 20px;
    }

.rf-lightbox-title {
    font-size: 24px;
    font-weight: 600;
    color: #E43E30;
    padding: 0rem 2rem 2rem 2rem;
}

.rf-lightbox-details {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    padding: 0rem 2rem 0rem 2rem;
}

.rf-detail-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

    .rf-detail-item:hover {
        padding-left: 8px;
    }

    .rf-detail-item:last-child {
        border-bottom: none;
    }

.rf-detail-label {
    font-weight: 600;
    color: #00000054;
}

.rf-lightbox-category {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 0 0 0;
    width: calc(100% - 4rem);
}

.rf-category-link {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .rf-category-link:hover {
        transform: scale(1.05);
    }
/* Loading Animation */
.rf-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* Mobile Lightbox */
@media (max-width: 768px) {
    .rf-lightbox {
        width: 100%;
        right: -100%;
    }

    .rf-gallery-arrow {
        width: 32px;
        height: 32px;
    }

        .rf-gallery-arrow svg {
            width: 16px;
            height: 16px;
        }
}

.case-container {
    max-width: 1400px;
    margin: 0 auto;
}

.case-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.case-project-card {
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

    .case-project-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.case-project-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.case-project-info {
    padding: 24px;
    text-align: center;
}

.case-project-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.case-project-location {
    font-size: 15px;
    color: #666;
    margin-bottom: 18px;
}

.case-btn-detail {
    background: transparent;
    color: #E43E30;
    border: 2px solid #E43E30;
    padding: 11px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .case-btn-detail:hover {
        background: #E43E30;
        color: white;
    }
/* Lightbox */
.case-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
}

    .case-lightbox-overlay.case-active {
        opacity: 1;
        visibility: visible;
    }

.case-lightbox {
    position: fixed;
    top: 0;
    right: -900px;
    width: 900px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -10px 0 50px rgba(0, 0, 0, 0.3);
}

    .case-lightbox.case-active {
        right: 0;
    }

@media (max-width:992px) {
    .case-lightbox {
        width: 100%;
        right: -100%;
    }
}
/* Sticky Close Button */
.case-close-btn {
    position: sticky;
    top: 20px;
    float: right;
    margin: 20px 20px 0 0;
    width: 48px;
    height: 48px;
    background: #E43E30;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(228, 62, 48, 0.4);
}

    .case-close-btn:hover {
        background: #c43228;
    }
/* Case Study ��eri�i - PDF'e %100 Sad�k */
.case-cs-header {
    background: #E43E30;
    color: white;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 30px;
}

.case-cs-badge {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.9;
}

.case-cs-logo {
    position: absolute;
    top: 25px;
    right: 40px;
    height: 45px;
}

.case-cs-title {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0;
    line-height: 1.3;
}

.case-cs-subtitle {
    font-size: 17px;
    opacity: 0.95;
}

.case-cs-content {
    padding: 0 40px 60px;
}

.case-cs-desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #444;
}
/* Tablo - Yeni Tasar�m */
.case-cs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 40px;
    font-size: 16px;
}

    .case-cs-table th {
        color: #999;
        padding: 15px 0;
        text-align: left;
        font-weight: 400;
        width: 35%;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

        .case-cs-table th::after {
            content: ":";
        }

    .case-cs-table td {
        padding: 15px 0;
        color: #000;
        font-weight: 400;
        border-bottom: 1px solid #eee;
    }

    .case-cs-table tr:last-child td {
        border-bottom: none;
    }

    .case-cs-table tr:last-child th {
        border-bottom: none;
    }
/* Ba�l�k G�ncellemesi */
.case-cs-section-title {
    color: #E43E30;
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0 20px;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}
/* ... */
/* K�rm�z� Bullet */
.case-cs-list {
    margin: 25px 0;
    padding-left: 5px;
    list-style: none;
}

    .case-cs-list li {
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
        font-size: 15.5px;
    }

        .case-cs-list li::before {
            content: "\2022";
            color: #E43E30;
            font-weight: bold;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: -3px;
        }
/* G�rseller + Drop Shadow */
.case-cs-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 40px 0;
}

    .case-cs-gallery img {
        width: 100%;
        border-radius: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.4s;
    }

        .case-cs-gallery img:hover {
            transform: scale(1.02);
        }




#map-container {
    position: relative;
    width: 100vw;
    height: 100vh
}
#contact-map-container {
    position: relative;
    width: 100vw;
    height: 100vh
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #E43E30;
    z-index: 999
}

.countries-group path {
    fill: #d9d9d9;
    stroke: #fff;
    stroke-width: 0.5px;
    transition: fill .3s;
}

    .countries-group path:hover {
        fill: #cfcfcf;
    }

.location-dot {
    fill: #E43E30;
    cursor: pointer;
    transition: r 0.3s, fill 0.3s;
}

    .location-dot:hover {
        r: 8;
        opacity: 1
    }

.project-pin-outer {
    fill: #E43E30;
    cursor: pointer;
    transition: fill .3s
}

    .project-pin-outer:hover {
        fill: #c62828
    }

.project-pin-inner {
    fill: white
}
/* Pinler i�in Hover efekti: �ne ��ks�n */
.project-pin:hover {
    z-index: 9999;
}

.tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.92);
    color: white;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s;
    transform: translate(-50%, -110%);
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    max-width: 320px
}

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.92)
    }
.contact-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.92);
    color: white;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s;
    transform: translate(-50%, -110%);
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    max-width: 320px
}

    .contact-tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.92)
    }

.map-switcher {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50px;
    padding: 10px 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    z-index: 0
}

.switch-btn {
    padding: 12px 30px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition: all .3s;
    color: #444;
    min-width: 180px
}

    .switch-btn.active {
        background: #E43E30;
        color: white;
        box-shadow: 0 4px 12px rgba(228, 62, 48, 0.4)
    }


/* contact page */

/* Scoped styles for the map component */
#map-container {
    position: relative;
    width: 100%;
    /*height: 100%;
    /* Ensure content doesn't spill */
}
#contact-map-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* Ensure content doesn't spill */
}

.country {
    fill: #c0c0c0;
    stroke: #fff;
    stroke-width: 0.5px;
    transition: fill 0.3s;
}

    .country.active:hover,
    .country.hover-active {
        fill: #E43E30;
    }

.location-dot {
    fill: #E43E30;
    cursor: default;
    transition: r 0.3s ease, fill 0.3s ease;
    opacity: 0.8;
}

    .location-dot:hover {
        r: 6;
        opacity: 1;
    }

.tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    transform: translate(-50%, -100%);
    margin-top: -12px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}
    /* Speech bubble arrow */
    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        border-width: 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    }

#map-container h1 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #333;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    pointer-events: none;
    /* Let clicks pass through */
}
#contact-map-container h1{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #333;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    pointer-events: none;
    /* Let clicks pass through */
}

:root {
    --cr-primary: #0C4E71;
    --cr-danger: #E43E30;
    --cr-bg: #f7f7f7;
    --cr-border: #ddd;
    --cr-light: #fafafa;
}

* {
    box-sizing: border-box;
}

label {
    font-weight: regular !important;
}

.cr-container {
}

.cr-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.cr-col {
    flex: 1;
    min-width: 280px;
}

.cr-full {
    width: 100%;
    margin-bottom: 1rem;
}

.cr-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400 !important;
    color: black;
}

.cr-input, .cr-textarea, .cr-select select {
    width: 100%;
    padding: 16px 18px;
    border: 2px solid var(--cr-border);
    border-radius: 0.5rem !important;
    background: var(--cr-light);
    font-size: 1rem;
    font-family: inherit;
    transition: all .25s;
}

    .cr-input:focus, .cr-textarea:focus, .cr-select select:focus {
        outline: none;
        border-color: var(--cr-primary);
        background: white;
        box-shadow: 0 0 0 5px rgba(12,78,113,0.1);
    }

.cr-select {
    position: relative;
    display: block;
}

    .cr-select select {
        padding-right: 50px;
        appearance: none;
        cursor: pointer;
    }

    .cr-select::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        pointer-events: none;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230C4E71' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 9s-4.419 6-6 6s-6-6-6-6'/%3E%3C/svg%3E") center/contain no-repeat;
        transition: transform .35s cubic-bezier(.4,0,.2,1);
    }

    .cr-select select:focus + .cr-select::after {
        transform: translateY(-50%) rotate(180deg);
    }

.cr-phone-group {
    display: flex;
    gap: 1rem;
}

.cr-phone-code {
    width: 110px;
}

.cr-phone-number {
    flex: 1;
}

.cr-file-wrapper {
    position: relative;
    display: block;
}

.cr-file-box {
    display: block;
    border: 2px dashed var(--cr-border);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    background: var(--cr-light);
    cursor: pointer;
    transition: all .3s;
}

    .cr-file-box:hover {
        border-color: var(--cr-primary);
        background: #f0f8ff;
    }

        .cr-file-box:hover .cv-icon {
            transform: scale(1.1);
        }

.cv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    transition: transform .3s;
}

.cr-file-text {
    color: #000;
    margin: 8px 0 4px;
    font-size: 1rem;
}

.cr-file-name {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    min-height: 22px;
}

.cr-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.cr-textarea {
    min-height: 130px;
    resize: vertical;
}

.cr-submit {
    width: 200px !important;
    background: var(--cr-danger);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
    opacity: 1 !important;
    pointer-events: auto !important;
}

    .cr-submit.active {
        opacity: 1;
        pointer-events: auto;
    }

    .cr-submit:hover.active {
        background: #c12d20;
    }

input[type="radio"], input[type="checkbox"] {
    accent-color: var(--cr-danger) !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.cr-contact-options {
    display: flex;
    gap: 24px;
    margin: 20px 0 32px;
}

.cr-contact-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.cr-kvkk {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 24px 0;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

    .cr-kvkk a {
        color: var(--cr-danger);
        text-decoration: underline;
    }

.cr-success {
    background: #d4edda;
    color: #155724;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    display: none;
}

@media (max-width:640px) {
    .cr-container {
    }

    .cr-col, .cr-phone-group {
        flex-direction: column;
    }

    .cr-phone-code {
        width: 100%;
    }

    .cr-submit {
        width: 100% !important;
    }
}

.timeline-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Clock Face Effect */
        .circle-wrapper {
            position: relative;
            width: 80%;
            max-width: 80vh;
            /* Ensure width doesn't exceed available height to keep it square */
            aspect-ratio: 1 / 1;
            height: auto;
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .circle {
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 50%;
            transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
            transform-origin: center center;
            opacity: 0;
            border: none;
        }

        .circle::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 50%;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: repeating-conic-gradient(from 0deg,
                    rgba(0, 0, 0, 0.2) 0deg 0.1deg,
                    transparent 0.1deg 1deg);
            -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #fff calc(100% - 15px));
            mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #fff calc(100% - 15px));
            pointer-events: none;
            z-index: 0;
        }

        /* Individual Items */
        .circle_item {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 38%;
            /* Responsive radius (approx 300px/800px) */
            height: 2px;
            transform-origin: 0 0;
            pointer-events: none;
            z-index: 1;
        }

        /* The clickable content at the end of the spoke */
        .circle_link {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(50%, -50%);
            display: flex;
            align-items: center;
            cursor: pointer;
            pointer-events: auto;
            transition: all 0.3s ease;
        }

        .dot {
            width: 12px;
            height: 12px;
            background-color: #999;
            border-radius: 50%;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .year {
            margin-left: 10px;
            font-size: 14px;
            color: #999;
            font-weight: 600;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        /* Active State */
        .circle_item.current .dot {
            background-color: #E43E30;
            transform: scale(1.5);
            box-shadow: 0 0 0 4px rgba(228, 62, 48, 0.2);
        }

        .circle_item.current .year {
            color: #E43E30;
            font-size: 18px;
        }

        /* Central Info Panel */
        .info-panel {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 400px;
            z-index: 10;
            pointer-events: none;
            transition: all 0.3s ease;
        }
		
		    .info-img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .info-img.visible {
        opacity: 1;
    }

        .info-title {
            display: none;
        }


        .info-desc {
    font-size: 1em;
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
    padding: 0 20px;
}

.info-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

        /* Slider Dots */
        .info-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 15px;
            min-height: 10px;
            /* Reserve space */
        }

        .info-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #ccc;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .info-dot.active {
            background-color: #E43E30;
            transform: scale(1.2);
        }

        /* Info Year (Hidden on Desktop, Centered in Wrapper) */
        .info-year {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 3rem;
            font-weight: bold;
            color: #E43E30;
            z-index: 50;
            pointer-events: none;
        }

        /* Navigation Buttons */
        .nav-controls {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            z-index: 20;
        }

        .nav-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #ddd;
            color: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .nav-btn:hover {
            background: #E43E30;
            color: #fff;
            border-color: #E43E30;
        }

        /* Responsive Styles */
        @media screen and (max-width: 768px) {
            .timeline-container {
                flex-direction: column;
                justify-content: flex-start;
                padding-top: 50px;
            }

            .circle-wrapper {
                order: 1;
                width: 80vmin;
                height: 80vmin;
                max-width: 350px;
                /* Slightly larger max for mobile if needed */
                max-height: 350px;
                margin-bottom: 2rem;
                /* Space between circle and description */
            }

            .circle {
                /* Reset mobile overrides if any were there */
                width: 100%;
                height: 100%;
                margin-bottom: 0;
            }

            .circle_item {
                width: 38%;
                /* Maintain ratio */
            }

            /* Hide rim years on mobile */
            .year {
                display: none !important;
            }

            /* Info Panel below circle */
            .info-panel {
                order: 2;
                position: relative;
                top: auto;
                left: auto;
                transform: none;
                width: 90%;
                margin-top: 0;
                pointer-events: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            /* Central Year */
            .info-year {
                display: block;
                /* Positioning handled globally in wrapper */
            }

            .info-title {
                display: none;
            }

            .info-desc {
                font-size: 20px;
                text-align: center;
            }

            .nav-controls {
                position: relative;
                bottom: auto;
                left: auto;
                transform: none;
                margin-top: 30px;
                order: 3;
            }
        }
		
		:root {
      --cr-primary: #0C4E71;
      --cr-danger: #E43E30;
      --cr-bg: #f7f7f7;
      --cr-border: #ddd;
      --cr-light: #fafafa;
    }
    * { box-sizing: border-box; }
   label {
    font-weight: regular !important;
}
    .cr-container {}
    .cr-row { display:flex; gap:1rem; margin-bottom:1rem; flex-wrap:wrap; }
    .cr-col { flex:1; min-width:280px; }
    .cr-full { width:100%; margin-bottom:1rem; }
    .cr-label { display:block; margin-bottom:10px; font-weight:400 !important; color:black; }
    .cr-input, .cr-textarea, .cr-select select {
      width:100%; padding:16px 18px; border:2px solid var(--cr-border);
      border-radius:0.5rem !important; background:var(--cr-light); font-size:1rem;
      font-family:inherit; transition:all .25s;
    }
    .cr-input:focus, .cr-textarea:focus, .cr-select select:focus {
      outline:none; border-color:var(--cr-primary); background:white;
      box-shadow:0 0 0 5px rgba(12,78,113,0.1);
    }
    .cr-select { position:relative; display:block; }
    .cr-select select { padding-right:50px; appearance:none; cursor:pointer; }
    .cr-select::after {
      content:""; position:absolute; right:18px; top:50%; transform:translateY(-50%);
      width:20px; height:20px; pointer-events:none;
      background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230C4E71' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 9s-4.419 6-6 6s-6-6-6-6'/%3E%3C/svg%3E") center/contain no-repeat;
      transition:transform .35s cubic-bezier(.4,0,.2,1);
    }
    .cr-select select:focus + .cr-select::after { transform:translateY(-50%) rotate(180deg); }

    .cr-phone-group { display:flex; gap:1rem; }
    .cr-phone-code { width:110px; }
    .cr-phone-number { flex:1; }

    .cr-file-wrapper { position:relative; display:block; }
    .cr-file-box {
      display:block; border:2px dashed var(--cr-border); border-radius:16px;
      padding:40px 20px; text-align:center; background:var(--cr-light); cursor:pointer;
      transition:all .3s;
    }
    .cr-file-box:hover { border-color:var(--cr-primary); background:#f0f8ff; }
    .cr-file-box:hover .cv-icon { transform:scale(1.1); }
    .cv-icon { width:50px; height:50px; margin-bottom:16px; transition:transform .3s; }
    .cr-file-text { color:#000; margin:8px 0 4px; font-size:1rem; }
    .cr-file-name { color:#000; font-weight:600; font-size:1rem; min-height:22px; }
    .cr-file-input { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

    .cr-textarea { min-height:130px; resize:vertical; }

    .cr-submit {
      width:200px !important; background:var(--cr-danger); color:white; border:none;
      padding:18px; border-radius:100px; font-size:1.1rem; font-weight:700;
      cursor:pointer; transition:background .3s; opacity:0.5; pointer-events:none;
    }
    .cr-submit.active { opacity:1; pointer-events:auto; }
    .cr-submit:hover.active { background:#c12d20; }

    input[type="radio"], input[type="checkbox"] {
      accent-color: var(--cr-danger) !important;
      width:20px; height:20px; cursor:pointer;
    }
    .cr-contact-options { display:flex; gap:24px; margin:20px 0 32px; }
    .cr-contact-option { display:flex; align-items:center; gap:10px; cursor:pointer; }

    .cr-kvkk {
      display:flex; gap:12px; align-items:flex-start; margin:24px 0;
      font-size:0.8rem; font-weight:400;line-height:1.5; color:#000;
    }
    .cr-kvkk a { color:var(--cr-danger); text-decoration:underline; }

    .cr-success {
      background:#d4edda; color:#155724; padding:16px; border-radius:12px;
      text-align:center; font-weight:600; margin-top:20px; display:none;
    }

    @media (max-width:640px) {
      .cr-container {}
      .cr-col, .cr-phone-group { flex-direction:column; }
      .cr-phone-code { width:100%; }
      .cr-submit { width:100% !important; }
    }
	
	
	/* ==================== 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-overlay.gdpr-show {
    display: flex !important; /* display:none'ı ezmek için */
    opacity: 1 !important;    /* Görünürlüğü garanti et */
    visibility: visible !important;
	align-items: center;
	justify-content: center;
    }

.gdpr-cookie-banner,
.gdpr-cookie-preferences {
    background: #003658;
    border: 2px solid #003658;
    border-radius: 12px;
    padding: 32px;
    max-width: 520px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(15, 66, 109, 0.21);
    animation: slideUp 0.4s ease;
	z-index: 100000; /* Overlay 99999 ise bu daha üstte olmalı */
    position: relative; /* Z-index'in çalışması için gerekli */
}

.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: #ffffff;
    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: 50px;
    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: #e43e30;
    color: #ffffff;
}

    .gdpr-btn-primary:hover {
        background: #e43e30;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(215, 158, 32, 0.3);
    }

.gdpr-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

    .gdpr-btn-secondary:hover {
        background: #e43e30;
        color: #ffffff;
        transform: translateY(-2px);
    }

.gdpr-privacy-link {
    display: inline-block;
    color: #ffffff;
    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: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 20%);
    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: #ffffff;
    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: #e43e30;
}

    .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: 40px;
    left: 20px;
    background: #003658;
    color: #ffffff;
    border: 2px solid #003658;
    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:1;
    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: #ffffff;
        color: #1d1917;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(104, 95, 236, 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: #e43e30;
    border-radius: 4px;
}

    .gdpr-cookie-preferences::-webkit-scrollbar-thumb:hover {
        background: #c48d1a;
    }
