/* --- Hero slider mask responsive --- */
@media (max-width: 1100px) {
    .hero-content {
        mask-image: none !important;
    }
}

/* --- Vision Mission Section --- */
.vision-mission {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.vision-mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.vision-mission-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.vision-mission-header {
    text-align: center;
    margin-bottom: 80px;
}

.vision-mission-header .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    margin-bottom: 16px;
    position: relative;
}



.vision-mission-header .section-subtitle {
    font-size: 18px;
    color: #6c757d;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.vision-card,
.mission-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(0, 161, 156, 0.1);
}






.card-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vision-card:hover .card-image img,
.mission-card:hover .card-image img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 161, 156, 0.8), rgba(0, 123, 122, 0.9));
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}



.icon-wrapper {
    color: white;
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.vision-card:hover .icon-wrapper,
.mission-card:hover .icon-wrapper {
    transform: scale(1);
}

.card-content {
    padding: 40px 32px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.card-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.card-number {
    background: linear-gradient(135deg, #00a19c, #007b7a);
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 161, 156, 0.3);
}

.card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 24px;
}

.card-footer {
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
}

.highlight-text {
    background: linear-gradient(135deg, #00a19c, #007b7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .vision-mission-grid {
        gap: 40px;
    }

    .card-content {
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .vision-mission {
        padding: 60px 0;
    }


    .vision-mission-header {
        margin-bottom: 50px;
    }

    .vision-mission-header .section-title {
        font-size: 36px;
    }

    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .card-image {
        height: 220px;
    }

    .card-content {
        padding: 24px 20px;
    }

    .card-header h3 {
        font-size: 24px;
    }

    .card-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .vision-mission-container {
        padding: 0 16px;
    }

    .vision-mission-header .section-title {
        font-size: 28px;
    }

    .vision-mission-header .section-subtitle {
        font-size: 16px;
    }
}

/* --- Contact main form responsive offset --- */
@media (min-width: 1300px) {
    form.contact-main-form {
        margin-left: -5em
    }
}

@media (max-width: 1299.98px) {
    form.contact-main-form {
        margin-left: 0
    }
}

@media (max-width: 768px) {

    /* Blog hero - mobilde iÃ§erik gÃ¶rselin ALTINA insin */
    .blog-hero-v2 {
        padding: 0;
    }

    .blog-hero-v2 .hero-v2-bg {
        position: relative;
        height: 220px;
        background-size: cover;
        background-position: center;
    }

    .blog-hero-v2 .hero-v2-overlay {
        display: none;
    }

    .blog-hero-v2 .hero-v2-container {
        position: static;
        max-width: 100%;
        padding: 16px 20px;
    }

    .blog-hero-v2 .hero-v2-left {
        position: static;
        margin: 0;

        margin-top: 14em;
        background: #00A19C;
    }
}



.section-intro {
    padding: 90px 0;
}

.section-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.section-intro-eyebrow {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .2px;
    color: #000;
}

.blog-category {
    display: none;
}

.section-intro-title {
    margin: 0 0 28px 0;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.15;
    color: #00a19c;
}

.section-intro-text {
    max-width: 1100px;
    margin: 0 auto 10px auto;
    font-size: 16px;
    line-height: 1.9;
    color: #9AA0A6;
}

@media (max-width: 768px) {
    .section-intro {
        padding: 60px 0;
    }

    .section-intro-title {
        font-size: 36px;
    }

    .section-intro-eyebrow {
        font-size: 16px;
    }

    .process-step-card {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 24px;
    }

    .process-step-num {
        font-size: 80px;
        top: -15px;
    }

    .process-step-title {
        font-size: 28px;
    }

    .process-step-image {
        height: 300px;
    }
}

/* SÃƒÂ¼reÃƒÂ§ Intro - iki sÃƒÂ¼tunlu kart tasarÃ„Â±mÃ„Â± */
.process-intro-section {
    padding: 60px 0;
}

.process-intro-container {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Kart dÃƒÂ¼zeni */
.process-step-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    /* gÃƒÂ¶rseli geniÃ…Å¸let */
    align-items: stretch;
    gap: 48px;
    padding: 48px 40px;
    border-left: 2px dashed #E6E6E6;
    border-bottom: 2px dashed #E6E6E6;
    border-radius: 0 0 0 20px;
    position: relative;
}

/* Kartlar arasÃ„Â± boÃ…Å¸luk */
.process-step-card+.process-step-card {
    margin-top: 12%;
}

/* Ã„Â°kinci kart: saÃ„Å¸ + alt ÃƒÂ§izgi ve kolonlarÃ„Â±n yer deÃ„Å¸iÃ…Å¸tirmesi */
.process-step-card.is-right {
    border-left: none;
    border-right: 2px dashed #E6E6E6;
    border-bottom: 2px dashed #E6E6E6;
    border-radius: 0 0 20px 0;
    grid-template-columns: 1.2fr 1fr;
    /* saÃ„Å¸da gÃƒÂ¶rsel daha geniÃ…Å¸ */
}

.process-step-card.is-right::after {
    content: '';
    position: absolute;
    right: -21px;
    top: -32px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d3aa88 0 8px, #f8f2ed 9px 100%);
    pointer-events: none;
    z-index: 0;
}

/* ÃƒÅ“ÃƒÂ§ÃƒÂ¼ncÃƒÂ¼ kart: sol + alt ÃƒÂ§izgi (L) */
.process-step-card.is-left {
    border-left: 2px dashed #E6E6E6;
    border-right: none;
    border-bottom: 2px dashed #E6E6E6;
    border-radius: 0 0 0 20px;
    grid-template-columns: 1.15fr 1fr;
}

.process-step-card.is-left::after {
    content: '';
    position: absolute;
    left: -21px;
    top: -32px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d3aa88 0 8px, #f8f2ed 9px 100%);
    pointer-events: none;
    z-index: 0;
}

.process-step-card.is-left::before {
    content: '';
    position: absolute;
    right: -21px;
    bottom: -20px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d3aa88 0 8px, #f8f2ed 9px 100%);
    pointer-events: none;
    z-index: 0;
}

/* AynÃ„Â± kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k daire sol alt kÃƒÂ¶Ã…Å¸ede de gÃƒÂ¶rÃƒÂ¼nsÃƒÂ¼n */
.process-step-card.is-right::before {
    content: '';
    position: absolute;
    left: -21px;
    bottom: -21px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d3aa88 0 8px, #f8f2ed 9px 100%);
    pointer-events: none;
    z-index: 0;
}

.process-step-card.is-right .process-step-right {
    order: 1;
}

.process-step-card.is-right .process-step-left {
    order: 2;
    padding: 24px 24px 24px 0;
}

.process-step-card.is-right .process-step-num {
    left: auto;
    right: 1%;
}

.process-step-left {
    position: relative;
    padding: 24px 0 24px 24px;
    display: flex;
    flex-direction: column;
}

.process-step-num {
    position: absolute;
    top: -30%;
    left: 1%;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #E0E1E2;
    text-stroke: 2px #E0E1E2;
    z-index: 1;
}

.process-step-title {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 800;
    color: #000;
    position: relative;
    z-index: 2;
}

.process-step-desc {
    margin: 0 0 24px 0;
    max-width: 520px;
    color: #aeaeae;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    z-index: 2;
    width: 69%;
}

.process-step-icon {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 60px;
    min-height: 60px;
}

.process-step-icon img {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.process-step-icon svg {
    width: 56px;
    height: 56px;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.process-step-right {
    text-align: center;
}

.process-step-image {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(img/about/masked-about-01.svg);
    mask-image: url(img/about/masked-about-01.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.process-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-step-illustration {
    max-width: 520px;
    width: 100%;
    height: auto;
}

@media (max-width: 980px) {
    .process-step-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 24px;
    }

    .process-step-card.is-left,
    .process-step-card.is-right {
        grid-template-columns: 1fr;
    }

    .process-step-right {
        text-align: left;
    }

    .process-step-title {
        font-size: 32px;
    }

    .process-step-num {
        font-size: 72px;
        top: -6px;
    }
}

@media (max-width: 600px) {
    .process-step-card {
        padding: 24px 16px;
        gap: 20px;
    }

    .process-step-title {
        font-size: 28px;
    }

    .process-step-num {
        font-size: 60px;
    }
}

/* ---------------------------------------------
   REFERANSLAR SAYFASI STILLLERI
   - referanslar.php iÃƒÂ§in eksik sÃ„Â±nÃ„Â±flar
---------------------------------------------- */

/* Hero alanÃ„Â± */
.referanslar-hero.full-bleed {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    position: relative;
}

/* === About (HakkÃ„Â±mÃ„Â±zda) styles === */
.about-page-section {
    margin: 24px auto;
    padding: 0 16px;
}

.about-kv {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center;
}

@media (max-width: 980px) {
    .about-kv {
        grid-template-columns: 1fr;
    }
}

.about-kv .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    border: 1px solid #E9E9E9;
}

.about-kv .content h2 {
    margin: 0 0 10px 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.2;
}

.about-kv .content p {
    margin: 0 0 12px 0;
    color: #475569;
}

.about-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 10px;
}

.about-badge {
    border: 1px solid #E9E9E9;
    border-radius: 999px;
    padding: 10px 14px;
    background: #fff;
    font-size: 14px;
    color: #0F172A;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}

@media (max-width: 640px) {
    .about-badges {
        grid-template-columns: 1fr;
    }

    .about-badge {
        width: 100%;
        justify-content: center;
    }
}

.about-subnav {
    position: sticky;
    top: 70px;
    z-index: 5;
    background: #ffffff;
    border-bottom: 1px solid #E9E9E9;
    backdrop-filter: saturate(140%) blur(6px);
}

.about-subnav {
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.about-subnav a {
    white-space: nowrap;
    text-decoration: none;
    color: #0F172A;
    border: 1px solid #E5E7EB;
    background: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    transition: all .2s ease;
}

.about-subnav a:hover {
    border-color: #CBD5E1;
    box-shadow: 0 6px 18px rgba(2, 6, 23, .06);
    transform: translateY(-1px);
}

.about-subnav a.active {
    background: #0F172A;
    color: #FFFFFF;
    border-color: #0F172A;
}

.timeline {
    max-width: 1120px;
    margin: 6px auto 0;
    padding: 24px 16px;
}

.timeline h3 {
    margin: 0 0 12px 0;
    font-size: clamp(20px, 2.5vw, 28px);
}

.timeline-list {
    position: relative;
    padding-left: 24px;
    display: grid;
    gap: 14px;
}

.timeline-list:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #E2E8F0;
}

.timeline-item {
    position: relative;
    border: 1px solid #E9E9E9;
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
}

.timeline-item:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 16px;
    width: 10px;
    height: 10px;
    background: #00A99D;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #D1FAE5;
}

.timeline-item .year {
    font-weight: 700;
    color: #0F172A;
}

.timeline-item p {
    margin: 6px 0 0 0;
    color: #475569;
}

.certs {
    max-width: 1120px;
    margin: 6px auto 24px;
    padding: 24px 16px;
}

.certs h3 {
    margin: 0 0 12px 0;
    font-size: clamp(20px, 2.5vw, 28px);
}

.certs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 980px) {
    .certs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .certs-grid {
        grid-template-columns: 1fr;
    }
}

.cert-card {
    border: 1px solid #E9E9E9;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    display: grid;
    gap: 6px;
}

.cert-card h4 {
    margin: 0;
    font-size: 16px;
}

.cert-card p {
    margin: 0;
    color: #556070;
    font-size: 14px;
}

.mv {
    max-width: 1120px;
    margin: 6px auto 0;
    padding: 24px 16px;
}

.mv h3 {
    margin: 0 0 12px 0;
    font-size: clamp(20px, 2.5vw, 28px);
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 900px) {
    .mv-grid {
        grid-template-columns: 1fr;
    }
}

.mv-card {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    display: grid;
    gap: 8px;
}

.mv-card h4 {
    margin: 0;
    font-size: 18px;
}

.mv-card p,
.mv-card ul {
    margin: 0;
    color: #556070;
    font-size: 14px;
}

.mv-card ul {
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.simple-cta {
    max-width: 1120px;
    margin: 8px auto 40px;
    padding: 24px 16px;
    border: 1px solid #E9E9E9;
    border-radius: 18px;
    background: linear-gradient(180deg, #F8FAFC, #F1F5F9);
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    align-items: center;
}

@media (max-width: 780px) {
    .simple-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.simple-cta h3 {
    margin: 0;
    font-size: clamp(18px, 2.4vw, 24px);
}

.simple-cta p {
    margin: 0;
    color: #556070;
}

.about-page-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 10% -10%, rgba(0, 169, 157, .06), transparent 60%), radial-gradient(800px 500px at 110% 10%, rgba(15, 23, 42, .05), transparent 60%);
    pointer-events: none;
}

.about-kv .image {
    position: relative;
}

.about-kv .image .decor-blob {
    position: absolute;
    inset: -6%;
    z-index: 0;
    filter: blur(28px);
    background: radial-gradient(60% 60% at 30% 30%, rgba(0, 169, 157, .30), transparent 60%), radial-gradient(55% 55% at 70% 70%, rgba(15, 23, 42, .15), transparent 60%);
    border-radius: 28px;
}

.about-kv .image .decor-ring {
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(0, 169, 157, .0), rgba(0, 169, 157, .3), rgba(0, 169, 157, .0));
    filter: blur(1px);
    opacity: .9;
}

.about-kv .image img {
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(2, 6, 23, .06);
}

.about-kv .floating-stats {
    position: absolute;
    z-index: 2;
    left: -10px;
    top: 12px;
    display: grid;
    gap: 8px;
}

.about-kv .floating-stats .chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #0F172A;
    border: 1px solid rgba(148, 163, 184, .35);
    background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(248, 250, 252, .85));
    backdrop-filter: saturate(140%) blur(4px);
    box-shadow: 0 6px 18px rgba(2, 6, 23, .06);
}

.about-badge {
    transition: all .2s ease;
    box-shadow: 0 4px 14px rgba(2, 6, 23, .04);
}

.about-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
    border-color: #CBD5E1;
}

.timeline-list:before {
    background: linear-gradient(180deg, #E2E8F0, #CBD5E1);
}

.timeline-item {
    background: linear-gradient(180deg, #ffffff, #FBFDFF);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(2, 6, 23, .05);
    transition: transform .18s ease, box-shadow .18s ease;
}

.timeline-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(2, 6, 23, .08);
}

.certs .cert-card {
    background: linear-gradient(180deg, #ffffff, #F8FAFC);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.certs .cert-card:hover {
    transform: translateY(-2px);
    border-color: #CBD5E1;
    box-shadow: 0 14px 28px rgba(2, 6, 23, .08);
}

.mv .mv-card {
    background: linear-gradient(180deg, #ffffff, #FBFEFF);
    box-shadow: 0 8px 22px rgba(2, 6, 23, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mv .mv-card:hover {
    transform: translateY(-2px);
    border-color: #CBD5E1;
    box-shadow: 0 14px 30px rgba(2, 6, 23, .08);
}

.simple-cta {
    box-shadow: 0 10px 24px rgba(2, 6, 23, .06);
}

.service-detail-container {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-areas: "media info" "extend extend";
    gap: 28px;
    align-items: start;
}

@media (max-width: 1200px) {
    .service-detail-container {
        grid-template-columns: 1fr;
        grid-template-areas: "media" "info" "extend";
        gap: 20px;
    }
}

.service-gallery {
    grid-area: media;
    -webkit-mask-image: url('/about/masked-about-01.svg');
    mask-image: url('/about/masked-about-01.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.service-gallery img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
}

.service-info {
    grid-area: info;
}

.info-extended {
    grid-area: extend;
    display: grid;
    gap: 14px;
}

.service-info h2 {
    margin: 0 0 12px 0;
    font-size: clamp(24px, 3.2vw, 38px);
    line-height: 1.25;
}

.service-info p {
    margin: 0 0 14px 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.service-info p.lead {
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
}

.feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.feature-badge {
    padding: 8px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    background: #F8FAFC;
    font-size: 13px;
    color: #0F172A;
}

.service-cta {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.service-cta .btn-about-outlined {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-cta .btn-about-outlined svg path {
    stroke: currentColor;
}

.service-cta .btn-about-outlined.is-dark {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
}

.service-cta .btn-about-outlined.is-dark:hover {
    background: #0b1220;
    border-color: #0b1220;
}

/* Service-info enhancements */
.info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

@media (max-width: 700px) {
    .info-cards {
        grid-template-columns: 1fr;
    }
}

.info-card {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.info-card .title {
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}

.info-card .desc {
    color: #475569;
    font-size: 14px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: #F1F5F9;
    color: #0F172A;
    font-size: 12px;
    border: 1px solid #E5E7EB;
}

.steps {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.step .num {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #0EA5E9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.step .text {
    color: #334155;
}

.service-specs {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 700px) {
    .service-specs {
        grid-template-columns: 1fr 1fr;
    }
}

.spec-card {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.spec-card .label {
    font-size: 12px;
    color: #6B7280;
}

.spec-card .value {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
}

/* Key points list */
.key-points {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.key-points li {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.6;
}

.key-points svg {
    margin-top: 2px;
}

/* Stats bar under extended */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 780px) {
    .stats-bar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .stats-bar {
        grid-template-columns: 1fr;
    }
}

.stats-bar .stat {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    display: grid;
    gap: 4px;
    text-align: left;
}

.stats-bar .stat .value {
    font-size: 20px;
    font-weight: 800;
    color: #0F172A;
}

.stats-bar .stat .label {
    font-size: 12px;
    color: #64748B;
}

/* Trust logos */
.trust-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.trust-logos img {
    height: 34px;
    width: auto;
    filter: grayscale(100%) contrast(90%);
    opacity: .9;
    transition: all .2s ease;
}

.trust-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Facts pills (replaces service-specs) */
.facts-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.fact-pill {
    padding: 8px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    background: #fff;
    color: #0F172A;
    font-size: 13px;
}

.fact-pill.is-accent {
    background: #0F172A;
    color: #fff;
    border-color: #0F172A;
}

/* Info sections and USP grid */
.info-section {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.info-section h3,
.info-section h4 {
    margin: 0;
    color: #0F172A;
}

.info-section h3 {
    font-size: clamp(18px, 2.4vw, 22px);
}

.info-section h4 {
    font-size: 16px;
    opacity: .9;
}

.usp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
}

@media (max-width: 700px) {
    .usp-grid {
        grid-template-columns: 1fr;
    }
}

.usp {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    color: #334155;
}

.usp svg {
    margin-top: 2px;
}

.quote-box {
    border-left: 3px solid #00A99D;
    background: #F8FAFC;
    padding: 12px 14px;
    border-radius: 10px;
    color: #334155;
    font-size: 14px;
}

.referanslar-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
}

.referanslar-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 22, 51, 0.35) 0%, rgba(2, 22, 51, 0.20) 40%, rgba(2, 22, 51, 0.10) 100%);
    border-radius: 32px;
}

.referanslar-hero .hero-container {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 70px;
}

.referanslar-hero .hero-content {
    max-width: 820px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 28px 32px;
    box-shadow: 0 10px 30px rgba(2, 22, 51, 0.08);
}

.referanslar-hero .hero-content h1 {
    color: #021633;
}

.referanslar-hero .hero-content p {
    color: #334750;
}

/* Kategori grid */
.referans-kategorileri {
    width: 100%;
    padding: 60px 0 10px 0;
}

.referans-kategorileri .container {
    margin: 0 auto;
    padding: 0 20px;
}

.referans-kategorileri .section-header {
    text-align: center;
    margin-bottom: 28px;
}

.referans-kategorileri .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 169, 157, 0.12);
    color: #00A99D;
    font-weight: 600;
    margin-bottom: 10px;
}

.kategori-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kategori-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #e8eff2;
    background: #fff;
    color: #021633;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.kategori-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 22, 51, 0.06);
    border-color: #dfe7eb;
}

.kategori-card.aktif {
    border-color: #00A99D;
    box-shadow: 0 8px 20px rgba(0, 169, 157, 0.15);
}

.kategori-card .kategori-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0, 169, 157, 0.08);
    color: #00A99D;
}

.kategori-card h4 {
    font-size: 16px;
    font-weight: 700;
}

.kategori-card .kategori-count {
    font-size: 12px;
    color: #62707a;
}

/* Referans kartlarÃ„Â± */
.referans-kartlari {
    width: 100%;
    padding: 30px 30px 10px 80px;
}

.referans-kartlari .container {
    margin: 0 auto;
    padding: 0 20px;
}

.referans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

.referans-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8eff2;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.referans-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(2, 22, 51, 0.08);
}

.referans-image {
    position: relative;
    height: 280px;
    background: #f3f6f8;
    cursor: pointer;
    transition: all 0.3s ease;
}

.referans-image:hover {
    transform: scale(1.02);
}

.referans-image img {
    width: 100%;
    height: 100%;
    object-fit: none;
    background: #fff;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
    /* BaÅŸlangÄ±Ã§ta siyah-beyaz */
    opacity: 0.8;
    /* Hafif ÅŸeffaflÄ±k */
}

.referans-image:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
    /* Hover'da renkli */
    opacity: 1;
    /* Tam opaklÄ±k */
}

.image-click-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.referans-image:hover .image-click-hint {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.referans-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 22, 51, 0) 0%, rgba(2, 22, 51, 0.25) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: flex-end;
    padding: 12px;
    pointer-events: none;
}

.referans-card:hover .referans-overlay {
    opacity: 1;
}

.referans-image:hover .referans-overlay {
    background: linear-gradient(180deg, rgba(2, 22, 51, 0.1) 0%, rgba(2, 22, 51, 0.4) 100%);
}

.referans-actions .action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(2, 22, 51, 0.65);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.referans-content {
    padding: 24px;
}

.referans-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.referans-badge.kurumsal {
    background: rgba(0, 169, 157, 0.12);
    color: #008f85;
}

.referans-badge.ticari {
    background: rgba(2, 22, 51, 0.10);
    color: #021633;
}

.referans-badge.endustriyel {
    background: rgba(188, 252, 240, 0.6);
    color: #008f85;
}

.referans-content h3 {
    font-size: 18px;
    color: #021633;
    margin-bottom: 6px;
}

.referans-content p {
    font-size: 14px;
    color: #4a5861;
    line-height: 1.6;
    margin-bottom: 10px;
}

.referans-meta {
    display: flex;
    gap: 12px;
    color: #62707a;
    font-size: 13px;
}

.referans-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Ã„Â°statistikler bÃƒÂ¶lÃƒÂ¼mÃƒÂ¼ */
.istatistikler-bolumu {
    width: 100%;
    padding: 40px 0;
}

.istatistikler-bolumu .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.istatistikler-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.istatistik-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8eff2;
}

.istatistik-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(0, 169, 157, 0.08);
    color: #00A99D;
}

.istatistik-number {
    font-size: 20px;
    font-weight: 800;
    color: #021633;
}

.istatistik-label {
    font-size: 13px;
    color: #62707a;
}

/* CTA bÃƒÂ¶lÃƒÂ¼mÃƒÂ¼ */
.referanslar-cta {
    width: 100%;
    padding: 40px 0 80px 0;
}

.referanslar-cta .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.referanslar-cta .cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 169, 157, 0.12) 0%, rgba(0, 143, 133, 0.08) 100%);
    border: 1px solid #e2f2f0;
}

.referanslar-cta .cta-text h2 {
    font-size: 28px;
    color: #021633;
    margin-bottom: 6px;
}

.referanslar-cta .cta-text p {
    color: #4a5861;
}

.referanslar-cta .cta-actions {
    display: flex;
    gap: 12px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 20px;
    overflow-y: auto;
}

.modal-content {
    background-color: #fff;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #e8eff2;
    width: min(920px, calc(100% - 20px));
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(2, 22, 51, 0.2);
}

.modal .close {
    color: #62707a;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.modal .modal-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(0, 169, 157, 0.12);
    color: #008f85;
}

.modal .modal-body {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
}

.modal .modal-image img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e8eff2;
}

.modal .modal-services ul {
    margin-left: 16px;
    margin-top: 8px;
    color: #4a5861;
}

/* Basit fade-in animasyonu (filtrelemede kullanÃ„Â±lÃ„Â±yor) */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1150px) {
    .kategori-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .referans-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .referanslar-hero .hero-container {
        padding: 40px;
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .kategori-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .referans-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .referanslar-hero .hero-container {
        padding: 24px;
        min-height: 320px;
    }

    .referanslar-cta .cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal .modal-body {
        grid-template-columns: 1fr;
    }
}

/* Hizmetler Ã¢â€ â€™ services-cta-band (genel kullanÃ„Â±m iÃƒÂ§in globale taÃ…Å¸Ã„Â±ndÃ„Â±) */
.services-cta-band {
    position: relative;
    width: 100%;
    margin: 28px 0 48px;
}

.services-cta-band .inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.cta-panel {
    background: radial-gradient(120% 120% at 10% 10%, #0B1220 0%, #0F172A 60%, #0B1220 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 26px;
    color: #E6EDF5;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    box-shadow: 0 16px 60px rgba(2, 6, 23, 0.25);
}

@media (max-width: 860px) {
    .cta-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.cta-text h3 {
    margin: 0 0 6px 0;
    font-size: clamp(20px, 2.6vw, 28px);
    color: #FFFFFF;
}

.cta-text p {
    margin: 0;
    color: #B8C2CC;
}

.cta-actions-inline {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 860px) {
    .cta-actions-inline {
        justify-content: center;
    }
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #CBD5E1;
    background: transparent;
    color: #E6EDF5;
    text-decoration: none;
}

/* -----------------------------
   Modal Ã¢â‚¬â€œ GÃƒÂ¶rsel iyileÃ…Å¸tirmeler
------------------------------ */
.modal {
    display: none;
    /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta gizli */
    position: fixed;
    inset: 0;
    background-color: rgba(2, 6, 23, 0.50);
    backdrop-filter: blur(3px);
    z-index: 2000;
    place-items: center;
    padding: 20px;
    animation: modalOverlayFade .2s ease;
}

.modal.open {
    display: grid;
}

.modal-content {
    position: relative;
    width: min(960px, calc(100% - 20px));
    margin: 0;
    /* grid ile ortalandÃ„Â± */
    padding: 28px;
    border-radius: 18px;
    border: 1px solid #e8eff2;
    background: #FFFFFF;
    box-shadow: 0 24px 72px rgba(2, 6, 23, 0.25);
    animation: modalCardIn .22s ease;
}



.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: transparent;
    color: #475569;
    line-height: 1;
    border: 1px solid #E2E8F0;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.modal .close:hover {
    background: #F1F5F9;
    color: #0F172A;
    border-color: #CBD5E1;
}

.modal .close:focus {
    outline: none;
}

.modal .close:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.25);
    border-color: #00A99D;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 6px 18px 6px;
    border-bottom: 1px solid #EEF2F6;
    padding-bottom: 12px;
}

.modal .modal-badge {
    background: rgba(0, 169, 157, 0.12);
    color: #008f85;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
}

.modal .modal-header h2 {
    margin: 0;
    color: #021633;
    font-size: clamp(18px, 2.6vw, 24px);
}

.modal .modal-body {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 22px;
}

.modal .modal-image {
    align-self: start;
}

.modal .modal-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    border: 1px solid #E8EFF2;
    background: #FFFFFF;
}

.modal .modal-details {
    color: #334155;
}

.modal .modal-description h4,
.modal .modal-services h4 {
    margin: 0 0 8px 0;
    color: #021633;
    font-size: 16px;
}

.modal .modal-description p {
    margin: 0 0 12px 0;
    line-height: 1.55;
}

.modal .modal-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.modal .modal-services li {
    position: relative;
    padding-left: 22px;
}

.modal .modal-services li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A99D;
    box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.15);
}

.modal .modal-meta {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.modal .modal-meta .meta-item {
    border: 1px solid #EEF2F6;
    border-radius: 10px;
    padding: 10px 12px;
    background: #FAFBFC;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 6px;
}

@keyframes modalOverlayFade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalCardIn {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.98)
    }

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

@media (max-width: 900px) {
    .modal .modal-body {
        grid-template-columns: 1fr;
    }

    .modal-content {
        padding: 22px;
    }
}

/* --- TEMEL AYARLAR VE SIFIRLAMA --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #F8F8F8;
    /* SayfanÃ„Â±n dÃ„Â±Ã…Å¸Ã„Â±ndaki arka plan rengi */
    display: flex;
    flex-direction: column;
    /* Ã„Â°ÃƒÂ§erikleri dikey olarak hizalamak iÃƒÂ§in */
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    overflow-x: hidden;
}

/* --- HEADER (ÃƒÅ“ST KISIM) --- */
header {
    width: 100%;
    max-width: 1740px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a2e35;
    margin-bottom: 30px;
    padding: 0 60px;
    /* VarsayÃ„Â±lan padding */
    transition: padding 0.3s ease;
    
      position: sticky;
  top: 0;
  z-index: 999;
  padding: 30px 30px;
  background:#F8F8F8;

}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a2e35;
}

.logo-icon {
    width: 220px;
}

.logo-text {
    font-size: 24px;
    font-weight: 800;
    margin-left: 12px;
    letter-spacing: 1px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 45px;
    /* VarsayÃ„Â±lan gap */
    transition: gap 0.3s ease;
}

nav a {
    text-decoration: none;
    color: #021633;
    font-weight: 1;
    font-size: 15px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #021633;
    font-weight: 600;
}

/* --- MODERN DROPDOWN MENU --- */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Desktop Dropdown - Sadece geniÅŸ ekranda (>=1151px) hover ile Ã§alÄ±ÅŸÄ±r */
@media (min-width: 1151px) {
    .dropdown-content {
        display: none;
        position: absolute;
        background: #ffffff;
        min-width: 200px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
            0 4px 15px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        z-index: 1000;
        border: 1px solid #e2e8f0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease;
        overflow: hidden;
        padding: 8px 0;
    }

    .dropdown-content a {
        color: #2d3748 !important;
        padding: 14px 20px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.25s ease;
        position: relative;
        border-radius: 10px;
        margin: 0 8px;
        background: transparent;
    }

    .dropdown-content a:hover {
        background: #f8fafc;
        color: #1a202c !important;
        font-weight: 600;
        transform: translateX(4px);
        padding-left: 24px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown>a {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .dropdown>a .dropdown-icon {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin-left: 4px;
    }

    .dropdown:hover>a .dropdown-icon {
        transform: rotate(180deg);
    }

    .dropdown>a::after {
        display: none;
        /* SVG simge kullandÄ±ÄŸÄ±mÄ±z iÃ§in ::after'Ä± gizle */
    }

    .dropdown:hover>a::after {
        display: none;
    }

    .dropdown:hover>a {
        color: #000000;
        font-weight: bolder;
    }

    /* MasaÃ¼stÃ¼nde (>=1151px) mobile menu'yu gizle */
    .mobile-menu,
    .mobile-menu-overlay,
    .hamburger {
        display: none !important;
    }
}

/* Mobile dropdown - Mobilde hover'Ä± devre dÄ±ÅŸÄ± bÄ±rak */
@media (max-width: 768px) {
    .dropdown:hover .dropdown-content {
        display: none !important;
    }

    .dropdown>a::after {
        display: none;
    }
}

/* Modern Mobile Dropdown - Sadece mobil menÃ¼de aktif */
.mobile-menu .dropdown-content {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    margin: 8px 16px 0 16px;
    border-radius: 12px;
    padding: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}

.mobile-menu .dropdown-content a {
    padding: 16px 24px;
    font-size: 15px;
    color: #4a5568 !important;
    margin: 0;
    border-radius: 0;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    transition: all 0.25s ease;
    text-decoration: none;
}

.mobile-menu .dropdown-content a:last-child {
    border-bottom: none;
}

.mobile-menu .dropdown-content a:hover,
.mobile-menu .dropdown-content a:active,
.mobile-menu .dropdown-content a:focus {
    background: #e2e8f0;
    color: #2d3748 !important;
    padding-left: 28px;
    transform: none;
}

.mobile-menu .dropdown.active .dropdown-content {
    display: block !important;
    max-height: 300px;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        max-height: 300px;
        transform: translateY(0);
    }
}

.mobile-menu .dropdown>a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu .dropdown>a .mobile-dropdown-icon {
    transition: all 0.3s ease;
    color: #00A99D;
    margin-left: auto;
    flex-shrink: 0;
    width: 14px;
    height: 8px;
}

.mobile-menu .dropdown.active>a .mobile-dropdown-icon {
    transform: rotate(180deg);
    color: #e53e3e;
}

.mobile-menu .dropdown>a::after {
    display: none;
    /* SVG simge kullandÄ±ÄŸÄ±mÄ±z iÃ§in ::after'Ä± gizle */
}

.mobile-menu .dropdown.active>a::after {
    display: none;
}



/* --- HAMBURGER MENÃœ --- */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #1a2e35;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobilde hamburger menÃ¼yÃ¼ gÃ¶ster, desktop navigation'Ä± gizle */
@media (max-width: 768px) {
    .hamburger {
        display: flex !important;
    }



    .header-right {
        display: none;
    }

    /* Mobile menu ve overlay'in mobilde Ã§alÄ±ÅŸmasÄ±nÄ± saÄŸla */
    .mobile-menu,
    .mobile-menu-overlay {
        display: block !important;
    }
}

/* Mobil menÃƒÂ¼ overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Mobil menÃƒÂ¼ */
.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease, visibility 0.3s ease;
    padding: 80px 30px 30px 30px;
    overflow-y: auto;
    visibility: hidden;
}

.mobile-menu.active {
    right: 0;
    visibility: visible;
}

.mobile-menu ul {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}

.mobile-menu li {
    border-bottom: 1px solid #e9ecef;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a2e35;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.mobile-menu a:hover {
    color: #00A99D;
    padding-left: 10px;
}

.mobile-menu .header-right {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    border-top: 1px solid #e9ecef;
    margin-top: 20px;
}

.mobile-menu .lang-selector {
    font-size: 16px;
    color: #1a2e35;
}

.mobile-menu .cta-button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 47px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(0, 169, 157, 0.3);
    transition: all 0.3s ease;
}

.mobile-menu .cta-button:hover {
    background-color: #008a7e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 169, 157, 0.4);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.lang-selector {
    font-weight: 600;
    font-size: 16px;
}

.cta-button {
    background-color: #00A99D;
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    width: 140px;
    height: 38px;
}

.cta-button:hover {
    background-color: #008a7e;
}

/* --- ANA TASARIM KAPSAYICI (SLIDER GÃƒâ€“RÃƒÅ“NÃƒÅ“MÃƒÅ“ Ã„Â°Ãƒâ€¡Ã„Â°N) --- */
.page-container {
    width: 1440px;
    max-width: 100%;
    height: 700px;
    /* Slider gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ iÃƒÂ§in yÃƒÂ¼ksekliÃ„Å¸i biraz dÃƒÂ¼Ã…Å¸ÃƒÂ¼rebiliriz */
    background-image: url('arkaplan.jpg');
    /* ARKA PLAN GÃƒâ€“RSELÃ„Â° BURADAN Ãƒâ€¡EKÃ„Â°LÃ„Â°YOR */
    background-size: cover;
    background-position: center;
    border-radius: 45px;
    /* Ana kapsayÃ„Â±cÃ„Â±nÃ„Â±n yuvarlak kÃƒÂ¶Ã…Å¸eleri */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    /* KÃƒÂ¶Ã…Å¸elerden taÃ…Å¸an iÃƒÂ§eriÃ„Å¸i gizle */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸i dikey olarak ortalamak iÃƒÂ§in */
    align-items: flex-start;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸i sola hizalamak iÃƒÂ§in */
    padding: 0 60px;
    /* Ana kapsayÃ„Â±cÃ„Â±nÃ„Â±n yan boÃ…Å¸luklarÃ„Â± */
    transform-style: preserve-3d;
    /* 3D efektleri iÃƒÂ§in */
    perspective: 1000px;
    /* 3D efektleri iÃƒÂ§in */
    animation: parallax-scroll 20s infinite linear;
    /* Basit bir paralaks veya kaydÃ„Â±rma efekti */
}

/* Sayfa iÃƒÂ§eriÃ„Å¸ini slider'Ã„Â±n ÃƒÂ¼zerine yerleÃ…Å¸tirmek iÃƒÂ§in */
.content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Ana iÃƒÂ§eriÃ„Å¸i sola hizala */
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 60px;
    /* Ã„Â°ÃƒÂ§eriklerin yan boÃ…Å¸luklarÃ„Â± */
    z-index: 2;
    /* Arka plan gÃƒÂ¶rÃƒÂ¼ntÃƒÂ¼sÃƒÂ¼nÃƒÂ¼n ÃƒÂ¼zerinde olmasÃ„Â± iÃƒÂ§in */
}

.hero-content {
    background: rgba(255, 255, 255, 0.27);
    /* Fill Opacity: 17% */
    backdrop-filter: blur(30px) brightness(1.36);
    /* Blur: 20, Brightness: 36 */
    -webkit-backdrop-filter: blur(20px) brightness(1.36);
    /* Safari desteÃ„Å¸i */

    mask-image: url('img/hero-content-01.svg');
    -webkit-mask-image: url('img/hero-content-01.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    width: 700px;
    height: 484px;
    /* SVG'nin oranÃ„Â±nÃ„Â± korumak iÃƒÂ§in yÃƒÂ¼kseklik */
    /* padding: 60px 80px;  */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    /* DiÃ„Å¸er elemanlarÃ„Â±n ÃƒÂ¼zerinde olmasÃ„Â± iÃƒÂ§in */
    position: relative;
}

.hero-content h1 {
    font-size: 64px;
    color: #1a2e35;
    line-height: 1.25;
    font-weight: 600;
    width: 130%;
    position: relative;
    left: -11%;
    /* GeniÃ…Å¸lik artÃ„Â±Ã…Å¸Ã„Â±nÃ„Â± dengelemek iÃƒÂ§in */
    margin-top: -159px;
    /* BaÃ…Å¸lÃ„Â±Ã„Å¸Ã„Â± yukarÃ„Â± taÃ…Å¸Ã„Â±mak iÃƒÂ§in */
}



/* BaÃ…Å¸lÃ„Â±ktaki vurgulu kelimeler iÃƒÂ§in stil */
.hero-content h1 .highlight {
    background-color: #BCFCF0;
    border-radius: 16px;
    padding: 0px 15px 5px 15px;
}

.hero-content p {
    font-size: 18px;
    color: #334750;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 480px;
    width: 66%;
    position: relative;
    left: 22px;
    /* ParagrafÃ„Â± sola taÃ…Å¸Ã„Â±mak iÃƒÂ§in */
    top: 6%;
}

/* Mobil iÃƒÂ§in paragraf geniÃ…Å¸liÃ„Å¸i dÃƒÂ¼zeltmesi */
@media (max-width: 1150px) {
    .hero-content p {
        width: 100%;
        max-width: 100%;
    }
}

/* iPad (portrait) iÃ§in kahraman iÃ§erik geniÅŸliÄŸi */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-content {
        max-width: 650px;
        width: 100%;
    }
}

/* TasarÃ„Â±mdaki ÃƒÂ¶zel toggle butonu */
.custom-toggle {
    position: absolute;
    display: flex;
    align-items: center;
    width: 140px;
    height: 56px;
    top: 256px;
    right: 6%;
    margin-top: 0;
    display: none;
    align-self: auto;
}

.oval {
    position: absolute;
    width: 80px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.oval-1 {
    z-index: 3;
    left: 0;
}

.oval-2 {
    z-index: 2;
    left: 30px;
}

.oval-3 {
    z-index: 1;
    left: 60px;
}

.logo-icon {


    display: block;
    filter: none;
}

/* Default state - tÃƒÂ¼m ovaller beyaz/gri */
.oval {
    background-color: #ffffff;
    border: 2px solid #d0d0d0;
}

.oval-3 {
    background-color: #f0f0f0;
}

/* Slide 0 - 1. oval aktif (siyah) */
.custom-toggle[data-active-circle="0"] .oval-1 {
    background-color: #101010;
    border: 2px solid #101010;
}



/* Slide 1 - 2. oval aktif (siyah), 1. oval beyaz */
.custom-toggle[data-active-circle="1"] .oval-2 {
    background-color: #101010;
    border: 2px solid #101010;
}

.custom-toggle[data-active-circle="1"] .oval-1 .logo-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

/* Slide 2 - 3. oval aktif (siyah), 1. oval beyaz */
.custom-toggle[data-active-circle="2"] .oval-3 {
    background-color: #101010;
    border: 2px solid #101010;
}

.custom-toggle[data-active-circle="2"] .oval-1 .logo-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

/* Mobil iÃƒÂ§in toggle butonu dÃƒÂ¼zeltmesi */
@media (max-width: 1150px) {
    .custom-toggle {
        position: static;
        float: none;
        margin-right: 0;
        margin-top: 25px;
        margin-left: 0;
        width: 100px;
        height: 48px;
        display: none;
    }


}




/* --- ALT SAÃ„Â BUTON (TanÃ„Â±tÃ„Â±m Filmi) --- */
.promo-film-button {
    background-color: #212121;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 20px;
    right: 85%;
    z-index: 10;
    width: fit-content;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸e gÃƒÂ¶re geniÃ…Å¸lik */
    max-width: 200px;
    font-size: 14px;
}

/* Desktop ve bÃ¼yÃ¼k ekranlar */
@media (min-width: 1200px) {
    .promo-film-button {
        padding: 16px 32px;
        gap: 12px;
        font-size: 16px;
        justify-content: flex-end;
    }
}

/* Orta boyutlu ekranlar */
@media (min-width: 1025px) and (max-width: 1199px) {
    .promo-film-button {
        right: 4rem;
        padding: 14px 28px;
        font-size: 15px;
    }

    .slider-2 .promo-film-button,
    .slider-4 .promo-film-button {
        right: 4rem;
    }

}

/* Tablet boyutlarÄ± iÃ§in responsive ayarlar */
@media (max-width: 1024px) and (min-width: 768px) {
    .promo-film-button {
        right: 2rem;
        bottom: 1rem;
        padding: 10px 20px;
        font-size: 14px;
    }

    .slider-2 .promo-film-button,
    .slider-4 .promo-film-button {
        right: 2rem;
    }
}

/* Mobil cihazlar iÃ§in - kÃ¼Ã§Ã¼k ekranlarda gizle */
@media (max-width: 767px) {
    .promo-film-button {
        display: none;
    }
}

.promo-film-button:hover {
    background-color: #000;
}

@media (min-width: 1920px) {
    /* Slider 2 ve 4 için özel buton konumu */
    .slider-2 .promo-film-button {
        right: 88%;
    }
  
    .slider-4 .promo-film-button {
        right: 88%;
    }
  
    .slider-1 .promo-film-button,
    .slider-3 .promo-film-button {
        right: 142em;
    }
  }
  

@media (min-width: 3000px) {

    .slider-2 .promo-film-button,
    .slider-4 .promo-film-button {
        right: 92%;
    }

    .slider-1 .promo-film-button,
    .slider-3 .promo-film-button {
        right: 92%;
    }

    a.promo-film-button {
        right: 20em;
    }
}

/* Basit bir paralaks/kaydÃ„Â±rma efekti */
@keyframes parallax-scroll {
    from {
        background-position: center;
    }

    to {
        background-position: center 100px;
        /* Arka planÃ„Â± biraz aÃ…Å¸aÃ„Å¸Ã„Â± kaydÃ„Â±r */
    }
}

/* Swiper Container */
.hero-slider {
    width: 100%;
    height: calc(100vh - 40px - 30px - 30px);
    height: calc(100dvh - 40px - 30px - 30px);
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 45px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    overflow: hidden;
    position: relative;
}

.hero-slider .swiper-slide {
    background-image: url('assets/img/slider-01.png');
}



/* Sayfa container'Ã„Â±nÃ„Â± kaldÃ„Â±rÃ„Â±p slider_container'Ã„Â± ana olarak kullanÃ„Â±yoruz */
.page-container {
    display: none;
    /* ArtÃ„Â±k bu class'Ã„Â± kullanmÃ„Â±yoruz, slider-item'lar ana */
}

/* --- REFERANSLAR SEKSÃ„Â°YONU --- */
.references-section {
    width: 100%;
    max-width: 1740px;
    /* Ana konteyner ile aynÃ„Â± geniÃ…Å¸lik */
    margin: 60px auto 0 auto;
    /* ÃƒÅ“stten boÃ…Å¸luk ve yatayda ortalama */
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.references-section::before,
.references-section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    /* Gradyan geniÃ…Å¸liÃ„Å¸i */
    height: 100%;
    z-index: 2;
}

.references-section::before {
    left: 0;
    background: linear-gradient(to right, #F8F8F8, rgba(248, 248, 248, 0));
}

.references-section::after {
    right: 0;
    background: linear-gradient(to left, #F8F8F8, rgba(248, 248, 248, 0));
}

.logo-slider-container {
    display: flex;
    animation: scroll 30s linear infinite;
    width: calc(100% * 2);
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸i iki katÃ„Â±na ÃƒÂ§Ã„Â±kar */
}

.logo-slider-container img {
    height: 80px;
    /* Logo yÃƒÂ¼ksekliÃ„Å¸i */
    width: 150px;
    /* Logo geniÃ…Å¸liÃ„Å¸i */
    margin: 0 40px;
    /* Logolar arasÃ„Â± boÃ…Å¸luk */
    object-fit: contain;
    /* OranÃ„Â± koruyarak sÃ„Â±Ã„Å¸dÃ„Â±r */
    object-position: center;
    /* Ortala */
    transition: all 0.3s ease;
    filter: grayscale(100%);
    /* BaÅŸlangÄ±Ã§ta siyah-beyaz */
    opacity: 0.7;
    /* Hafif ÅŸeffaflÄ±k */

}

.references-section:hover .logo-slider-container {
    animation-play-state: paused;
    /* Hover olduÃ„Å¸unda animasyonu durdur */
}

.logo-slider-container img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* DÃƒÂ¶ngÃƒÂ¼nÃƒÂ¼n yarÃ„Â±sÃ„Â±nda resetle */
    }
}

/* Mobil iÃƒÂ§in referanslar bÃƒÂ¶lÃƒÂ¼mÃƒÂ¼ */
@media (max-width: 768px) {

    .references-section::before,
    .references-section::after {
        width: 50px;
    }

    .logo-slider-container img {
        height: 60px;
        width: 120px;
        margin: 0 25px;
    }
}


/* --- ABOUT SEKSÃ„Â°YONU --- */
.about-section {
    width: 100%;
    max-width: 1740px;
    margin: 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 60px;
    /* Initial state for animations */
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.about-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.about-image-container {
    flex: 1;
    max-width: 819px;
    height: 613px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: all 1.2s ease-in-out;
    /* Animation initial state */
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
}

.about-image-container.animate-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.about-image-container:hover {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-image-container.mask-applied {
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.about-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    flex: 1;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* Animation initial state */
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s ease-out 0.2s;
}

.about-content.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.about-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #1a2e35;
    line-height: 1.2;
    /* Animation */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out 0.4s;
}

.about-content h2.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.about-content h2 .light-text {
    font-weight: 400;
    /* Daha ince font */
}

.about-content h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 12px;
    padding: 2px 12px;
    font-weight: 400;
    /* KalÃ„Â±n font */
    color: #1a2e35;
}

.about-content p {
    font-size: 18px;
    color: #404040;
    line-height: 1.6;
    width: 68%;
    /* Animation */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease-out 0.6s;
}

.about-content p.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.about-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Animation */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out 0.8s;
}

.about-buttons.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.about-toggle {
    position: relative;
    width: 96px;
    height: 56px;
    cursor: pointer;
}

.about-oval {
    position: absolute;
    top: 0;
    width: 86px;
    height: 52px;
    border-radius: 28px;
    background-color: #fff;
    border: 1.5px solid #000;
    transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-oval-1 {
    left: 0;
    z-index: 3;
}

.about-oval-2 {
    left: 20px;
    z-index: 2;
}

.about-oval-3 {
    left: 40px;
    z-index: 1;
}

.about-toggle:hover .about-oval {
    width: 120px;
}

.about-toggle:hover .about-oval-2,
.about-toggle:hover .about-oval-3 {
    left: 0;
}


.about-toggle svg {
    transition: stroke 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transform: rotate(-12deg);
    transform-origin: center;
    font-size: 800;
}

.btn-about-outlined {
    height: 56px;
    padding: 0 30px;
    border-radius: 28px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #1a2e35;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.btn-about-outlined:hover {
    background-color: #f0f0f0;
    border-color: #c0c0c0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-about-filled {
    height: 56px;
    padding: 0 30px;
    width: 36%;
    border-radius: 28px;
    background-color: #00A99D;
    color: white;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-about-filled:hover {
    background-color: #008a7e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 169, 157, 0.3);
}

.about-navigation {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.about-buttons .btn-about-nav {
    display: flex;
}

/* About Section Image Hover Enhancements */
.about-image-container img {
    transition: transform 0.4s ease, filter 0.3s ease;
}

.about-image-container:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* About Toggle Enhanced Animation */
.about-toggle:hover {
    transform: scale(1.05);
}

.about-oval {
    transform-origin: center;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.about-toggle:hover .about-oval {
    animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Responsive Styles for About Section */
@media (max-width: 1200px) {
    .about-section {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyon */
        transition: all 0.6s ease-out;
    }

    .about-content {
        align-items: center;
        /* Mobilde animasyon delay'i azalt */
        transition: all 0.6s ease-out 0.1s;
    }

    .about-image-container {
        max-width: 100%;
        height: auto;
        max-height: 500px;
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyon */
        transition: all 0.8s ease-in-out;
        transform: translateX(0) scale(0.95);
    }

    .about-image-container.animate-in {
        transform: translateX(0) scale(1);
    }

    .about-content h2,
    .about-content p,
    .about-buttons {
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyonlar */
        transition-duration: 0.4s;
        transition-delay: 0.1s;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 0 20px;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-navigation {
        display: none;
        /* Hide bottom navigation on mobile */
    }

    .about-buttons .btn-about-nav:first-of-type {
        display: none;
        /* Hide the first nav button in the main group */
    }
}

/* --- DEÃ„ÂERLERÃ„Â°MÃ„Â°Z SEKSÃ„Â°YONU --- */
.section-degerlerimiz {
    width: 100%;
    max-width: 1540px;
    margin: 80px auto;
    position: relative;
    border-radius: 40px;
    overflow: visible;
    height: 1071px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.section-degerlerimiz.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.section-degerlerimiz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/img/degerlerimiz/deger-walpaper-zemin.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    z-index: 1;
}

.section-degerlerimiz::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/img/degerlerimiz/deger-walpaper.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    z-index: 2;
    animation: backgroundFloat 8s ease-in-out infinite;
}

@keyframes backgroundFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.01);
    }
}

.degerlerimiz-logo-line {
    position: absolute;
    top: 50%;
    left: -40%;
    transform: translateY(-50%);
    width: 65%;
    height: auto;
    z-index: 999;
    opacity: 0;
    animation: logoSlideIn 2s ease-out 0.5s forwards;
}

@keyframes logoSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-100px);
    }

    100% {
        opacity: 0.8;
        transform: translateY(-50%) translateX(0);
    }
}

.degerlerimiz-content {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 60px 20px;
    color: #1a2e35;
}

.degerlerimiz-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a2e35;
}

.degerlerimiz-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto 0 20%;
}

.deger-card {
    background-image: url('img/degerlerimiz/deger-card.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: left;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 334px;
    height: 250px;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: all 0.6s ease-out;
    cursor: pointer;
}

.deger-card.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.deger-card:hover {
    transform: translateY(-2px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.deger-card:hover .icon {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.deger-card h3 {
    font-size: 18px;
    font-weight: 1;
    color: white;
    margin: 60px 0 0 0;
    line-height: 1.3;
    width: 63%;
}

.deger-card .icon {
    width: 48px;
    height: 48px;
    margin: 0 0 0 0;
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.degerlerimiz-bottom {
    margin: 80px 0 0 18%;
    padding: 0 20px;
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out 0.8s;
}

.degerlerimiz-bottom.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.degerlerimiz-bottom h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1a2e35;
    margin-bottom: 40px;
    line-height: 1.2;
}

.btn-degerlerimiz {
    background-color: #1a2e35;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-degerlerimiz:hover {
    background-color: #00A99D;
    transform: translateY(-2px);
}

.btn-degerlerimiz svg {
    transition: transform 0.3s ease;
}

.btn-degerlerimiz:hover svg {
    transform: translateX(3px);
}

/* Responsive tasarÃ„Â±m */
@media (max-width: 768px) {
    .section-degerlerimiz {
        height: auto;
        min-height: 600px;
        padding-top: 50px;
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyon */
        transition: all 0.8s ease-out;
    }

    .degerlerimiz-logo-line {
        display: none;
    }

    .degerlerimiz-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0 auto;
        align-items: stretch;
    }

    .degerlerimiz-content {
        padding: 40px 10px;
    }

    .degerlerimiz-content h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .deger-card {
        min-height: 120px;
        width: 100%;
        height: 100%;
        /* Mobilde daha hafif animasyon */
        transition: all 0.4s ease-out;
    }



    .deger-card:hover .icon {
        /* Mobilde daha az dÃƒÂ¶ndÃƒÂ¼rme */
        transform: scale(1.1) rotate(2deg);
    }

    .deger-card .icon {
        width: 28px;
        height: 28px;
        margin: 0 0 0 0;
    }

    .deger-card h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        margin: 24px 0 0 0;
        width: 100%;
    }

    .degerlerimiz-bottom {
        text-align: center;
        margin: 50px 0 0 0;
        padding: 0 10px;
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyon */
        transition: all 0.8s ease-out 0.6s;
    }

    .degerlerimiz-bottom h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .btn-degerlerimiz {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Mobilde arka plan animasyonunu durdur (performans iÃƒÂ§in) */
    .section-degerlerimiz::after {
        animation: none;
    }

    /* MMyorum section mobil animasyonlarÃ„Â± - Daha hÃ„Â±zlÃ„Â± */
    .mmyorum-section {
        transition: all 0.4s ease-out;
    }

    .mmyorum-section::before {
        animation: none;
    }

    .mmyorum-card::before {
        animation: none;
    }

    .mmyorum-header,
    .mmyorum-title-wrapper,
    .mmyorum-subtitle-wrapper,
    .mmyorum-body,
    .mmyorum-image-container,
    .mmyorum-card-container,
    .mmyorum-card,
    .mmyorum-card-header,
    .mmyorum-text,
    .mmyorum-card-footer {
        transition-duration: 0.3s !important;
        transition-delay: 0s !important;
    }

    /* Reduce motion iÃƒÂ§in animasyonlarÃ„Â± kapat */
    @media (prefers-reduced-motion: reduce) {

        .section-degerlerimiz,
        .deger-card,
        .degerlerimiz-bottom,
        .mmyorum-section,
        .mmyorum-header,
        .mmyorum-title-wrapper,
        .mmyorum-subtitle-wrapper,
        .mmyorum-body,
        .mmyorum-image-container,
        .mmyorum-card-container,
        .mmyorum-card,
        .mmyorum-card-header,
        .mmyorum-text,
        .mmyorum-card-footer {
            transition: none !important;
            animation: none !important;
            opacity: 1 !important;
            transform: none !important;
        }

        .section-degerlerimiz::after,
        .mmyorum-section::before,
        .mmyorum-card::before {
            animation: none !important;
        }

        .degerlerimiz-logo-line {
            animation: none !important;
            opacity: 0.8;
        }
    }
}

/* --- WHY US SEKSÃ„Â°YONU --- */
.why-us-section {
    width: 100%;
    max-width: 1740px;
    margin: 80px auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 80px;
    display: flex;
    gap: 80px;
    align-items: center;
    overflow: hidden;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸in taÃ…Å¸masÃ„Â±nÃ„Â± engellemek iÃƒÂ§in */
}

.why-us-content {
    flex: 1;
    max-width: 750px;
    min-height: 940px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.why-us-content h2 {
    font-size: 64px;
    font-weight: 600;
    color: #1a2e35;
    line-height: 1.3;
}

.why-us-content h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 12px;
    padding: 2px 12px;
}

.why-us-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #626C74;
    line-height: 1.6;
    max-width: 660px;
}

.stats-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1400px) {
    .stats-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .stat-item {
        width: 100%;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
    }

    .stat-label::after {
        display: none;
    }
}

.stat-label {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    position: relative;
    padding-bottom: 10px;
}

.stat-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #e5e5e5;
}

.stat-value {
    font-size: 58px;
    font-weight: 700;
    color: #00A19C;
    line-height: 1;
    margin-top: 5px;
}

.stat-value sup {
    font-size: 24px;
    top: -16px;
    font-weight: 700;
    color: #00A19C;
}

.btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 11px 24px;
    background-color: white;
    border: 2px solid #1a2e35;
    border-radius: 50px;
    color: #1a2e35;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: auto;
}

.btn-quote:hover {
    background-color: #f8f8f8;
    transform: translateY(-2px);
}

.btn-quote .svg-container {
    width: 32px;
    height: 32px;
    background-color: #1a2e35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-quote svg {
    transition: transform 0.3s ease;
}

.btn-quote:hover svg {
    transform: rotate(-15deg);
}

.why-us-images {
    flex: 1.3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1400px) {
    .why-us-section {
        gap: 40px;
        padding: 60px;
    }

    .image-grid {
        transform: scale(0.85);
        transform-origin: center;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .why-us-images {
        margin-left: 10%;
    }
}

.image-grid {
    position: relative;
    width: 820px;
    height: 1200px;
}

.grid-item {
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
}

.grid-item img {
    width: 115%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.grid-item:hover img {
    transform: scale(1.05);
}

.item-1 {
    top: 0;
    left: 0;
    width: 400px;
    height: 551px;
}

.item-2 {
    top: 0;
    right: 0;
    width: 400px;
    height: 328px;
    background-color: #7F8C8D;
}

.item-3 {
    bottom: 170px;
    left: 0;
    width: 401px;
    height: 459px;
    background-image: url('svg/nedenbiz.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
}

.item-4 {
    bottom: 14%;
    right: 0;
    width: 400px;
    height: 691px;
}



.item-3 h3 {
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
}

.btn-production-base {
    background-color: #1a2e35;
    color: white;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.3s ease;
    width: fit-content;
    align-self: flex-end;
}

.btn-production-base:hover {
    background-color: #000;
    transform: translateY(-2px);
}

/* Responsive for Why Us Section */
@media (max-width: 1400px) {
    .why-us-section {
        flex-direction: column;
        padding: 60px;
        gap: 50px;
    }

    .why-us-content {
        max-width: 100%;
        min-height: auto;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
    }

    .why-us-content p {
        max-width: 600px;
    }

    .stats-container {
        gap: 35px;
    }

    .stat-value {
        font-size: 56px;
    }
}

@media (max-width: 1150px) {

    /* Why Us Section Tablet/Mobil DÃƒÂ¼zenleme */
    .why-us-section {
        flex-direction: column;
        padding: 60px 40px;
        gap: 50px;
    }

    .why-us-content {
        min-height: auto;
        text-align: center;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 15px;
        width: 100%;
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .grid-item {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .item-3 {
        padding: 25px !important;
        background-image: none !important;
        background-color: #00A19C !important;
        border-radius: 25px !important;
    }

    .item-3 h3 {
        font-size: 28px !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
        margin-left: 15%;
    }

    .btn-production-base {
        padding: 8px 14px !important;
        font-size: 11px !important;
        min-width: auto !important;
        width: fit-content !important;
        margin-left: 15%;
    }
}

@media (max-width: 992px) {
    .why-us-section {
        flex-direction: column;
        padding: 50px 30px;
        gap: 40px;
    }

    .why-us-content {
        min-height: auto;
        text-align: center;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 15px;
        width: 100%;
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .grid-item {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .item-3 {
        padding: 20px !important;
    }

    .item-3 h3 {
        font-size: 24px !important;
        line-height: 1.1 !important;
        margin-bottom: 12px !important;
        margin-left: 20%;
    }

    .btn-production-base {
        padding: 6px 12px !important;
        font-size: 10px !important;
        min-width: auto !important;
        width: fit-content !important;
        margin-left: 20%;
    }

    .stat-value {
        font-size: 44px;
    }
}


@media (max-width: 768px) {
    .why-us-section {
        padding: 30px 20px;
        margin: 30px auto;
    }

    .why-us-content {
        min-height: auto;
    }

    .why-us-content h2 {
        font-size: 38px;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 12px;
        max-width: 90%;
    }

    .item-3 {
        padding: 18px !important;
    }

    .item-3 h3 {
        font-size: 20px !important;
        line-height: 1.1 !important;
        margin-bottom: 10px !important;
        margin-left: 25%;
    }

    .btn-production-base {
        padding: 5px 10px !important;
        font-size: 9px !important;
        min-width: auto !important;
        width: fit-content !important;
        border-radius: 20px !important;
        margin-left: 25%;
    }

    .btn-production-base span {
        display: none !important;
    }

    .btn-production-base::after {
        content: "Üretim Tesisi" !important;
    }

    .stat-value {
        font-size: 40px;
    }
}

/* Minimalist Why-Us AnimasyonlarÃ„Â± */
/* Minimalist Why-Us Animasyonları - Sadece masaüstünde */
@media (min-width: 769px) {
    .why-us-section {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 1s ease, transform 1s ease;
    }
}

/* Mobil cihazlarda animasyon çalışmasa bile görünür olsun */
@media (max-width: 768px) {
    .why-us-section {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.why-us-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .why-us-content {
        opacity: 0;
        transform: translateX(-40px) scale(0.98);
        transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
    }
}

/* Mobil cihazlarda why-us-content görünür olsun */
@media (max-width: 768px) {
    .why-us-content {
        opacity: 1 !important;
        transform: translateX(0) scale(1) !important;
    }
}

.why-us-content.animate-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .why-us-content h2 {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
    }
}

/* Mobil cihazlarda why-us-content h2 görünür olsun */
@media (max-width: 768px) {
    .why-us-content h2 {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.why-us-content h2.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .why-us-content p {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.7s;
    }
}

/* Mobil cihazlarda why-us-content p görünür olsun */
@media (max-width: 768px) {
    .why-us-content p {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.why-us-content p.animate-in {
    opacity: 1;
    transform: translateY(0);
}



/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .btn-quote {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
        transition: opacity 0.6s ease 1.2s, transform 0.6s ease 1.2s;
    }
}

/* Mobil cihazlarda btn-quote görünür olsun */
@media (max-width: 768px) {
    .btn-quote {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
}

.btn-quote.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .why-us-images {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
    }
}

/* Mobil cihazlarda why-us-images görünür olsun */
@media (max-width: 768px) {
    .why-us-images {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
}

.why-us-images.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* Sadece masaüstünde animasyon */
@media (min-width: 769px) {
    .grid-item {
        opacity: 0;
        transform: translateY(25px) scale(0.95);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
}

/* Mobil cihazlarda grid-item'lar görünür olsun */
@media (max-width: 768px) {
    .grid-item {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
}

.grid-item.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Counter animasyonu iÃƒÂ§in ekstra stil */
.stat-value.counting {
    color: #00A19C;
    text-shadow: 0 0 10px rgba(0, 161, 156, 0.3);
}

@media (max-width: 500px) {
    .btn-production-base {
        margin-left: 47px !important;
        position: relative;
        left: -9px;
    }
}


@media (max-width: 420px) {
    .why-us-section {
        padding: 25px 15px;
        margin: 25px auto;
    }

    .why-us-content h2 {
        font-size: 32px;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 10px;
        max-width: 90%;
    }

    .item-3 {
        padding: 15px !important;
    }

    .item-3 h3 {
        font-size: 16px !important;
        line-height: 1.1 !important;
        margin-bottom: 8px !important;
        margin-left: 20%;
    }

    .btn-production-base {
        padding: 4px 8px !important;
        font-size: 8px !important;
        min-width: auto !important;
        width: fit-content !important;
        border-radius: 18px !important;
    }

    .btn-production-base span {
        display: none !important;
    }

    .btn-production-base::after {
        content: "Üretim" !important;
    }

    .stat-value {
        font-size: 36px;
    }
}


/* --- MOBÃ„Â°L UYUMLULUK --- */

/* KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k Laptop (1200px ve altÃ„Â±) */
@media (max-width: 1200px) {
    header {
        padding: 0 40px;
    }
}

/* Tablet & Mobil (1150px ve altÃ„Â±) - Hamburger MenÃƒÂ¼ Aktif */
@media (max-width: 1150px) {
    header {
        padding: 30px 30px;
        margin-bottom: 20px;
    }

    .logo-icon {
        width: 75%;
        height: auto;
    }

    /* Desktop navigasyonu gizle */
    header nav,
    header .header-right {
        display: none;
    }

    /* Hamburger menÃƒÂ¼yÃƒÂ¼ gÃƒÂ¶ster */
    .hamburger {
        display: flex;
    }

    /* Mobil menÃƒÂ¼yÃƒÂ¼ gÃƒÂ¶ster */
    .mobile-menu {
        display: block;
    }

    .swiper {
        height: calc(100vh - 120px);
        height: calc(100dvh - 120px);
    }

    .swiper-slide {
        padding: 0 30px;
        border-radius: 25px;
        background-position: 72%;
        align-items: flex-start;
    }

    .hero-content {
        /* SVG mask'Ã„Â± mobilde kaldÃ„Â±r, arka planÃ„Â± tamamen Ã…ÂŸeffaf yap */
        mask-image: none;
        -webkit-mask-image: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        padding: 40px 35px;
        border-radius: 25px;
        width: 100%;
        max-width: 750px;
        height: auto;
        /* YÃƒÂ¼ksekliÃ„Å¸i iÃƒÂ§eriÃ„Å¸e gÃƒÂ¶re ayarla */

        /* Mobilde iÃƒÂ§eriÃ„Å¸i normal akÃ„Â±Ã…Å¸ta gÃƒÂ¶ster */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 42px;
        /* Mobilde negatif deÃ„Å¸erleri sÃ„Â±fÃ„Â±rla */
        margin-top: 0;
        position: static;
        left: auto;
        width: 100%;
        line-height: 1.1;
    }

    .hero-content p {
        font-size: 16px;
        margin-top: 20px;
        /* Mobilde negatif deÃ„Å¸erleri ve pozisyon ayarlarÃ„Â±nÃ„Â± sÃ„Â±fÃ„Â±rla */
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        display: none;
    }

    .custom-toggle {
        width: 100px;
        height: 45px;
        margin-top: 25px;
        /* Mobilde float ve negatif margin'leri kaldÃ„Â±r */
        float: none;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-start;
    }





    .promo-film-button {
        padding: 12px 24px;
        font-size: 14px;
        margin: 25px 0 0 auto;
        max-width: 180px;
    }
}

/* Mobil (480px ve altÃ„Â±) */
@media (max-width: 480px) {
    .contact-hero-background {
        -webkit-mask-image: none;
        mask-image: none;
        overflow: visible;
    }

    body {
        padding: 15px 10px;
    }

    header {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .logo-icon {
        width: 180px;
    }

    .swiper {
        height: calc(100vh - 180px);
        height: calc(100dvh - 180px);
    }

    .swiper-slide {
        padding: 0 20px;
        border-radius: 20px;
        background-position: right center;
        align-items: flex-start;
    }

    .hero-content {
        /* Mobilde arka planÃ„Â± tamamen kaldÃ„Â±r */
        mask-image: none;
        -webkit-mask-image: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        padding: 30px 25px;
        border-radius: 20px;
        width: 100%;
        max-width: 380px;
        height: auto;

        /* Normal flexbox akÃ„Â±Ã…Å¸Ã„Â± */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.15;
        /* Negatif deÃ„Å¸erleri sÃ„Â±fÃ„Â±rla */
        margin-top: 0;
        position: static;
        left: auto;
        width: 100%;
    }

    .hero-content h1 .highlight {
        padding: 0px 10px 4px 10px;
        border-radius: 10px;
    }

    .hero-content p {
        font-size: 15px;
        margin-top: 18px;
        /* Pozisyon ayarlarÃ„Â±nÃ„Â± sÃ„Â±fÃ„Â±rla */
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        line-height: 1.5;
        display: none;
    }

    .custom-toggle {
        width: 85px;
        height: 42px;
        margin-top: 22px;
        /* Float ve negatif margin'leri kaldÃ„Â±r */
        float: none;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-start;
    }



    .promo-film-button {
        padding: 10px 20px;
        font-size: 12px;
        gap: 8px;
        margin: 20px 0 0 auto;
        max-width: 160px;
    }
}

/* KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k mobil (360px ve altÃ„Â±) */
@media (max-width: 360px) {
    .contact-hero-background {
        -webkit-mask-image: none;
        mask-image: none;
        overflow: visible;
    }

    body {
        padding: 10px 8px;
    }

    header {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .logo-icon {
        width: 130px;
    }

    .swiper-slide {
        padding: 0 15px;
    }

    .hero-content {
        /* En kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k ekranlar iÃƒÂ§in optimize */
        mask-image: none;
        -webkit-mask-image: none;
        background: rgba(255, 255, 255, 0.32);
        backdrop-filter: blur(18px) brightness(1.05);
        -webkit-backdrop-filter: blur(18px) brightness(1.05);

        padding: 25px 20px;
        border-radius: 18px;
        width: 100%;
        max-width: 340px;
        height: auto;

        /* Normal flexbox akÃ„Â±Ã…Å¸Ã„Â± */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.1;
        /* Negatif deÃ„Å¸erleri sÃ„Â±fÃ„Â±rla */
        margin-top: 0;
        position: static;
        left: auto;
        width: 100%;
    }

    .hero-content h1 .highlight {
        padding: 0px 8px 3px 8px;
        border-radius: 8px;
    }

    .hero-content p {
        font-size: 14px;
        margin-top: 16px;
        /* Pozisyon ayarlarÃ„Â±nÃ„Â± sÃ„Â±fÃ„Â±rla */
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        line-height: 1.45;
    }

    .custom-toggle {
        width: 75px;
        height: 38px;
        margin-top: 18px;
        /* Float ve negatif margin'leri kaldÃ„Â±r */
        float: none;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-start;
    }

    /* Why Us Section En KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k Mobil AyarlarÃ„Â± */
    .why-us-section {
        padding: 20px 12px;
    }

    .why-us-content h2 {
        font-size: 28px;
    }

    .image-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 8px;
        max-width: 90%;
    }

    .item-3 {
        padding: 12px !important;
    }

    .item-3 h3 {
        font-size: 16px !important;
        line-height: 1.1 !important;
        margin-bottom: 6px !important;
        margin-left: 15%;
    }

    .btn-production-base {
        padding: 3px 6px !important;
        font-size: 7px !important;
        min-width: auto !important;
        width: fit-content !important;
        border-radius: 15px !important;
    }

    .btn-production-base span {
        display: none !important;
    }

    .btn-production-base::after {
        content: "Üretim Tesisi" !important;
    }

    .stat-value {
        font-size: 28px;
    }

    .promo-film-button {
        padding: 8px 16px;
        font-size: 11px;
        margin: 18px 0 0 auto;
        max-width: 140px;
    }
}

/* --- HAKLI GURURUMUZ SEKSÃ„Â°YONU --- */
.proud-portfolio-section {
    width: 100%;
    max-width: 1740px;
    margin: 100px auto;
    display: flex;
    align-items: flex-start;
    gap: 3%;
    padding: 0 60px;
    position: relative;
}

.portfolio-left {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.portfolio-left h2 {
    font-size: 58px;
    font-weight: 500;
    color: #1a2e35;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .portfolio-left h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .portfolio-left h2 {
        font-size: 32px;
    }

    .portfolio-left h2 .highlight {
        white-space: normal;
    }
}

.portfolio-left h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 16px;
    padding: 2px 12px;
    white-space: nowrap;
    display: inline-block;
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-btn {
    padding: 12px 24px;
    border: 1.5px solid #000;
    border-radius: 50px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 100;
    color: #1D1D1D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #1a2e35;
    color: #fff;
    border-color: #1a2e35;
}

.portfolio-right {
    flex: 1.8;
    position: relative;
}

.portfolio-cards-container {
    position: relative;
    overflow: visible;
    height: auto;
    /* Yatay sayfa kaymasÄ±nÄ± Ã¶nle */
    touch-action: pan-y;
    overscroll-behavior-x: contain;
}

.portfolio-cards-container.dragging {
    cursor: grabbing;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    user-select: none;
}

.portfolio-grid.no-transition {
    transition: none;
}

.portfolio-navigation {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-start;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #1a2e35;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #1a2e35;
    color: white;
}

.nav-btn svg {
    width: 16px;
    height: 16px;
}

/* Oklar siyah, prev ayna Ã§evirimi ile sola baksÄ±n */
.nav-btn svg path {
    stroke: #000;
}

.prev-btn svg {
    transform: scaleX(-1);
}

/* Sonsuz dolaÅŸÄ±m: disabled kullanÄ±lmÄ±yor */
.nav-btn:disabled {
    opacity: 1;
    cursor: pointer;
}

/* Desktop - 3 kart gÃ¶ster */
@media (min-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .portfolio-navigation {
        display: none;
    }
}

/* Tablet - 2 kart gÃ¶ster */
@media (max-width: 1023px) and (min-width: 768px) {
    .portfolio-cards-container {
        height: auto;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .portfolio-navigation {
        display: none;
    }
}

/* Mobile - 1 kart gÃ¶ster (swiper davranÄ±ÅŸÄ±) */
@media (max-width: 767px) {
    .portfolio-cards-container {
        height: 540px;
        overflow: hidden;
        cursor: grab;
    }

    .portfolio-grid {
        display: flex;
        gap: 20px;
        transition: transform 0.5s ease;
        width: max-content;
    }

    .portfolio-card {
        width: 280px;
        flex-shrink: 0;
    }

    .portfolio-navigation {
        justify-content: center;
        margin-top: 12px;
        display: flex;
    }
}

/* iPad / Tablet kÄ±rÄ±lÄ±mÄ±: container sabit, yatay taÅŸma kapalÄ±; desktop etkilenmez */
@media (min-width: 768px) and (max-width: 1023px) {
    .proud-portfolio-section .portfolio-right {
        overflow: hidden;
    }

    .portfolio-cards-container {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}




.portfolio-card {
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 520px;
}



.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-card:hover .card-image img {
    transform: scale(1.05);
}


.portfolio-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e35;
    padding: 0 10px;
}

.portfolio-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 10px;
}

.card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #101010;
    height: 60px;
    width: 95%;
    margin: 0 auto;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.card-link:hover {
    background-color: #000;
}

.card-link svg path {
    stroke: #fff;
}

/* Sade Portfolio AnimasyonlarÃ„Â± */
.proud-portfolio-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.proud-portfolio-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.portfolio-left.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.portfolio-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

.portfolio-right.animate-in {
    opacity: 1;
    transform: translateX(0);
}


/* Yatay mobil (landscape) iÃƒÂ§in ÃƒÂ¶zel ayarlar */
@media (max-width: 992px) and (orientation: landscape) {
    body {
        padding: 10px 15px;
    }

    header {
        flex-direction: row;
        gap: 15px;
        margin-bottom: 10px;
    }

    .swiper {
        height: calc(100vh - 80px);
    }

    .hero-content {
        /* Yatay modda kompakt tasarÃ„Â±m */
        mask-image: none;
        -webkit-mask-image: none;
        background: rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(16px) brightness(1.15);
        -webkit-backdrop-filter: blur(16px) brightness(1.15);

        padding: 25px 30px;
        border-radius: 22px;
        width: 100%;
        max-width: 480px;
        height: auto;

        /* Normal flexbox akÃ„Â±Ã…Å¸Ã„Â± */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 1.05;
        /* Negatif deÃ„Å¸erleri sÃ„Â±fÃ„Â±rla */
        margin-top: 0;
        position: static;
        left: auto;
        width: 100%;
    }

    .hero-content p {
        font-size: 14px;
        margin-top: 12px;
        /* Pozisyon ayarlarÃ„Â±nÃ„Â± sÃ„Â±fÃ„Â±rla */
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        line-height: 1.4;
    }

    .custom-toggle {
        width: 90px;
        height: 40px;
        border-radius: 20px;
        margin-top: 15px;
        /* Float ve negatif margin'leri kaldÃ„Â±r */
        float: none;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-start;
    }
}

@media (max-width: 1100px) {
    .proud-portfolio-section {
        flex-direction: column;
        gap: 40px;
    }

    .portfolio-left {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .portfolio-right {
        width: 100%;
        overflow: hidden;
    }

    .portfolio-card {
        width: 350px;
        margin: 0 auto;
    }
}

/* 875px ile 1000px arasÄ±nda hero-content background ve backdrop-filter'Ä± kapat */
@media (min-width: 875px) and (max-width: 1000px) {
    .hero-content {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* Tablet iÃ§in (768px - 1100px arasÄ±) */
@media (max-width: 1100px) and (min-width: 769px) {
    .portfolio-card {
        width: 320px;
        height: 480px;
    }
}

/* Mobil iÃ§in (768px ve altÄ±) */
@media (max-width: 768px) {
    .proud-portfolio-section {
        padding: 0 15px;
        margin: 60px auto;
        flex-direction: column;
        gap: 40px;
    }

    .portfolio-left {
        max-width: 100%;
    }

    .portfolio-right {
        width: 100%;
        overflow-x: hidden;
        padding: 0 5px;
    }

    .portfolio-cards-container {
        overflow-x: hidden;
    }

    .portfolio-card {
        width: 280px;
        height: 420px;
        padding: 20px;
    }

    .card-image {
        height: 220px;
    }

    .portfolio-card h3 {
        font-size: 24px;
        padding: 0 5px;
    }

    .portfolio-card p {
        font-size: 14px;
        padding: 0 5px;
    }

    .card-link {
        height: 50px;
        font-size: 14px;
    }
}

/* KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k mobil iÃƒÂ§in (480px ve altÃ„Â±) */
@media (max-width: 480px) {
    .proud-portfolio-section {
        padding: 0 10px;
    }

    .portfolio-right {
        padding: 0;
        overflow-x: hidden !important;
    }

    .services-slider .owl-item {
        padding-right: 10px;
        max-width: 240px;
    }

    .portfolio-card {
        width: 220px;
        height: 380px;
        padding: 15px;
    }

    .card-image {
        height: 180px;
    }

    .portfolio-card h3 {
        font-size: 20px;
    }

    .portfolio-card p {
        font-size: 13px;
        line-height: 1.4;
    }

    .card-link {
        height: 45px;
        font-size: 13px;
        width: 90%;
    }
}

/* En kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k mobil iÃƒÂ§in (360px ve altÃ„Â±) */
@media (max-width: 360px) {
    .services-slider .owl-item {
        max-width: 200px;
        padding-right: 8px;
    }

    .portfolio-card {
        width: 190px;
        height: 350px;
        padding: 12px;
    }

    .card-image {
        height: 160px;
    }

    .portfolio-card h3 {
        font-size: 18px;
    }

    .portfolio-card p {
        font-size: 12px;
        line-height: 1.3;
    }

    .card-link {
        height: 40px;
        font-size: 12px;
    }
}

.logo-icon-slider {
    width: 120px;
    height: 30px;
}

.card-link-text {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

/* --- MÃƒÅ“Ã…ÂTERÃ„Â° YORUMLARI SEKSÃ„Â°YONU --- */
.mmyorum-section {
    width: 100%;
    max-width: 1740px;
    margin: 100px auto;
    padding: 80px 100px;
    /* Ã„Â°ÃƒÂ§eriÃ„Å¸e boÃ…Å¸luk vermek iÃƒÂ§in */
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-image: url('img/mmyorum/myorum-back.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mmyorum-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Arka plan animasyonu - Sabit, hareket yok */
.mmyorum-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 169, 157, 0.02), rgba(188, 252, 240, 0.02));
    border-radius: 30px;
    z-index: -1;
    opacity: 1;
    /* animation: backgroundPulse 4s ease-in-out infinite alternate; - KaldÃ„Â±rÃ„Â±ldÃ„Â± */
}

/* backgroundPulse animasyonu kaldÃ„Â±rÃ„Â±ldÃ„Â± - gereksiz */

.mmyorum-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.1s;
}

.mmyorum-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.mmyorum-title-wrapper {
    flex: 1;
    /* background-color: #fff; */
    padding: 40px 50px;
    border-radius: 30px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    margin-top: -40px;
    /* YukarÃ„Â± kaldÃ„Â±rmak iÃƒÂ§in */
    opacity: 0;

    transform: translateX(-30px) !important;
    transform: translateY(32px) !important;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}

.mmyorum-title-wrapper.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.mmyorum-title-wrapper:hover {
    transition: all 0.4s ease;
}

.mmyorum-title-wrapper h2 {
    font-size: 52px;
    font-weight: 500;
    color: #1a2e35;
    line-height: 1.25;
    width: 120%;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-out 0.3s;
}

.mmyorum-title-wrapper h2.animate-in {
    opacity: 1;
    transform: translateY(0) translateX(-10%);
}

@media (max-width: 768px) {
    .mmyorum-title-wrapper h2.animate-in {
        transform: none;
    }
}

.mmyorum-subtitle-wrapper {
    flex: 1;
    /* background-color: #fff; */
    padding: 30px 40px;
    border-radius: 30px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s;
}

.mmyorum-subtitle-wrapper.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.mmyorum-subtitle-wrapper:hover {
    transform: translateX(0) translateY(-5px);
    transition: all 0.4s ease;
}

.mmyorum-subtitle-wrapper p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-left: 31%;
    margin-top: 6%;
    width: 90%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease-out 0.35s;
}

.mmyorum-subtitle-wrapper p.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.mmyorum-body {
    display: flex;
    gap: 40px;
    align-items: stretch;
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s ease-out 0.4s;
}

.mmyorum-body.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.mmyorum-image-container {
    flex: 0 0 65%;
    -webkit-mask-image: url('img/mmyorum/masked-mmyorum.svg');
    mask-image: url('img/mmyorum/masked-mmyorum.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    overflow: hidden;
    order: -1;
    /* GÃƒÂ¶rseli sola kaydÃ„Â±rmak iÃƒÂ§in */
    margin-left: -16%;
    /* GÃƒÂ¶rseli daha da sola itmek iÃƒÂ§in */
    margin-top: 8%;
    opacity: 0;
    transform: translateX(-40px) scale(0.9);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.mmyorum-image-container.animate-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.mmyorum-image-container:hover {
    transform: translateX(0) scale(1.02);
    transition: all 0.6s ease;
}

.mmyorum-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.mmyorum-image-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1) contrast(1.05);
}

.mmyorum-card-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}

.mmyorum-card-container.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.mmyorum-card {
    background-color: #00A19C;
    padding: 40px 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    -webkit-mask-image: url('img/mmyorum/myorum-yorumkismi.svg');
    mask-image: url('img/mmyorum/myorum-yorumkismi.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
    box-shadow: 0 10px 30px rgba(0, 169, 157, 0.1);
}

.mmyorum-card.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mmyorum-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 169, 157, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Kart iÃƒÂ§i arka plan - Sabit */
.mmyorum-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(0, 169, 157, 0.02));
    border-radius: 30px;
    z-index: -1;
    opacity: 1;
    /* animation: cardPulse 3s ease-in-out infinite alternate; - KaldÃ„Â±rÃ„Â±ldÃ„Â± */
}

/* cardPulse animasyonu kaldÃ„Â±rÃ„Â±ldÃ„Â± - gereksiz */

.mmyorum-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 8px 15px;
    width: fit-content;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.4s ease-out 0.8s;
}

.mmyorum-card-header.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.mmyorum-card-header:hover {
    transform: translateX(0) scale(1.05);
    border-color: #00A99D;
    box-shadow: 0 5px 15px rgba(0, 169, 157, 0.2);
    transition: all 0.3s ease;
}

.mmyorum-card-header .icon-wrapper {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.mmyorum-card-header:hover .icon-wrapper {
    background-color: #00A99D;
    transform: rotate(360deg) scale(1.1);
}

.mmyorum-card-header span {
    font-weight: 600;
    color: #fff;
}

.mmyorum-text {
    font-size: 24px;
    color: white;
    line-height: 1.5;
    font-weight: 100;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-out 0.9s;
}

.mmyorum-text.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Typewriter efekti iÃƒÂ§in */
.mmyorum-text.typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #1a2e35;
    }
}

.mmyorum-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 50px;
    /* Yorum kartÃ„Â±nÃ„Â±n padding'iyle aynÃ„Â± hizalamak iÃƒÂ§in */
    position: relative;
    /* BaÃ„Å¸Ã„Â±msÃ„Â±z pozisyonlandÃ„Â±rma iÃƒÂ§in */
    /* top: 20%; */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-out 1s;
}

.mmyorum-card-footer.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.pagination {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #1a2e35;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination:hover {
    background-color: #1a2e35;
    color: white;
    transform: scale(1.05);
}

.view-more-button {
    background-color: #1a2e35;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.view-more-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;
}

.view-more-button:hover::before {
    left: 100%;
}

.view-more-button:hover {
    background-color: #00A99D;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 169, 157, 0.3);
}

.view-more-button:hover svg {
    transform: translateX(5px) rotate(5deg);
}

/* Testimonial Navigation Buttons */
.testimonial-navigation {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: -5%;
}

.nav-button {
    background-color: #1a2e35;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
}

.nav-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;
}

.nav-button:hover::before {
    left: 100%;
}

.nav-button:hover {
    background-color: #00A99D;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 169, 157, 0.3);
}

.prev-button:hover svg {
    transform: translateX(-3px);
}

.next-button:hover svg {
    transform: translateX(3px);
}

.nav-button svg {
    transition: transform 0.3s ease;
}

/* Orta Desktop iÃƒÂ§in (1200px - 1660px) */
@media (max-width: 1660px) and (min-width: 1201px) {
    .mmyorum-section {
        padding: 70px 80px;
        margin: 90px auto;
    }

    .mmyorum-header {
        gap: 80px;
    }

    .mmyorum-title-wrapper h2 {
        font-size: 48px;
        width: 100%;
        line-height: 1.2;
    }

    .mmyorum-subtitle-wrapper {
        padding: 20px 30px;
    }

    .mmyorum-subtitle-wrapper p {
        margin-left: 35%;
        margin-top: 0;
        width: 80%;
        font-size: 15px;
        line-height: 1.5;
        text-align: left;
    }

    .mmyorum-body {
        gap: 30px;
    }

    .mmyorum-image-container {
        margin-left: -12%;
        margin-top: 6%;
        flex: 0 0 60%;
    }

    .mmyorum-card {
        padding: 30px 35px;
        max-width: 500px;
        margin: 0 auto;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 25px;
        background-color: #CFF6E9;
    }

    .mmyorum-text {
        font-size: 20px;
        line-height: 1.35;
        text-align: left;
    }

    .mmyorum-card-header {
        margin-bottom: 20px;
    }

    .mmyorum-card-footer {
        padding: 0 10px;
        position: relative;
        top: 0;
        margin-top: 20px;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}

/* KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k Desktop iÃƒÂ§in (993px - 1200px) */
@media (max-width: 1200px) and (min-width: 993px) {
    .mmyorum-section {
        padding: 60px 50px;
        margin: 80px auto;
        background-size: 100% 100%;
        background-position: center;
    }

    .mmyorum-header {
        flex-direction: column;
        gap: 25px;
    }

    .mmyorum-title-wrapper {
        padding: 35px 40px;
        margin-top: -30px;
    }

    .mmyorum-title-wrapper h2 {
        font-size: 42px;
        width: 100%;
        text-align: center;
        line-height: 1.25;
    }

    .mmyorum-subtitle-wrapper {
        padding: 20px 25px;
    }

    .mmyorum-subtitle-wrapper p {
        margin-left: 8%;
        margin-top: 0;
        width: 85%;
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
    }

    .mmyorum-body {
        gap: 35px;
    }

    .mmyorum-image-container {
        order: 0;
        margin-left: -8%;
        margin-top: 4%;
        flex: 0 0 55%;
        height: auto;
        min-height: 400px;
    }

    .mmyorum-card-container {
        flex: 1;
    }

    .mmyorum-card {
        padding: 28px 32px;
        max-width: 450px;
        margin: 0 auto;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 22px;
        background-color: #CFF6E9;
    }

    .mmyorum-text {
        font-size: 18px;
        line-height: 1.3;
        text-align: left;
    }

    .mmyorum-card-header {
        margin-bottom: 18px;
    }

    .mmyorum-card-footer {
        padding: 0 8px;
        position: relative;
        top: 0;
        margin-top: 15px;
        gap: 15px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}

/* Tablet iÃƒÂ§in (992px ve altÃ„Â±) */
@media (max-width: 992px) {
    .mmyorum-section {
        padding: 50px 30px;
        margin: 80px auto;
        background-image: none !important;
        /* SVG arka planÃ„Â±nÃ„Â± kaldÃ„Â±r */
        background-color: #f8f9fa;
        /* Hafif gri arka plan */
        border-radius: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .mmyorum-header {
        flex-direction: column;
        gap: 25px;
    }

    .mmyorum-title-wrapper {
        padding: 30px 25px;
        margin-top: -20px;
    }

    .mmyorum-title-wrapper h2 {
        font-size: 38px;
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }

    .mmyorum-subtitle-wrapper {
        padding: 25px 20px;
    }

    .mmyorum-subtitle-wrapper p {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }

    .mmyorum-body {
        flex-direction: column;
        gap: 30px;
    }

    .mmyorum-image-container {
        order: 0;
        margin-left: 0;
        margin-top: 0;
        flex: none;
        height: 350px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
        mask-image: none !important;
        -webkit-mask-image: none !important;
    }

    .mmyorum-card-container {
        width: 100%;
    }

    .mmyorum-card {
        padding: 35px 30px;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 25px;
    }

    .mmyorum-text {
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
    }

    .mmyorum-card-footer {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        padding: 0 20px;
        top: 10%;
    }
}

/* Mobil iÃƒÂ§in (768px ve altÃ„Â±) */
@media (max-width: 768px) {
    .mmyorum-section {
        padding: 30px 15px;
        margin: 50px auto;
        background-image: none !important;
        /* SVG arka planÃ„Â±nÃ„Â± kaldÃ„Â±r */
        background-color: #f5f6f7;
        /* Daha aÃƒÂ§Ã„Â±k gri arka plan */
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    }

    .testimonial-navigation {
        margin-left: 0;
    }

    .mmyorum-header {
        flex-direction: column;
        gap: 20px;
    }

    .mmyorum-title-wrapper {
        padding: 25px 15px;
        margin-top: -10px;
    }

    .mmyorum-title-wrapper h2 {
        font-size: 28px;
        width: 100%;
        text-align: center;
        line-height: 1.15;
    }

    .mmyorum-subtitle-wrapper {
        padding: 20px 15px;
    }

    .mmyorum-subtitle-wrapper p {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
    }

    .mmyorum-body {
        gap: 25px;
    }

    .mmyorum-image-container {
        order: 0;
        margin-left: 0;
        margin-top: 0;
        flex: none;
        height: 280px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
        mask-image: none !important;
        -webkit-mask-image: none !important;
    }

    .mmyorum-card-container {
        width: 100%;
    }

    .mmyorum-card {
        padding: 25px 20px;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 20px;
    }

    .mmyorum-card-header {
        padding: 6px 12px;
        border-radius: 15px;
    }

    .mmyorum-card-header .icon-wrapper {
        width: 28px;
        height: 28px;
    }

    .mmyorum-card-header span {
        font-size: 14px;
    }

    .mmyorum-text {
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }

    .mmyorum-card-footer {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        top: 5%;
    }

    .pagination {
        font-size: 16px;
        padding: 8px 16px;
        border-radius: 15px;
    }

    .view-more-button {
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 14px;
    }

    .testimonial-navigation {
        gap: 12px;
    }

    .nav-button {
        padding: 8px 16px;
        font-size: 12px;
        gap: 6px;
    }
}

/* KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k mobil iÃƒÂ§in (480px ve altÃ„Â±) */
@media (max-width: 480px) {
    .mmyorum-section {
        padding: 25px 12px;
        margin: 40px auto;
        background-image: none !important;
        /* SVG arka planÃ„Â±nÃ„Â± kaldÃ„Â±r */
        background-color: #f2f3f4;
        /* Minimal gri arka plan */
        border-radius: 15px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    }

    .mmyorum-title-wrapper {
        padding: 20px 10px;
    }

    .mmyorum-title-wrapper h2 {
        font-size: 24px;
        line-height: 1.1;
    }

    .mmyorum-subtitle-wrapper {
        padding: 15px 10px;
    }

    .mmyorum-subtitle-wrapper p {
        font-size: 13px;
    }

    .mmyorum-image-container {
        height: 240px;
        max-width: 350px;
    }

    .mmyorum-card {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .mmyorum-text {
        font-size: 16px;
        line-height: 1.25;
    }

    .mmyorum-card-footer {
        gap: 15px;
    }

    .pagination {
        font-size: 14px;
        padding: 6px 12px;
    }

    .view-more-button {
        padding: 8px 16px;
        font-size: 12px;
        gap: 6px;
    }

    .testimonial-navigation {
        gap: 10px;
    }

    .nav-button {
        padding: 6px 12px;
        font-size: 11px;
        gap: 4px;
    }
}

/* En kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k mobil iÃƒÂ§in (360px ve altÃ„Â±) */
@media (max-width: 360px) {
    .mmyorum-section {
        padding: 20px 10px;
        margin: 30px auto;
        background-image: none !important;
        /* SVG arka planÃ„Â±nÃ„Â± kaldÃ„Â±r */
        background-color: #f0f1f2;
        /* En minimal gri arka plan */
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    }

    .mmyorum-title-wrapper h2 {
        font-size: 22px;
    }

    .mmyorum-subtitle-wrapper p {
        font-size: 12px;
    }

    .mmyorum-image-container {
        height: 200px;
        max-width: 300px;
    }

    .mmyorum-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .pagination {
        font-size: 12px;
        padding: 4px 10px;
    }

    .view-more-button {
        font-size: 11px;
        padding: 6px 12px;
    }

    .testimonial-navigation {
        gap: 8px;
    }

    .nav-button {
        padding: 5px 10px;
        font-size: 10px;
        gap: 3px;
    }
}

/* --- FAQ SEKSÃ„Â°YONU --- */
.faq-section {
    width: 100%;
    max-width: 1540px;
    background-color: #F8F8F8;
    border-radius: 40px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.faq-section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-container {
    max-width: 1740px;
    margin: 0 auto;
}

.faq-header {
    text-align: left;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.3s;
}

.faq-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-header h2 {
    font-size: 52px;
    font-weight: 10;
    color: #1D1D1D;
    line-height: 1.2;
    margin: 0;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    cursor: pointer;
}

.faq-item.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}


section#portfolio {
    overflow: hidden;
}

.faq-item.active {
    border: none;
    background-color: #F8F8F8;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 35px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #fff !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    line-height: 1;
}

.faq-item.active .faq-icon {
    transform: translate(-50%, -58%);
}

.faq-item:hover .faq-icon {
    transform: translate(-50%, -58%) scale(1.1);
}

.faq-question span {
    font-size: 22px;
    font-weight: 1;
    color: #1D1D1D;
    line-height: 1.4;
    flex: 1;
    margin-right: 20px;
}

.faq-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00A19C;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 161, 156, 0.2);
}

.faq-item:hover .faq-toggle {
    background-color: #008a7e;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 15px rgba(0, 161, 156, 0.3);
}

.faq-item.active .faq-toggle {
    background-color: #1a2e35;
    transform: rotate(180deg);
    box-shadow: 0 4px 15px rgba(26, 46, 53, 0.2);
}



.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: transparent;
    opacity: 0;
    transform: translateY(-10px);
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 35px 30px 35px;
    opacity: 1;
    transform: translateY(0);
}

.faq-answer p {
    font-size: 16px;
    color: #626C74;
    line-height: 1.6;
    margin: 0;
    width: 65%;
    padding-top: 10px;
}

/* Responsive Design for FAQ */
@media (max-width: 1200px) {
    .faq-section {
        padding: 60px 40px;
        margin: 80px auto;
        max-width: 1200px;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 42px;
    }

    .faq-question span {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .faq-section {
        padding: 40px 20px;
        margin: 50px auto;
        border-radius: 30px;
        max-width: 95%;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .faq-header h2 {
        font-size: 38px;
    }

    .faq-question {
        padding: 25px 30px;
    }

    .faq-question span {
        font-size: 18px;
        margin-right: 15px;
    }

    .faq-toggle {
        width: 45px;
        height: 45px;
    }

    .faq-icon {
        font-size: 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 30px 25px 30px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 30px 15px;
        margin: 30px auto;
        border-radius: 25px;
        max-width: 95%;
        /* Mobilde daha hÃ„Â±zlÃ„Â± animasyon */
        transition: all 0.8s ease-out;
    }

    .faq-item:hover {
        /* Mobilde daha hafif hover */
        transform: translateY(-1px) scale(1.005);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .faq-toggle {
        /* Mobilde daha kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k shadow */
        box-shadow: 0 1px 4px rgba(0, 161, 156, 0.15);
    }

    .faq-item:hover .faq-toggle {
        /* Mobilde daha az dÃƒÂ¶ndÃƒÂ¼rme */
        transform: scale(1.05) rotate(45deg);
        box-shadow: 0 2px 8px rgba(0, 161, 156, 0.2);
    }

    /* Reduce motion iÃƒÂ§in FAQ animasyonlarÃ„Â± */
    @media (prefers-reduced-motion: reduce) {

        .faq-section,
        .faq-header,
        .faq-item,
        .faq-toggle,
        .faq-icon,
        .faq-answer {
            transition: none !important;
            animation: none !important;
        }

        .faq-section,
        .faq-header,
        .faq-item {
            opacity: 1 !important;
            transform: none !important;
        }
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 28px;
    }

    .faq-question {
        padding: 20px 20px;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .faq-question span {
        font-size: 15px;
        margin-right: 10px;
        flex: 1;
    }

    .faq-toggle {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .faq-icon {
        font-size: 18px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 15px 20px;
        max-height: 300px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 20px 10px;
        margin: 20px auto;
        border-radius: 20px;
        max-width: 98%;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 24px;
        line-height: 1.1;
    }

    .faq-question {
        padding: 15px 15px;
        gap: 10px;
    }

    .faq-question span {
        font-size: 14px;
        line-height: 1.3;
        margin-right: 5px;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .faq-icon {
        font-size: 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 15px 12px 15px;
    }

    .faq-answer p {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media (max-width: 360px) {
    .faq-section {
        padding: 15px 8px;
        margin: 15px auto;
        max-width: 100%;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 20px;
    }

    .faq-question {
        padding: 12px 12px;
        gap: 8px;
    }

    .faq-question span {
        font-size: 13px;
        line-height: 1.2;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

    .faq-icon {
        font-size: 14px;
    }

    .faq-item.active .faq-answer {
        padding: 0 12px 10px 12px;
    }

    .faq-answer p {
        font-size: 11px;
        line-height: 1.3;
    }
}

/* --- FOOTER SEKSÃ„Â°YONU --- */
.footer-section {
    width: 100%;
    max-width: 1740px;
    background-color: #F2F2F2;
    border-radius: 40px;
    margin: 20px auto 0;
    padding: 80px 87px 40px;
    ;
    color: #1a2e35;
}

.footer-container {
    max-width: 1620px;
    margin: 0 auto;
}

/* ÃƒÅ“st kÃ„Â±sÃ„Â±m - Logo ve MenÃƒÂ¼ Grid */
.footer-main {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.footer-logo-container {
    flex-shrink: 0;
    align-items: center;
    order: 2;
}

.footer-logo {
    height: 68px;
    width: auto;
    filter: none;
}

.footer-menu-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    order: 1;
}

.footer-menu-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #7C7C7C;
    margin-bottom: 24px;
    line-height: 1.3;
}

.footer-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-menu-column li a {
    color: #7C7C7C;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.footer-menu-column li a:hover {
    color: #00A99D;
}

/* Alt kÃ„Â±sÃ„Â±m - Sosyal medya ve telif */
.footer-bottom {
    margin-top: 40px;
}

.footer-divider {
    width: 100%;
    height: 2px;
    background-color: #bababa;
    margin-bottom: 40px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social-link {
    color: #7C7C7C;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    border: 2px solid #bababa;
    border-radius: 25px;
    transition: all 0.3s ease;
}


.footer-copyright {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    border: 2px solid #bababa;
    border-radius: 25px;
    height: 44px;
    justify-content: center;
    max-width: 842px;
    width: 32%;
}

.copyright-logo .small-logo {
    height: 25px;
    width: auto;
    filter: none;
}

.footer-copyright p {
    color: #BABABA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.footer-copyright strong {
    color: #00A99D;
    font-weight: 600;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
    .footer-section {
        padding: 60px 40px 30px;
        margin: 60px auto 0;
    }

    .footer-main {
        gap: 60px;
    }

    .footer-menu-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .footer-copyright {
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .footer-section {
        padding: 40px 30px 20px;
        margin: 40px auto 0;
        border-radius: 30px;
    }

    .footer-main {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .footer-social {
        order: 1;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-copyright {
        order: 2;
        max-width: 500px;
        height: auto;
        min-height: 44px;
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 30px 20px 15px;
        margin: 30px auto 0;
        border-radius: 25px;
    }

    .footer-copyright {

        width: 100%;
    }

    .footer-main {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .footer-logo {
        height: 50px;
    }

    .footer-menu-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-menu-column h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .footer-menu-column li a {
        font-size: 13px;
    }

    .footer-divider {
        margin-bottom: 25px;
    }

    .footer-bottom-content {
        gap: 20px;
    }

    .footer-social {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .social-link {
        font-size: 12px;
        padding: 8px 16px;
    }

    .footer-copyright {
        max-width: 400px;
        padding: 12px 16px;
        height: auto;
        min-height: 40px;
    }

    .copyright-logo .small-logo {
        height: 20px;
    }

    .footer-copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 25px 15px 12px;
        margin: 20px auto 0;
        border-radius: 20px;
    }

    .footer-main {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 25px;
    }

    .footer-logo {
        height: 40px;
    }

    .footer-menu-grid {
        gap: 20px;
    }

    .footer-menu-column h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-menu-column ul {
        gap: 10px;
    }

    .footer-menu-column li a {
        font-size: 12px;
    }

    .footer-divider {
        margin-bottom: 20px;
    }

    .footer-bottom-content {
        gap: 15px;
    }

    .footer-social {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }

    .social-link {
        font-size: 11px;
        padding: 6px 12px;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .footer-copyright {
        max-width: 320px;
        padding: 10px 12px;
        height: auto;
        min-height: 36px;
        gap: 8px;
    }

    .copyright-logo .small-logo {
        height: 18px;
    }

    .footer-copyright p {
        font-size: 10px;
        text-align: center;
        line-height: 1.3;
    }
}

.darker {
    font-weight: 700;
}

/* --- Ã„Â°LETÃ„Â°Ã…ÂÃ„Â°M SAYFASI STÃ„Â°LLERÃ„Â° --- */

/* Ã„Â°letiÃ…Å¸im Hero Section - BasitleÃ…Å¸tirilmiÃ…Å¸ */
.contact-hero-section {
    width: 100%;
    height: calc(100vh - 40px - 30px - 30px);
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.contact-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-mask-image: url('img/hero-content-01.svg');
    mask-image: url('img/hero-content-01.svg');
    -webkit-mask-size: 250% 180%;
    mask-size: 250% 180%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden;
}

.contact-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.contact-hero-background:hover .contact-hero-image {
    transform: scale(1.05);
}

.contact-breadcrumb-overlay {
    position: absolute;
    bottom: 2px;
    right: 11px;
    z-index: 10;
    pointer-events: auto;
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 12px 24px;
    border: 2px solid #bababa;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    z-index: 11;
    position: relative;
    transition: all 0.3s ease;
}

.breadcrumb-container:hover {
    border-color: #00A99D;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 169, 157, 0.15);
}

.breadcrumb-item {
    color: #7C7C7C;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border: 2px solid #bababa;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin: 0 4px;
    background: transparent;
}

.breadcrumb-item:hover {
    color: #00A99D;
    border-color: #00A99D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 169, 157, 0.15);
}

.breadcrumb-item.active {
    color: #00A99D;
    font-weight: 600;
    border-color: #00A99D;
    background: rgba(0, 169, 157, 0.05);
    padding: 10px 18px;
    border-radius: 20px;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 169, 157, 0.2);
}

.breadcrumb-separator {
    color: #bababa;
    font-weight: 400;
    margin: 0 8px;
    font-size: 14px;
}

.contact-hero-content {
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(30px) brightness(1.36);
    -webkit-backdrop-filter: blur(20px) brightness(1.36);

    mask-image: url('img/hero-content-01.svg');
    -webkit-mask-image: url('img/hero-content-01.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    width: 680px;
    height: 484px;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    position: relative;
    top: 120px;
}

.contact-hero-content h1 {
    font-size: 64px;
    color: #1a2e35;
    line-height: 1.25;
    font-weight: 600;
    width: 130%;
    position: relative;
    left: -11%;
    margin-top: -159px;
}

.contact-hero-content h1 .highlight {
    background-color: #BCFCF0;
    border-radius: 16px;
    padding: 0px 15px 5px 15px;
}

.contact-hero-content p {
    font-size: 18px;
    color: #334750;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 480px;
    width: 66%;
    position: relative;
    left: -40px;
    top: 6%;
}

/* Tablet ve mobil dÃƒÂ¼zenlemeleri (<=768px) */
@media (max-width: 768px) {
    .contact-hero-section {
        height: auto;
        min-height: 520px;
        padding: 0 20px 40px;
        border-radius: 24px;
        align-items: flex-start;
    }

    .contact-hero-content {
        width: 100%;
        height: auto;
        padding: 24px 20px;
        top: 0;
        margin-top: 40px;
    }

    .contact-hero-content h1 {
        font-size: 32px;
        width: 100%;
        left: 0;
        margin-top: 0;
        position: static;
    }

    .contact-hero-content p {
        font-size: 16px;
        margin-top: 16px;
        max-width: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: static;
    }

    .contact-custom-toggle {
        align-self: flex-start;
        margin-top: 16px;
        margin-right: 0;
    }

    /* Breadcrumb mobilde beyaz arkaplan */
    .breadcrumb-container {
        background: #ffffff;
    }
}

/* Contact Custom Toggle */
.contact-custom-toggle {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
    height: 56px;
    margin-top: -34%;
    align-self: flex-end;
    margin-right: 3%;
    cursor: pointer;
}

.contact-oval {
    position: absolute;
    width: 80px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    background-color: #ffffff;
    border: 2px solid #d0d0d0;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.contact-oval-1 {
    z-index: 3;
    left: 0;
    background-color: #101010;
    border: 2px solid #101010;
}

.contact-oval-2 {
    z-index: 2;
    left: 40px;
}

.contact-oval-3 {
    z-index: 1;
    left: 80px;
    background-color: #f0f0f0;
}

.contact-oval svg {
    transition: transform 0.3s ease;
}

/* Mobil iÃƒÂ§in ÃƒÂ¶zel efektler */
@media (max-width: 768px) {
    .contact-oval {
        width: 60px;
        height: 42px;
        border-radius: 21px;
    }

    .contact-oval-2 {
        left: 30px;
    }

    .contact-oval-3 {
        left: 60px;
    }

    .contact-oval svg {
        width: 20px;
        height: 20px;
    }

    /* Mobilde tÃ„Â±klama efekti */
    .contact-oval:active {
        transform: scale(0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    /* Aktif durum iÃƒÂ§in daha belirgin stil */
    .contact-oval.active {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(0, 169, 157, 0.3);
        border-color: #00A99D;
    }

    /* Hover yerine focus kullan (mobil iÃƒÂ§in) */
    .contact-oval:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.3);
    }
}

.contact-oval:hover svg {
    transform: scale(1.1);
}

/* Contact Promo Button */
.contact-promo-button {
    background-color: #00A99D;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: background-color 0.3s ease;
    margin: 30px 0 0 auto;
    width: fit-content;
    max-width: 200px;
}

.contact-promo-button:hover {
    background-color: #008a7e;
    transform: translateY(-2px);
}

/* Ã„Â°letiÃ…Å¸im Bilgileri Section - About section stilinde */
.contact-info-section {
    width: 100%;
    max-width: 1740px;
    margin: 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 60px;
}

.contact-info-image-container {
    flex: 1;
    max-width: 819px;
    height: 613px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: all 1.2s ease-in-out;
    -webkit-mask-image: url('assets/img/about/masked-about-01.svg');
    mask-image: url('assets/img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.contact-info-image-container:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.contact-info-image-container:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.contact-info-content {
    flex: 1;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #1a2e35;
    line-height: 1.2;
}

.contact-info-content h2 .light-text {
    font-weight: 400;
}

.contact-info-content h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 12px;
    padding: 2px 12px;
    font-weight: 400;
    color: #1a2e35;
}

.contact-info-content p {
    font-size: 18px;
    color: #404040;
    line-height: 1.6;
    width: 68%;
}

.contact-info-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-info-toggle {
    position: relative;
    width: 96px;
    height: 56px;
    cursor: pointer;
}

.info-oval {
    position: absolute;
    top: 0;
    width: 86px;
    height: 52px;
    border-radius: 28px;
    background-color: #fff;
    border: 1.5px solid #000;
    transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-oval-1 {
    left: 0;
    z-index: 3;
}

.info-oval-2 {
    left: 20px;
    z-index: 2;
}

.info-oval-3 {
    left: 40px;
    z-index: 1;
}

.contact-info-toggle:hover .info-oval {
    width: 120px;
}

.contact-info-toggle:hover .info-oval-2,
.contact-info-toggle:hover .info-oval-3 {
    left: 0;
}

.btn-contact-outlined {
    height: 56px;
    padding: 0 30px;
    border-radius: 28px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #1a2e35;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.btn-contact-outlined:hover {
    background-color: #f0f0f0;
    border-color: #c0c0c0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-contact-filled {
    height: 56px;
    padding: 0 30px;
    width: 36%;
    border-radius: 28px;
    background-color: #00A99D;
    color: white;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-contact-filled:hover {
    background-color: #008a7e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 169, 157, 0.3);
}

/* Ã„Â°letiÃ…Å¸im KartlarÃ„Â± - Portfolio stilinde */
.contact-cards-portfolio {
    width: 100%;
    max-width: 1740px;
    margin: 100px auto;
    display: flex;
    align-items: flex-start;
    gap: 13%;
    padding: 0 60px;
    position: relative;
}

.contact-cards-left {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.contact-cards-left h2 {
    font-size: 58px;
    font-weight: 500;
    color: #1a2e35;
    line-height: 1.2;
}

.contact-cards-left h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 16px;
    padding: 2px 12px;
    white-space: nowrap;
    display: inline-block;
}

.contact-card-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-filter-btn {
    padding: 12px 24px;
    border: 1.5px solid #000;
    border-radius: 50px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 100;
    color: #1D1D1D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-filter-btn:hover,
.contact-filter-btn.active {
    background-color: #1a2e35;
    color: #fff;
    border-color: #1a2e35;
}

.contact-cards-right {
    flex: 1.8;
    position: relative;
}

.contact-cards-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    height: 540px;
    overflow: hidden;
}

.contact-card {
    background-color: #fff;
    border-radius: 40px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 520px;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.contact-card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient(135deg, #00A99D, #008a7e);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url('assets/img/about/masked-about-01.svg');
    mask-image: url('assets/img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.contact-card-icon {
    color: white;
    transition: transform 0.3s ease;
}

.contact-card:hover .contact-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e35;
    padding: 0 10px;
}

.contact-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 10px;
}

.contact-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #101010;
    height: 60px;
    width: 95%;
    margin: 0 auto;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.contact-card-link:hover {
    background-color: #00A99D;
    transform: translateY(-2px);
}

.contact-card-link svg path {
    stroke: #fff;
}

.contact-link-text {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

/* Ã„Â°letiÃ…Å¸im Formu - MMyorum Section stilinde */
.contact-form-mmyorum {
    width: 100%;
    max-width: 1740px;
    margin: 100px auto;
    padding: 80px 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-image: url('img/mmyorum/myorum-back.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact-form-mmyorum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 169, 157, 0.02), rgba(188, 252, 240, 0.02));
    border-radius: 30px;
    z-index: -1;
    opacity: 1;
}

.contact-form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
}

.contact-form-title-wrapper {
    flex: 1;
    padding: 40px 50px;
    border-radius: 30px;
    margin-top: -40px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-form-title-wrapper h2 {
    font-size: 52px;
    font-weight: 500;
    color: #1a2e35;
    line-height: 1.25;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.title-contact-form {
    font-size: 52px;
    font-weight: 500;
    color: #1a2e35;
    line-height: 1.25;
    width: calc(100% - 49px);
    text-align: left;
    margin: 0 0 0 99px;
    padding: 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-form-subtitle-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    z-index: 9999;
}

/* Bu kural gereksiz, ÃƒÂ¼stteki kural yeterli */

@media (max-width: 1024px) {
    .contact-form-subtitle-section {
        padding: 0 60px;
    }

    .footer-copyright {

        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact-form-subtitle-section {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .contact-form-subtitle-section {
        padding: 0 20px;
    }
}

.contact-form-subtitle-wrapper {
    padding: 20px 40px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    top: 12vw;
    width: 66%;
    left: 8vw;
}

.contact-form-subtitle-wrapper p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 10px 0;
    width: 100%;
}

/* Contact Form Card - Yeni Flex/Grid YapÃ„Â±sÃ„Â± */
.contact-form-card {
    background-color: #00A19C;
    padding: 60px 100px 50px 100px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 600px;
    margin-left: 0;
    margin-right: auto;
    -webkit-mask-image: url(img/mmyorum/myorum-yorumkismi.svg);
    mask-image: url(img/mmyorum/myorum-yorumkismi.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    box-shadow: 0 20px 50px rgba(0, 169, 157, 0.15);
    position: relative;
    overflow: visible;
    /* Alt baÃ…Å¸lÃ„Â±k saÃ„Å¸a taÃ…Å¸arken taÃ…Å¸mayÃ„Â± gÃƒÂ¶sterebilmek iÃƒÂ§in */
    margin-left: 60px;
}



/* Form Fields Container - Grid Layout */
.contact-form-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 55px 0;
    height: calc(100% - 70px);
    overflow-y: auto;
}

/* Form Rows - Flex Layout */
.contact-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    align-items: start;
}

/* Form Groups - Flex Layout */
.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 55px;
}

.contact-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-form-group label::before {
    content: '•';
    color: #fff;
    font-weight: bold;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    padding: 12px 24px;
    border: 2px solid #bababa;
    border-radius: 25px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #f5f5f5;
    min-height: 44px;
    max-width: 100%;
    color: #7C7C7C;
    font-weight: 400;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #7C7C7C;
    opacity: 1;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    outline: none;
    border-color: #00A99D;
    background: #ffffff;
    color: #1a2e35;
    transform: translateY(-2px);
}

/* Input GeniÃ…Å¸lik AyarlarÃ„Â± */
input#name {
    width: 40%;
}

@media (max-width: 768px) {
    input#name {
        width: 100%;
    }

    .referans-kartlari {
        padding: 0px
    }
}

.contact-form-group textarea {
    resize: none;
    height: 160px;
    padding: 12px 24px;
    line-height: 1.4;
}

/* Checkbox Group - Flex Layout */
.contact-checkbox-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    min-height: auto;
    margin-top: 10px;
}

.contact-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.contact-checkbox-label:hover {
    background-color: rgba(0, 169, 157, 0.05);
}

.contact-checkbox-label input[type="checkbox"] {
    display: none;
}

.contact-checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
    background: #fff;
}

.contact-checkmark::after {
    content: 'Ã¢Å“â€œ';
    color: white;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease;
}

.contact-checkbox-label input[type="checkbox"]:checked+.contact-checkmark {
    background: #00A99D;
    border-color: #00A99D;
    transform: scale(1.1);
}

.contact-checkbox-label input[type="checkbox"]:checked+.contact-checkmark::after {
    opacity: 1;
    transform: scale(1);
}

.contact-checkbox-text {
    color: #fff;
    font-weight: 500;
}

/* Form Footer - Flex Layout */
.contact-form-footer {
    display: flex;

    position: relative;
    background: #00a19c;
    border-radius: 0 0 30px 30px;
}

.contact-form-pagination {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #1a2e35;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent;
    color: #1a2e35;
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-form-pagination::before {
    content: 'ÄŸÅ¸â€œâ€¹';
    font-size: 18px;
}

.contact-form-pagination:hover {
    background-color: #1a2e35;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(26, 46, 53, 0.3);
}

.contact-form-submit-button {
    background: #00a99d;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 169, 157, 0.2);
}

.contact-form-submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    transition: left 0.5s ease;
}

.contact-form-submit-button:hover::before {
    left: 100%;
}


/* Responsive Design */
@media (max-width: 1200px) {
    .contact-slide {
        padding: 0 40px;
    }

    .contact-info-section,
    .contact-cards-portfolio,
    .contact-form-mmyorum {
        padding-left: 40px;
        padding-right: 40px;
    }

    .contact-form-header {
        gap: 80px;
    }

    .contact-form-card {
        width: 100%;
        max-width: 1000px;
        height: auto;
        min-height: 600px;
        margin: 35px 0 0 0;
        margin-left: 0;
        margin-right: auto;
        padding: 50px 70px;
    }
}

@media (max-width: 1150px) {
    .contact-hero-background {
        -webkit-mask-image: none;
        mask-image: none;
        overflow: visible;
    }

    .contact-hero-content {
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(15px) brightness(1.2);
        -webkit-backdrop-filter: blur(15px) brightness(1.2);

        padding: 40px 35px;
        border-radius: 25px;
        width: 100%;
        max-width: 450px;
        height: auto;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-hero-content h1 {
        font-size: 42px;
        margin-top: 0;
        position: static;
        left: auto;
        width: 100%;
        line-height: 1.1;
    }

    .contact-hero-content p {
        font-size: 16px;
        margin-top: 20px;
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
    }

    .contact-custom-toggle {
        width: 150px;
        height: 45px;
        margin-top: 25px;
        float: none;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-start;
    }
}

@media (max-width: 992px) {
    .contact-info-section {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .contact-info-content {
        align-items: center;
    }

    .contact-info-image-container {
        max-width: 100%;
        height: auto;
        max-height: 500px;
    }

    .contact-cards-portfolio {
        flex-direction: column;
        gap: 40px;
    }

    .contact-cards-left {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .contact-cards-slider {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }

    .contact-form-header {
        flex-direction: column;
        gap: 25px;
    }

    .contact-form-title-wrapper h2 {
        font-size: 42px;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .title-contact-form {
        font-size: 42px;
        width: calc(100% - 20px);
        text-align: left;
        margin: 0 0 0 20px;
        padding: 30px 0;
    }

    .contact-form-subtitle-wrapper {
        position: relative;
        top: 6vw;
        left: 4vw;
        width: 80%;
        padding: 16px 20px;
        margin: 12px 0 16px 0;
    }

    .contact-form-subtitle-wrapper p {
        font-size: clamp(14px, 3.5vw, 16px);
        margin: 0;
        width: 100%;
    }

    .contact-form-subtitle-wrapper p {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-form-fields {
        gap: 20px;
        padding: 55px 0;
    }

    .contact-form-card {
        width: 100%;
        max-width: 800px;
        height: auto;
        min-height: 500px;
        margin: 30px 0 0 0;
        margin-left: 0;
        margin-right: auto;
        padding: 40px 50px;
    }

    .contact-form-footer {
        flex-direction: row;
        gap: 20px;
        padding: 15px 0;
    }
}

/* iPad Ãƒâ€“zel AyarlarÃ„Â± */
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-form-card {
        width: 100%;
        max-width: 700px;
        height: auto;
        min-height: 450px;
        margin: 25px 0 0 0;
        margin-left: 0;
        margin-right: auto;
        padding: 35px 40px;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 20px;
    }

    .contact-form-fields {
        gap: 15px;
        padding: 55px 0;
    }

    .contact-form-group {
        min-height: 50px;
    }

    .contact-form-group input,
    .contact-form-group select {
        min-height: 35px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .contact-form-group textarea {
        min-height: 70px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .contact-form-footer {
        padding: 10px 0;
    }

    .contact-form-submit-button {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* iPad Pro yatay modu iÃ§in section-degerlerimiz dÃ¼zeltmesi */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .section-degerlerimiz {
        height: auto;
        min-height: 800px;
        margin: 60px auto;
        padding: 40px 20px;
    }

    .section-degerlerimiz.animate-in {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.6s ease-out;
    }

    .section-degerlerimiz::after {
        animation: none;
    }

    /* Degerlerimiz kartlar iÃ§in iPad Pro yatay optimizasyonu */
    .deger-card {
        transition: all 0.4s ease-out;
    }

    .deger-card.animate-in {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition-delay: 0.1s;
    }
}

/* iPad dikey modu iÃ§in section-degerlerimiz dÃ¼zeltmesi */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-degerlerimiz {
        height: auto;
        min-height: 900px;
        margin: 50px auto;
        padding: 30px 15px;
        border-radius: 30px;
    }

    .section-degerlerimiz.animate-in {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.5s ease-out;
    }

    .section-degerlerimiz::after {
        animation: none;
        background-size: contain;
    }

    /* Degerlerimiz kartlar iÃ§in iPad dikey optimizasyonu */
    .deger-card {
        transition: all 0.3s ease-out;
        margin-bottom: 15px;
    }

    .deger-card.animate-in {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition-delay: 0.05s;
    }

    /* iPad dikey modda logo line dÃ¼zeltmesi */
    .degerlerimiz-logo-line {
        animation: none;
        opacity: 0.9;
    }

    /* iPad dikey modda degerlerimiz bottom dÃ¼zeltmesi */
    .degerlerimiz-bottom {
        margin-top: 30px;
        padding: 20px 15px;
    }

    /* iPad dikey modda grid 2 sÃ¼tunlu olsun */
    .degerlerimiz-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        margin: 0 auto !important;
        max-width: 800px !important;
        align-items: stretch !important;
    }
}

@media (max-width: 768px) {
    .contact-slide {
        padding: 0 20px;
        border-radius: 25px;
    }

    .contact-hero-content h1 {
        font-size: 32px;
    }

    .contact-info-section,
    .contact-cards-portfolio,
    .contact-form-mmyorum {
        padding: 0 20px;
        margin: 50px auto;
    }

    .contact-info-content h2 {
        font-size: 36px;
    }

    .contact-cards-left h2 {
        font-size: 32px;
    }

    .contact-cards-slider {
        grid-template-columns: 1fr;
        height: auto;
    }

    .contact-card {
        height: auto;
        min-height: 420px;
    }

    .contact-form-mmyorum {
        background-image: none !important;
        background-color: #f5f6f7;
        border-radius: 20px;
        padding: 30px 15px;
    }

    .contact-form-title-wrapper h2 {
        font-size: 28px;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .title-contact-form {
        font-size: 28px;
        width: calc(100% - 20px);
        text-align: left;
        margin: 0 0 0 20px;
        padding: 20px 0;
    }

    .contact-form-subtitle-wrapper {
        position: relative;
        top: 4vw;
        left: 2vw;
        width: 90%;
        padding: 16px 20px;
        margin: 12px 0 16px 0;
    }

    .contact-form-subtitle-wrapper p {
        font-size: clamp(14px, 3.5vw, 16px);
        margin: 0;
        width: 100%;
        text-align: center;
    }

    /* Contact-form-body artÃ„Â±k kullanÃ„Â±lmÃ„Â±yor */

    .contact-form-card {
        mask-image: none !important;
        -webkit-mask-image: none !important;
        border-radius: 20px;
        padding: 35px 30px;
        width: 100%;
        margin: 20px 0 0 0;
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
        background-color: #CFF6E9;
    }

    .contact-form-fields {
        gap: 15px;
        padding: 55px 0;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-form-group {
        min-height: 70px;
    }

    .contact-form-group input,
    .contact-form-group select {
        min-height: 42px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .contact-form-group textarea {
        min-height: 80px;
        padding: 12px;
        font-size: 13px;
    }

    .contact-form-footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 15px 0;
        margin-top: 20px;
    }

    .contact-form-pagination {
        font-size: 14px;
        padding: 10px 20px;
    }

    .contact-form-submit-button {
        padding: 14px 28px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-hero-content {
        padding: 30px 25px;
        border-radius: 20px;
        max-width: 380px;
    }

    .contact-hero-content h1 {
        font-size: 28px;
        line-height: 1.15;
    }

    .contact-hero-content h1 .highlight {
        padding: 0px 10px 4px 10px;
        border-radius: 10px;
    }

    .contact-hero-content p {
        font-size: 15px;
        margin-top: 18px;
        line-height: 1.5;
    }

    .contact-custom-toggle {
        width: 120px;
        height: 42px;
        margin-top: 22px;
    }

    .contact-info-content h2 {
        font-size: 28px;
    }

    .contact-cards-left h2 {
        font-size: 24px;
    }

    .contact-card {
        min-height: 380px;
        padding: 20px;
    }

    .contact-card h3 {
        font-size: 20px;
    }

    .contact-card p {
        font-size: 14px;
    }

    .contact-form-title-wrapper h2 {
        font-size: 24px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .title-contact-form {
        font-size: 24px;
        width: calc(100% - 20px);
        text-align: left;
        margin: 0 0 0 20px;
        padding: 15px 0;
    }

    .contact-form-card {
        width: 100%;
        margin: 15px 0 0 0;
        margin-left: 0;
        margin-right: auto;
        padding: 30px 25px;
        border-radius: 15px;
    }

    .contact-form-fields {
        gap: 12px;
        padding: 55px 0;
    }

    .contact-form-group {
        min-height: 65px;
    }

    .contact-form-group input,
    .contact-form-group select {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .contact-form-group textarea {
        min-height: 70px;
        padding: 10px;
        font-size: 12px;
    }

    .contact-form-footer {
        gap: 12px;
        padding: 10px 0;
    }

    .contact-form-pagination {
        font-size: 13px;
        padding: 8px 16px;
    }

    .contact-form-subtitle-wrapper {
        position: relative;
        top: 2vw;
        left: 1vw;
        width: 95%;
        padding: 12px 16px;
        margin: 8px 0 12px 0;
    }

    .contact-form-subtitle-wrapper p {
        font-size: clamp(13px, 3vw, 15px);
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .contact-form-submit-button {
        padding: 12px 24px;
        font-size: 13px;
    }
}

/* Ã„Â°LETÃ„Â°Ã…ÂÃ„Â°M BÃ„Â°LGÃ„Â° PANELÃ„Â° */
.contact-info-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    z-index: 10;
}

/* Mobil iÃƒÂ§in panel dÃƒÂ¼zenlemeleri */
@media (max-width: 768px) {
    .contact-info-panel {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%) scale(0.9);
        width: 90%;
        max-width: 350px;
        margin-top: 0;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    .contact-info-panel.active {
        transform: translate(-50%, -50%) scale(1);
    }

    /* Mobilde arka plan overlay */
    .contact-info-panel::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .contact-info-panel.active::before {
        opacity: 1;
    }
}

.contact-info-panel.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.contact-info-content {
    text-align: center;
    color: #1a2e35;
}

.contact-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00A99D;
}

.contact-info-content p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.4;
}

.contact-info-content strong {
    font-weight: 700;
    color: #1a2e35;
}

.quick-action-btn {
    display: inline-block;
    background: linear-gradient(135deg, #00A99D, #4ECDC4);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 169, 157, 0.3);
}

.quick-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 169, 157, 0.4);
    background: linear-gradient(135deg, #4ECDC4, #00A99D);
}

/* Mobil iÃƒÂ§in contact info content dÃƒÂ¼zenlemeleri */
@media (max-width: 768px) {
    .contact-info-content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .contact-info-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .quick-action-btn {
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 25px;
        min-width: 120px;
    }

    .quick-action-btn:active {
        transform: scale(0.95);
        background: linear-gradient(135deg, #008F85, #00A99D);
    }

    /* Mobil breadcrumb dÃƒÂ¼zenlemeleri */
    .contact-breadcrumb-overlay {
        bottom: 20px;
        right: 20px;
    }

    .breadcrumb-container {
        padding: 8px 16px;
        font-size: 12px;
        border-radius: 20px;
    }

    .breadcrumb-item {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 15px;
        margin: 0 2px;
    }

    .breadcrumb-item.active {
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 15px;
    }

    .breadcrumb-separator {
        margin: 0 6px;
        font-size: 12px;
    }
}

/* Ãƒâ€¡ok kÃƒÂ¼ÃƒÂ§ÃƒÂ¼k ekranlar iÃƒÂ§in */
@media (max-width: 480px) {
    .contact-breadcrumb-overlay {
        bottom: 15px;
        right: 15px;
    }

    .breadcrumb-container {
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 15px;
    }

    .breadcrumb-item {
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 12px;
        margin: 0 1px;
    }

    .breadcrumb-item.active {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 12px;
    }

    .breadcrumb-separator {
        margin: 0 4px;
        font-size: 10px;
    }
}

/* Active toggle oval */
.contact-oval.active {
    background-color: #00A99D !important;
    border-color: #00A99D !important;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 169, 157, 0.4);
}

/* --- Ã„Â°LETÃ„Â°Ã…ÂÃ„Â°M BÃ„Â°LGÃ„Â°LERÃ„Â° - Basit Liste --- */
.contact-info-simple {
    width: calc(100% - 16px);
    margin: 60px 0 60px 99px;
    padding: 0;
}

.contact-info-header {
    text-align: left;
    margin-bottom: 50px;
    width: 50%;
}

.contact-info-header h2 {
    font-size: 42px;
    color: #1a2e35;
    font-weight: 600;
}

.contact-info-header h2 .highlight {
    background-color: #BCFCF0;
    border-radius: 12px;
    padding: 0px 12px 4px 12px;
}

.contact-info-header p {
    font-size: 18px;
    color: #334750;
    max-width: 600px;
    margin: 0;
    margin-top: 15px;
    line-height: 1.6;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0;
    align-items: stretch;
}

.contact-item-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    min-height: 200px;
}

.deger-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-item-card .contact-item {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 40px 30px;
    text-align: left;
    align-items: flex-start;
}

.contact-item-card:first-child .contact-item {
    margin-left: -8em;
}

.contact-item-card:nth-child(2) .contact-item {
    margin-left: -5em;
}

a:hover {
    text-decoration: none;
    /* ÃƒÅ“zerine gelince de ÃƒÂ§izgi olmaz */
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 35px 25px;
    border: 1px solid #000000;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
    justify-content: center;
}



.contact-icon-link {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.contact-icon-link:hover {
    transform: scale(1.05);
}

.contact-icon-link:hover .contact-icon svg {
    transform: scale(1.1);
    fill: #008F85;
}

.contact-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-icon svg {
    transition: all 0.3s ease;
}

.contact-content {
    width: 100%;
}

.contact-content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-number-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5;
    display: block;
    transition: color 0.3s ease;
}

.contact-number-link:hover {
    color: #00A99D;
}

.contact-action-link {
    color: #00A99D;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.contact-action-link:hover {
    color: #008F85;
    text-decoration: none;
}

/* Responsive TasarÃ„Â±m */
@media (max-width: 1024px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .contact-info-simple {
        width: calc(100% - 20px);
        margin: 40px 0 40px 20px;
        padding: 0;
    }

    .maps-container {
        width: calc(100% - 20px);
        margin-left: 20px;
        padding: 0;
    }

    .title-contact-form {
        width: calc(100% - 20px);
        margin: 0 0 0 20px;
        padding: 30px 0;
    }

    .contact-info-header {
        width: 100%;
    }

    .contact-info-header h2 {
        font-size: 32px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        align-items: stretch;
    }

    /* Mobilde kart yÃƒÂ¼ksekliÃ„Å¸i */
    .contact-item-card {
        min-height: 230px;
    }

    .contact-item-card .contact-item {
        padding: 25px 20px;
        min-height: 230px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-item-card:first-child .contact-item {
        margin-left: -2em;
    }

    .contact-item-card:nth-child(2) .contact-item {
        margin-left: -1.5em;
    }
}

/* iPad (1024x1366) iÃƒÂ§in ÃƒÂ¶zel dÃƒÂ¼zenleme */
@media only screen and (width: 1024px) and (height: 1366px) {

    /* Kart yÃƒÂ¼ksekliÃ„Å¸i */
    .contact-item-card {
        min-height: 260px;
    }

    .contact-item-card .contact-item {
        min-height: 260px;
        text-align: left;
        align-items: flex-start;
    }

    .contact-item-card:first-child .contact-item {
        margin-left: -4em;
    }

    .contact-item-card:nth-child(2) .contact-item {
        margin-left: -2.5em;
    }

    /* Hover efektlerini kapat */
    .contact-icon-link:hover {
        transform: none;
    }

    .contact-icon-link:hover .contact-icon svg {
        transform: none;
    }

    .contact-oval:hover svg {
        transform: none;
    }
}

/* iPad (1366x1024) landscape iÃƒÂ§in */
@media only screen and (width: 1366px) and (height: 1024px) {
    .contact-item-card {
        min-height: 260px;
    }

    .contact-item-card .contact-item {
        min-height: 260px;
        text-align: left;
        align-items: flex-start;
    }

    .contact-item-card:first-child .contact-item {
        margin-left: -4em;
    }

    .contact-item-card:nth-child(2) .contact-item {
        margin-left: -2.5em;
    }

    .contact-icon-link:hover {
        transform: none;
    }

    .contact-icon-link:hover .contact-icon svg {
        transform: none;
    }

    .contact-oval:hover svg {
        transform: none;
    }
}

/* --- GOOGLE MAPS SECTION --- */
.google-maps-section {
    width: 100%;
}


.maps-container {
    width: calc(100% - 99px);
    margin-left: 65px;
    padding: 0;
}



.maps-container iframe {
    box-shadow: 10px 8px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Maps */
@media (max-width: 768px) {
    .maps-container {
        width: calc(100% - 20px);
        margin-left: 20px;
        padding: 0;
    }

    .maps-container iframe {
        height: 350px;
        border-radius: 15px;
    }
}

/* --- CONTACT HERO V2 --- */
.contact-hero-v2 {
    position: relative;
    width: 100%;
    max-width: 1740px;
    min-height: 46vh;
    margin: 0 auto 30px;
    padding: 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 24px;
}

.contact-hero-v2.full-bleed {
    max-width: 100vw;
    border-radius: 24px;
    padding: 40px 0;
    /* iÃƒÂ§erik gÃƒÂ¼venli alan */
}

.contact-hero-v2.full-bleed .hero-v2-container {
    max-width: 1740px;
    width: 100%;
    padding: 0 60px;
}

@media (max-width: 900px) {
    .contact-hero-v2.full-bleed {
        padding: 20px 0;
    }

    .contact-hero-v2.full-bleed .hero-v2-container {
        padding: 0 20px;
    }
}

.contact-hero-v2 .hero-v2-bg {
    position: absolute;
    inset: 0;
    background: url('img/slider-01.png');
    background-size: cover;
    background-position: center;
    filter: none;
    opacity: 1;
}

.contact-hero-v2 .hero-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.contact-hero-v2 .hero-v2-container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

.contact-hero-v2.compact .hero-v2-container {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #e8eff2;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

.hero-breadcrumb a {
    color: #e8eff2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-breadcrumb a:hover {
    color: #ffffff;
}

.hero-breadcrumb .active {
    color: #ffffff;
    font-weight: 600;
}

.hero-v2-left {
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 10%) 100%);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 24px 32px;
    border: 1px solid rgba(0, 169, 157, 0.2);
    position: relative;
    overflow: hidden;
    width: 400px;
    min-height: 180px;
}

.hero-v2-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.hero-v2-left:hover::before {
    transform: translateX(100%);
}

.hero-v2-left h1 {
    font-size: 36px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.hero-v2-left h1 span {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 169, 157, 0.3);
}

.hero-v2-left p {
    color: #e8eff2;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    z-index: 1;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #00A99D;
    color: #fff;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(0, 169, 157, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 169, 157, 0.28);
    background: #009385;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: saturate(1.2) blur(3px);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.75);
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 12px 18px;
    margin-top: 10px;
    color: #d9e3e7;
    font-size: 14px;
}

.hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-v2-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hero-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(2, 22, 51, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 36px rgba(2, 22, 51, 0.14);
}

.hero-card .icon svg {
    display: block;
}

.hero-card .text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-card .text strong {
    font-weight: 700;
    font-size: 16px;
}

.hero-card .text span {
    font-size: 14px;
    color: #e6eef1;
}

@media (max-width: 1200px) {
    .contact-hero-v2 {
        padding: 0 40px;
    }
}

@media (max-width: 900px) {
    .contact-hero-v2 {
        min-height: 40vh;
        padding: 20px;
    }

    .hero-v2-left {
        width: 100%;
        max-width: 400px;
        min-height: 160px;
        padding: 20px 24px;
    }

    .hero-v2-left h1 {
        font-size: 30px;
    }

    .hero-cta {
        flex-wrap: wrap;
    }
}

/* --- BLOG SAYFASI STÃ„Â°LLERÃ„Â° --- */

/* Blog Hero Section */
.blog-hero-v2 {
    position: relative;
    width: 100%;
    max-width: 1740px;
    min-height: 46vh;
    margin: 0 auto 30px;
    padding: 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 24px;
}

.blog-hero-v2.full-bleed {
    max-width: 100vw;
    border-radius: 24px;
    padding: 40px 0;
}

.blog-hero-v2.full-bleed .hero-v2-container {
    max-width: 1740px;
    width: 100%;
    padding: 0 60px;
}

.blog-hero-v2 .hero-v2-bg {
    position: absolute;
    inset: 0;
    background: url('img/degerlerimiz/deger-walpaper.png');
    background-size: cover;
    background-position: center;
    filter: none;
    opacity: 1;
}

.blog-hero-v2 .hero-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.blog-hero-v2 .hero-v2-container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

.blog-hero-v2.compact .hero-v2-container {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
}

/* Blog Content Section */
.blog-content-section {
    padding: 60px 0;
    border-radius: 24px;
    margin: 0 auto 30px;
    max-width: 1740px;
}

/* Modern Blog Header */
.blog-header-modern {
    display: grid;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 60px;
}

.blog-header-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.blog-header-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0, 169, 157, 0.1);
    color: #00A99D;
    padding: 12px 24px;
    border: 2px solid #00A99D;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.blog-header-badge svg {
    width: 16px;
    height: 16px;
}

.blog-header-modern h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1a2e35;
    line-height: 1.2;
    margin: 0;
}

.blog-header-modern .highlight {
    color: #00A99D;
    position: relative;
}

.blog-header-modern .highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #00A99D, transparent);
    border-radius: 2px;
}

.blog-header-modern p,
.blog-header-left p,
.blog-header-modern .blog-header-left p,
.blog-header-left>p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 auto !important;
    max-width: 500px;
    text-align: center !important;
    display: block !important;
}

.blog-stats {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #00A99D;
}

.stat-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Blog Header Visual */
.blog-header-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-header-visual {
    position: relative;
    width: 300px;
    height: 300px;
}

.floating-card {
    position: absolute;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: float 6s ease-in-out infinite;
}

.floating-card .card-icon {
    font-size: 24px;
}

.floating-card span {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e35;
}

.card-1 {
    top: 20px;
    left: 20px;
    animation-delay: 0s;
}

.card-2 {
    top: 120px;
    right: 20px;
    animation-delay: 2s;
}

.card-3 {
    bottom: 20px;
    left: 50px;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Eski blog header stilleri - geriye uyumluluk iÃƒÂ§in */
.blog-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 60px;
}

.blog-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a2e35;
    margin-bottom: 15px;
}

.blog-header .highlight {
    color: #00A99D;
}

.blog-header p {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
    justify-content: center;
}

/* Blog Card - Portfolio Card TasarÃ„Â±mÃ„Â± */
.blog-card {
    display: inline-block;
    width: 369px !important;
    vertical-align: top;
    white-space: normal;
    background-color: #fff;
    border-radius: 40px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 660px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f3f4f6;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-card .blog-card-image,
.blog-card-image {
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden;
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 14px;
    color: #6b7280;
    background: #f9fafb;
    padding: 4px 12px;
    border-radius: 20px;
}

.blog-category {
    font-size: 14px;
    color: #00A99D;
    font-weight: 600;
    background: rgba(0, 169, 157, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
}

.blog-card-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e35;
    padding: 0 10px;
    line-height: 1.3;
}

.blog-card-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    padding: 0 10px;
}

.blog-read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #101010;
    height: 60px;
    width: 95%;
    margin: 0 auto;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.blog-read-more:hover {
    background-color: #000;
}

.blog-read-more svg path {
    stroke: #fff;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 60px;
}

.pagination-prev,
.pagination-next {
    color: #00A99D;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.pagination-prev:hover,
.pagination-next:hover {
    color: #1a2e35;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    color: #6b7280;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background: #f3f4f6;
    color: #1a2e35;
}

.pagination-number.active {
    background: #00A99D;
    color: #ffffff;
}

.pagination-dots {
    color: #6b7280;
    font-weight: 600;
}

/* Blog Newsletter */
.blog-newsletter {
    background: linear-gradient(135deg, #00A99D 0%, #1a2e35 100%);
    border-radius: 24px;
    margin: 0 auto 30px;
    max-width: 1740px;
    width: 100%;
    padding: 60px;
}

.newsletter-content {
    text-align: center;
    color: #ffffff;
}

.newsletter-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form button {
    padding: 15px 30px;
    background: #ffffff;
    color: #00A99D;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
}

/* Responsive Blog Styles - Portfolio Card TasarÃ„Â±mÃ„Â± */

/* BÃƒÂ¼yÃƒÂ¼k Desktop (1400px+) */
@media (min-width: 1400px) {
    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 0 60px;
    }

    .blog-card {
        width: 100%;
        height: 660px;
    }
}

/* Desktop (1200px - 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
    .blog-content-section {
        padding: 40px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 40px;
    }

    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .blog-card {
        width: 100%;
        height: 748px;
    }

    .blog-header-modern {
        gap: 40px;
    }

    .blog-header-modern h2 {
        font-size: 42px;
    }
}

/* Tablet BÃƒÂ¼yÃƒÂ¼k (1000px - 1199px) */
@media (max-width: 1199px) and (min-width: 1000px) {
    .blog-content-section {
        padding: 35px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 30px;
    }

    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .blog-card {
        width: 100%;
        height: 665px;
    }

    .blog-header-modern {
        gap: 35px;
    }

    .blog-header-modern h2 {
        font-size: 38px;
    }

    .blog-header-visual {
        width: 280px;
        height: 280px;
    }
}

/* Tablet Orta (768px - 999px) */
@media (max-width: 999px) and (min-width: 768px) {
    .blog-content-section {
        padding: 30px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 25px;
    }

    .blog-header-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-header-modern h2 {
        font-size: 34px;
    }

    .blog-header-visual {
        width: 260px;
        height: 260px;
    }

    .blog-stats {
        gap: 25px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .blog-card {
        width: 100%;
        height: 605px;
        padding: 20px;
    }

    .blog-card-image {
        height: 280px !important;
    }

    .blog-card-content h3 {
        font-size: 22px;
        padding: 0 5px;
    }

    .blog-card-content p {
        font-size: 15px;
        padding: 0 5px;
    }

    .blog-read-more {
        height: 50px;
        font-size: 15px;
    }
}

/* Mobil BÃƒÂ¼yÃƒÂ¼k (600px - 767px) */
@media (max-width: 767px) and (min-width: 600px) {
    .blog-content-section {
        padding: 25px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 20px;
    }

    .blog-hero-v2 {
        min-height: 35vh;
        padding: 15px;
    }

    .blog-hero-v2.full-bleed .hero-v2-container {
        padding: 0 15px;
    }

    .blog-header-modern {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .blog-header-modern h2 {
        font-size: 30px;
    }

    .blog-header-badge {
        padding: 10px 20px;
        font-size: 14px;
    }

    .blog-header-visual {
        width: 220px;
        height: 220px;
    }

    .blog-stats {
        gap: 20px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .blog-card {
        width: 100%;
        height: 605px;
        padding: 18px;
    }

    .blog-card-image {
        height: 260px !important;
    }

    .blog-card-content h3 {
        font-size: 20px;
        padding: 0 5px;
    }

    .blog-card-content p {
        font-size: 14px;
        padding: 0 5px;
    }

    .blog-read-more {
        height: 45px;
        font-size: 14px;
    }
}

/* Mobil Orta (480px - 599px) */
@media (max-width: 599px) and (min-width: 480px) {
    .blog-content-section {
        padding: 20px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 15px;
    }
}

/* ========================================
   BLOG DETAY SAYFASI STÃ„Â°LLERÃ„Â°
   ======================================== */

/* Blog Detay Hero */
.blog-detail-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-detail-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.blog-detail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 169, 157, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.blog-detail-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.blog-detail-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.blog-detail-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}

.blog-detail-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-detail-breadcrumb a:hover {
    color: white;
}

.blog-detail-breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
}

.blog-detail-breadcrumb .active {
    color: white;
    font-weight: 600;
}

.blog-detail-header {
    margin-bottom: 40px;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-detail-category {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-detail-date,
.blog-detail-read-time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.blog-detail-header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.blog-detail-excerpt {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-info {
    text-align: left;
}

.author-name {
    display: block;
    font-weight: 600;
    color: white;
    font-size: 16px;
}

.author-title {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Blog Detay Ã„Â°ÃƒÂ§erik */
.blog-detail-content-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-detail-main {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.blog-detail-article {
    padding: 0;
}

.blog-detail-image {
    width: 100%;
    height: 400px;
    border: 2px solid #bababa;
    overflow: hidden;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-text {
    padding: 50px;
    line-height: 1.8;
    color: #333;
}

.blog-detail-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #00A99D;
    margin: 40px 0 20px 0;
}

.blog-detail-text p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}

.blog-detail-text ul {
    margin: 20px 0;
    padding-left: 20px;
}

.blog-detail-text li {
    margin-bottom: 10px;
    color: #555;
}

.blog-detail-text strong {
    color: #00A99D;
    font-weight: 600;
}

.blog-detail-text blockquote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #00A99D;
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
    font-style: italic;
    font-size: 18px;
    color: #333;
}

.blog-detail-text blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #00A99D;
    font-weight: 600;
    font-style: normal;
}

/* Sosyal Medya PaylaÃ…Å¸Ã„Â±m */
.blog-detail-share {
    padding: 40px 50px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.blog-detail-share h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.share-button.facebook {
    background: #1877f2;
}

.share-button.twitter {
    background: #1da1f2;
}

.share-button.linkedin {
    background: #0077b5;
}

.share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Blog Detay Sidebar */
.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.sidebar-widget h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

/* Yazar Widget */
.author-card {
    text-align: center;
}

.author-avatar-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.author-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.author-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Kategoriler Widget */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.category-list a:hover {
    color: #00A99D;
}

.category-list span {
    background: #f8f9fa;
    color: #666;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* PopÃƒÂ¼ler YazÃ„Â±lar Widget */
.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-post {
    display: flex;
    gap: 15px;
    align-items: center;
}

.popular-post-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.popular-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-post-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.popular-post-content h6 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-post-content h6 a:hover {
    color: #00A99D;
}

.popular-post-date {
    font-size: 12px;
    color: #666;
}

/* Ã„Â°letiÃ…Å¸im CTA Widget */
.contact-cta {
    text-align: center;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
}

.contact-cta h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-cta p {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-cta .cta-button {
    background: white;
    color: #00A99D;
    border: none;
}

.contact-cta .cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

/* Ã„Â°lgili YazÃ„Â±lar */
.related-posts-section {
    padding: 80px 0;
}

.related-posts-header {
    text-align: center;
    margin-bottom: 50px;
}

.related-posts-header h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.related-posts-header p {
    font-size: 18px;
    color: #666;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.related-post-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-5px);
}

.related-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-content {
    padding: 25px;
}

.related-post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.related-post-category {
    background: #00A99D;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.related-post-date {
    font-size: 12px;
    color: #666;
}

.related-post-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.related-post-content h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-content h4 a:hover {
    color: #00A99D;
}

.related-post-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.related-post-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00A99D;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.related-post-link:hover {
    gap: 12px;
    color: #008f85;
}

/* Responsive Blog Detay */
@media (max-width: 1024px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-detail-sidebar {
        order: -1;
    }

    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-detail-hero {
        min-height: 50vh;
    }

    .blog-detail-container {
        padding: 60px 20px;
    }

    .blog-detail-header h1 {
        font-size: 32px;
    }

    .blog-detail-excerpt {
        font-size: 16px;
    }

    .blog-detail-text {
        padding: 30px 20px;
    }

    .blog-detail-text h3 {
        font-size: 24px;
    }

    .blog-detail-share {
        padding: 30px 20px;
    }

    .share-buttons {
        justify-content: center;
    }

    .sidebar-widget {
        padding: 25px 20px;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .related-posts-header h3 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .blog-detail-meta {
        flex-direction: column;
        gap: 10px;
    }

    .blog-detail-header h1 {
        font-size: 28px;
    }

    .blog-detail-text {
        padding: 25px 15px;
    }

    .share-buttons {
        flex-direction: column;
        align-items: center;
    }

    .share-button {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/* ========================================
   BLOG DETAY V2 - SOFT VE TEMÃ„Â°Z TASARIM
   ======================================== */

/* Blog Detay Meta V2 */
.blog-detail-meta-v2 {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.blog-detail-meta-v2 .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.blog-detail-meta-v2 .meta-item svg {
    width: 16px;
    height: 16px;
    color: #00A99D;
}

.container.samet {
    max-width: 1574px;
}

/* Blog Detay Ã„Â°ÃƒÂ§erik V2 */
.blog-detail-content-section-v2 {
    padding: 80px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.blog-detail-layout-v2 {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 50px;
    margin: 0 auto;
}

.blog-detail-main-v2 {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(0, 169, 157, 0.1);
}

.blog-detail-article-v2 {
    padding: 0;
}

/* Blog Detay GÃƒÂ¶rsel V2 */
.blog-detail-image-v2 {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.blog-detail-image-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-detail-image-v2:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.category-badge {
    background: rgba(0, 169, 157, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

/* Blog Detay Metin V2 */
.blog-detail-text-v2 {
    padding: 50px;
    line-height: 1.8;
    color: #333;
    background: white;
    border: 2px solid #bababa;
}

.blog-detail-text-v2 h3 {
    font-size: 28px;
    font-weight: 700;
    color: #00A99D;
    margin: 40px 0 20px 0;
    position: relative;
}

.blog-detail-text-v2 h3::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    border-radius: 2px;
}

.blog-detail-text-v2 p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.blog-detail-text-v2 ul {
    margin: 20px 0;
    padding-left: 20px;
}

.blog-detail-text-v2 li {
    margin-bottom: 12px;
    color: #555;
    position: relative;
}

.blog-detail-text-v2 li::before {
    color: #00A99D;
    font-weight: bold;
    margin-right: 8px;
}

.blog-detail-text-v2 strong {
    color: #00A99D;
    font-weight: 600;
}

.blog-detail-text-v2 blockquote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #00A99D;
    padding: 30px;
    margin: 30px 0;
    border-radius: 15px;
    font-style: italic;
    font-size: 18px;
    color: #333;
    position: relative;
}

.blog-detail-text-v2 blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 60px;
    color: #00A99D;
    font-family: serif;
    line-height: 1;
}

.blog-detail-text-v2 blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #00A99D;
    font-weight: 600;
    font-style: normal;
}

/* Yazar Bilgisi V2 */
.blog-detail-author-v2 {
    padding: 30px 50px;
    border-top: 1px solid rgba(0, 169, 157, 0.1);
}

.author-info-v2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar-v2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.author-details p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Sosyal Medya PaylaÃ…Å¸Ã„Â±m V2 */
.blog-detail-share-v2 {
    padding: 30px 50px;
    background: white;
    border-top: 1px solid rgba(0, 169, 157, 0.1);
}

.blog-detail-share-v2 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.share-buttons-v2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-button-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.share-button-v2.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}

.share-button-v2.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #1a91da 100%);
}

.share-button-v2.linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #006097 100%);
}

.share-button-v2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Blog Detay Sidebar V2 */
.blog-detail-sidebar-v2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget-v2 {
    border-radius: 20px;
    padding: 30px;
    border: 2px solid #bababa;
    transition: transform 0.3s ease;
}

.sidebar-widget-v2:hover {
    transform: translateY(-5px);
}

.sidebar-widget-v2 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    position: relative;
}

.sidebar-widget-v2 h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    border-radius: 2px;
}

/* Kategoriler Widget V2 */
.category-list-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list-v2 li {
    margin-bottom: 12px;
}

.category-list-v2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.category-list-v2 a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #00A99D 0%, #008f85 100%);
    transition: width 0.3s ease;
}

.category-list-v2 a:hover {
    color: #00A99D;
    padding-left: 10px;
}

.category-list-v2 a:hover::before {
    width: 100%;
}

.category-list-v2 span {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #666;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

/* PopÃƒÂ¼ler YazÃ„Â±lar Widget V2 */
.popular-posts-v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-post-v2 {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.popular-post-v2:hover {
    background: rgba(0, 169, 157, 0.05);
    transform: translateX(5px);
}

.popular-post-image-v2 {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.popular-post-image-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-post-v2:hover .popular-post-image-v2 img {
    transform: scale(1.1);
}

.popular-post-content-v2 h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.popular-post-content-v2 h6 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-post-content-v2 h6 a:hover {
    color: #00A99D;
}

.popular-post-date-v2 {
    font-size: 12px;
    color: #666;
}

/* Ã„Â°letiÃ…Å¸im CTA Widget V2 - Ultra Temiz & Soft */
.contact-cta-v2 {
    text-align: left;
    color: #333;
    padding: 35px 25px;
    border-radius: 20px;
    position: relative;
    transition: all 0.2s ease;
}



.contact-cta-v2 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00A99D;
}

.contact-cta-v2 p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #777;
    line-height: 1.5;
    font-weight: 400;
}

.cta-button-v2 {
    background: #00A99D;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 3px 15px rgba(0, 169, 157, 0.2);
}

.cta-button-v2:hover {
    background: #008f85;
    transform: translateY(-1px);
    box-shadow: 0 5px 20px rgba(0, 169, 157, 0.3);
}

.cta-button-v2 svg {
    transition: transform 0.2s ease;
}

.cta-button-v2:hover svg {
    transform: translateX(2px);
}

/* Responsive Blog Detay V2 */
@media (max-width: 1024px) {
    .blog-detail-layout-v2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-detail-sidebar-v2 {
        order: -1;
    }
}

@media (max-width: 768px) {
    .blog-detail-content-section-v2 {
        padding: 60px 0;
    }

    .blog-detail-text-v2 {
        padding: 30px 25px;
    }

    .blog-detail-text-v2 h3 {
        font-size: 24px;
    }

    .blog-detail-text-v2 h3::before {
        left: -15px;
    }

    .blog-detail-author-v2 {
        padding: 25px;
    }

    .blog-detail-share-v2 {
        padding: 25px;
    }

    .share-buttons-v2 {
        flex-direction: column;
        align-items: center;
    }

    .share-button-v2 {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }

    .sidebar-widget-v2 {
        padding: 25px 20px;
    }

    .blog-detail-meta-v2 {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .blog-detail-image-v2 {
        height: 300px;
    }

    .blog-detail-text-v2 {
        padding: 25px 20px;
    }

    .author-info-v2 {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .popular-post-v2 {
        flex-direction: column;
        text-align: center;
    }

    .popular-post-image-v2 {
        width: 100px;
        height: 100px;
    }
}

/* Mobil Orta (480px - 599px) */
@media (max-width: 599px) and (min-width: 480px) {
    .blog-hero-v2 {
        min-height: 30vh;
        padding: 10px;
    }

    .blog-hero-v2.full-bleed .hero-v2-container {
        padding: 0 10px;
    }

    .blog-header-modern {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-header-modern h2 {
        font-size: 28px;
    }

    .blog-header-badge {
        padding: 8px 16px;
        font-size: 13px;
    }

    .blog-header-visual {
        width: 200px;
        height: 200px;
    }

    .blog-stats {
        gap: 15px;
    }

    .stat-number {
        font-size: 22px;
    }

    .stat-label {
        font-size: 11px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .blog-card {
        width: 100%;
        height: 583px;
        padding: 15px;
    }

    .blog-card-image {
        height: 240px !important;
    }

    .blog-card-content h3 {
        font-size: 18px;
        padding: 0 5px;
    }

    .blog-card-content p {
        font-size: 13px;
        padding: 0 5px;
        line-height: 1.4;
    }

    .blog-read-more {
        height: 42px;
        font-size: 13px;
        width: 90%;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* Mobil KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k (360px - 479px) */
@media (max-width: 479px) and (min-width: 360px) {
    .blog-content-section {
        padding: 15px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 10px;
    }

    .blog-hero-v2 {
        min-height: 25vh;
        padding: 8px;
    }

    .blog-hero-v2.full-bleed .hero-v2-container {
        padding: 0 8px;
    }

    .blog-header-modern {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .blog-header-modern h2 {
        font-size: 24px;
    }

    .blog-header-badge {
        padding: 6px 12px;
        font-size: 12px;
    }

    .blog-header-visual {
        width: 180px;
        height: 180px;
    }

    .blog-stats {
        gap: 12px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 10px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .blog-card {
        width: 100%;
        height: 583px;
        padding: 12px;
    }

    .blog-card-image {
        height: 220px !important;
    }

    .blog-card-content h3 {
        font-size: 16px;
        padding: 0 5px;
    }

    .blog-card-content p {
        font-size: 12px;
        padding: 0 5px;
        line-height: 1.3;
    }

    .blog-read-more {
        height: 40px;
        font-size: 12px;
        width: 85%;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* En KÃƒÂ¼ÃƒÂ§ÃƒÂ¼k Mobil (359px ve altÃ„Â±) */
@media (max-width: 359px) {
    .blog-content-section {
        padding: 10px 0;
    }

    .blog-header,
    .blog-header-modern,
    .blog-grid,
    .blog-pagination {
        padding: 0 8px;
    }

    .blog-hero-v2 {
        min-height: 20vh;
        padding: 5px;
    }

    .blog-hero-v2.full-bleed .hero-v2-container {
        padding: 0 5px;
    }

    .blog-header-modern {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .blog-header-modern h2 {
        font-size: 22px;
    }

    .blog-header-badge {
        padding: 5px 10px;
        font-size: 11px;
    }

    .blog-header-visual {
        width: 160px;
        height: 160px;
    }

    .blog-stats {
        gap: 10px;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 9px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .blog-card {
        width: 100%;
        height: 550px;
        padding: 10px;
    }

    .blog-card-image {
        height: 200px !important;
    }

    .blog-card-content h3 {
        font-size: 15px;
        padding: 0 5px;
    }

    .blog-card-content p {
        font-size: 11px;
        padding: 0 5px;
        line-height: 1.2;
    }

    .blog-read-more {
        height: 38px;
        font-size: 11px;
        width: 80%;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

.services-overview {
    margin: 0 auto;
    padding: 2rem 1rem 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1100px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    text-decoration: none;
    color: #0F172A;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    border-color: #D7D7D7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.service-card .icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.service-card h3 {
    font-size: 18px;
    margin: 4px 0 0 0;
}

.service-card p {
    font-size: 14px;
    margin: 0;
    color: #485163;
}

.service-detail {
    max-width: 1120px;
    margin: 10px auto 0;
    padding: 28px 1rem;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: center;
}

.service-detail.alt {
    grid-template-columns: .8fr 1.2fr;
}

@media (max-width: 900px) {

    .service-detail,
    .service-detail.alt {
        grid-template-columns: 1fr;
    }
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    border: 1px solid #E9E9E9;
}

.service-content h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.service-content p {
    margin: 0 0 10px 0;
    color: #475569;
}

.service-content ul {
    margin: 0;
    padding-left: 18px;
    color: #334155;
    display: grid;
    gap: 6px;
}

.service-content li {
    line-height: 1.45;
}

.process-section {
    max-width: 1120px;
    margin: 8px auto 0;
    padding: 28px 1rem 8px;
}

.process-header {
    text-align: center;
    margin-bottom: 16px;
}

.process-header h3 {
    margin: 0 0 6px 0;
    font-size: clamp(20px, 2.5vw, 28px);
}

.process-header p {
    margin: 0;
    color: #556070;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .process-steps {
        grid-template-columns: 1fr;
    }
}

.process-step {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 18px;
    background: #fff;
}

.process-step .step-index {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #00A99D;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    margin-bottom: 8px;
}

.process-step h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
}

.process-step p {
    margin: 0;
    color: #556070;
    font-size: 14px;
}

.services-cta {
    max-width: 1120px;
    margin: 8px auto 48px;
    padding: 24px 1rem;
    border: 1px solid #E9E9E9;
    border-radius: 18px;
    background: linear-gradient(180deg, #F8FAFC, #F1F5F9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.services-cta h3 {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 24px);
}

.services-cta p {
    margin: 0;
    color: #556070;
}

@media (max-width: 700px) {
    .services-cta {
        flex-direction: column;
        text-align: center;
    }
}

/* Hizmetler sayfasÃ„Â±nda portfolio-card ÃƒÂ¶lÃƒÂ§ÃƒÂ¼lerini grid'e uydur */
.services-overview .portfolio-card {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    padding: 16px !important;
    gap: 12px !important;
}

.services-overview .portfolio-card .card-image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
}

.services-overview .portfolio-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-overview .portfolio-card h3 {
    font-size: 20px !important;
    padding: 0 !important;
}

.services-overview .portfolio-card p {
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.services-overview .portfolio-card .card-link {
    margin-top: 4px;
}

/* Dark CTA panel */
.services-cta-band {
    position: relative;
    width: 100%;
    margin: 28px 0 48px;
}

.services-cta-band .inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.cta-panel {
    background: radial-gradient(120% 120% at 10% 10%, #0B1220 0%, #0F172A 60%, #0B1220 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 26px;
    color: #E6EDF5;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    box-shadow: 0 16px 60px rgba(2, 6, 23, 0.25);
}

@media (max-width: 860px) {
    .cta-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.cta-text h3 {
    margin: 0 0 6px 0;
    font-size: clamp(20px, 2.6vw, 28px);
    color: #FFFFFF;
}

.cta-text p {
    margin: 0;
    color: #B8C2CC;
}

.cta-actions-inline {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 860px) {
    .cta-actions-inline {
        justify-content: center;
    }
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #CBD5E1;
    background: transparent;
    color: #E6EDF5;
    text-decoration: none;
}

/* Hizmet Detay sayfası stilleri (güncellendi) */
.service-detail-section {
    margin: 0 auto;
    padding: 28px 16px;
}

.service-detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 1200px) {
    .service-detail-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-info {
        margin-top: 20px;
    }
}

/* Görsel alanı */
.service-gallery {
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.service-gallery img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    border-radius: 12px;
}

/* İçerik alanı */
.service-info {}

.service-info h2 {
    margin: 0 0 16px 0;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
    color: #1e293b;
}

.service-summary {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
}

.service-content {
    margin: 0 0 32px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.service-content h3,
.service-content h4 {
    color: #1e293b;
    margin: 24px 0 12px 0;
}

.service-content p {
    margin: 0 0 16px 0;
}

.service-content ul,
.service-content ol {
    margin: 0 0 16px 0;
    padding-left: 20px;
}

.service-content li {
    margin: 0 0 8px 0;
}

.service-info p {
    margin: 0 0 12px 0;
    color: #475569;
}

.service-info ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: #334155;
}

.feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.feature-badge {
    padding: 6px 10px;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    background: #F8FAFC;
    font-size: 12px;
    color: #0F172A;
}

.service-cta {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.service-cta .btn-about-outlined {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-cta .btn-about-outlined svg path {
    stroke: currentColor;
}

.service-cta .btn-about-outlined.is-dark {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
}

.service-cta .btn-about-outlined.is-dark:hover {
    background: #0b1220;
    border-color: #0b1220;
}

/* Detay geliÃ…Å¸tirmeleri */
.info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

@media (max-width: 700px) {
    .info-cards {
        grid-template-columns: 1fr;
    }
}

.info-card {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.info-card .title {
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}

.info-card .desc {
    color: #475569;
    font-size: 14px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: #F1F5F9;
    color: #0F172A;
    font-size: 12px;
    border: 1px solid #E5E7EB;
}

.steps {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.step .num {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #0EA5E9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.step .text {
    color: #334155;
}

/* Teknik kartlar */
.service-specs {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 700px) {
    .service-specs {
        grid-template-columns: 1fr 1fr;
    }
}

.spec-card {
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.spec-card .label {
    font-size: 12px;
    color: #6B7280;
}

.spec-card .value {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
}

/* Benzer hizmetler */
.related-services {
    margin: 8px 0 40px;
    padding: 0 16px;
}

.related-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0;
    flex-wrap: wrap;
}

.related-header .title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.related-header .title-group h3 {
    margin: 0;
    font-size: 20px;
}

.related-header .subtitle {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
}

.related-header .actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.related-header .view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
    color: #0F172A;
    text-decoration: none;
}

.related-header .view-all:hover {
    background: #F8FAFC;
}

.related-header .view-all svg path {
    stroke: #0F172A;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
}

.related-services .portfolio-card {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    padding: 16px !important;
    gap: 12px !important;
}

.related-services .portfolio-card .card-image {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
}

.related-services .portfolio-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-services .portfolio-card h3 {
    font-size: 18px !important;
    padding: 0 !important;
}

.related-services .portfolio-card p {
    font-size: 14px !important;
    padding: 0 !important;
}

@media (min-width: 900px) {
    .related-services .portfolio-card .card-image {
        height: 260px;
    }
}

/* Benzer Hizmetler - saÄŸa hizalama isteÄŸi */
.related-header {
    justify-content: unset;
}

.related-header .title-group {
    text-align: right;
}

.related-grid {
    justify-content: end;
}

/* Process Intro Art - SVG yerine CSS border'lar */
.process-intro-art {
    width: 100%;
    height: 437px;
    position: relative;
    background: transparent;
}

/* Hero slider z-index dÃ¼zeltmesi */
.hero-slider .hero-content {
    position: relative;
    z-index: 1;
}

.hero-slider .hero-image-wrap {
    position: relative;
    z-index: 10;
    margin-left: 10px;
}

.hero-slider .hero-image-wrap img {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

/* Mobil hero-image-wrap kÃ¼Ã§Ã¼ltme */
@media (max-width: 768px) {
    .hero-slider .hero-image-wrap {
        width: 70%;
        max-width: 300px;
    }

    .hero-slider .hero-image-wrap img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-slider .hero-image-wrap {
        width: 60%;
        max-width: 250px;
    }
}

.process-intro-art::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 15px);
    background: repeating-linear-gradient(to bottom,
            #E0E1E2 0px,
            #E0E1E2 8px,
            transparent 8px,
            transparent 12px);
}

.process-intro-art::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 2px;
    background: repeating-linear-gradient(to right,
            #E0E1E2 0px,
            #E0E1E2 8px,
            transparent 8px,
            transparent 12px);
}



.career-hero {
    padding: 72px 0 8px 3%;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}

.career-hero .container {
    margin: 0 !important;
    padding: 0 0 0 0 !important;
    max-width: none !important;
}

.career-hero .eyebrow {
    color: #00a19c;
    font-weight: 700;
    margin: 0;
    text-align: center
}

.career-hero h1 {
    margin: 6px 0 8px;
    text-align: left;
    font-size: 32px;
    font-weight: 800
}

.career-hero .subtitle {
    margin: 0;
    text-align: left;
    color: #666;
    max-width: 720px
}

.career-form-section {
    padding: 16px 0 56px
}

.container {
    width: 100%;
    max-width: 1064px;
    margin: 0;
    padding: 0 0 0 0
}

.career-form {
    display: block
}

.form-block {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 16px
}

.block-title {
    font-size: 18px;
    margin: 0 0 16px
}

.muted {
    color: #888;
    font-weight: 400;
    font-size: 14px
}

.personal-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    align-items: start
}

.avatar-circle {
    width: 160px;
    height: 160px;
    border-radius: 100%
}

.file-upload {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666
}

.personal-fields .grid-2,
.personal-fields .grid-3 {
    display: grid;
    gap: 12px
}

.personal-fields .grid-2 {
    grid-template-columns: 1fr 1fr
}

.personal-fields .grid-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.field.full {
    grid-column: 1/-1
}

.field label {
    font-size: 12px;
    color: #666
}

.field input,
.field select,
.field textarea {
    height: 38px;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font: inherit
}

.field textarea {
    height: auto;
    resize: vertical
}

.edu-rows .edu-row,
.lang-row,
.job-row,
.ref-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.lang-row {
    grid-template-columns: 1fr .8fr 1fr .8fr
}

.job-row {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.ref-row {
    grid-template-columns: 1fr .8fr 1fr 1fr .8fr
}

.other-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.inline-options {
    display: flex;
    gap: 14px;
    align-items: center;
    height: 38px
}

.small-text {
    font-size: 12px;
    color: #666
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px
}

.btn-primary {
    background: #2a62ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

@media(max-width:900px) {
    .personal-grid {
        grid-template-columns: 1fr
    }

    .edu-rows .edu-row,
    .lang-row,
    .job-row,
    .ref-row {
        grid-template-columns: 1fr 1fr
    }

    .ref-row {
        grid-template-columns: 1fr 1fr
    }

    .other-grid {
        grid-template-columns: 1fr
    }

    .referans-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

@media(max-width:600px) {
    .career-hero {
        padding: 48px 0 8px
    }

    .career-hero h1 {
        font-size: 24px
    }

    .container {
        padding: 0 0 0 0
    }

    .form-block {
        padding: 16px 12px
    }

    .personal-grid {
        grid-template-columns: 1fr
    }

    .avatar-circle {
        width: 100px;
        height: 100px
    }

    .personal-fields .grid-2,
    .personal-fields .grid-3 {
        grid-template-columns: 1fr
    }

    .edu-rows .edu-row,
    .lang-row,
    .job-row,
    .ref-row {
        grid-template-columns: 1fr
    }

    .inline-options {
        flex-wrap: wrap;
        height: auto;
        gap: 10px
    }

    .form-actions {
        justify-content: center
    }
}

/* Tablet iÃ§in referans grid dÃ¼zenlemesi */
@media (min-width: 768px) and (max-width: 1024px) {
    .referans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .referans-image {
        height: 240px;
    }
}

/* Mobil iÃ§in referans grid dÃ¼zenlemesi */
@media (max-width: 767px) {
    .referans-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 12px;
    }

    .referans-image {
        height: 220px;
    }

    .referans-content {
        padding: 16px;
    }

    .referans-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .referans-badge {
        font-size: 12px;
        padding: 4px 8px;
        margin-bottom: 12px;
    }
}

/* ========================================
   GELÄ°ÅMÄ°Å REFERANS MODAL STÄ°LLERÄ°
======================================== */

/* Ana Modal */
.referans-modal .modal-content {
    max-width: 1200px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
}

/* Modal Header */
.referans-modal .modal-header {
    padding: 32px 32px 24px;
    border-bottom: 1px solid #E8EFF2;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 18px 18px 0 0;
}

.referans-modal .modal-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #021633;
    margin: 0;
    line-height: 1.2;
}

.referans-modal .modal-year {
    color: #64748b;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* Modal Body */
.referans-modal .modal-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 32px;
    align-items: start;
}

/* Sol Taraf - GÃ¶rseller */
.referans-modal .modal-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-hero-image {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.modal-hero-image:hover {
    transform: scale(1.02);
}

.modal-hero-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-weight: 600;
}

.modal-hero-image:hover .gallery-overlay {
    opacity: 1;
}

.modal-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gallery-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    height: 80px;
    transition: transform 0.2s ease;
}

.gallery-thumb:hover {
    transform: scale(1.05);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

/* SaÄŸ Taraf - Ä°Ã§erik */
.referans-modal .modal-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.modal-description h4,
.modal-services h4 {
    font-size: 20px;
    font-weight: 700;
    color: #021633;
    margin: 0 0 16px 0;
}

.modal-description p {
    color: #475569;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 169, 157, 0.1);
    color: #00695C;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(0, 169, 157, 0.2);
}

.service-tag svg {
    color: #00A99D;
}

/* Proje Bilgileri */
.info-grid {
    display: grid;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 169, 157, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00A99D;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}

/* MÃ¼ÅŸteri Yorumu */
.modal-feedback {
    display: flex;
    gap: 16px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #bae6fd;
}

.feedback-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #0284c7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.feedback-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0c4a6e;
    margin: 0 0 8px 0;
}

.feedback-content p {
    color: #0369a1;
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

/* ========================================
   SIMPLE LIGHTBOX STÄ°LLERÄ°
======================================== */

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-counter {
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    user-select: none;
}

.lightbox-prev {
    left: -70px;
}

.lightbox-next {
    right: -70px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 24px;
    }

    .lightbox-counter {
        top: 10px;
        left: 10px;
        font-size: 12px;
        padding: 6px 12px;
    }
}

.gallery-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.gallery-image-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInScale 0.4s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-image-container img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 18px;
    font-weight: 600;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav.prev {
    left: 30px;
}

.gallery-nav.next {
    right: 30px;
}

.gallery-thumbnails {
    display: flex;
    gap: 12px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    overflow-x: auto;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.thumbnail {
    flex-shrink: 0;
    width: 90px;
    height: 68px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.thumbnail.active {
    border-color: #00A99D;
    box-shadow: 0 0 20px rgba(0, 169, 157, 0.5);
    transform: scale(1.05);
}

.thumbnail:hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.02);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumbnail:hover img {
    transform: scale(1.1);
}

/* ========================================
   RESPONSIVE DÃœZENLEMELER - GALERÄ°
======================================== */

@media (max-width: 768px) {
    .referans-modal .modal-content {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .referans-modal .modal-body {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
    }

    .referans-modal .modal-header {
        padding: 24px 20px 20px;
    }

    .referans-modal .modal-header h2 {
        font-size: 24px;
    }

    .modal-hero-image img {
        height: 200px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .modal-feedback {
        flex-direction: column;
        gap: 12px;
    }

    .services-grid {
        gap: 8px;
    }

    .service-tag {
        padding: 8px 12px;
        font-size: 13px;
    }

    /* Galeri Modal Mobil DÃ¼zenlemeler */
    .gallery-modal .modal-content {
        border-radius: 0;
        max-width: 100vw;
        max-height: 100vh;
    }

    .gallery-container {
        min-height: 300px;
        padding: 15px;
    }

    .gallery-image-container img {
        max-height: 60vh;
    }

    .gallery-nav {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .gallery-nav.prev {
        left: 15px;
    }

    .gallery-nav.next {
        right: 15px;
    }

    .gallery-thumbnails {
        padding: 20px 15px;
        gap: 10px;
    }

    .thumbnail {
        width: 70px;
        height: 52px;
        border-radius: 8px;
    }

    .gallery-header-controls {
        top: 15px;
        right: 15px;
        gap: 8px;
    }

    .gallery-close {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .gallery-info {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 20px;
    }

    .modal-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-thumb {
        height: 80px;
        border-radius: 12px;
    }
}

/* ========================================
   PREMIUM GALERÄ° VE MODAL STÄ°LLERÄ°
======================================== */

/* Ana Modal Hero GÃ¶rsel GeliÅŸtirmeleri */
.modal-hero-image {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-hero-image:hover {
    transform: translateY(-5px);
}

.modal-hero-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.modal-hero-image:hover img {
    transform: scale(1.05);
}

/* Ana GÃ¶rsel Bilgi Kutusu */
.image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 40px 24px 24px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-hero-image:hover .image-info {
    transform: translateY(0);
}

.image-info h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.image-info p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

/* Gallery Overlay GeliÅŸtirmeleri */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.modal-hero-image:hover .gallery-overlay {
    opacity: 1;
}

/* KÃ¼Ã§Ã¼k Galeri Grid'i */
.modal-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.gallery-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    height: 100px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.gallery-thumb:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 169, 157, 0.3);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.1);
}

.more-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 169, 157, 0.9), rgba(0, 133, 120, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    backdrop-filter: blur(5px);
    border-radius: 16px;
}

/* Galeri Hover Overlay GeliÅŸtirmeleri */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: all 0.4s ease;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 20px;
}

.modal-hero-image:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-overlay .text {
    text-align: center;
    line-height: 1.4;
}

.gallery-thumb:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.1);
}

/* Thumbnail Overlay */
.thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px 8px 8px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.gallery-thumb:hover .thumb-overlay {
    transform: translateY(0);
}

/* More Overlay GeliÅŸtirmeleri */
.more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 169, 157, 0.9);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
}

/* ========================================
   GALERÄ° MODAL GELÄ°ÅTÄ°RMELERÄ°
======================================== */

.gallery-modal .modal-content {
    background: #000;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 100vw;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
}

.gallery-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Galeri GÃ¶rsel Container */
.gallery-image-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 80px 20px;
}

.gallery-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Galeri Navigasyon */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.gallery-nav:hover {
    background: rgba(0, 169, 157, 0.8);
    border-color: rgba(0, 169, 157, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav.prev {
    left: 30px;
}

.gallery-nav.next {
    right: 30px;
}

/* Galeri Thumbnails */
.gallery-thumbnails {
    display: flex;
    gap: 12px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    overflow-x: auto;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(0, 169, 157, 0.7);
    border-radius: 2px;
}

.thumbnail {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

.thumbnail:hover {
    border-color: rgba(0, 169, 157, 0.7);
    transform: scale(1.05);
}

.thumbnail.active {
    border-color: #00A99D;
    box-shadow: 0 0 20px rgba(0, 169, 157, 0.4);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Thumbnail Info */
.thumbnail-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 15px 6px 6px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.thumbnail:hover .thumbnail-info {
    transform: translateY(0);
}

/* ========================================
   RESPONSIVE DÃœZENLEMELER
======================================== */

@media (max-width: 768px) {
    .gallery-image-container {
        padding: 20px;
    }

    .gallery-nav {
        width: 48px;
        height: 48px;
    }

    .gallery-nav.prev {
        left: 15px;
    }

    .gallery-nav.next {
        right: 15px;
    }

    .gallery-thumbnails {
        padding: 16px;
        gap: 8px;
    }

    .thumbnail {
        width: 70px;
        height: 50px;
    }

    .modal-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .gallery-thumb {
        height: 70px;
    }

    .modal-hero-image img {
        height: 200px;
    }

    .image-info {
        padding: 20px 16px 16px;
    }

    .image-info h4 {
        font-size: 16px;
    }

    .image-info p {
        font-size: 13px;
    }
}

/* Smooth animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.modal-left,
.modal-right {
    animation: fadeInUp 0.6s ease;
}

.modal-right {
    animation-delay: 0.1s;
}

/* ========================================
   GALERÄ° PERFORMANCE VE ACCESSIBILITY
======================================== */

/* Smooth Loading Animation */
.gallery-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
}

.gallery-spinner {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #00A99D;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Focus States for Keyboard Navigation */
.gallery-nav:focus,
.gallery-close:focus,
.thumbnail:focus {
    outline: 2px solid #00A99D;
    outline-offset: 2px;
}

.gallery-nav:focus {
    background: rgba(0, 169, 157, 0.2);
    border-color: #00A99D;
}

.thumbnail:focus {
    border-color: #00A99D;
    box-shadow: 0 0 0 2px rgba(0, 169, 157, 0.3);
}

/* Smooth Image Transitions */
.gallery-image-fade-enter {
    opacity: 0;
    transform: scale(0.95);
}

.gallery-image-fade-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-image-fade-exit {
    opacity: 1;
    transform: scale(1);
}

.gallery-image-fade-exit-active {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Galeri SayacÄ± */
.gallery-counter {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
}

/* GeliÅŸmiÅŸ Thumbnail Hover Efektleri */
.thumbnail::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.thumbnail:hover::before {
    opacity: 1;
    animation: shimmer 0.8s ease-in-out;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Swipe Indicator for Mobile */
.swipe-indicator {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    opacity: 0.8;
    animation: fadeInOut 3s ease-in-out;
}

@media (min-width: 769px) {
    .swipe-indicator {
        display: none;
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0;
    }

    20%,
    80% {
        opacity: 0.8;
    }
}

/* Zoom Ã–zelliÄŸi */
.gallery-zoom-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.zoom-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.zoom-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

/* Fullscreen Mode */
.gallery-fullscreen .gallery-modal .modal-content {
    border-radius: 0;
    max-width: 100vw;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
}

/* Download Button */
.gallery-download {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    z-index: 10;
}

.gallery-download:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Referans Modal - No Image Placeholder */
.no-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    color: #6c757d;
    text-align: center;
}

.no-image-placeholder p {
    margin: 16px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #9ca3af;
}

.no-image-placeholder svg {
    opacity: 0.5;
}

/* Modal Hero Image Container */
.modal-hero-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    margin-bottom: 20px;
    min-height: 300px;
}

/* 1024px ile 1530px arasÄ± iÃ§in .mmyorum-section background-image deaktif */
@media (min-width: 1024px) and (max-width: 1530px) {
    .mmyorum-section {
        background-image: none !important;
        background-color: white !important;
    }
}

/* Hizmetler SayfasÄ± Ã–zel Stilleri */
#hizmetler-section .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1600px;
    margin: 60px auto;
    padding: 0 20px;
}

#hizmetler-section .hizmet-card {
    flex-shrink: initial;
    width: 100%;
    height: auto;
    min-height: 520px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#hizmetler-section .hizmet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

#hizmetler-section .hizmet-card .card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-mask-image: url('img/about/masked-about-01.svg');
    mask-image: url('img/about/masked-about-01.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

#hizmetler-section .hizmet-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#hizmetler-section .hizmet-card:hover .card-image img {
    transform: scale(1.05);
}

#hizmetler-section .hizmet-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a2e35;
    margin: 0;
    padding: 0;
}

#hizmetler-section .hizmet-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
}

#hizmetler-section .hizmet-card .card-link {
    margin-top: auto;
    align-self: flex-start;
}

/* Responsive tasarÄ±m */
@media (max-width: 1200px) {
    #hizmetler-section .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 900px) {
    #hizmetler-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 16px;
    }
}

@media (max-width: 600px) {
    #hizmetler-section .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #hizmetler-section .hizmet-card {
        min-height: 450px;
    }
}

a.referans-title-link {
    text-decoration: none;
    color: black;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    font-size: 24px;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
}

.whatsapp-float:active {
    transform: scale(0.95);
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
    }

    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
}

/* WhatsApp tooltip */
.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #1da4a0;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(27, 27, 27, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    cursor: pointer;
    border: none;
    outline: none;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(27, 27, 27, 0.4);
    color: white;
    text-decoration: none;
}

.scroll-to-top:active {
    transform: translateY(0);
}

.scroll-to-top svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
    transform: translateY(-2px);
}

/* Mobile responsive for scroll to top */
@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .scroll-to-top svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .scroll-to-top svg {
        width: 16px;
        height: 16px;
    }
}

img.sametmodel:nth-of-type(3) {
    width: 95%;
    /* aktif */
}

img.sametmodel.active {
    width: 95%;
}

img.sametmodel:nth-of-type(3) {
    width: 95%;
}


/* ---- EXTRA MOBILE FIXES (Basik gorunumu gider) ---- */
@media (max-width: 576px) {
    .why-us-section {
        gap: 16px;
    }

    .why-us-images {
        width: 100%;
    }

    .image-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        width: 100% !important;
        gap: 14px !important;
        transform: none !important;
    }

    .why-us-images .image-grid .grid-item {
        position: static !important;
    }

    .grid-item {
        height: auto !important;
    }

    .grid-item img {
        height: auto !important;
        object-fit: contain !important;
    }

    .item-3 {
        padding: 16px !important;
        text-align: center !important;
    }

    .item-3 h3 {
        margin-left: 0 !important;
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .btn-production-base {
        margin-left: 0 !important;
        margin-top: 8px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .item-3 h3 {
        font-size: 22px !important;
    }
}

/* --- Hero slider mobil arka plan gÃ¶rseli --- */
/* Desktop/default */
.swiper.hero-slider .swiper-wrapper .swiper-slide {
    background-image: var(--bg-desktop) !important;
    background-size: cover !important;
    background-position: center !important;
}

@media (max-width: 767px) {
    .swiper.hero-slider .swiper-wrapper .swiper-slide {
        background-image: var(--bg-mobile, var(--bg-desktop)) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    /* Mobilde hero image wrap'Ä± gizle */
    .swiper.hero-slider .hero-image-wrap {
        display: none !important;
    }
}

/* ---- EXPANDED BREAKPOINT: up to 1400px same mobile-like layout ---- */
@media (max-width: 1400px) {
    .image-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        width: 100% !important;
        gap: 16px !important;
        transform: none !important;
    }

    .why-us-images .image-grid .grid-item {
        position: static !important;
    }

    .grid-item {
        height: auto !important;
    }

    .grid-item img {
        height: auto !important;
        object-fit: contain !important;
    }

    .item-3 {
        padding: 20px !important;
        text-align: center !important;
    }

    .item-3 h3 {
        margin-left: 0 !important;
    }

    .btn-production-base {
        margin-left: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}

/* ===================== */
/*  Timeline (TarihÃ§e)   */
/* ===================== */
.timeline-section {
    padding: 72px 0;
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 40px 0;
    }

    .timeline-section .service-detail-container {
        padding: 0 12px;
    }
}

.timeline-section .service-detail-container {
    display: block;
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 16px;
}

.timeline-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 56px;
    align-items: start;
}

.timeline-years {
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
}

.timeline-years {
    border-left: 2px solid #cdd6df;
}

.timeline-years li {
    position: relative;
    padding-left: 18px;
    color: #2b3441;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}

.timeline-years li::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #1b6f74;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(27, 111, 116, .08);
}

.timeline-years li.active {
    color: #0a8;
}

.timeline-years li.active::before {
    background: #0a8;
}

.timeline-years a.timeline-link {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    color: #1b4b6e;
    transition: color .2s ease;
}

.timeline-years a.timeline-link .year {
    font-size: 15px;
    letter-spacing: .2px;
}

.timeline-years a.timeline-link .hint {
    font-size: 12px;
    font-weight: 500;
    color: #6a7786;
}

.timeline-years a.timeline-link:hover {
    color: #0a8;
}

.timeline-years li.active>a.timeline-link {
    color: #0a8;
}

.timeline-content {
    position: relative;
}

.timeline-header h2 {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.timeline-header p {
    color: #5b6270;
    margin: 0 0 28px 0;
}

@media (max-width: 768px) {
    .timeline-header h2 {
        font-size: 28px;
    }

    .timeline-header p {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
}

.timeline-header.is-centered {
    text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 auto 42px auto;
    width: 100%;
}

/* BaÅŸlÄ±k altÄ± bÃ¶lÃ¼cÃ¼ ve kÄ±sa aÃ§Ä±klama */
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 8px auto 14px auto;
    max-width: 920px;
}

.title-divider .line {
    flex: 1 1 0;
    height: 2px;
    background: #cdd6df;
}

.title-divider .dot {
    width: 8px;
    height: 8px;
    background: #2c3e46;
    border-radius: 50%;
}

.lead-text {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #3b4050;
    max-width: 920px;
    margin: 0 auto 28px auto !important;
    text-align: center;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-left: 2px solid #e9edf2;
    margin-left: 60px;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 34px;
    width: 12px;
    height: 12px;
    background: #0a8;
    border-radius: 50%;
}

.timeline-item-year {
    font-weight: 700;
    color: #0a8;
}

.timeline-item-body h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
}

.timeline-item-body p {
    margin: 0 0 12px 0;
    color: #3b4050;
}

.timeline-item-media img {
    width: 240px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Ã–ne Ã§Ä±kan ilk adÄ±m (gÃ¶rsele yakÄ±n, dikey Ã§izgili) */
.timeline-feature {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 36px;
}

.timeline-feature .feature-media img {
    width: 420px;
    height: 420px;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(18%);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
}

.feature-text {
    position: relative;
}

.feature-line {
    position: relative;
    padding-left: 36px;
}

.feature-line::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: -60px;
    width: 2px;
    background: #e9edf2;
}

.feature-dot {
    position: absolute;
    left: 4px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #0a8;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(10, 136, 120, .12);
}

.feature-copy .feature-year {
    color: #0a8;
    font-weight: 700;
    margin-bottom: 6px;
}

.feature-copy h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.feature-copy p {
    margin: 0;
    color: #3b4050;
}

@media (max-width: 1200px) {
    .timeline-feature {
        grid-template-columns: 360px 1fr;
    }

    .timeline-feature .feature-media img {
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 992px) {
    .timeline-feature {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .timeline-feature .feature-media img {
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .feature-line {
        padding-left: 24px;
    }

    .feature-line::before {
        left: 8px;
    }

    .feature-dot {
        left: 2px;
    }
}

/* Merkez Ã§izgili iki kolonlu zaman Ã§izelgesi */
.centered-timeline {
    position: relative;
}

.centered-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #cdd6df;
    transform: translateX(-50%);
}

.milestone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
    padding: 140px 0;
    position: relative;
}

.milestone-col {
    position: relative;
}

.milestone-media {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
}

.milestone-copy {
    max-width: 560px;
}

.milestone-copy.is-left {
    margin-left: auto;
    text-align: right;
}

.milestone-copy h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
    color: black;
}

.milestone-copy p {
    margin: 0;
    color: #3b4050;
    line-height: 1.75;
}

/* Tek rakamlı milestone'lar (1, 3, 5, 7) için text-align: left */
.milestone:nth-child(1) .milestone-copy p,
.milestone:nth-child(3) .milestone-copy p,
.milestone:nth-child(5) .milestone-copy p,
.milestone:nth-child(7) .milestone-copy p {
    text-align: left;
}

/* Çift rakamlı milestone'lar (2, 4, 6) için text-align: right */
.milestone:nth-child(2) .milestone-copy p,
.milestone:nth-child(4) .milestone-copy p,
.milestone:nth-child(6) .milestone-copy p {
    text-align: right;
    font-size: 16px;
}

.milestone-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #1b6f74;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px rgba(27, 111, 116, .12);
    z-index: 2;
}

@media (max-width: 1200px) {
    .milestone {
        gap: 56px;
        padding: 104px 0;
    }

    .milestone-media {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 768px) {
    .milestone {
        gap: 20px;
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .milestone-media {
        width: 180px;
        height: 180px;
        order: 2;
        margin-top: 15px;
    }

    .milestone-copy {
        order: 1;
        text-align: center;
        max-width: 100%;
    }

    .milestone-copy h3 {
        font-size: 20px;
    }

    .milestone-copy p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Metin Ã¶nce, gÃ¶rsel sonra - daha spesifik kurallar */
    .milestone .milestone-copy {
        order: 1 !important;
    }

    .milestone .milestone-media {
        order: 2 !important;
    }
}

@media (max-width: 480px) {
    .milestone {
        gap: 15px;
        padding: 30px 0;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .milestone-media {
        width: 140px;
        height: 140px;
        order: 2;
        margin-top: 10px;
    }

    .milestone-copy {
        order: 1;
        text-align: center;
        max-width: 100%;
    }

    .milestone-copy h3 {
        font-size: 18px;
    }

    .milestone-copy p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* Metin Ã¶nce, gÃ¶rsel sonra - daha spesifik kurallar */
    .milestone .milestone-copy {
        order: 1 !important;
    }

    .milestone .milestone-media {
        order: 2 !important;
    }

    .timeline-section .service-detail-container {
        padding: 0 8px;
    }

    .timeline-years {
        gap: 6px 8px;
    }
}

/* Mobil Timeline Stilleri */
.mobile-timeline {
    display: none;
}

@media (max-width: 768px) {
    .centered-timeline {
        display: none;
    }

    .mobile-timeline {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .mobile-milestone {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        padding: 0;
    }

    .mobile-milestone-content {
        order: 1;
        text-align: center;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .mobile-year {
        font-size: 15px;
        font-weight: 700;
        color: #1b6f74;
        margin-bottom: 4px;
    }

    .mobile-milestone-content h3 {
        font-size: 18px;
        margin: 0 0 6px 0;
        color: #0F172A;
    }

    .mobile-milestone-content p {
        font-size: 14px;
        line-height: 1.6;
        color: #3b4050;
        margin: 0;
    }

    .mobile-milestone-image {
        order: 2;
        width: 140px;
        height: 140px;
    }

    .mobile-milestone-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        filter: grayscale(18%);
    }

    .timeline-years {
        padding: 0 0 15px 0;
    }

    .timeline-years li {
        padding: 6px 10px;
    }

    .timeline-years a.timeline-link {
        font-size: 12px;
    }

    .timeline-years a.timeline-link .year {
        font-size: 12px;
    }

    .timeline-years a.timeline-link .hint {
        font-size: 9px;
    }
}

@media (max-width: 992px) {
    .centered-timeline::before {
        left: 24px;
        transform: none;
    }

    .milestone {
        grid-template-columns: 1fr;
        padding: 60px 0;
        gap: 30px;
        margin-left: 40px;
    }

    .milestone-dot {
        left: 24px;
    }

    .milestone-copy,
    .milestone-copy.is-left {
        margin: 0;
        text-align: left;
        padding-left: 20px;
        order: 1;
        /* Metni Ã¶nce gÃ¶ster */
    }

    .milestone-media {
        margin: 0 auto;
        order: 2;
        /* GÃ¶rseli sonra gÃ¶ster */
    }
}

@media (max-width: 992px) {
    .timeline-layout {
        grid-template-columns: 1fr;
    }

    .timeline-years {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px 8px;
        padding: 0 0 20px 0;
        border-left: none;
        justify-content: center;
    }

    .timeline-years li {
        padding-left: 0;
        padding: 6px 10px;
        background: #f8f9fa;
        border-radius: 16px;
        border: 1px solid #e9ecef;
    }

    .timeline-years li::before {
        display: none;
    }

    .timeline-years a.timeline-link {
        font-size: 13px;
    }

    .timeline-years a.timeline-link .year {
        font-size: 13px;
    }

    .timeline-years a.timeline-link .hint {
        font-size: 10px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .timeline-item::before {
        left: -9999px;
    }
}

/* section.related-services {
    max-width: 1530px;
} */

/* Mobil cihazlar için */
@media (max-width: 768px) {

    .contact-item-card:nth-child(3) .contact-item {
        margin-left: 15%;
        width: 80%
    }
    .process-step-left {
    padding: 64px 0 24px 24px;

}
}

.contact-content:nth-of-type(3) {
    width: 90%;
}

.contact-content:nth-child(3) {
    width: 90%;
}

.contact-content .contact-number-link:nth-of-type(3) {
    width: 90%;
}

.contact-content:nth-of-type(3) {
    width: 90%;
}

.contact-content:nth-of-type(3) {
    width: 90%;
}