﻿/**************/
#products { position: relative; padding: 0px 0; z-index: 50; background: #fff; }

#products .kapsul { margin-left: 20px }
#products .kapsul .title { color: #121212; font: 600 50px var(--icerik-fontu); line-height: 52px; }
#products .kapsul .title { opacity: 1; }
#products .cards .baslik .line-wrapper { overflow: hidden }
#products .kapsul .title .line-wrapper { overflow: hidden }


#products .kapsul .subtitle { padding: 0; font-weight: 400; font-size: 18px; color: #666; width: 800px; max-width: 100%; margin-top: 16px; line-height: 28px; }
#products .kapsul .more { color: #121212; text-transform: capitalize; position: relative; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; white-space: nowrap; font: 600 14px var(--icerik-fontu); text-decoration: 2px solid #121212; }
#products .item { }
#products .item figure { overflow: hidden !important; }
#products .item figure img { width: 100%; }
#products .item .metin { padding-top: 25px; padding-bottom: 23px; border-bottom: 1px solid #121212; display: grid; gap: 10px; grid-template-columns: 55px 1fr auto; }
#products .item .metin .sira { font-size: 18px; line-height: 1; }
#products .item .metin .baslik { font-family: var(--font_beatricetrial); font-weight: 400; font-size: 24px; line-height: 1.25; margin: 0; color: #121212; }
#products .item .metin .icon { transform: translate(-10px, 10px); opacity: 0; transition: all .5s; color: #121212; }
#products .item:hover .metin .icon { transform: none; opacity: 1; }
#products .item .metin .icon i { font-size: 20px; color: #121212; }
#products .item .metin .icon i svg { width: 26px; height: auto; transform: rotate(226deg); }
#products .item .metin .icon i svg path { stroke: currentColor; }
/**************/
.stat-container { margin: 0 auto; background: #1d1d1d; padding: 60px 0; position: relative; z-index: 1453; }

/* Grid Yapısı (Tailwind grid yerine) */
.anasayfastats .stat-grid { display: grid; grid-template-columns: 1fr; }

@media (min-width: 768px) {
    .anasayfastats .stat-grid { grid-template-columns: repeat(4, 1fr); }
}

.anasayfastats .stat-item { position: relative; padding: 2rem; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; transform: translateY(30px); }
.anasayfastats .stat-item.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 768px) {
    .anasayfastats .stat-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.1), transparent); transition: all 0.5s; }
    .anasayfastats .stat-item:hover::after { height: 80%; top: 10%; background: rgba(255, 255, 255, 0.3); box-shadow: 0 0 15px var(--accent-glow); }
}

.anasayfastats .stat-item:hover { background: rgba(255, 255, 255, 0.02); }
.anasayfastats .stat-number { font-size: 4.5rem; /* text-7xl karşılığı */ font-weight: 100; letter-spacing: -2px; background: linear-gradient(180deg, #fff 0%, #94a3b8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: flex; align-items: baseline; margin: 20px 0 10px 0; }
.anasayfastats .stat-label { text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.2em; color: #fff; display: block; font-weight: 400; }
.anasayfastats .stat-description { font-size: 0.85rem; line-height: 1.7; color: var(--text-muted); font-weight: 300; transition: color 0.3s; color: #aeaeae; }
.anasayfastats .stat-item:hover .stat-description { }
.anasayfastats .plus-sign { font-size: 0.6em; margin-left: 2px; background: linear-gradient(180deg, #fff 0%, #94a3b8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
/***********/
figure.loading { position: relative; display: inline-block; min-width: 200px; min-height: 150px; margin: 0; background-color: #e2e8f0; border-radius: 8px; overflow: hidden; background-image: linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%); background-size: 200% 100%; animation: skeleton-move 1.5s infinite linear; }
figure.loading img { opacity: 0; visibility: hidden; }
figure:not(.loading) img { opacity: 1; transition: opacity 0.8s ease-in-out; }
figure.loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; border: 2px solid rgba(0,0,0,0.05); border-top-color: #3b82f6; border-radius: 50%; animation: spin 0.8s infinite linear; }

@keyframes skeleton-move {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/********/
#nerelerdeyiz { all: unset; display: block; background-color: #ffffff; color: #1a1a1a; padding: 120px 0; box-sizing: border-box; position: relative; z-index: 1453; }
#nerelerdeyiz * { box-sizing: border-box; margin: 0; padding: 0; }
#nerelerdeyiz .title-box { display: flex; height: 100%; align-items: center; }
#nerelerdeyiz .container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
#nerelerdeyiz h2 { font-size: 31px; font-weight: 400; line-height: 1.1; letter-spacing: -1.5px; color: #1a1a1a; }
#nerelerdeyiz .right-content { grid-column: span 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
#nerelerdeyiz .card { display: flex; flex-direction: column; }
#nerelerdeyiz .image-wrapper { width: 100%; aspect-ratio: 0.82 / 1; border-radius: 20px; overflow: hidden; margin-bottom: 16px; background-color: #f0f0f0; }
#nerelerdeyiz .image-wrapper img { width: auto; height: 141%; object-fit: cover; display: block; max-width: 200%; }
#nerelerdeyiz .card-label { font-size: 19px; font-weight: 400; line-height: 1.2; color: #111; width: min(150px,100%); }

@media (max-width: 1024px) {
    #nerelerdeyiz .container { grid-template-columns: repeat(2, 1fr); }
    #nerelerdeyiz .right-content { grid-column: span 2; grid-template-columns: repeat(2, 1fr); }
    #nerelerdeyiz .title-box { aspect-ratio: auto; height: 120px; }
}

@media (max-width: 640px) {
    #nerelerdeyiz { padding: 40px 20px; }
    #nerelerdeyiz .container { grid-template-columns: 1fr; }
    #nerelerdeyiz .right-content { grid-column: span 1; grid-template-columns: 1fr; grid-template-columns: repeat(2, 1fr); }
    #nerelerdeyiz .title-box { height: auto; padding: 20px 0; }
}
/********/
#footer { margin: 0; padding: 0; box-sizing: border-box; line-height: 1.5; background-color: #111827; color: #e5e7eb; width: 100%; position: relative; z-index: 10; }
#footer * { box-sizing: border-box; }
#footer .footer-main-container { padding: 80px 20px 40px; max-width: 1200px; margin: 0 auto; }
#footer .footer-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
#footer .footer-col-section { flex: 1; min-width: 250px; }
#footer .footer-logo-link { display: block; margin-bottom: 20px; }
#footer .footer-logo-link img { max-height: 50px; width: auto; display: block; filter: brightness(100) }
#footer .footer-description { color: #9ca3af; font-size: 0.95rem; margin-bottom: 25px; max-width: 320px; }
#footer .footer-social-box { display: flex; gap: 12px; margin-top: 25px; }
#footer .social-link { width: 42px; height: 42px; background-color: #293348; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
#footer .social-link:hover { background-color: #3b82f6; transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3); }
#footer .footer-grid table { border-collapse: collapse; width: auto; flex: 2; min-width: 300px; border: 0; }
#footer .footer-grid table td { vertical-align: top; padding: 0 20px; border: 0; }
#footer .footer-grid table p { margin: 0 0 12px 0; padding: 0; }
#footer .footer-grid table a { color: #9ca3af; text-decoration: none; font-size: 0.95rem; transition: color 0.3s ease, transform 0.3s ease; display: inline-block; }
#footer .footer-grid table a:hover { color: #3b82f6; transform: translateX(5px); }
#footer .footer-contact-section { flex: 1; min-width: 250px; }
#footer .footer-heading { color: #ffffff; font-size: 1.15rem; font-weight: 600; margin-bottom: 20px; position: relative; padding-bottom: 8px; }
#footer .footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background-color: #3b82f6; }
#footer .footer-contact-block, #footer .footer-contact-block a { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; color: #9ca3af; font-size: 0.95rem; }
#footer .footer-contact-block a span { color: #e6e6e6; }
#footer .footer-icon-blue { color: #ffffff; flex-shrink: 0; margin-top: 3px; margin-right: 5px; }
#footer .footer-bottom-bar { border-top: 1px solid #1f2937; padding-top: 30px; margin-top: 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; color: #6b7280; font-size: 0.85rem; }
#footer .footer-legal-links a { color: #6b7280; text-decoration: none; margin-left: 20px; transition: color 0.2s ease; }
#footer .footer-legal-links a:hover { color: #ffffff; }
#footer .social-link svg { fill: #fff; }

@media (max-width: 1024px) {
    #footer .footer-grid table { flex: 1 1 100%; order: 2; }

    #footer .footer-contact-section { order: 3; }
}

#footer .footer-bottom-container { padding: 10px 0; display: flex; justify-content: space-between; }
#footer .footer-bottom-links { display: flex; column-gap: 25px; }
#footer .footer-bottom-links a { color: #ddd; }

@media (max-width: 768px) {
    #footer .footer-grid { flex-direction: column; }
    #footer .footer-grid table { width: 100%; }
    #footer .footer-grid table td { display: block; padding: 0 0 30px 0; }
    #footer .footer-bottom-bar { flex-direction: column; text-align: center; }
    #footer .footer-legal-links a { margin: 0 10px; }
}
/********/

#aboutUs { padding: 100px 0; background: var(--tema-renk1); }
.about-wrapper { display: flex; gap: 20px; }

.about-wrapper > div { flex: 1; width: min(300px,100%); position: relative; font-size: 18px; line-height: 30px; }

.about-wrapper .baslik { font-size: 31px; flex: 1; line-height: 37px; color: #000; font-weight: 100; }
.about-wrapper .metin { }
.about-wrapper .metin .ozet { color: #000; margin-bottom: 8px; }
.about-wrapper .metin .icerik { color: #222222; font-size: 16px; line-height: 25px; }

@-webkit-keyframes shine {
    100% { left: 125% }
}

@keyframes shine {
    100% { left: 125% }
}

/********/
.references-section { position: relative; z-index: 1453; margin: 0; background: #fff; padding: 120px 0; }
.references-section .inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 43px; padding: 2.5rem; margin: 0 auto; background-color: #ffffff; border-radius: 1rem; }
.references-section .item { display: flex; align-items: center; position: relative; width: min(192px,100%); text-align: center; margin: 0 auto; }
.references-section .item:not(:last-child)::after { content: ""; width: 1px; height: 55px; background: linear-gradient(to bottom, transparent, #cbd5e1, transparent); margin-left: 1.5rem; position: absolute; right: 0; top: 0; }
.references-section figure { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; height: 57px; }
.references-section figure:hover { transform: translateY(-3px); }
.references-section .logo-item { max-width: 140px; max-height: 60px; height: auto; object-fit: contain; filter: grayscale(0.2); /* İsteğe bağlı: Daha kurumsal görünüm için */ transition: filter 0.3s ease; display: inline-block; margin: 0 auto; }
.references-section .logo-item:hover { filter: grayscale(0); }

.references-section .section-header { /* max-w-4xl */ margin: 0 auto 2rem auto; text-align: center; }
.references-section .section-title { font-size: 1.875rem; /* text-3xl */ font-weight: 400; color: #1e293b; margin: 0; }
.references-section .underline { height: 4px; width: 80px; background-color: var(--tema-renk1); /* bg-blue-500 */ margin: 0 auto; border-radius: 9999px; }


@media (max-width: 768px) {
    .references-section { flex-direction: column; padding: 2rem 1rem; gap: 2rem; }
    .references-section .item:not(:last-child)::after { content: ""; width: 60%; height: 1px; background: linear-gradient(to right, transparent, #cbd5e1, transparent); position: absolute; bottom: -1rem; left: 20%; margin: 0; }
}
/********/
#adimlar { --bg-dark: #1a1a1a; --accent-yellow: #f9a825; --text-white: #ffffff; padding: 120px 0 180px 0; display: flex; justify-content: center; background-color: #ffffff; position: relative; z-index: 1453; }

#adimlar .inner { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; /* Genişleyen kart için max-width artırıldı */ }

#adimlar .step-wrapper { display: flex; flex-direction: column; align-items: flex-start; width: 23%; /* Standart kart genişliği */ position: relative; }
#adimlar .step-wrapper:last-child { width: 26%; }
#adimlar .step-wrapper:last-child .card-dark { background: var(--tema-renk1); color: #000 }
#adimlar .step-wrapper:last-child .divider-container { display: none }
/* Sarı kart için genişletilmiş kapsayıcı */
#adimlar .wide-step { width: 350px; /* Standart 220px'in ~1.6 katı */ }

#adimlar .step-label { font-size: 1.5rem; font-weight: 400; margin-bottom: 15px; color: #333; }

#adimlar .card { width: 100%; height: 280px; border-radius: 40px; display: flex; flex-direction: column; padding: 30px; box-sizing: border-box; transition: transform 0.3s ease; }

#adimlar .card:hover { transform: translateY(-5px); }

#adimlar .card-dark { background-color: var(--bg-dark); color: var(--text-white); }

#adimlar .card-yellow { background-color: var(--accent-yellow); color: var(--bg-dark); }

#adimlar .icon-container { margin-bottom: auto; }

#adimlar .icon-container img { width: 50px; height: 50px; fill: none; stroke: var(--accent-yellow); stroke-width: 1.5; }

#adimlar .card-yellow .icon-container img { stroke: var(--bg-dark); fill: var(--bg-dark); width: 60px; /* Sarı kart ikonu biraz daha büyük */ height: 60px; }

#adimlar .card-title { font-size: 1.35rem; font-weight: 600; line-height: 1.2; margin-top: 20px; }

#adimlar .card-desc { font-size: 1.1rem; /* Metin daha geniş alan için büyütüldü */ line-height: 1.4; margin-top: 15px; font-weight: 600; }

#adimlar .divider-container { width: 100%; display: flex; justify-content: center; position: absolute; bottom: -38px; left: 50%; }

#adimlar .dashed-line { width: 60%; height: 20px; border-bottom: 3px dashed var(--accent-yellow); border-radius: 0 0 50% 50%; opacity: 0.7; }

@media (max-width: 1100px) {
    #adimlar .wide-step { width: 100%; max-width: 460px; }
}

@media (max-width: 768px) {
    #adimlar .step-wrapper, #adimlar .wide-step { width: calc(50% - 10px) !important; max-width: 300px; }
    #adimlar .dashed-line { display: none; }
    #adimlar .card { height: 222px; }
}
/********/
.popup99, .popup99 a.git99 { width: 100%; height: 100% }
.popup99 { padding: 50px 10px; position: fixed; left: 50%; z-index: 1000000; background: rgba(0,0,0,.6) }
.popup99 { text-align: center }
.popup99 a.git99 img { max-width: 100%; max-height: 100% }
.popup99 a.git99:hover { opacity: 1 }
.popup99 a.kapat99 { color: #fff; font-size: 35px; position: absolute; left: 50%; top: 10px }
.popup99 img { max-height: 100% }
.popup99 a.git99, .popup99 img { display: inline-block }
.popup99 { top: 50%; transform: translate(-50%,-50%) }
.popup99 a.git99 { position: relative }
/********/

.nedirIcerik { font: 400 16px var(--icerik-fontu); color: #252525; line-height: 28px; margin: 35px 0; }
.nedirIcerik iframe { margin: 30px 0 }
.nedirIcerik p { margin: 0 0 10px; }
.nedirIcerik .icerik { line-height: 30px }
.nedirIcerik h1 { color: #58585a; font-weight: 700; font-size: 24px; margin: 0 0 20px; height: auto; padding: 0 0 10px }
.nedirIcerik h1 span { display: block; font-size: 14px; font-weight: 700; letter-spacing: 0; color: #6e6e6e; line-height: 13px }
.nedirIcerik h1 strong { font-weight: 700; color: #c48012; font-size: 22px }
.nedirIcerik .donanim { margin: 50px 0 10px }
.nedirIcerik .donanim div { width: auto; float: left; margin: 0 0 20px 30px; text-align: center }
.nedirIcerik .donanim div span { display: block; font-weight: 700; font-size: 14px; color: #002657 }
.nedirIcerik .donanim div em { font-style: normal; font-size: 13px }
.nedirIcerik .donanim div img { width: 26px; display: inline-block }
.nedirIcerik h2 { color: var(--tema-renk2); font: 600 26px var(--baslik-fontu); }
.nedirIcerik ul { list-style: circle; margin-left: 30px }
.nedirIcerik ul li { /* padding-left: 30px; */ padding-bottom: 3px; position: relative; line-height: 30px }
.nedirIcerik ul li::marker { color: var(--tema-renk1); }
.nedirIcerik .itemN { margin: 10px; max-height: 400px; overflow: hidden }
.nedirIcerik figcaption { text-align: center; margin-bottom: 20px; font-weight: 700; font-size: 15px; color: #c1c1c1 }
.nedirIcerik .videoNedir { width: 50%; float: left; padding-right: 20px; position: relative }
.nedirIcerik img { height: auto !important; margin: 0 25px 20px 0 }
/*****/
.aktifTab { display: block }
.urunTab { margin: 60px -15px 0 }
.urunTab .bilgi { min-height: 288px; box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1); line-height: 30px; border: none; font-size: 15px; color: #4b4b4b; padding: 45px 60px; background: #fff }
.urunTab .bilgi h2 { margin: 0 0 15px; font-size: 18px; font-weight: 700 }
.urunTab .etezgahTab { overflow-y: auto; border-top-right-radius: 6px; border-top-left-radius: 6px; white-space: nowrap }
.urunTab .etezgahTab a { border-radius: 0; font-size: 14px; padding: 10px 15px; background: #dedede; display: inline-block; margin-right: 0; letter-spacing: .5px; font-weight: 400; color: #333 }
.urunTab .etezgahTab a.aktif { background: #f7f7f7 }
.tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none }
/*****/
iframe { max-width: 100% }
/****/
.fotorama { max-width: 800px; margin: 0 auto }
/*****************/
.katicerik { margin: 50px 0; line-height: 25px; font-size: 15px; color: #58585a }
/*****/
.tabloyama { overflow-x: auto; margin-right: -20px; padding-bottom: 20px; margin: 25px 0; }
/**************/
.yildizOn { /* margin: 0 auto; */ background: url(/d/r/yildiz-pasif.png); position: relative; width: 100px; height: 16px; display: block; }
.yildizOn span { position: absolute; left: 0; top: 0; width: 100px; height: 17px; background: url(/d/r/yildiz.png); }
/*******/
.icerikDet { padding: 50px 0 75px; }
.icerikDet .kisaOzet { font-size: 18px; font-style: italic; font-weight: 500; line-height: 30px; letter-spacing: 1px; }
.icerikDet .icerik { font-size: 16px; line-height: 27px; letter-spacing: 1px; color: #333 }
.icerikDet .icerik p { margin: 10px 0; }
.icerikDet .icerik ul { list-style: circle; margin-left: 25px; line-height: 35px; }
.icerikDet .icerik ul li { }
.icerikDet .icerik ul li::marker { color: var(--tema-renk1) }
.icerikDet .icerik a { }
.icerikDet .icerik span { }
/*******/
.icerikSag { padding-left: 25px !important; }
.icerikSag .icerikDetsag { padding: 32px 32px 32px 32px; background: #023e302b; margin-bottom: 40px; }
.icerikSag .icerikDetsag .title { color: #333; margin: 0 0 20px; font: 700 24px var(--baslik-fontu); line-height: 36px; text-transform: uppercase; }
#icerikDetCat { }
#icerikDetCat ul { }
#icerikDetCat ul li { list-style: none; position: relative; padding-left: 16px; font-size: 18px; line-height: 1.5; margin-bottom: 16px; padding-bottom: 16px; }
#icerikDetCat ul li:before { position: absolute; content: ""; left: 0; top: 12px; height: 6px; width: 6px; background-color: var(--tema-renk1); }
#icerikDetCat ul li:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background-color: rgba(72, 30, 11, 0.07); }
#icerikDetCat ul li a { display: flex; justify-content: space-between; align-items: center; }
#icerikDetCat ul li span { }
#icerikDetCat ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
#icerikDetCat ul li:last-child::after { display: none }
#icerikDetson { }
#icerikDetson { }
#icerikDetson ul { }
#icerikDetson ul li { display: flex; align-items: center; margin-bottom: 20px; }
#icerikDetson ul li .resim { flex: 0 0 auto; margin-right: 20px; width: 100px; height: 100px; }
#icerikDetson ul li .resim img { width: 100%; height: 100%; object-fit: cover; }
#icerikDetson ul li .kap { }
#icerikDetson ul li .kap .baslik { }
#icerikDetson ul li .kap .baslik a { margin-bottom: 13px; color: #333; font: 600 16px var(--baslik-fontu); line-height: 24px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#icerikDetson ul li .kap time { font: 400 14px var(--icerik-fontu); line-height: 25px; display: flex; align-items: center; color: #333; }
#icerikDetson ul li .kap time i { margin-right: 5px; display: flex; align-items: center; justify-content: center; }
#icerikDetson ul li .kap time i svg { fill: var(--tema-renk2); margin-top: -2px; }
#icerikDetson ul li:last-child { margin-bottom: 0 }
#icerikfollow { }
#icerikfollow .social { display: flex; align-items: center; }
#icerikfollow .social a { color: #020e27; padding: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: #bfaaa3; }
#icerikfollow .social a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#icerikfollow .social a svg { display: block; fill: #fff; width: 20px; height: 20px; }
#icerikfollow .social a:hover svg { fill: var(--tema-renk1); }
#icerikfollow .social a.yout:hover svg path { fill: var(--tema-renk1); }
#icerikfollow .social a.inst svg .st0 { stroke: #fff; }
#icerikfollow .social a.inst:hover svg .st0 { stroke: var(--tema-renk1); }
/***********/
.swiper-pagination { position: relative; bottom: initial; left: initial; margin: 15px 0 0; bottom: 0 }
.swiper-pagination-bullet { width: 17px; border-radius: 2px; height: 4px }
.swiper-pagination-bullet-active { width: 39px }
/***********/

nav.icMenu { padding: 15px; background: transparent; margin-right: 30px; border: 1px solid var(--tema-renk1); }
nav.icMenu a { position: relative; display: block; color: #252525; text-decoration: none; margin-bottom: 3px; font-size: 16px; padding: 10px 10px 10px 0; font-weight: 400; padding-left: 14px; letter-spacing: -.5px; }
nav.icMenu a:hover { color: var(--tema-renk1); background: #e5e5e5; }
nav.icMenu a.active { color: #fff; background: var(--tema-renk1); }
nav.icMenu a.active:after { position: absolute; top: 19px; right: 10px; width: 8px; height: 8px; content: ''; margin-left: -5px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate( -45deg); box-sizing: border-box; }
/****/
.efektekle { position: relative; overflow: hidden; }
.efektekle:after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; transition: .2s; border: 2px solid rgb(0 0 0 / 58%); clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem)); box-shadow: 1px 1px #fff; z-index: 5; }
.efektekle:hover:after { border-color: var(--tema-renk1); -webkit-transform: scale(.9); transform: scale(.9); }
.efektekle img { transition: transform .2s,filter .4s; }
.efektekle:hover img { transform: scale(1.1); }
/***********/
.solHover { position: relative; z-index: 50; overflow: hidden; transition: all 750ms ease; }
.solHover:before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; z-index: -1; transition: all 750ms ease; background: #272b2b; }
.solHover:hover:before { width: 100% }
.solHover:hover { color: #fff !important; }
/**********/
.sallaHover { position: relative; overflow: hidden; padding: 10px 15px; display: inline-block; border: 1px solid currentColor; margin-top: 15px; }
.sallaHover span { position: relative; color: inherit; z-index: 2; }
.sallaHover:before { content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-top-left-radius: 50%; border-top-right-radius: 50%; transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66); background-color: inherit; }
.sallaHover::after { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background-color: #fff; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.sallaHover:hover { color: #1c1a1d !important; }
.sallaHover:hover:before { top: 100%; }
.sallaHover:hover:after { bottom: -50%; }
/********/
.resimZoomla { overflow: hidden; }
.resimZoomla figure { overflow: hidden }
.resimZoomla img { transform: scale(1); transition: all 750ms ease; }
.resimZoomla:hover img { transform: scale(1.2); }
/**********/

#sirkle { width: 165px; height: 165px; background: #fff; border-radius: 50%; box-shadow: 0 0 12px 1px #00000000; padding: 6px; position: absolute; bottom: 15%; right: 9%; }
#sirkle img.icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: auto; }
#circleText { fill: currentColor; height: auto; max-width: 66vmin; transform-origin: center; width: 100%; animation: rotate 15s linear infinite; }
#circleText textPath { letter-spacing: 1px; font-size: 8px; font-family: var(--baslik-fontu); font-weight: 600; color: #b2b2b2; }

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/******/
#hizmetlerimiz { --text-primary: #ffffff; --text-secondary: #a0a8a7; --border-color: rgba(160, 168, 167, 0.2); background-color: var(--tema-renk2); color: var(--text-primary); line-height: 1.6; min-height: 100vh; padding: 100px 0; }
#hizmetlerimiz * { }
#hizmetlerimiz .header { border-bottom: 1px solid var(--border-color); padding-bottom: 2rem; margin-bottom: 0; }
#hizmetlerimiz .header h1 { font-size: 2.5rem; font-weight: 300; letter-spacing: -0.02em; margin: 0; }
#hizmetlerimiz .service-row { display: flex; padding: 4rem 0; border-bottom: 1px solid var(--border-color); gap: 2rem; background-color: var(--tema-renk2); }
#hizmetlerimiz .service-title-col { flex: 1; display: flex; gap: 0.5rem; align-items: flex-start; height: fit-content; }
#hizmetlerimiz .service-title-col .number { font-size: 28px; font-weight: 200; line-height: 28px; }
#hizmetlerimiz .service-title-col h2 { font-size: 28px; font-weight: 200; color: #fff; margin: 0; line-height: 29px; }
#hizmetlerimiz .service-desc-col { flex: 1.2; padding-right: 2rem; color: #a9a9a9; line-height: 21px; font-size: 15px; }
#hizmetlerimiz .service-desc-col > div { color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 1.5rem; max-width: 400px; }
#hizmetlerimiz .learn-more { display: inline-flex; align-items: center; text-decoration: none; color: var(--text-primary); font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; margin-top: 16px; }
#hizmetlerimiz .learn-more::after { content: " ▾"; margin-left: 5px; font-size: 1rem; }
#hizmetlerimiz .service-image-col { flex: 1.5; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
#hizmetlerimiz .img-box { aspect-ratio: 4/3; background-color: transparent; overflow: hidden; position: relative; text-align: center; }
#hizmetlerimiz .img-box img { width: auto; height: 100%; object-fit: cover; opacity: 0.9; transition: opacity 0.3s ease, transform 0.5s ease; display: inline-block; }
#hizmetlerimiz .img-box:hover img { opacity: 1; transform: scale(1.05); }
#hizmetlerimiz .btn-modern { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; color: #b2b2b2; border-radius: 16px; font-weight: 500; font-size: 14px; transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
#hizmetlerimiz .btn-modern:hover { transform: translateY(-2px); box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.2); color: white; /* Hover durumunda rengi korur */ }
#hizmetlerimiz .btn-modern:active { transform: scale(0.96); }
#hizmetlerimiz .arrow-icon { width: 20px; height: 20px; transition: transform 0.3s ease; }
#hizmetlerimiz .btn-modern:hover .arrow-icon { transform: translateX(5px); }


@media (max-width: 1100px) {
    #hizmetlerimiz { padding: 5%; }
    #hizmetlerimiz .service-row { flex-direction: column; gap: 2rem; border: none; }
    #hizmetlerimiz .service-desc-col { padding-right: 0; }
    #hizmetlerimiz .service-title-col { flex: initial; }
}

@media (max-width: 600px) {
    #hizmetlerimiz .header h1 { font-size: 1.8rem; }
    #hizmetlerimiz .service-title-col h2 { font-size: 1.4rem; }
    #hizmetlerimiz .service-image-col { /* grid-template-columns: 1fr; */ }
}

@media(min-width: 1901px) {
}

@media(max-width: 767px) {


    .onceki { margin-bottom: 25px }
    /******/
    nav.icMenu { margin: 0 0 30px 0; }
    /******/
    .nedirIcerik img { height: auto }
    .nedirIcerik h1 { font-size: 17px }
    .nedirIcerik ul li { padding-left: 0 }
    /*******/
    .urunTab .etezgahTab a { padding: 10px 25px }
    .urunTab .bilgi { padding: 45px 15px }
    .urunTab { margin: 60px 0 0 }
    /********/
    .sabit { padding: 0 10px }
    /****/

    #formDet .kapsul .formdetay .row .satir { width: 100%; margin: 0 0 20px; }
    /****/
    #yorumlar .item .metin .icerik { padding: 0; }
    #yorumlar .item { padding: 45px 25px 25px; }
    #yorumlar .swiper-button-next, #yorumlar .swiper-button-prev { top: 90%; }
    #yorumlar .kapsul .subtitle { text-align: center; }
    /****/
    .about-image { text-align: center }
    .about-image img { width: 220px; display: inline-block }

    #products .parallax-containermobil { height: 335px; border-radius: 12px; overflow: hidden; width: 100%; z-index: 0; position: relative; }
    #products .parallax-containermobil img { max-width: initial; width: 200%; height: auto; left: -50%; transform: translateY(-50%); border-radius: 12px; overflow: initial; }
    #footer .footer-bottom-container { display: block; text-align: right; }
    #footer .footer-bottom-links { margin-top: 10px; justify-content: flex-end; }
    .about-wrapper { flex-direction: column }
    .about-wrapper > div { width: 100% }
    #aboutUs { padding: 40px 0; }
    #adimlar .card-title { font-size: 16px; font-weight: 400; margin: 20px -27px 0 10px; }
    #adimlar .inner .step-wrapper { margin-bottom: 20px; }
    #adimlar .step-label { margin: 10px auto 10px auto; }
    .anasayfastats .stat-item { display: flex; flex-wrap: wrap; align-items: center; border-bottom: solid 1px #3d3d3d57; }
    .anasayfastats .stat-label { width: 100% }
    .anasayfastats .stat-number { width: 50%; }
    .anasayfastats .stat-description { width: 50%; }
    #nerelerdeyiz .image-wrapper img { height: 165%; }

    .references-section .inner { padding: 2.5rem 0; }
    .references-section .item { width: 130px; }
}
