.btn_kap { position: relative; pointer-events: auto; display: inline-flex; width: 100%; align-items: center; border-radius: 9999px; background-color: #fff; color: #000 !important; max-width: 318px; padding: 0 36px; height: 77px; }
.btn_kap .p1 { font: 500 16px var(--text-font); }
.btn_kap .btn_circle { position: absolute; bottom: -1px; left: -1px; right: -1px; top: -1px; z-index: 2; display: flex; align-items: center; border-radius: 9999px; background-color: var(--main-color); padding: 0 36px; font: 500 16px var(--text-font); line-height: 1; color: #fff !important; clip-path: inset(13.66px 18.2133px 13.66px calc(100% - 68.3px) round 38.7033px); transition: clip-path .65s cubic-bezier(.785,.135,.15,.86), transform .65s cubic-bezier(.785,.135,.15,.86); }
.btn_kap .btn_circle .center { display: flex; width: 100%; align-items: center; justify-content: space-between; padding-left: 1px; padding-right: 1px; }
.btn_kap .btn_circle .center svg { display: block; vertical-align: middle; height: 14px; width: 14px; overflow: hidden; }
.btn_kap .btn_circle .center svg path { fill: currentColor; transition: transform .65s cubic-bezier(.785,.135,.15,.86); }
.btn_kap .btn_circle .center svg path:first-child { transition-delay: .1s; }
.btn_kap .btn_circle .center svg path:last-child { transform: translateX(-100%); transition-delay: 0s; }
.btn_kap:hover .btn_circle { clip-path: inset(0 round 4.25rem); }
.btn_kap:hover .btn_circle .center svg path:first-child { transform: translateX(100%); transition-delay: 0s; }
.btn_kap:hover .btn_circle .center svg path:last-child { transform: translateX(0); transition-delay: .1s; }
/*******/
.cta-btns { position: relative; overflow: hidden; display: block; text-align: center; background-color: #f1eff0; fill: var(--main-color2); color: #000000; font: 500 16px var(--text-font); line-height: 1.2em; width: fit-content; border-radius: 10px; padding: 16px 20px; }
.cta-btns:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -15%; right: 0; width: 0; height: 106%; transform: skew(45deg); transition: all 0.4s ease-in-out; }
.cta-btns span { position: relative; z-index: 1 !important; display: flex; flex-direction: row; gap: 11px; justify-content: center; text-decoration: inherit; align-items: center; }
.cta-btns:hover, .cta-btns:focus { color: #ffffff; }
.cta-btns:hover:before { width: 100%; transform: skew(0deg); left: 0; background: var(--main-color); z-index: 0; }
/*********/
.cta-clip { position: relative; overflow: hidden; }
.cta-clip span { position: relative; z-index: 1; display: inline-block; }
.cta-clip::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: var(--main-color); clip-path: circle(0% at 0 0); transition: clip-path 0.5s ease-in-out; z-index: 0; }
.cta-clip:hover::before { clip-path: circle(150% at 40px 40px); }
/*********/
.figure-action { position: relative; overflow: hidden; }
.figure-action:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }
.figure-action:hover:after { height: 250%; transition: all 600ms linear !important; background-color: transparent; }
/*********/

.circle-wrapper { position: relative; width: 90px; height: 90px; }
.circle-wrapper svg { width: 100%; height: 100%; transform: rotate(-90deg); /* start at top */ }
.circle-bg { fill: none; stroke: #e3ebff; stroke-width: 6; }
.circle-progress { fill: none; stroke: #3f82fb; stroke-width: 6; stroke-linecap: round; stroke-dasharray: 0; /* JS ile ayarlanacak */ stroke-dashoffset: 0; /* JS ile ayarlanacak */ transition: stroke-dashoffset 0.8s ease; }
.circle-value { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font: 600 20px var(--text-font); color: #0f2453; }
/*********/
@keyframes experienceMove {
 0% { transform: translateX(0); }
 50% { transform: translateX(-55px); }
 100% { transform: translateX(0); }
}
/*********/
#anaHakkimizda { padding: 75px 0 150px; position: relative; background: #ffffff; }
#anaHakkimizda .row { gap: 100px; align-self: stretch; align-items: center; flex: 0 1 auto; }
#anaHakkimizda .kapsul { position: relative; z-index: 50; width: 41%; }
#anaHakkimizda .kapsul .baslik { font: 700 14px var(--title-font); color: #4361ee; width: fit-content; overflow: hidden; margin: 3px 0 16px 0; line-height: 25px; letter-spacing: 1.26px; }
#anaHakkimizda .kapsul .kisaOzet { font: 700 48px var(--title-font); color: var(--main-color); line-height: 58px; /* width: 491px; */ max-width: 100%; }
#anaHakkimizda .metin { position: relative; z-index: 50; width: 54%; padding: 0 0 0 30px; margin: 0; border-left: 2px solid #e4e4e7; }
#anaHakkimizda .metin .icerik { font: 400 16px var(--text-font); line-height: 30px; color: #52525b; margin-bottom: 30px; }
#anaHakkimizda .metin .icerik p { margin-bottom: 16px; display: block; }
#anaHakkimizda a.more { padding: 10px 24px; cursor: pointer; background-color: var(--main-color); color: #fff; font: 500 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; }
#anaHakkimizda a.more span { }
#anaHakkimizda a.more svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#anaHakkimizda a.more svg path { fill: currentColor; }
#anaHakkimizda a.more:hover { }
#anaHakkimizda a.more:hover svg { padding-left: 8px; }
#anaHakkimizda .item { display: flex; align-items: flex-end; z-index: 50; position: relative; margin: 100px 0 0; }
#anaHakkimizda .item figure.vidRes { position: relative }
#anaHakkimizda .item figure.vidRes.aos-animate:before,
#anaHakkimizda .item figure.big.aos-animate:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 15; background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%; background-blend-mode: multiply; background-position: 0 0; filter: contrast(999); mix-blend-mode: screen; animation: pxl_blinds_staggered 1.5s linear alternate; }

@keyframes pxl_blinds_staggered {
 0%, 25% { background-position: 0 100%; }

 75%, 100% { background-position: 0 0; }
}

#anaHakkimizda .item figure.vidRes img { }
#anaHakkimizda .item figure.big { margin-left: 57px; }
#anaHakkimizda .item figure.big img { }
/****/
#services { background-color: #F8FAFC; position: relative; overflow: hidden; padding: 100px 0; background-size: contain; background-repeat: no-repeat; width: 100%; }
#services:before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10h20v2H10zm40 20h30v2H50zm-40 40h10v2H10zm60 0h20v2H70zm-40 20h20v2H30zm50-70v20h2V10zm-40 40v30h2V50zm-30-20v10h2V30zm60 40v20h2V70z' fill='%233b82f6' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E"); pointer-events: none; opacity: 1; transition: opacity .25s ease; }
#services .cat-content { display: flex; padding: 10px; margin: 0 0 60px; align-items: end; justify-content: space-between; }
#services .cat-content .kap { width: 75%; display: flex; flex-direction: column; /* gap: 15px; */ }
#services .cat-content .main-title { letter-spacing: 1px; color: var(--main-color); font: 500 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#services .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#services .cat-content .main-subtitle { font: 700 48px var(--title-font); line-height: 59px; color: #0f172a; }
#services .cat-content .main-subtitle strong { color: #3b82f6; display: block; }
#services .cat-content .see-all { padding: 10px 24px; cursor: pointer; background-color: var(--main-color); color: #fff; font: 500 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; border-radius: 5px; }
#services .cat-content .see-all span { }
#services .cat-content .see-all svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#services .cat-content .see-all svg path { fill: currentColor; }
#services .cat-content .see-all:hover { }
#services .cat-content .see-all:hover svg { padding-left: 8px; }
#services .cat-content .main-content { width: 675px; max-width: 100%; color: #475569; font: 400 18px var(--text-font); line-height: 30px; margin: 24px 0 0; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#services .grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
#services .item { border: 1px solid #e2e8f0; background: #fff; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); padding: 32px; height: 100%; }
#services .item figure { width: 56px; height: 56px; background: #f8fafc; border-radius: 16px; transition: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color 150ms cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; margin: 0 0 24px; }
#services .item figure img { height: 30px; width: 30px; display: block; }
#services .item .text-box { display: flex; flex-direction: column; justify-content: space-between; height: calc(100% - 80px); }
#services .item .text-box .title { color: #0f172a; font: 700 20px var(--title-font); line-height: 28px; transition: .4s ease; margin: 0 0 12px; }
#services .item .text-box .subtitle { font: 400 14px var(--text-font); color: #475569; line-height: 23px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; transition: .4s ease; margin: 0 0 32px; }
#services .item .text-box .more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 14px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#services .item .text-box .more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 4px; }
#services .item .text-box .more svg path { fill: currentColor }
#services .item:hover { border-color: #3b82f680; transform: translateY(-5px); transition: all 0.3s ease; }
#services .item:hover figure { background-color: #3b82f61a; }
#services .item:hover .text-box .more svg { margin: 0 0 0 8px; }
/*********/
#whyUs { padding: 100px 0; position: relative; overflow: hidden; }
#whyUs .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 4rem; }
#whyUs .left-box { order: 1; position: relative; border-radius: 24px; overflow: hidden; z-index: 10; box-shadow: 0 0 #0000, 0 0 #0000,0 25px 50px -12px rgb(0 0 0 / 0.25); }
#whyUs .left-box:before { content: ""; position: absolute; pointer-events: none; inset: 0px; background-image: linear-gradient(to top right, rgb(30 58 138 / 0.4), transparent); }
#whyUs .left-box figure { width: 100%; height: 600px; overflow: hidden; }
#whyUs .left-box figure img { width: 100%; height: 100%; object-fit: cover; }
#whyUs .left-box .ex-box { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; border-radius: 1rem; padding: 1.5rem; border: 1px solid rgb(255 255 255 / 0.2); background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: space-between; }
#whyUs .left-box .ex-box .experience { display: flex; align-items: center; }
#whyUs .left-box .ex-box .experience .icon { width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem; background-color: #3b82f6; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(59 130 246 / 0.2), 0 4px 6px -4px rgb(59 130 246 / 0.2); }
#whyUs .left-box .ex-box .experience .icon img { width: 24px; height: 24px; filter: invert(1) brightness(5000); object-fit: contain; }
#whyUs .left-box .ex-box .experience .box { margin: 0 0 0 16px; }
#whyUs .left-box .ex-box .experience .box strong { display: block; font: 700 1.25rem var(--title-font); line-height: 1.75rem; color: #fff; }
#whyUs .left-box .ex-box .experience .box span { font: 600 12px var(--title-font); text-transform: uppercase; color: #cbd5e1; letter-spacing: 0.1em; }
#whyUs .left-box .ex-box .successBox { margin: 0 0 0 16px; font: 600 12px var(--title-font); color: #cbd5e1; line-height: 1rem; }
#whyUs .left-box .ex-box .successBox span { font: 700 1.25rem var(--title-font); line-height: 1.75rem; color: #3b82f6; display: block; }
#whyUs .right-box { order: 2; }
#whyUs .item { position: relative; display: flex; flex-direction: column; gap: 15px 15px; }
#whyUs .item .title { letter-spacing: 1px; color: var(--main-color); font: 500 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#whyUs .item .title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#whyUs .item .subtitle { font: 700 48px var(--title-font); line-height: 59px; color: #0f172a; }
#whyUs .item .subtitle strong { color: #3b82f6; display: block; }
#whyUs .item .context { color: #475569; font: 400 18px var(--text-font); line-height: 30px; }
#whyUs .item .solutions { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#whyUs .item .solutions .solution { display: flex; align-items: flex-start; border-radius: 1rem; padding: 1rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
#whyUs .item .solutions .solution .icon { height: 24px; width: 24px; flex-shrink: 0; }
#whyUs .item .solutions .solution .icon img { width: 24px; height: 24px; object-fit: contain; }
#whyUs .item .solutions .solution .text-box { margin: 0 0 0 16px }
#whyUs .item .solutions .solution .text { color: #0f172a; font: 700 16px var(--text-font); line-height: 24px; }
#whyUs .item .solutions .solution .label { color: #64748b; font: 400 14px var(--text-font); line-height: 1.25rem; margin: 4px 0 0; display: block; }
#whyUs .item .link-box { display: flex; align-items: center; justify-content: flex-start; gap: 20px; padding: 25px 0 10px; }
#whyUs .item .link-box a { padding: 12px 18px; cursor: pointer; border-radius: 10px; background-color: transparent; color: #000; font: 600 14px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 1.8; display: flex; align-items: center; width: fit-content; border: 1px solid #E4E4E7; }
#whyUs .item .link-box a span { }
#whyUs .item .link-box a svg { width: 14px; height: 14px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#whyUs .item .link-box a svg path { fill: currentColor; }
#whyUs .item .link-box a:hover { background-color: #1e3a8ae6; color: #fff; border-color: #1e3a8ae6; }
#whyUs .item .link-box a:hover svg { padding-left: 8px; }
#whyUs .item .link-box a.explore { background: #1e3a8ae6; color: #fff; border-color: #1e3a8ae6; }
#whyUs .item .link-box a.explore svg { margin: 0 8px 0 0; }
#whyUs .item .link-box a.explore svg path { fill: none; stroke: currentColor; stroke-width: 1.75; }
#whyUs .item .link-box a.explore:hover svg { padding: 0 8px 0 0; }
/*********/
#projects { /* background-color: #f9f9f9; */ position: relative; overflow: hidden; padding: 100px 0; background-size: contain; background-repeat: no-repeat; width: 100%; }
#projects .row { gap: 80px; align-items: flex-start; }
#projects .cat-content { display: flex; padding: 10px; margin: 0 0 60px; align-items: center; justify-content: space-between; width: 30%; }
#projects .cat-content .kap { width: 50%; display: flex; flex-direction: column; gap: 15px; }
#projects .cat-content .main-title { letter-spacing: 1px; color: var(--main-color); font: 500 14px var(--text-font); line-height: 1.1em; padding-left: 18px; /* text-transform: uppercase; */ position: relative; border: 1px solid #0F24531A; width: fit-content; padding: 5px 10px 5px 25px; border-radius: 50px; }
#projects .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 10px; bottom: 0; transform: translateY(-50%); width: 8px; height: 8px; background: var(--main-color2); border-radius: 50%; }
#projects .cat-content .main-subtitle { font: 500 26px var(--title-font); line-height: 39px; color: #000; width: 1200px; max-width: 100%; }
#projects .cat-content .see-all { background: var(--main-color); color: #fff; }
#projects .grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; width: 70%; }
#projects .item { transition: filter ease .5s; /* border-radius: 5px; */ padding: 15px 12px; height: 115px; background: #f7f7f7; display: flex; align-items: center; justify-content: center; }
#projects .item figure { }
#projects .item figure img { max-width: 180px; max-height: 95px; filter: grayscale(1); }
#projects .item:hover figure img { filter: none; }
/*********/
#products { background-color: #F8FAFC; position: relative; overflow: hidden; padding: 100px 0; background-size: contain; background-repeat: no-repeat; width: 100%; }
#products .cat-content { display: flex; padding: 10px; margin: 0 0 60px; align-items: end; justify-content: space-between; }
#products .cat-content .kap { width: 75%; display: flex; flex-direction: column; /* gap: 15px; */ }
#products .cat-content .main-title { letter-spacing: 1px; color: var(--main-color); font: 500 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#products .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#products .cat-content .main-subtitle { font: 700 48px var(--title-font); line-height: 59px; color: #0f172a; }
#products .cat-content .main-subtitle strong { color: #3b82f6; display: block; }
#products .cat-content .see-all { padding: 10px 24px; cursor: pointer; background-color: var(--main-color); color: #fff; font: 500 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; border-radius: 5px; }
#products .cat-content .see-all span { }
#products .cat-content .see-all svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#products .cat-content .see-all svg path { fill: currentColor; }
#products .cat-content .see-all:hover { }
#products .cat-content .see-all:hover svg { padding-left: 8px; }
#products .cat-content .main-content { width: 675px; max-width: 100%; color: #475569; font: 400 18px var(--text-font); line-height: 30px; margin: 24px 0 0; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#products .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
#products .item { height: 100%; display: flex; flex-direction: column; overflow: hidden; border-radius: 1.5rem; border: 1px solid #e2e8f099; background: #fff; padding: 1.5rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); }
#products .item .figure-box { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05); position: relative; margin: 0 0 2rem; overflow: hidden; border-radius: 1rem; border: 1px solid #f1f5f9; background: #f8fafc; }
#products .item .figure-box .circle-box { display: flex; align-items: center; gap: 0.375rem; background: #f1f5f9; padding: 0.5rem 0.75rem; }
#products .item .figure-box .circle-box .figure-circle { height: 0.5rem; width: 0.5rem; border-radius: 99999px; background: #cbd5e1; }
#products .item figure { padding: 0.25rem; }
#products .item figure img { height: 13rem; width: 100%; display: block; vertical-align: middle; border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; object-fit: cover; opacity: 0.9; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#products .item .text-box { flex-grow: 1; }
#products .item .text-box .title { color: #0f172a; font: 700 20px var(--title-font); line-height: 28px; transition: .4s ease; margin: 0 0 12px; }
#products .item .text-box .subtitle { font: 400 14px var(--text-font); color: #475569; line-height: 23px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; transition: .4s ease; margin: 0 0 32px; }
#products .item .text-box .more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 14px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#products .item .text-box .more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 4px; }
#products .item .text-box .more svg path { fill: currentColor }
#products .item:hover { border-color: #3b82f680; transform: translateY(-5px); transition: all 0.3s ease; }
#products .item:hover figure { background-color: #3b82f61a; }
#products .item:hover .text-box .more svg { margin: 0 0 0 8px; }
/*********/
#faq { padding: 100px 0; position: relative; overflow: hidden; }
#faq .cat-content { display: flex; margin: 0 0 60px; align-items: flex-end; justify-content: space-between; gap: 60px; }
#faq .cat-content .kap { display: flex; flex-direction: column; gap: 15px; }
#faq .cat-content .main-title { letter-spacing: 1px; color: var(--main-color); font: 500 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#faq .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#faq .cat-content .main-subtitle { font: 700 48px var(--title-font); line-height: 59px; color: #0f172a; width: 850px; max-width: 100%; }
#faq .cat-content .main-subtitle strong { color: #3b82f6; }
#faq .cat-content .see-all { padding: 10px 24px; cursor: pointer; background-color: var(--main-color); color: #fff; font: 500 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; border-radius: 5px; flex-shrink: 0; }
#faq .cat-content .see-all span { }
#faq .cat-content .see-all svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#faq .cat-content .see-all svg path { fill: currentColor; }
#faq .cat-content .see-all:hover { }
#faq .cat-content .see-all:hover svg { padding-left: 8px; }
#faq .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; row-gap: 1rem; }
#faq .item { position: relative; overflow: hidden; cursor: pointer; padding-top: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f1f5f9; }
#faq .item a.baslik { position: relative; font: 600 18px var(--text-font); color: #0f2453; display: flex; align-items: center; width: 100%; justify-content: space-between; gap: 30px; outline: 2px solid transparent; outline-offset: 2px; }
#faq .item a.baslik h3 { font: 600 18px var(--title-font); color: #1e293b; margin: 0; line-height: 1.75rem; }
#faq .item a.baslik .showBox { position: relative; display: flex; width: 32px; height: 32px; background: #f8fafc; border-radius: 9999px; color: #3b82f6; flex-shrink: 0; align-items: center; justify-content: center; transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; }
#faq .item a.baslik .showBox:before { content: ""; position: absolute; background: currentColor; width: 14px; height: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#faq .item a.baslik .showBox:after { content: ""; position: absolute; background: currentColor; width: 1px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#faq .item .icerik { z-index: 1; position: relative; font: 400 16px var(--title-font); line-height: 25px; color: #64748b; display: none; margin-top: 1rem; padding-right: 3rem; }
#faq .item.active { height: auto; }
#faq .item a.baslik .showBox:before, #faqPage .item a.baslik .showBox:after { transition: transform 0.3s ease, opacity 0.3s ease; }
#faq .item.active a.baslik .showBox:after { transform: rotate(90deg); top: 8px; opacity: 0; }
/*********/
#comments { position: relative; overflow: hidden; padding: 8rem 0; width: 100%; background-color: #0a0a0b; background-image: radial-gradient(at 0% 0%, hsla(217, 91%, 60%, 0.15) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(217, 91%, 60%, 0.1) 0px, transparent 50%); }
#comments .cat-content { display: flex; padding: 10px 45px 10px 0; margin: 0 0 60px; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: 30px; z-index: 90; position: relative; }
#comments .cat-content .kap { display: flex; flex-direction: column; gap: 15px; }
#comments .cat-content .main-title { letter-spacing: 1px; color: #3b82f6; font: 700 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#comments .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#comments .cat-content .main-subtitle { font: 800 60px var(--title-font); letter-spacing: -0.025em; line-height: 1.2; color: #fff; margin-bottom: 2rem; }
#comments .cat-content .main-subtitle strong { color: #3b82f6; display: block; }
#comments .cat-content .main-content { width: 32rem; max-width: 100%; color: #94a3b8; font: 400 18px var(--text-font); line-height: 1.625; margin: 0 0 40px; }
#comments .commentSwiper { z-index: 99; padding: 4rem; border-radius: 2.5rem; backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); }
#comments .item { position: relative; }
#comments .item .icon { display: flex; flex-direction: row; justify-content: flex-end; margin: -15px 0 25px; color: #ffffff1a; }
#comments .item .icon svg { width: 40px; height: auto; fill: currentColor; }
#comments .item .context { letter-spacing: 0px; font: 500 1.875rem var(--text-font); line-height: 2.25rem; margin: 0 0 3rem; color: #f1f5f9; transition: all .4s ease; }
#comments .item .kaps { display: block; }
#comments .item .kaps .title { font: 700 20px var(--title-font); line-height: 1.75rem; color: #ffffff; }
#comments .item .kaps .subtitle { font: 400 0.875rem var(--text-font); line-height: 1.25rem; color: #3b82f6; text-transform: uppercase; letter-spacing: 0.05em; }
/**********/
#comments .arrows { display: flex; align-items: center; gap: 1rem; }
#comments .swiper-button-next, #comments .swiper-button-prev { position: relative; right: initial; left: initial; width: 3.5rem; height: 3.5rem; background: transparent; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; border: 1px solid #fff3; }
#comments .swiper-button-next:after, #comments .swiper-button-prev:after { display: none; }
#comments .swiper-button-next svg, #comments .swiper-button-prev svg { width: 24px; height: auto; fill: currentColor; }
#comments .swiper-button-prev { }
#comments .swiper-button-prev svg { transform: rotate(180deg); }
#comments .swiper-button-next { }
#comments .swiper-button-next:hover, #comments .swiper-button-prev:hover { background: #fff; color: #0f2453 }
/*********/
#blog { position: relative; overflow: hidden; padding: 100px 0; background-size: contain; background-repeat: no-repeat; width: 100%; }
#blog .cat-content { display: flex; padding: 10px; margin: 0 0 60px; align-items: self-end; justify-content: space-between; }
#blog .cat-content .kap { width: 50%; display: flex; flex-direction: column; gap: 15px; }
#blog .cat-content .main-title { letter-spacing: 1px; color: var(--main-color); font: 500 16px var(--text-font); line-height: 1.1em; position: relative; width: fit-content; padding: 5px 10px 5px 33px; border-radius: 50px; }
#blog .cat-content .main-title:before { content: ""; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 24px; height: 1px; background: var(--main-color2); border-radius: 50%; }
#blog .cat-content .main-subtitle { font: 700 48px var(--title-font); line-height: 59px; color: #0f172a; }
#blog .cat-content .main-subtitle strong { color: #3b82f6; display: block; }
#blog .cat-content .see-all { padding: 10px 24px; cursor: pointer; background-color: var(--main-color); color: #fff; font: 500 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; border-radius: 5px; }
#blog .cat-content .see-all span { }
#blog .cat-content .see-all svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 0 0 8px; transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#blog .cat-content .see-all svg path { fill: currentColor; }
#blog .cat-content .see-all:hover { }
#blog .cat-content .see-all:hover svg { padding-left: 8px; }
#blog .item { z-index: 25; position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
#blog .item .text-box { flex: 1 1 0%; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
#blog .item .text-box .kaps { display: flex; justify-content: space-between; margin-bottom: 15px; }
#blog .item .text-box .title { color: #0f172a; margin: 0 0 1rem; font: 700 1.5rem var(--title-font); line-height: 1.375; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
#blog .item .text-box .subtitle { -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; font: 400 16px var(--text-font); line-height: 1.625; color: #475569; margin: 0 0 1.5rem; }
#blog .item .text-box .more.more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 16px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog .item .text-box .more.more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 8px; }
#blog .item .text-box .more.more svg path { fill: currentColor }
#blog .item figure { position: relative; overflow: hidden; height: 400px; border-radius: 1.5rem; margin-bottom: 1.5rem; }
#blog .item figure img { width: 100%; height: 100%; object-fit: cover; }
/*********/
#servicesCat { padding: 100px 0; position: relative; overflow: hidden; }
#servicesCat .grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
#servicesCat .item { border: 1px solid #e2e8f0; background: #fff; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); padding: 32px; height: 100%; }
#servicesCat .item figure { width: 56px; height: 56px; background: #f8fafc; border-radius: 16px; transition: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color 150ms cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; margin: 0 0 24px; }
#servicesCat .item figure img { height: 30px; width: 30px; display: block; }
#servicesCat .item .text-box { display: flex; flex-direction: column; justify-content: space-between; height: calc(100% - 80px); }
#servicesCat .item .text-box .title { color: #0f172a; font: 700 20px var(--title-font); line-height: 28px; transition: .4s ease; margin: 0 0 12px; }
#servicesCat .item .text-box .subtitle { font: 400 14px var(--text-font); color: #475569; line-height: 23px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; transition: .4s ease; margin: 0 0 32px; }
#servicesCat .item .text-box .more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 14px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#servicesCat .item .text-box .more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 4px; }
#servicesCat .item .text-box .more svg path { fill: currentColor }
#servicesCat .item:hover { border-color: #3b82f680; transform: translateY(-5px); transition: all 0.3s ease; }
#servicesCat .item:hover figure { background-color: #3b82f61a; }
#servicesCat .item:hover .text-box .more svg { margin: 0 0 0 8px; }
/*********/
#services-head { position: relative; padding: 5rem 0; border-bottom: 1px solid #f8fafc; }
#services-head .breadcrumb { justify-content: flex-start; }
#services-head .grid { display: grid; align-items: center; gap: 4rem; grid-template-columns: repeat(12, minmax(0, 1fr)); }
#services-head .grid .col-span-7 { grid-column: span 7 / span 7; }
#services-head .grid .col-span-5 { grid-column: span 5 / span 5; }
#services-head .text-box { }
#services-head .text-box .badge { display: inline-block; margin-bottom: 1.5rem; border-radius: 0.25rem; border: 1px solid #0d59f21a; background: #0d59f20d; padding: 0.25rem 0.75rem; font: 700 11px var(--text-font); text-transform: uppercase; letter-spacing: 0.1em; color: #0d59f2; }
#services-head .text-box .title { margin: 0 0 2rem; font: 800 4.5rem var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #020617; }
#services-head .text-box .subtitle { margin: 0; width: 42rem; max-width: 100%; font: 400 20px var(--text-font); line-height: 1.75rem; color: #64748b; }
#services-head .text-box .more-info { padding: 10px 24px; cursor: pointer; background-color: #3e9a59; color: #fff; font: 700 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; margin: 2rem 0 0; border-radius: 8px; }
#services-head .text-box .more-info span { }
#services-head .text-box .more-info svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 8px 0 0; transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#services-head .text-box .more-info svg path { fill: currentColor; }
#services-head .text-box .more-info:hover svg { margin: 0 12px 0 0; }
#services-head figure { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 0.75rem; /* border: 1px solid #e2e8f0; */ background: #f1f5f9; box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25); }
#services-head figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2); }
/*********/
#services-detail { position: relative; padding: 6rem 0; }
#services-detail .row { gap: 5rem; }
#services-detail .row .col8 { }
#services-detail .row .col4 { }
#services-detail .main-head { margin: 0 0 2.5rem; display: flex; align-items: center; gap: 1rem; position: relative; font: 800 0.875rem var(--title-font); line-height: 1.25rem; text-transform: uppercase; letter-spacing: 0.2em; color: #020617; }
#services-detail .main-head:after { content: ""; flex: 1 1 0%; height: 1px; background: #e2e8f0; }
/********/
#services-detail .scopes { margin-bottom: 6rem; }
#services-detail .scopes .grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#services-detail .scopes .scope { position: relative; border-radius: 0.75rem; border: 1px solid #f1f5f9; background: #fff; padding: 2rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#services-detail .scopes .scope figure { width: 36px; height: 36px; margin: 0 0 1rem; display: block; overflow: hidden; position: relative; }
#services-detail .scopes .scope figure img { width: 100%; height: 100%; object-fit: contain; }
#services-detail .scopes .scope .text-box { }
#services-detail .scopes .scope .text-box .title { font: 700 18px var(--title-font); line-height: 1.75rem; margin: 0 0 12px; color: #020617; }
#services-detail .scopes .scope .text-box .subtitle { margin: 0; font: 400 16px var(--text-font); line-height: 1.625; color: #64748b; }
#services-detail .scopes .scope:hover { border-color: #0d59f233; }
/*********/
#services-detail .methods { margin-bottom: 6rem; position: relative; }
#services-detail .methods .method { display: flex; gap: 2rem; }
#services-detail .methods .method + .method { margin: 48px 0 0; }
#services-detail .methods .method .number { display: flex; align-items: center; justify-content: center; width: 4rem; height: 4rem; border-radius: 0.5rem; background: #020617; font: 700 24px var(--text-font); line-height: 32px; color: #fff; flex-shrink: 0; }
#services-detail .methods .method .text-box { padding: 4px 0 0; }
#services-detail .methods .method .text-box .title { margin: 0 0 0.75rem; font: 700 20px var(--title-font); line-height: 28px; color: #020617; }
#services-detail .methods .method .text-box .subtitle { font: 400 16px var(--text-font); line-height: 1.625; color: #64748b; }
/*********/
#services-detail .services-info { margin-bottom: 6rem; position: relative; }
#services-detail .services-info .services-content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; }
#services-detail .services-info .services-content h2,
#services-detail .services-info .services-content h3,
#services-detail .services-info .services-content h5,
#services-detail .services-info .services-content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#services-detail .services-info .services-content h4 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#services-detail .services-info .services-content p { margin: 0 0 1.5rem; }
#services-detail .services-info .services-content p:not(:first-child) { }
#services-detail .services-info .services-content p strong { color: #333 }
#services-detail .services-info .services-content a { color: #0d59f2; }
#services-detail .services-info .services-content ul { margin-bottom: 2rem; }
#services-detail .services-info .services-content ul li { /* display: flex; */ gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; }
#services-detail .services-info .services-content ul li strong { }
#services-detail .services-info .services-content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/*********/
#services-detail .packages { margin-bottom: 6rem; position: relative; }
#services-detail .packages .context { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; margin: 0 0 25px; }
#services-detail .packages .context p { }
#services-detail .packages .context p:not(:first-child) { margin: 1.5rem 0 0; }
#services-detail .packages .context strong { font: 800 22px var(--text-font); margin: 1.5rem 0 0; color: #333; display: block; }
#services-detail .packages .grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
#services-detail .packages .package { padding: 20px; background: #fff; display: flex; flex-direction: column; border-radius: 1rem; border: 1px solid #e5e7eb; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
#services-detail .packages .package .badge { margin: 0 0 0.25rem; font: 800 20px var(--title-font); color: #020617; line-height: 1.75rem; }
#services-detail .packages .package .price-tag { padding: 0 0 1.5rem; margin: 0 0 2rem; border-bottom: 1px solid #f8fafc; }
#services-detail .packages .package .price-tag strong { font: 900 24px var(--text-font); display: block; line-height: 2rem; letter-spacing: -0.025em; color: #020617; }
#services-detail .packages .package .price-tag span { font: 700 10px var(--text-font); color: #94a3b8; margin: 0.25rem 0 0; text-transform: uppercase; letter-spacing: 0.05em; }
#services-detail .packages .package .subtitle { font: 400 11px var(--text-font); line-height: 1.5; color: #94a3b8; margin-bottom: 2rem; font-style: italic; }
#services-detail .packages .package .subtitle strong { color: #000; }
#services-detail .packages .package .content { flex-grow: 1; }
#services-detail .packages .package .content h3 { margin: 0 0 1.5rem; font: 700 11px var(--text-font); text-transform: uppercase; line-height: 16.5px; letter-spacing: 0.1em; color: #020617; }
#services-detail .packages .package .content ul { position: relative; margin: 0 0 2.5rem; }
#services-detail .packages .package .content ul li { display: flex; align-items: flex-start; gap: 0.75rem; font: 400 13px var(--text-font); line-height: 1.25; color: #475569; }
#services-detail .packages .package .content ul li:not(:first-child) { margin: 16px 0 0; }
#services-detail .packages .package .content ul li:before { content: "\2713"; font-weight: 700; color: #2563eb; font-size: 1.125rem; line-height: 1.75rem; margin: -4px 0 0; }
#services-detail .packages .package .content div { margin: 20px 0 0; position: relative; /* border: 1px solid #f1f1f1; */ /* padding: 8px 12px; */ font: 400 15px var(--text-font); border-radius: 8px; }
#services-detail .packages .package .content div strong { }
#services-detail .packages .package .content div p { }
#services-detail .packages .package .get-infos { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: #020617; padding: 1rem 1rem; text-align: center; font: 700 11px var(--text-font); text-transform: uppercase; letter-spacing: 0.1em; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
#services-detail .packages .package .get-infos:hover { background: #25d366; border-color: #25d366; }
/*********/
#services-detail .faqs { margin-bottom: 6rem; position: relative; }
#services-detail .faqs .faq { position: relative; border-bottom: 1px solid #f1f5f9; padding: 0 0 2rem; }
#services-detail .faqs .faq + .faq { margin: 32px 0 0; }
#services-detail .faqs .faq:last-child { border-bottom: none; }
#services-detail .faqs .faq .title { font: 700 18px var(--title-font); line-height: 28px; margin: 0 0 16px; color: #020617; }
#services-detail .faqs .faq .subtitle { font: 400 16px var(--text-font); line-height: 1.625; color: #475569; }
#services-detail .faqs .faq .subtitle p { margin: 0 0 1rem; }
#services-detail .faqs .faq .subtitle p:last-child { margin: 0 0 0; }
/*********/
#services-detail .detail-form { position: sticky; top: 7rem; border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; padding: 2rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
#services-detail .detail-form .text-box { }
#services-detail .detail-form .text-box .title { margin: 0 0 0.5rem; font: 700 20px var(--text-font); line-height: 28px; color: #0f172a; }
#services-detail .detail-form .text-box .subtitle { margin: 0 0 1.5rem; font: 400 14px var(--text-font); line-height: 20px; color: #64748b; }
#services-detail .detail-form .offerForm { }
#services-detail .detail-form .offerForm .form-group { }
#services-detail .detail-form .offerForm .form-group:not(:first-child) { margin: 16px 0 0; }
#services-detail .detail-form .offerForm .form-group label { display: block; margin: 0 0 0.375rem; font: 500 14px var(--text-font); line-height: 20px; color: #334155; }
#services-detail .detail-form .offerForm .form-group .required-ast { color: #f00; }
#services-detail .detail-form .offerForm .form-group input,
#services-detail .detail-form .offerForm .form-group textarea { width: 100%; appearance: none; background: #fff; border: 1px solid #e2e8f0; padding: 8px 12px; font: 400 16px var(--text-font); color: #334155; line-height: 24px; border-radius: 8px; }
#services-detail .detail-form .offerForm .form-group button { position: relative; cursor: pointer; width: 100%; border-radius: 8px; padding: 14px 0; font: 700 18px var(--text-font); color: #fff; background: #1a1a1a; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.05), 0 4px 6px -4px rgb(0 0 0 / 0.05); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 16px 0 0; border: 1px solid #1e293b; }
#services-detail .detail-form .offerForm .form-group.security { display: flex; gap: 12px; }
#services-detail .detail-form .offerForm .form-group.security label { flex-shrink: 0; }
#services-detail .detail-form .offerForm .form-group input:focus, #services-detail .detail-form .offerForm .form-group textarea:focus { border-color: #3b82f6; }
#services-detail .detail-form .offerForm .form-group button:hover { background: #1e293b; border-color: #1e293b; }
/*********/
#projectCat { position: relative; overflow: hidden; padding: 100px 0; }
#projectCat .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
#projectCat .item { position: relative; cursor: pointer; }
#projectCat .item .box { position: relative; aspect-ratio: 4/5; margin: 0 0 1.5rem; overflow: hidden; border-radius: 1rem; background-color: #f1f5f9; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1); }
#projectCat .item figure { width: 100%; height: 100%; }
#projectCat .item figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1); }
#projectCat .item .content-box { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; background-color: #0f172acc; padding: 2rem; opacity: 0; transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1); }
#projectCat .item .content-box .content { margin: 0 0 1.5rem; font: 400 14px var(--text-font); line-height: 1.625; color: #ffffffe6; }
#projectCat .item .content-box .more { display: flex; align-items: center; font: 700 12px var(--text-font); text-transform: uppercase; line-height: 1rem; letter-spacing: 0.1em; gap: 0.5rem; color: #fff; }
#projectCat .item .content-box .more span { }
#projectCat .item .content-box .more svg { width: 14px; height: 14px; }
#projectCat .item .content-box .more svg path { fill: currentColor; }
#projectCat .item .text-box { }
#projectCat .item .text-box .kaps { }
#projectCat .item .text-box .title { font: 700 20px var(--title-font); color: #0f172a; margin: 0; line-height: 28px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#projectCat .item .text-box .subtitle { font: 700 10px var(--text-font); color: #0d59f2; margin: 0 0 0.5rem; display: block; letter-spacing: 0.2em; text-transform: uppercase; }
#projectCat .item:hover { }
#projectCat .item:hover .box { box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
#projectCat .item:hover figure img { transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1); }
#projectCat .item:hover .content-box { opacity: 1; }
#projectCat .item:hover .title { color: #0d59f2; }
/*********/
#project-detail { position: relative; padding: 6rem 0; }
#project-detail .row { gap: 5rem; }
#project-detail .row col8 { }
#project-detail .row col4 { }
/**********/
#project-detail .project-head .breadcrumb { justify-content: flex-start; }
#project-detail .project-head .text-box { }
#project-detail .project-head .text-box .title { margin: 0 0 2rem; font: 800 4.5rem var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #020617; }
#project-detail .project-head .text-box .subtitle { margin: 0 0 2rem; width: 42rem; max-width: 100%; font: 300 20px var(--text-font); line-height: 1.75rem; color: #475569; }
/************/
#project-detail .project-image { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 1rem; /* border: 1px solid #e2e8f0; */ background: #f1f5f9; box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25); margin: 0 0 3rem; }
#project-detail .project-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2); }
/***********/
#project-detail .project-content { margin-bottom: 6rem; position: relative; }
#project-detail .project-content .content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; }
#project-detail .project-content .content h2,
#project-detail .project-content .content h3,
#project-detail .project-content .content h5,
#project-detail .project-content .content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#project-detail .project-content .content h4 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#project-detail .project-content .content p { margin: 0 0 1.5rem; }
#project-detail .project-content .content p:not(:first-child) { }
#project-detail .project-content .content p strong { color: #333 }
#project-detail .project-content .content a { color: #0d59f2; }
#project-detail .project-content .content ul { margin-bottom: 2rem; }
#project-detail .project-content .content ul li { /* display: flex; */ gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; }
#project-detail .project-content .content ul li strong { }
#project-detail .project-content .content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/*********/
#project-detail .project-rigt { position: sticky; top: 2rem; }
/*********/
#project-detail .project-overview { border-radius: 1rem; border: 1px solid #e2e8f0; background: #f8fafc; padding: 2rem; position: relative; }
#project-detail .project-overview .title { margin: 0 0 1.5rem; font: 700 14px var(--text-font); line-height: 20px; text-transform: uppercase; letter-spacing: 0.2em; color: #94a3b8; }
#project-detail .project-overview .project-scopes { }
#project-detail .project-overview .project-scopes .scope { display: flex; align-items: flex-start; gap: 1rem; }
#project-detail .project-overview .project-scopes .scope:not(:first-child) { margin: 24px 0 0; }
#project-detail .project-overview .project-scopes .scope .icon { border-radius: 0.5rem; background-color: #0a47c21a; padding: 0.5rem; color: #0a47c2; width: 46px; height: 46px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
#project-detail .project-overview .project-scopes .scope .icon svg { width: 24px; height: 24px; }
#project-detail .project-overview .project-scopes .scope .text-box { }
#project-detail .project-overview .project-scopes .scope .text-box .title { margin: 0; font: 500 12px var(--text-font); line-height: 16px; color: #64748b; text-transform: capitalize; letter-spacing: normal; }
#project-detail .project-overview .project-scopes .scope .text-box .subtitle { font: 700 16px var(--text-font); color: #0f172a; margin: 5px 0 0; }
#project-detail .project-overview .project-more { position: relative; cursor: pointer; width: 100%; border-radius: 8px; padding: 14px 0; font: 700 16px var(--text-font); color: #fff; background: #1a1a1a; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.05), 0 4px 6px -4px rgb(0 0 0 / 0.05); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 20px 0 0; border: 1px solid #1e293b; text-align: center; display: flex; align-items: center; justify-content: center; gap: 15px; }
#project-detail .project-overview .project-more svg { width: 18px; height: 18px; }
#project-detail .project-overview .project-more svg path { fill: currentColor }
/*********/
#project-detail .project-form { border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; padding: 2rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); margin: 32px 0 0; }
#project-detail .project-form .text-box { }
#project-detail .project-form .text-box .title { margin: 0 0 0.5rem; font: 700 20px var(--text-font); line-height: 28px; color: #0f172a; }
#project-detail .project-form .text-box .subtitle { margin: 0 0 1.5rem; font: 400 14px var(--text-font); line-height: 20px; color: #64748b; }
#project-detail .project-form .offerForm { }
#project-detail .project-form .offerForm .form-group { }
#project-detail .project-form .offerForm .form-group:not(:first-child) { margin: 16px 0 0; }
#project-detail .project-form .offerForm .form-group label { display: block; margin: 0 0 0.375rem; font: 500 14px var(--text-font); line-height: 20px; color: #334155; }
#project-detail .project-form .offerForm .form-group .required-ast { color: #f00; }
#project-detail .project-form .offerForm .form-group input,
#project-detail .project-form .offerForm .form-group textarea { width: 100%; appearance: none; background: #fff; border: 1px solid #e2e8f0; padding: 8px 12px; font: 400 16px var(--text-font); color: #334155; line-height: 24px; border-radius: 8px; }
#project-detail .project-form .offerForm .form-group button { position: relative; cursor: pointer; width: 100%; border-radius: 8px; padding: 14px 0; font: 700 18px var(--text-font); color: #fff; background: #1a1a1a; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.05), 0 4px 6px -4px rgb(0 0 0 / 0.05); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 16px 0 0; border: 1px solid #1e293b; }
#project-detail .project-form .offerForm .form-group.security { display: flex; gap: 12px; }
#project-detail .project-form .offerForm .form-group.security label { flex-shrink: 0; }
#project-detail .project-form .offerForm .form-group input:focus, #services-detail .detail-form .offerForm .form-group textarea:focus { border-color: #3b82f6; }
#project-detail .project-form .offerForm .form-group button:hover { background: #1e293b; border-color: #1e293b; }
/*********/
#blog-list { position: relative; overflow: hidden; padding: 75px 0; }
#blog-list .row { flex-direction: row; gap: 3rem; }
/********/
#blog-list .blog-featured { position: relative; }
#blog-list .blog-featured .grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#blog-list .blog-featured .grid a:first-child { grid-column: span 2; }
#blog-list .blog-featured .grid a:first-child .item { flex-direction: row; /* gap: 2rem; */ }
#blog-list .blog-featured .grid a:first-child .item figure { width: 45%; height: 450px; margin: 0; }
#blog-list .blog-featured .grid a:first-child .item .text-box .title { font-size: 30px; }
#blog-list .blog-featured .grid a:first-child .item .text-box .subtitle { -webkit-line-clamp: 4; }
#blog-list .blog-featured .item { z-index: 25; position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%; border: 1px solid #e2e8f0; border-radius: 1.5rem; }
#blog-list .blog-featured .item .text-box { flex: 1 1 0%; display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 1.5rem 2rem; }
#blog-list .blog-featured .item .text-box .badge-reading { display: flex; align-items: center; margin: 0 0 1rem; gap: 1rem; }
#blog-list .blog-featured .item .text-box .badge-reading .badge { border-radius: 9999px; padding: 0.25rem 0.75rem; background: #eff6ff; font: 700 12px var(--text-font); line-height: 16px; color: #2563eb; }
#blog-list .blog-featured .item .text-box .badge-reading .reading { font: 400 14px var(--text-font); line-height: 20px; color: #737373; }
#blog-list .blog-featured .item .text-box .kaps { display: flex; justify-content: space-between; margin-bottom: 15px; }
#blog-list .blog-featured .item .text-box .title { color: #0f172a; margin: 0 0 1rem; font: 700 20px var(--title-font); line-height: 1.375; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#blog-list .blog-featured .item .text-box .subtitle { -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; font: 400 16px var(--text-font); line-height: 1.625; color: #475569; margin: 0 0 1.5rem; }
#blog-list .blog-featured .item .text-box .more.more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 16px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-list .blog-featured .item .text-box .more.more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 8px; }
#blog-list .blog-featured .item .text-box .more.more svg path { fill: currentColor }
#blog-list .blog-featured .item figure { position: relative; overflow: hidden; height: 270px; /* border-radius: 1.5rem; */ /* margin-bottom: 1.5rem; */ }
#blog-list .blog-featured .item figure img { width: 100%; height: 100%; object-fit: cover; }
#blog-list .blog-featured .item:hover .text-box .title { color: #3b82f6; }
/*********/
#blog-list .blog-list-category { /* position: sticky; */ /* top: 7rem; */ }
#blog-list .blog-list-category .content-search { position: relative; border-radius: 1rem; border: 1px solid #f1f5f9; background: #fff; padding: 1.5rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); }
#blog-list .blog-list-category .content-search form { }
#blog-list .blog-list-category .content-search form div { position: relative; }
#blog-list .blog-list-category .content-search form div input { width: 100%; border-radius: 0.75rem; border: none; background: #f8fafc; padding: 1rem 3.25rem 1rem 1.25rem; font: 400 14px var(--text-font); line-height: 20px; color: #0f172a; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-list .blog-list-category .content-search form div button { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #94a3b8; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); background: none; border: none; z-index: 9; cursor: pointer; }
#blog-list .blog-list-category .content-search form div button svg { }
#blog-list .blog-list-category .content-search form div button svg path { }
/********/
#blog-list .blog-list-category .blog-category { position: relative; border-radius: 1rem; border: 1px solid #f1f5f9; padding: 2rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); margin: 64px 0 0; }
#blog-list .blog-list-category .blog-category .title { margin: 0 0 2rem; border-bottom: 1px solid #f8fafc; padding: 0 0 1.25rem; font: 700 14px var(--text-font); text-transform: uppercase; line-height: 20px; letter-spacing: 0.2em; color: #0a192f; }
#blog-list .blog-list-category .blog-category .items { display: flex; flex-direction: column; gap: 0.5rem; }
#blog-list .blog-list-category .blog-category .category-item { margin: 0 -0.75rem; display: flex; align-items: center; justify-content: space-between; border-radius: 0.75rem; padding: 0.75rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); font: 500 16px var(--text-font); line-height: 24px; color: #475569; }
#blog-list .blog-list-category .blog-category .category-item span { font: 700 11px var(--text-font); opacity: 0.6; color: #94a3b8; }
#blog-list .blog-list-category .blog-category .category-item:hover { background: #f8fafc; color: #0d59f2; }
#blog-list .blog-list-category .blog-category .category-item:hover span { color: inherit; }
/*********/
#blog-list .blog-list-category .blog-start { position: relative; overflow: hidden; border-radius: 1rem; padding: 2rem; background: #0a192f; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(10 25 47 / 0.2), 0 8px 10px -6px rgb(10 25 47 / 0.2); margin: 64px 0 0; }
#blog-list .blog-list-category .blog-start:before { content: ""; position: absolute; right: -1.5rem; top: -1.5rem; height: 8rem; width: 8rem; border-radius: 9999px; background-color: #0d59f233; filter: blur(40px); transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-list .blog-list-category .blog-start .title { position: relative; z-index: 10; margin: 0 0 1rem; display: block; font: 900 10px var(--text-font); text-transform: uppercase; letter-spacing: 0.3em; color: #0d59f2; }
#blog-list .blog-list-category .blog-start .subtitle { position: relative; z-index: 10; margin: 0 0 1rem; font: 900 24px var(--text-font); line-height: 1.25; }
#blog-list .blog-list-category .blog-start .content { position: relative; z-index: 10; margin: 0 0 2rem; font: 400 14px var(--text-font); line-height: 1.625; color: #94a3b8; }
#blog-list .blog-list-category .blog-start .link { position: relative; z-index: 10; display: inline-flex; width: 100%; align-items: center; justify-content: center; border-radius: 0.75rem; background-color: #0d59f2; padding: 1rem; font: 700 14px var(--text-font); line-height: 20px; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(13 89 242 / 0.2), 0 4px 6px -4px rgb(13 89 242 / 0.2); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
/*********/
#blog-search-list { padding: 100px 0; position: relative; }
#blog-search-list .grid { display: grid; gap: 2rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
#blog-search-list .item { z-index: 25; position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%; border: 1px solid #e2e8f0; border-radius: 1.5rem; }
#blog-search-list .item .text-box { flex: 1 1 0%; display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 1.5rem 2rem; }
#blog-search-list .item .text-box .badge-reading { display: flex; align-items: center; margin: 0 0 1rem; gap: 1rem; }
#blog-search-list .item .text-box .badge-reading .badge { border-radius: 9999px; padding: 0.25rem 0.75rem; background: #eff6ff; font: 700 12px var(--text-font); line-height: 16px; color: #2563eb; }
#blog-search-list .item .text-box .badge-reading .reading { font: 400 14px var(--text-font); line-height: 20px; color: #737373; }
#blog-search-list .item .text-box .kaps { display: flex; justify-content: space-between; margin-bottom: 15px; }
#blog-search-list .item .text-box .title { color: #0f172a; margin: 0 0 1rem; font: 700 20px var(--title-font); line-height: 1.375; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#blog-search-list .item .text-box .subtitle { -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; font: 400 16px var(--text-font); line-height: 1.625; color: #475569; margin: 0 0 1.5rem; }
#blog-search-list .item .text-box .more.more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 16px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-search-list .item .text-box .more.more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 8px; }
#blog-search-list .item .text-box .more.more svg path { fill: currentColor }
#blog-search-list .item figure { position: relative; overflow: hidden; height: 270px; /* border-radius: 1.5rem; */ /* margin-bottom: 1.5rem; */ }
#blog-search-list .item figure img { width: 100%; height: 100%; object-fit: cover; }
#blog-search-list .item:hover .text-box .title { color: #3b82f6; }
#blog-search-list .highlight { background-color: yellow; font-weight: bold; color: #252525; }
/**************/
#blog-search-list .searchEmpty { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; }
#blog-search-list .searchEmpty .uyari { font: 500 26px var(--title-font); color: #f00; }
/**************/
#blog-detail { position: relative; padding: 6rem 0; overflow: hidden; }
#blog-detail .row { flex-direction: row; gap: 3rem; }
/*******/
#blog-detail .blog-detail-header { }
#blog-detail .blog-detail-header .breadcrumb { justify-content: flex-start; }
#blog-detail .blog-detail-header h1 { margin: 0 0 2rem; font: 800 4.5rem var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #020617; }
#blog-detail .blog-detail-header .blog-header-badge { margin: 0 0 2rem; display: flex; align-items: center; gap: .5rem; }
#blog-detail .blog-detail-header .blog-header-badge .time { }
#blog-detail .blog-detail-header .blog-header-badge .separator { }
#blog-detail .blog-detail-header .blog-header-badge .okumaTime { }
/**************/
#blog-detail .blog-detail-image { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 1rem; /* border: 1px solid #e2e8f0; */ background: #f1f5f9; box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25); margin: 0 0 3rem; }
#blog-detail .blog-detail-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2); }
/***********/
#blog-detail .blog-detail-content { }
#blog-detail .blog-detail-content .subtitle { margin: 0 0 2rem; font: 300 20px var(--text-font); line-height: 1.75rem; color: #475569; }
#blog-detail .blog-detail-content .content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; }
#blog-detail .blog-detail-content .content h2,
#blog-detail .blog-detail-content .content h3,
#blog-detail .blog-detail-content .content h5,
#blog-detail .blog-detail-content .content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#blog-detail .blog-detail-content .content h3 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#blog-detail .blog-detail-content .content p { margin: 0 0 1.5rem; }
#blog-detail .blog-detail-content .content p:not(:first-child) { }
#blog-detail .blog-detail-content .content p strong { color: #333 }
#blog-detail .blog-detail-content .content a { color: #0d59f2; }
#blog-detail .blog-detail-content .content ul { margin-bottom: 2rem; }
#blog-detail .blog-detail-content .content ul li { /* display: flex; */ gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; }
#blog-detail .blog-detail-content .content ul li:not(:first-child) { margin: 16px 0 0; }
#blog-detail .blog-detail-content .content ul li strong { }
#blog-detail .blog-detail-content .content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/**************/
#blog-detail .blog-detail-gallery { }
/**************/
#blog-detail .blog-detail-category { /*position: sticky; */ /* top: 7rem; */ }
#blog-detail .blog-detail-category .content-search { position: relative; border-radius: 1rem; border: 1px solid #f1f5f9; background: #fff; padding: 1.5rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); }
#blog-detail .blog-detail-category .content-search form { }
#blog-detail .blog-detail-category .content-search form div { position: relative; }
#blog-detail .blog-detail-category .content-search form div input { width: 100%; border-radius: 0.75rem; border: none; background: #f8fafc; padding: 1rem 3.25rem 1rem 1.25rem; font: 400 14px var(--text-font); line-height: 20px; color: #0f172a; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-detail .blog-detail-category .content-search form div button { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #94a3b8; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); background: none; border: none; z-index: 9; cursor: pointer; }
#blog-detail .blog-detail-category .content-search form div button svg { }
#blog-detail .blog-detail-category .content-search form div button svg path { }
/********/
#blog-detail .blog-detail-category .blog-category { position: relative; border-radius: 1rem; border: 1px solid #f1f5f9; padding: 2rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); margin: 64px 0 0; }
#blog-detail .blog-detail-category .blog-category .title { margin: 0 0 2rem; border-bottom: 1px solid #f8fafc; padding: 0 0 1.25rem; font: 700 14px var(--text-font); text-transform: uppercase; line-height: 20px; letter-spacing: 0.2em; color: #0a192f; }
#blog-detail .blog-detail-category .blog-category .items { display: flex; flex-direction: column; gap: 0.5rem; }
#blog-detail .blog-detail-category .blog-category .category-item { margin: 0 -0.75rem; display: flex; align-items: center; justify-content: space-between; border-radius: 0.75rem; padding: 0.75rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); font: 500 16px var(--text-font); line-height: 24px; color: #475569; }
#blog-detail .blog-detail-category .blog-category .category-item span { font: 700 11px var(--text-font); opacity: 0.6; color: #94a3b8; }
#blog-detail .blog-detail-category .blog-category .category-item:hover { background: #f8fafc; color: #0d59f2; }
#blog-detail .blog-detail-category .blog-category .category-item:hover span { color: inherit; }
/*********/
#blog-detail .blog-detail-category .blog-start { position: relative; overflow: hidden; border-radius: 1rem; padding: 2rem; background: #0a192f; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(10 25 47 / 0.2), 0 8px 10px -6px rgb(10 25 47 / 0.2); margin: 64px 0 0; }
#blog-detail .blog-detail-category .blog-start:before { content: ""; position: absolute; right: -1.5rem; top: -1.5rem; height: 8rem; width: 8rem; border-radius: 9999px; background-color: #0d59f233; filter: blur(40px); transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1); }
#blog-detail .blog-detail-category .blog-start .title { position: relative; z-index: 10; margin: 0 0 1rem; display: block; font: 900 10px var(--text-font); text-transform: uppercase; letter-spacing: 0.3em; color: #0d59f2; }
#blog-detail .blog-detail-category .blog-start .subtitle { position: relative; z-index: 10; margin: 0 0 1rem; font: 900 24px var(--text-font); line-height: 1.25; }
#blog-detail .blog-detail-category .blog-start .content { position: relative; z-index: 10; margin: 0 0 2rem; font: 400 14px var(--text-font); line-height: 1.625; color: #94a3b8; }
#blog-detail .blog-detail-category .blog-start .link { position: relative; z-index: 10; display: inline-flex; width: 100%; align-items: center; justify-content: center; border-radius: 0.75rem; background-color: #0d59f2; padding: 1rem; font: 700 14px var(--text-font); line-height: 20px; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(13 89 242 / 0.2), 0 4px 6px -4px rgb(13 89 242 / 0.2); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
/*********/
#company-detail { position: relative; padding: 0 0 8rem; }
#company-detail .company-whowe { position: relative; padding: 8rem 0 5rem; }
#company-detail .company-whowe .title { position: relative; margin: 0 0 2rem; display: inline-flex; align-items: center; gap: 0.75rem; font: 700 10px var(--text-font); text-transform: uppercase; letter-spacing: 0.3em; color: #2563eb; }
#company-detail .company-whowe .title:before { content: ""; width: 2rem; height: 1px; background: currentColor; }
#company-detail .company-whowe .subtitle { margin: 0; font: 900 70px var(--title-font); line-height: 1.2; letter-spacing: -0.02em; color: #0a1128; width: 65rem; max-width: 100%; }
#company-detail .company-whowe .subtitle em { font-weight: 500; font-style: italic; color: #1e40af; margin: 0 10px 0 0; }
#company-detail .row { flex-direction: row; gap: 6rem; }
#company-detail .company-origin { }
#company-detail .company-approach { position: relative; margin: 80px 0 0; }
#company-detail .company-values { position: relative; margin: 80px 0 0; }
#company-detail .min-title { display: flex; align-items: center; gap: 0.5rem; font: 700 11px var(--text-font); text-transform: uppercase; letter-spacing: 0.1em; color: #2563eb; position: relative; }
#company-detail .min-title span { position: relative; display: flex; align-items: center; gap: 0.5rem; }
#company-detail .min-title span:after { content: ""; width: 1rem; display: block; height: 1px; background: #2563eb4d; }
#company-detail .min-subtitle { margin: 16px 0 0; font: 700 30px var(--title-font); line-height: 36px; color: #0a1128; }
#company-detail .min-context { margin: 32px 0 0; position: relative; width: 65ch; max-width: 100%; font: 400 16px var(--text-font); line-height: 1.85; color: #525252; }
#company-detail .min-context p { }
#company-detail .min-context p:not(:first-child) { margin: 24px 0 0; }
#company-detail .min-context strong { font-weight: 600; color: #0a1128; }
#company-detail .min-context ul { position: relative; padding: 1rem 0 0; margin: 24px 0 0; }
#company-detail .min-context ul li { position: relative; padding: 0 0 0 35px; }
#company-detail .min-context ul li:not(:first-child) { margin: 16px 0 0; }
#company-detail .min-context ul li:before { content: ""; background-image: url(/r/check.svg); width: 20px; height: 20px; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 5px; }
#company-detail .min-context ul li p { }
#company-detail .min-context ul li strong { font: 700 14px var(--text-font); text-transform: uppercase; letter-spacing: 0.05em; color: #0a1128; margin: 0 0 0.25rem; }
#company-detail .vertical-divider { display: block; width: 1px; background: linear-gradient(to bottom, #e5e7eb 0%, #e5e7eb 50%, transparent 100%); }
#company-detail .company-image { position: sticky; top: 100px; align-self: start; border-radius: 4px; border: 1px solid #f5f5f580; background: #f8fafc; padding: 16px; }
#company-detail .company-image .box { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; border: 1px solid #f5f5f5; background: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
#company-detail .company-image .box figure { width: 100%; height: 100%; overflow: hidden; }
#company-detail .company-image .box figure img { width: 100%; height: 100%; object-fit: cover; transition: all 1000ms cubic-bezier(0.4, 0, 0.2, 1); }
#company-detail .company-image .box .text-box { position: absolute; bottom: 0; left: 0; width: 100%; padding: 2rem; background-image: linear-gradient(to top, rgb(5 10 24 / 0.8), transparent); }
#company-detail .company-image .box .text-box .text { margin: 0 0 0.5rem; font: 700 10px var(--text-font); text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.7; color: #fff; }
#company-detail .company-image .box .text-box .content { font: 500 20px var(--text-font); line-height: 28px; color: #fff; width: 258px; max-width: 100%; }
/**********/
#company-detail-box { position: relative; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; padding: 6rem 3rem; background: #f8fafc; }
#company-detail-box .grid { display: grid; gap: 3rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#company-detail-box .company-box { display: flex; flex-direction: column; align-items: flex-start; border-radius: 4px; border: 1px solid #e5e7eb; background: #fff; padding: 3.5rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#company-detail-box .company-box .icon { margin: 0 0 2.5rem; border-radius: 4px; background: #f8fafc; padding: 1rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#company-detail-box .company-box .icon img { width: 30px; height: auto; object-fit: contain; }
#company-detail-box .company-box .title { margin: 0 0 1.5rem; font: 700 18px var(--title-font); text-transform: uppercase; line-height: 28px; letter-spacing: -0.025em; color: #0a1128; }
#company-detail-box .company-box .subtitle { margin: 0 0 2.5rem; font: 400 15px var(--text-font); line-height: 1.8; color: #737373; }
#company-detail-box .company-box .content { display: flex; align-items: center; gap: 1rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.2em; color: #0a112866; }
#company-detail-box .company-box .content ul { display: flex; align-items: center; gap: 1rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.2em; color: #0a112866; }
#company-detail-box .company-box .content ul li { display: flex; align-items: center; gap: 1rem; }
#company-detail-box .company-box .content ul li:first-child:before { display: none }
#company-detail-box .company-box .content ul li:before { content: ""; width: 0.25rem; height: 0.25rem; display: block; border-radius: 9999px; background: #2563eb; }
#company-detail-box .company-box:hover { border-color: #2563eb66; }
#company-detail-box .company-box:hover .icon { background: #2563eb0d; }
/*********/
#cat-content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; margin: 0 0 3rem; }
#cat-content h2,
#cat-content h5,
#cat-content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#cat-content h3 { font: 700 20px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#cat-content h4 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#cat-content p { margin: 0 0 1.5rem; }
#cat-content p:not(:first-child) { }
#cat-content p strong { color: #333 }
#cat-content a { color: #0d59f2; }
#cat-content ul { margin-bottom: 2rem; }
#cat-content ul li { gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; }
#cat-content ul li strong { }
#cat-content ul li:not(:first-child) { margin: 1.5rem 0 0; }
#cat-content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/*********/
#faq-category { margin: 0 0 6rem; position: relative; }
#faq-category .grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); column-gap: 3rem; row-gap: 1rem; }
#faq-category .item { position: relative; overflow: hidden; cursor: pointer; padding-top: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f1f5f9; }
#faq-category .item a.baslik { position: relative; font: 600 18px var(--text-font); color: #0f2453; display: flex; align-items: center; width: 100%; justify-content: space-between; gap: 30px; outline: 2px solid transparent; outline-offset: 2px; }
#faq-category .item a.baslik h3 { font: 600 18px var(--title-font); color: #1e293b; margin: 0; line-height: 1.75rem; }
#faq-category .item a.baslik .showBox { position: relative; display: flex; width: 32px; height: 32px; background: #f8fafc; border-radius: 9999px; color: #3b82f6; flex-shrink: 0; align-items: center; justify-content: center; transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; }
#faq-category .item a.baslik .showBox:before { content: ""; position: absolute; background: currentColor; width: 14px; height: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#faq-category .item a.baslik .showBox:after { content: ""; position: absolute; background: currentColor; width: 1px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#faq-category .item .icerik { z-index: 1; position: relative; font: 400 16px var(--title-font); line-height: 25px; color: #64748b; display: none; margin-top: 1rem; padding-right: 3rem; }
#faq-category .item.active { height: auto; }
#faq-category .item a.baslik .showBox:before, #faqPage .item a.baslik .showBox:after { transition: transform 0.3s ease, opacity 0.3s ease; }
#faq-category .item.active a.baslik .showBox:after { transform: rotate(90deg); top: 8px; opacity: 0; }
/*********/
#contact-detail { padding: 0 0 6rem; }
#contact-detail .row { flex-direction: row; gap: 5rem; }
#contact-detail .contact-form-box { border-radius: 1.5rem; border: 1px solid #f8fafc; background: #fff; padding: 3rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 32px 64px -16px rgba(0,0,0,0.06); }
#contact-detail .contact-form-box .contact-form { }
#contact-detail .contact-form-box .contact-form .grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#contact-detail .contact-form-box .contact-form .form-group { position: relative; }
#contact-detail .contact-form-box .contact-form > :not([hidden]) ~ :not([hidden]) { margin: 32px 0 0; }
#contact-detail .contact-form-box .contact-form .form-group input,
#contact-detail .contact-form-box .contact-form .form-group textarea { display: block; height: 3.5rem; width: 100%; appearance: none; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: transparent; padding: 0.5rem 1rem; font: 400 16px var(--text-font); line-height: 24px; color: #0d121c; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#contact-detail .contact-form-box .contact-form .form-group textarea { height: auto; }
#contact-detail .contact-form-box .contact-form .form-group label:not([for='TBguvenlik']) { position: absolute; pointer-events: none; left: 0.75rem; z-index: 10; transform-origin: 0; background-color: #ffffff; padding: 0 0.5rem; font: 400 14px var(--text-font); line-height: 20px; color: #64748b; transition-duration: 300ms; top: 50%; transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
#contact-detail .contact-form-box .contact-form .form-group.texts label { top: 0; transform: translate(0, 1rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
#contact-detail .contact-form-box .contact-form .form-group button { cursor: pointer; display: flex; height: 3.5rem; width: 100%; align-items: center; justify-content: center; gap: 0.75rem; border-radius: 0.75rem; background-color: #0d5df2; font: 700 16px var(--text-font); line-height: 24px; color: #fff; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #0d5df2; }
#contact-detail .contact-form-box .contact-form .form-group button svg { fill: currentColor; width: 20px; height: auto; }
#contact-detail .contact-form-box .contact-form .form-group.security { display: flex; align-items: center; gap: 1rem; border: 1px dashed #e2e8f0; border-radius: 0.75rem; background: #f8fafc80; padding: 1rem; }
#contact-detail .contact-form-box .contact-form .form-group.security input { border: none; height: 3rem; flex: 1 1 0%; background: transparent; font-size: 14px; line-height: 20px; }
#contact-detail .contact-form-box .contact-form .form-group.security input::placeholder { color: #64748b; font: 400 15px var(--text-font) }
#contact-detail .contact-form-box .contact-form .form-group.security label { height: 3rem; user-select: none; border-radius: 0.5rem; border: 1px solid #e2e8f0; background: #fff; padding: 0.5rem 1rem; position: relative; overflow: hidden; }
#contact-detail .contact-form-box .contact-form .form-group.security label img { width: 100%; height: 100%; object-fit: contain; opacity: .7; }
#contact-detail .contact-form-box .contact-form .form-group input:focus ~ label,
#contact-detail .contact-form-box .contact-form .form-group input:not(:placeholder-shown) ~ label,
#contact-detail .contact-form-box .contact-form .form-group textarea:focus ~ label,
#contact-detail .contact-form-box .contact-form .form-group textarea:not(:placeholder-shown) ~ label { background-color: white; padding: 0 0.25rem; font-size: 12px; left: 0.75rem; top: 0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; color: #0d5df2; transform: translate(0, -1rem) rotate(0) skewX(0) skewY(0) scaleX(.75) scaleY(.75); }
#contact-detail .contact-form-box .contact-form .form-group button:hover { background: #1d4ed8; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(13 93 242 / 0.2), 0 8px 10px -6px rgb(13 93 242 / 0.2); }
/*************/
#contact-detail .contact-infos { display: flex; flex-direction: column; justify-content: center; height: 100%; }
#contact-detail .contact-infos .contact-socials { }
#contact-detail .contact-infos .contact-socials .title { margin: 0; font: 700 24px var(--text-font); line-height: 32px; color: #0a192f; }
#contact-detail .contact-infos .contact-socials .contact-social-list { display: flex; gap: 1rem; margin: 8px 0 0; }
#contact-detail .contact-infos .contact-socials .contact-social-list .contact-social { display: flex; align-items: center; justify-content: center; height: 2.5rem; width: 2.5rem; border-radius: 50%; background: #0a192f; color: #fff; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#contact-detail .contact-infos .contact-socials .contact-social-list .contact-social svg { width: 1.25rem; height: 1.25rem; display: block; vertical-align: middle; fill: currentColor; }
#contact-detail .contact-infos .contact-socials .contact-social-list .contact-social.youtube svg path { fill: currentColor; }
#contact-detail .contact-infos .contact-info { margin: 48px 0 0; position: relative; display: flex; align-items: flex-start; gap: 1.25rem; }
#contact-detail .contact-infos .contact-info .icon { display: flex; width: 3rem; height: 3rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 0.75rem; border: 1px solid #0d5df233; color: #0d5df2; }
#contact-detail .contact-infos .contact-info .icon svg { width: 24px; height: auto; }
#contact-detail .contact-infos .contact-info .box { }
#contact-detail .contact-infos .contact-info .box .title { margin: 0; font: 700 18px var(--text-font); line-height: 28px; color: #0a192f; }
#contact-detail .contact-infos .contact-info .box .contact-cta-button { display: block; color: #64748b; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); font: 400 16px var(--text-font); line-height: 24px; margin: 4px 0; }
/*********/
footer { position: relative; overflow: hidden; background: #050a18; }
footer .footer-line-1 { position: relative; z-index: 20; border-bottom: 1px solid #ffffff0d; padding: 8rem 3rem; }
footer .footer-line-1 .row { flex-direction: row; align-items: center; justify-content: space-between; gap: 3rem; }
footer .footer-line-1 .footer-text-box { width: 42rem; max-width: 100%; text-align: left; }
footer .footer-line-1 .footer-text-box .title { margin: 0 0 2rem; font: 700 48px var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #fff; }
footer .footer-line-1 .footer-text-box .subtitle { margin: 0; width: 32rem; max-width: 100%; font: 300 18px var(--text-font); line-height: 1.625; color: #9ca3af; }
footer .footer-line-1 .footer-ctas { display: flex; flex-direction: row; width: auto; gap: 1rem; }
footer .footer-line-1 .footer-ctas .footer-cta { display: flex; min-width: 220px; height: 56px; align-items: center; justify-content: center; border-radius: 4px; padding: 1.25rem 2.5rem; text-align: center; font: 700 12px var(--text-font); line-height: 16px; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #fff3; background: transparent; }
footer .footer-line-1 .footer-ctas .footer-cta.whats { background: #2563eb; border-color: #2563eb; }
footer .footer-line-1 .footer-ctas .footer-cta.offe { }
footer .footer-line-1 .footer-ctas .footer-cta.whats:hover { background: #1d4ed8; border-color: #1d4ed8; }
footer .footer-line-1 .footer-ctas .footer-cta.offe:hover { background: #ffffff0d; }
/*********/
footer .footer-line-2 { padding: 6rem 0 0; }
footer .footer-line-2 .row { flex-direction: row; gap: 4rem; margin: 0 0 6rem; }
footer .footer-line-2 .line-box { }
footer .footer-line-2 .line-box .footer-logo { width: 145px; display: block; }
footer .footer-line-2 .line-box .footer-logo img { width: 100%; height: auto; filter: brightness(5000); }
footer .footer-line-2 .line-box .footer-text { margin: 32px 0 0; width: 24rem; max-width: 100%; font: 400 14px var(--text-font); line-height: 1.625; color: #6b7280; }
footer .footer-line-2 .line-box .footer-social-list { display: flex; gap: 1.5rem; margin: 32px 0 0; }
footer .footer-line-2 .line-box .footer-social-list .footer-social-link { cursor: pointer; color: #4b5563; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
footer .footer-line-2 .line-box .footer-social-list .footer-social-link svg { fill: currentColor; width: 1.25rem; height: 1.25rem; }
footer .footer-line-2 .line-box .footer-social-list .footer-social-link svg path { }
footer .footer-line-2 .line-box .footer-social-list .footer-social-link:hover { color: #fff; }
footer .footer-line-2 .grid { display: grid; gap: 3rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
footer .footer-line-2 .footer-table { grid-column: span 2; }
footer .footer-line-2 .footer-table table { width: 100%; }
footer .footer-line-2 .footer-table table tbody { }
footer .footer-line-2 .footer-table table tbody tr { display: flex; gap: 3rem; flex-direction: row; }
footer .footer-line-2 .footer-table table tbody tr td { vertical-align: top; width: 50%; }
footer .footer-line-2 .footer-table table tbody tr td h2 { margin: 0 0 2.5rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.25em; color: #fff6; }
footer .footer-line-2 .footer-table table tbody tr td p,
footer .footer-line-2 .footer-table table tbody tr td a { font: 300 14px var(--text-font); line-height: 20px; color: #9ca3af; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 0 0 16px; }
footer .footer-line-2 .footer-table table tbody tr td p:last-child, footer .footer-line-2 .footer-table table tbody tr td a:last-child { }
footer .footer-line-2 .footer-table table tbody tr td p:hover, footer .footer-line-2 .footer-table table tbody tr td a:hover { color: #fff; }
footer .footer-line-2 .footer-contact { }
footer .footer-line-2 .footer-contact .title { margin: 0 0 2.5rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.25em; color: #fff6; }
footer .footer-line-2 .footer-contact .link { display: block; font: 300 14px var(--text-font); line-height: 20px; color: #9ca3af; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 0 0 16px; }
footer .footer-line-2 .footer-contact .link:hover { color: #fff }
/***********/
footer .footer-line-3 { padding: 2.5rem 0 4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid #ffffff0d; flex-direction: row; }
footer .footer-line-3 .row { }
footer .footer-line-3 .footer-contract { display: flex; gap: 2rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.2em; color: #374151; }
footer .footer-line-3 .footer-contract a { color: inherit; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
footer .footer-line-3 .footer-contract a:hover { color: #fff; }
footer .footer-line-3 .signature { display: flex; gap: .3rem; font: 700 9px var(--text-font); text-transform: uppercase; letter-spacing: 0.2em; color: #374151; }
footer .footer-line-3 .signature a { color: inherit; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
footer .footer-line-3 .signature a:hover { color: #fff; }
/*********/
.offer-modal-backdrop { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.65); display: none; align-items: center; justify-content: center; z-index: 9999999; }
.offer-modal-backdrop.open { display: flex; }
body.offer-open { overflow: hidden; }
.offer-modal-card { position: relative; width: 56rem; background: #ffffff; border-radius: 0.75rem; max-width: 100%; overflow: hidden; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(10 71 194 / 0.05), 0 8px 10px -6px rgb(10 71 194 / 0.05); }
.offer-modal-close { position: absolute; top: 16px; right: 18px; width: 32px; height: 32px; border-radius: 999px; border: none; background: #e2e8f0; color: #0f172a; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.offer-modal-header { border-bottom: 1px solid #f1f5f9; padding: 2rem 2rem 1.5rem; }
.offer-modal-header .step-title { margin: 0; font: 800 30px var(--text-font); letter-spacing: -0.025em; line-height: 36px; color: #0f172a; }
.offer-modal-header .step-subtitle { margin: 0.25rem 0 0; font: 400 14px var(--text-font); color: #64748b; line-height: 24px; }
.offer-modal-header .step-progress { text-align: right; min-width: 160px; }
.offer-modal-header .step-label { font: 600 11px var(--text-font); letter-spacing: 0.12em; text-transform: uppercase; color: #64748b; }
.offer-modal-header .step-bar { margin-top: 8px; width: 100%; height: 4px; border-radius: 999px; background: #e2e8f0; overflow: hidden; }
.offer-modal-header .step-bar-fill { width: 100%; height: 100%; background: #2563eb; }
.offer-form { padding: 2rem; }
.offer-grid { }
.offer-column { }
.offer-section-title { margin: 0 0 1rem; display: flex; align-items: center; gap: 0.5rem; font: 700 18px var(--text-font); line-height: 28px; color: #0f172a; }
.offer-section-title svg { width: 24px; height: 24px; fill: #0a47c2; }
.service-options { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-option { position: relative; display: flex; flex-direction: column; border-radius: 0.75rem; border: 2px solid #f1f5f9; background: #f8fafc; padding: 1.25rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
.service-option input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; border-radius: 100%; }
.service-option input[type='checkbox']:checked, .service-option input[type='radio']:checked { border-color: transparent; background-color: currentColor; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
.service-option input[type='radio']:checked { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E"); }
.service-box { }
.service-option .show-check { position: absolute; right: 0.75rem; top: 0.75rem; color: #0a47c2; opacity: 0; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.service-option .show-check svg { width: 18px; height: 18px; fill: currentColor; }
.service-box .services-icon { margin: 0 0 0.75rem; color: #94a3b8; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.service-box .services-icon svg { width: 30px; height: auto; fill: currentColor; }
.service-title { margin: 0; font: 700 14px var(--text-font); line-height: 20px; color: #0f172a; }
.service-subtitle { margin: 0.25rem 0 0; font: 400 12px var(--text-font); line-height: 16px; color: #64748b; }
.service-option:hover { border-color: #0a47c266; }
.service-option:hover .service-box .services-icon { color: #0a47c2; }
.service-option:has(input:checked) { border-color: #0a47c2; background: #0a47c20d; }
.service-option:has(input:checked) .service-box .services-icon { color: #0a47c2; }
.service-option:has(input:checked) .show-check { opacity: 1; }
.offer-section-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin: 40px 0 0; }
.offer-section .offer-section-title { margin-bottom: 10px; }


.offer-section .form-group { position: relative; }
.offer-section > :not([hidden]) ~ :not([hidden]) { margin: 22px 0 0; }
.offer-section .form-group input,
.offer-section .form-group textarea { display: block; height: 3.5rem; width: 100%; appearance: none; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: transparent; padding: 0.5rem 1rem; font: 400 16px var(--text-font); line-height: 24px; color: #0d121c; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.offer-section .form-group textarea { height: auto; padding: 1.75rem 1rem 0.25rem; }
.offer-section .form-group label:not([for='TBguvenlik']) { position: absolute; pointer-events: none; left: 0.75rem; z-index: 10; transform-origin: 0; background-color: #ffffff; padding: 0 0.5rem; font: 400 14px var(--text-font); line-height: 20px; color: #64748b; transition-duration: 300ms; top: 50%; transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.offer-section .form-group.texts label { top: 0; transform: translate(0, 1rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.offer-section .form-group.security { display: flex; align-items: center; gap: 1rem; border: 1px dashed #e2e8f0; border-radius: 0.75rem; background: #f8fafc80; padding: 1rem; }
.offer-section .form-group.security input { border: none; height: 3rem; flex: 1 1 0%; background: transparent; font-size: 14px; line-height: 20px; }
.offer-section .form-group.security input::placeholder { color: #64748b; font: 400 15px var(--text-font) }
.offer-section .form-group.security label { height: 3rem; user-select: none; border-radius: 0.5rem; border: 1px solid #e2e8f0; background: #fff; padding: 0.5rem 1rem; position: relative; overflow: hidden; }
.offer-section .form-group.security label img { width: 100%; height: 100%; object-fit: contain; opacity: .7; }
.offer-section .form-group input:focus ~ label,
.offer-section .form-group input:not(:placeholder-shown) ~ label,
.offer-section .form-group textarea:focus ~ label,
.offer-section .form-group textarea:not(:placeholder-shown) ~ label { background-color: white; padding: 0 0.25rem; font-size: 12px; left: 0.75rem; top: 0.5rem; padding-left: 0.5rem; padding-right: 0.5rem; color: #0d5df2; transform: translate(0, -1rem) rotate(0) skewX(0) skewY(0) scaleX(.75) scaleY(.75); }
.offer-section .form-group textarea:focus { }

.offer-field { margin-bottom: 10px; }
.offer-field input, .offer-field select, .offer-field textarea { width: 100%; border-radius: 10px; border: 1px solid #e2e8f0; padding: 10px 12px; font: 400 14px var(--text-font); color: #0f172a; outline: none; transition: border-color 0.15s ease, box-shadow 0.15s ease; resize: vertical; background: #ffffff; }
.offer-field textarea { min-height: 120px; }
.offer-field.offer-captcha { display: flex; gap: 10px; align-items: center; }
.offer-field.offer-captcha label { flex-shrink: 0; }
.offer-field.offer-captcha img { border-radius: 8px; border: 1px solid #e2e8f0; }
.offer-field.offer-captcha input { flex: 1; }
.offer-field input:focus, .offer-field select:focus, .offer-field textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25); }
.offer-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 4px; }
.offer-primary, .offer-secondary { padding: 9px 18px; border-radius: 999px; border: none; font: 600 14px var(--text-font); cursor: pointer; }
.offer-primary { background: #2563eb; color: #ffffff; box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35); }
.offer-secondary { background: #f1f5f9; color: #0f172a; }
.offer-primary:hover { background: #1d4ed8; }
.offer-secondary:hover { background: #e2e8f0; }
/*********/
#product-category-list { position: relative; overflow: hidden; padding: 100px 0; }
#product-category-list .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
#product-category-list .item { height: 100%; display: flex; flex-direction: column; overflow: hidden; border-radius: 1.5rem; border: 1px solid #e2e8f099; background: #fff; padding: 1.5rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); }
#product-category-list .item .figure-box { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05); position: relative; margin: 0 0 2rem; overflow: hidden; border-radius: 1rem; border: 1px solid #f1f5f9; background: #f8fafc; }
#product-category-list .item .figure-box .circle-box { display: flex; align-items: center; gap: 0.375rem; background: #f1f5f9; padding: 0.5rem 0.75rem; }
#product-category-list .item .figure-box .circle-box .figure-circle { height: 0.5rem; width: 0.5rem; border-radius: 99999px; background: #cbd5e1; }
#product-category-list .item figure { padding: 0.25rem; }
#product-category-list .item figure img { height: 13rem; width: 100%; display: block; vertical-align: middle; border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; object-fit: cover; opacity: 0.9; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#product-category-list .item .text-box { flex-grow: 1; }
#product-category-list .item .text-box .title { color: #0f172a; font: 700 20px var(--title-font); line-height: 28px; transition: .4s ease; margin: 0 0 12px; }
#product-category-list .item .text-box .subtitle { font: 400 14px var(--text-font); color: #475569; line-height: 23px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; transition: .4s ease; margin: 0 0 32px; }
#product-category-list .item .text-box .more { display: inline-flex; align-items: center; color: #3b82f6; font: 600 14px var(--text-font); line-height: 20px; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#product-category-list .item .text-box .more svg { position: relative; width: 1em; height: 1em; transition: .4s ease; margin: 0 0 0 4px; }
#product-category-list .item .text-box .more svg path { fill: currentColor }
#product-category-list .item:hover { border-color: #3b82f680; transform: translateY(-5px); transition: all 0.3s ease; }
#product-category-list .item:hover figure { background-color: #3b82f61a; }
#product-category-list .item:hover .text-box .more svg { margin: 0 0 0 8px; }
/********/
#product-head { position: relative; padding: 5rem 0; border-bottom: 1px solid #f8fafc; }
#product-head .breadcrumb { justify-content: flex-start; }
#product-head .grid { display: grid; align-items: center; gap: 4rem; grid-template-columns: repeat(12, minmax(0, 1fr)); }
#product-head .grid .col-span-7 { grid-column: span 7 / span 7; }
#product-head .grid .col-span-5 { grid-column: span 5 / span 5; }
#product-head .text-box { }
#product-head .text-box .badge { display: inline-block; margin-bottom: 1.5rem; border-radius: 0.25rem; border: 1px solid #0d59f21a; background: #0d59f20d; padding: 0.25rem 0.75rem; font: 700 11px var(--text-font); text-transform: uppercase; letter-spacing: 0.1em; color: #0d59f2; }
#product-head .text-box .title { margin: 0 0 2rem; font: 800 4.5rem var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #020617; }
#product-head .text-box .subtitle { margin: 0; width: 42rem; max-width: 100%; font: 400 20px var(--text-font); line-height: 1.75rem; color: #64748b; }
#product-head .text-box .more-info { padding: 10px 24px; cursor: pointer; background-color: #3e9a59; color: #fff; font: 700 16px var(--title-font); transition: all 0.15s ease-in-out; line-break: normal; line-height: 29px; display: flex; align-items: center; width: fit-content; margin: 2rem 0 0; border-radius: 8px; }
#product-head .text-box .more-info span { }
#product-head .text-box .more-info svg { width: 16px; height: 16px; overflow: visible; box-sizing: content-box; shape-rendering: geometricPrecision; margin: 0 8px 0 0; transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
#product-head .text-box .more-info svg path { fill: currentColor; }
#product-head .text-box .more-info:hover svg { margin: 0 12px 0 0; }
#product-head figure { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 0.75rem; /* border: 1px solid #e2e8f0; */ background: #f1f5f9; box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25); }
#product-head figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2); }
/*********/
#product-detail { position: relative; padding: 6rem 0; }
#product-detail .row { gap: 5rem; }
#product-detail .row .col8 { }
#product-detail .row .col4 { }
#product-detail .main-head { margin: 0 0 2.5rem; display: flex; align-items: center; gap: 1rem; position: relative; font: 800 0.875rem var(--title-font); line-height: 1.25rem; text-transform: uppercase; letter-spacing: 0.2em; color: #020617; }
#product-detail .main-head:after { content: ""; flex: 1 1 0%; height: 1px; background: #e2e8f0; }
/********/
#product-detail .scopes { margin-bottom: 6rem; }
#product-detail .scopes .grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#product-detail .scopes .scope { position: relative; border-radius: 0.75rem; border: 1px solid #f1f5f9; background: #fff; padding: 2rem; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
#product-detail .scopes .scope figure { width: 36px; height: 36px; margin: 0 0 1rem; display: block; overflow: hidden; position: relative; }
#product-detail .scopes .scope figure img { width: 100%; height: 100%; object-fit: contain; }
#product-detail .scopes .scope .text-box { }
#product-detail .scopes .scope .text-box .title { font: 700 18px var(--title-font); line-height: 1.75rem; margin: 0 0 12px; color: #020617; }
#product-detail .scopes .scope .text-box .subtitle { margin: 0; font: 400 16px var(--text-font); line-height: 1.625; color: #64748b; }
#product-detail .scopes .scope:hover { border-color: #0d59f233; }
/*********/
#product-detail .methods { margin-bottom: 6rem; position: relative; }
#product-detail .methods .method { display: flex; gap: 2rem; }
#product-detail .methods .method + .method { margin: 48px 0 0; }
#product-detail .methods .method .number { display: flex; align-items: center; justify-content: center; width: 4rem; height: 4rem; border-radius: 0.5rem; background: #020617; font: 700 24px var(--text-font); line-height: 32px; color: #fff; flex-shrink: 0; }
#product-detail .methods .method .text-box { padding: 4px 0 0; }
#product-detail .methods .method .text-box .title { margin: 0 0 0.75rem; font: 700 20px var(--title-font); line-height: 28px; color: #020617; }
#product-detail .methods .method .text-box .subtitle { font: 400 16px var(--text-font); line-height: 1.625; color: #64748b; }
/*********/
#product-detail .product-info { margin-bottom: 6rem; position: relative; }
#product-detail .product-info .product-content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; }
#product-detail .product-info .product-content h2,
#product-detail .product-info .product-content h3,
#product-detail .product-info .product-content h5,
#product-detail .product-info .product-content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#product-detail .product-info .product-content h4 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#product-detail .product-info .product-content p { margin: 0 0 1.5rem; }
#product-detail .product-info .product-content p:not(:first-child) { }
#product-detail .product-info .product-content p strong { color: #333 }
#product-detail .product-info .product-content a { color: #0d59f2; }
#product-detail .product-info .product-content ul { margin-bottom: 2rem; }
#product-detail .product-info .product-content ul li { /* display: flex; */ gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; }
#product-detail .product-info .product-content ul li strong { }
#product-detail .product-info .product-content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/*********/
#product-detail .packages { margin-bottom: 6rem; position: relative; }
#product-detail .packages .context { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; margin: 0 0 25px; }
#product-detail .packages .context p { }
#product-detail .packages .context p:not(:first-child) { margin: 1.5rem 0 0; }
#product-detail .packages .context strong { font: 800 22px var(--text-font); margin: 1.5rem 0 0; color: #333; display: block; }
#product-detail .packages .grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
#product-detail .packages .package { padding: 20px; background: #fff; display: flex; flex-direction: column; border-radius: 1rem; border: 1px solid #e5e7eb; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
#product-detail .packages .package .badge { margin: 0 0 0.25rem; font: 800 20px var(--title-font); color: #020617; line-height: 1.75rem; }
#product-detail .packages .package .price-tag { padding: 0 0 1.5rem; margin: 0 0 2rem; border-bottom: 1px solid #f8fafc; }
#product-detail .packages .package .price-tag strong { font: 900 24px var(--text-font); display: block; line-height: 2rem; letter-spacing: -0.025em; color: #020617; }
#product-detail .packages .package .price-tag span { font: 700 10px var(--text-font); color: #94a3b8; margin: 0.25rem 0 0; text-transform: uppercase; letter-spacing: 0.05em; }
#product-detail .packages .package .subtitle { font: 400 11px var(--text-font); line-height: 1.5; color: #94a3b8; margin-bottom: 2rem; font-style: italic; }
#product-detail .packages .package .subtitle strong { color: #000; }
#product-detail .packages .package .content { flex-grow: 1; }
#product-detail .packages .package .content h3 { margin: 0 0 1.5rem; font: 700 11px var(--text-font); text-transform: uppercase; line-height: 16.5px; letter-spacing: 0.1em; color: #020617; }
#product-detail .packages .package .content ul { position: relative; margin: 0 0 2.5rem; }
#product-detail .packages .package .content ul li { display: flex; align-items: flex-start; gap: 0.75rem; font: 400 13px var(--text-font); line-height: 1.25; color: #475569; }
#product-detail .packages .package .content ul li:not(:first-child) { margin: 16px 0 0; }
#product-detail .packages .package .content ul li:before { content: "\2713"; font-weight: 700; color: #2563eb; font-size: 1.125rem; line-height: 1.75rem; margin: -4px 0 0; }
#product-detail .packages .package .content div { margin: 20px 0 0; position: relative; /* border: 1px solid #f1f1f1; */ /* padding: 8px 12px; */ font: 400 15px var(--text-font); border-radius: 8px; }
#product-detail .packages .package .content div strong { }
#product-detail .packages .package .content div p { }
#product-detail .packages .package .get-infos { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: #020617; padding: 1rem 1rem; text-align: center; font: 700 11px var(--text-font); text-transform: uppercase; letter-spacing: 0.1em; color: #fff; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
#product-detail .packages .package .get-infos:hover { background: #25d366; border-color: #25d366; }
/*********/
#product-detail .faqs { margin-bottom: 6rem; position: relative; }
#product-detail .faqs .faq { position: relative; border-bottom: 1px solid #f1f5f9; padding: 0 0 2rem; }
#product-detail .faqs .faq + .faq { margin: 32px 0 0; }
#product-detail .faqs .faq:last-child { border-bottom: none; }
#product-detail .faqs .faq .title { font: 700 18px var(--title-font); line-height: 28px; margin: 0 0 16px; color: #020617; }
#product-detail .faqs .faq .subtitle { font: 400 16px var(--text-font); line-height: 1.625; color: #475569; }
#product-detail .faqs .faq .subtitle p { margin: 0 0 1rem; }
#product-detail .faqs .faq .subtitle p:last-child { margin: 0 0 0; }
/*********/
#product-detail .detail-form { position: sticky; top: 7rem; border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; padding: 2rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
#product-detail .detail-form .text-box { }
#product-detail .detail-form .text-box .title { margin: 0 0 0.5rem; font: 700 20px var(--text-font); line-height: 28px; color: #0f172a; }
#product-detail .detail-form .text-box .subtitle { margin: 0 0 1.5rem; font: 400 14px var(--text-font); line-height: 20px; color: #64748b; }
#product-detail .detail-form .offerForm { }
#product-detail .detail-form .offerForm .form-group { }
#product-detail .detail-form .offerForm .form-group:not(:first-child) { margin: 16px 0 0; }
#product-detail .detail-form .offerForm .form-group label { display: block; margin: 0 0 0.375rem; font: 500 14px var(--text-font); line-height: 20px; color: #334155; }
#product-detail .detail-form .offerForm .form-group .required-ast { color: #f00; }
#product-detail .detail-form .offerForm .form-group input,
#product-detail .detail-form .offerForm .form-group textarea { width: 100%; appearance: none; background: #fff; border: 1px solid #e2e8f0; padding: 8px 12px; font: 400 16px var(--text-font); color: #334155; line-height: 24px; border-radius: 8px; }
#product-detail .detail-form .offerForm .form-group button { position: relative; cursor: pointer; width: 100%; border-radius: 8px; padding: 14px 0; font: 700 18px var(--text-font); color: #fff; background: #1a1a1a; box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.05), 0 4px 6px -4px rgb(0 0 0 / 0.05); transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); margin: 16px 0 0; border: 1px solid #1e293b; }
#product-detail .detail-form .offerForm .form-group.security { display: flex; gap: 12px; }
#product-detail .detail-form .offerForm .form-group.security label { flex-shrink: 0; }
#product-detail .detail-form .offerForm .form-group input:focus, #product-detail .detail-form .offerForm .form-group textarea:focus { border-color: #3b82f6; }
#product-detail .detail-form .offerForm .form-group button:hover { background: #1e293b; border-color: #1e293b; }
/*********/
#contract-detail { position: relative; padding: 5rem 0; }
#contract-detail .row { flex-direction: row; gap: 3rem; }
#contract-detail .contract-header { padding: 0 0 2.5rem; border-bottom: 1px solid #f8fafc; }
#contract-detail .contract-header .breadcrumb { justify-content: flex-start; }
#contract-detail .contract-header h1 { margin: 0 0 2rem; font: 800 4.5rem var(--title-font); letter-spacing: -0.025em; line-height: 1; color: #020617; }
#contract-detail .contract-content { font: 400 17px var(--text-font); line-height: 1.8; color: #475569; margin: 3rem 0; }
#contract-detail .contract-content h2,
#contract-detail .contract-content h3,
#contract-detail .contract-content h5,
#contract-detail .contract-content h6 { margin: 3rem 0 1.5rem; font: 700 24px var(--title-font); line-height: 32px; color: #020617; }
#contract-detail .contract-content h4 { font: 700 18px var(--title-font); margin: 0 0 1rem; line-height: 28px; color: #020617; }
#contract-detail .contract-content p { }
#contract-detail .contract-content p:not(:first-child) { margin: 1rem 0 0; }
#contract-detail .contract-content p strong { color: #333 }
#contract-detail .contract-content a { color: #0d59f2; }
#contract-detail .contract-content ul { margin-bottom: 2rem; }
#contract-detail .contract-content ul li { /* display: flex; */ gap: 12px; font: 400 17px var(--text-font); line-height: 1.8; color: #475569; position: relative; padding: 0 0 0 25px; white-space: break-spaces; width: 100%; word-break: break-word; }
#contract-detail .contract-content ul li strong { }
#contract-detail .contract-content ul li:before { content: "→"; font-weight: 700; color: #0d59f2; position: absolute; left: 0; }
/*********/
.navigation-menu { border-radius: 1rem; border: 1px solid #f1f5f9; background: #fff; padding: 1.5rem; box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); display: flex; flex-direction: column; gap: 0.25rem; position: sticky; top: 7rem; }
.navigation-menu a { display: flex; align-items: center; gap: 0.75rem; border-radius: 0.75rem; padding: 0.75rem 1rem; color: #475569; transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.navigation-menu a.active { background-color: #0d7ff21a; color: #0d7ff2; }
.navigation-menu a.first { display: none; }
/*********/
@media (max-width: 768px) {
 footer .footer-line-1 { padding: 4rem 10px; }
 footer .footer-line-1 .footer-text-box .title { font-size: 36px; line-height: 44px; }
 footer .footer-line-1 .footer-text-box .subtitle { }
 footer .footer-line-1 .footer-ctas { margin: 30px 0 0; }
 footer .footer-line-1 .footer-ctas .footer-cta { min-width: auto; white-space: nowrap; padding: 10px 20px; }
 footer .footer-line-2 { padding: 3rem 0 0; }
 footer .footer-line-2 .line-box .footer-logo { width: 180px; }
 footer .footer-line-2 .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); margin: 30px 0 0; gap: 1.5rem; }
 footer .footer-line-2 .footer-table table tbody tr { flex-direction: column; gap: 1.5rem; }
 footer .footer-line-2 .footer-table table tbody tr td { width: 100%; }
 footer .footer-line-2 .footer-table table tbody tr td h2 { font-size: 14px; margin: 0 0 1.25rem; }
 footer .footer-line-2 .footer-table table tbody tr td p, footer .footer-line-2 .footer-table table tbody tr td a { font-size: 16px; margin: 0 0 1.5rem; }
 footer .footer-line-2 .footer-contact .title { font-size: 14px; margin: 0 0 1.25rem; }
 footer .footer-line-2 .footer-contact .link { font-size: 16px; margin: 0 0 1.5rem; }
 footer .footer-line-3 { flex-direction: column; gap: 1rem; }
 footer .footer-line-3 .footer-contract { font-size: 12px; gap: 1rem; overflow-x: auto; white-space: nowrap; text-align: left; justify-content: flex-start; width: 100%; padding: 0 0 6px; scrollbar-width: none; }
 /*************/
 nav.icMenu { margin: 0 0 20px; }
 nav.icMenu.sayfaMenu a { display: none }
 nav.icMenu.sayfaMenu a.first { display: block; padding-right: 43px !important; display: flex; justify-content: space-between; }
 nav.icMenu.sayfaMenu a.first span { font-size: 13px; }
 nav.icMenu a.active:after { top: 43%; right: 15px; border: none; border-right: 2px solid #ffffff; border-top: 2px solid; }
 nav.icMenu a.active.acilmadi:after { border: none; border-left: 2px solid #ffffff; border-bottom: 2px solid; }
 /****/
 #anaHakkimizda .kapsul { width: 100%; }
 #anaHakkimizda .metin { width: 100%; margin: 50px 0 0; border-top: 2px solid #e4e4e7; padding: 30px 0 0; border-left: none; }
 #anaHakkimizda .kapsul .kisaOzet { font-size: 36px; line-height: 45px; }
 #anaHakkimizda .item { flex-direction: column; gap: 50px; margin: 50px 0 0; }
 #anaHakkimizda .item figure.big { display: none; }
 /****/
 #services .cat-content { flex-direction: column; align-items: flex-start; }
 #services .cat-content .kap { width: 100%; }
 #services .cat-content .main-subtitle { font-size: 36px; line-height: 45px; }
 #services .cat-content .main-content { font-size: 16px; }
 #services .cat-content .see-all { margin: 30px 0 0; }
 #services .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #whyUs .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 #whyUs .left-box figure { height: 440px; }
 #whyUs .left-box .ex-box { left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem; }
 #whyUs .left-box .ex-box .experience .box strong { font-size: 16px; }
 #whyUs .left-box .ex-box .successBox span { font-size: 16px; }
 #whyUs .item .subtitle { font-size: 28px; line-height: 41px; }
 #whyUs .item .context { font-size: 16px; }
 #whyUs .item .solutions { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #projects .cat-content { width: 100%; }
 #projects .grid { grid-template-columns: repeat(1, 1fr); width: 100%; }
 #projects .item { }
 /************/
 #products .cat-content { flex-direction: column; align-items: flex-start; }
 #products .cat-content .kap { width: 100%; }
 #products .cat-content .main-subtitle { font-size: 36px; line-height: 45px; }
 #products .cat-content .main-content { font-size: 16px; }
 #products .cat-content .see-all { margin: 30px 0 0; }
 #products .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #faq .cat-content { flex-direction: column; align-items: flex-start; }
 #faq .cat-content .kap { width: 100%; }
 #faq .cat-content .main-subtitle { font-size: 36px; line-height: 45px; }
 #faq .cat-content .main-content { font-size: 16px; }
 #faq .cat-content .see-all { margin: 30px 0 0; }
 #faq .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #comments .cat-content { flex-direction: column; align-items: flex-start; margin: 0 0 30px; }
 #comments .cat-content .kap { width: 100%; }
 #comments .cat-content .main-subtitle { font-size: 36px; line-height: 45px; }
 #comments .cat-content .main-content { font-size: 16px; }
 #comments .commentSwiper { padding: 2rem; }
 #comments .item .context { font-size: 18px; line-height: 30px; margin: 0 0 20px; }
 #comments .item .kaps .title { font-size: 18px; }
 #comments .item .kaps .subtitle { }
 /************/
 #blog .cat-content { flex-direction: column; align-items: flex-start; margin: 0 0 30px; }
 #blog .cat-content .kap { width: 100%; }
 #blog .cat-content .main-subtitle { font-size: 36px; line-height: 45px; }
 #blog .cat-content .see-all { margin: 30px 0 0; }
 #blog .item figure { height: 275px; }
 /************/
 .offer-modal-card { width: 100%; height: 87%; margin: 0 10px; display: flex; flex-direction: column; max-height: 100vh; }
 .offer-modal-header { padding: 2rem 1rem 0.75rem; flex-shrink: 0; }
 .offer-modal-header .step-title { font-size: 20px; line-height: 30px; }
 .offer-form { padding: 1rem; overflow-y: auto; height: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; flex: 1 1 auto; }
 .offer-section-title { font-size: 16px; }
 .service-options { gap: 0.5rem; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .service-subtitle { width: 100%; white-space: normal; }
 .service-option { padding: 0.625rem; }
 .offer-section-split { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; margin: 20px 0 0; }
 .offer-section > :not([hidden]) ~ :not([hidden]) { margin: 11px 0 0; }
 .offer-section .form-group input, .offer-section .form-group textarea { padding: 0.275rem 0.5rem; height: 3rem; }
 .offer-section .form-group.security { padding: 0.5rem; }
 .offer-section .form-group textarea { height: auto; padding: 1.75rem 0.5rem 0.25rem; }
 .offer-section .form-group label:not([for='TBguvenlik']) { width: 85%; }
 .offer-actions { margin: 30px 0 15px; }
 /************/
 #company-detail .company-whowe { padding: 4rem 0 5rem; }
 #company-detail .company-whowe .subtitle { font-size: 36px; }
 #company-detail .row { display: flex; flex-direction: column-reverse; gap: 3px; }
 #company-detail-box { padding: 3rem 10px; }
 #company-detail-box .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1.5rem; }
 #company-detail-box .company-box { padding: 2rem 1.25rem; }
 #company-detail-box .company-box .content ul { width: 100%; flex-wrap: wrap; }
 #company-detail .vertical-divider { background: linear-gradient(to right, transparent 0%, #e5e7eb 50%, transparent 100%); width: 100%; height: 1px; margin: 30px 0; }
 #company-detail .company-image { position: relative; top: initial; }
 /************/
 #servicesCat { padding: 50px 0; }
 #servicesCat .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /***********/
 #services-head { width: 100%; }
 #services-head .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); display: block; }
 #services-head .grid .col-span-7,
 #services-head .grid .col-span-5 { width: 100%; }
 #services-head .text-box .badge { margin: 1rem 0; }
 #services-head .text-box { width: 100%; }
 #services-head .text-box .title { font-size: 56px; line-height: 1.15; }
 #services-head figure { width: 100%; aspect-ratio: 16/9; margin: 30px 0 0; }
 #services-detail .scopes .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; }
 #services-detail .packages .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #projectCat { padding: 50px 0; }
 #projectCat .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 #projectCat .item .box { aspect-ratio: 5/4; }
 /************/
 #project-detail .project-head .text-box { margin: 15px 0 0; }
 #project-detail .project-head .text-box .title { font-size: 56px; line-height: 1.15; }
 #project-detail .project-head .text-box .subtitle { font-size: 18px; }
 #project-detail .project-image { height: 268px; width: 100%; }
 #project-detail .project-content { margin: 0 0 3rem; }
 /************/
 #blog-list { padding: 50px 0; }
 #blog-list .blog-featured { margin: 0 0 40px; }
 #blog-list .blog-featured .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; }
 #blog-list .blog-featured .grid a:first-child { grid-column: span 1; }
 #blog-list .blog-featured .grid a:first-child .item { flex-direction: column; }
 #blog-list .blog-featured .grid a:first-child .item figure { width: 100%; height: auto; }
 #blog-list .blog-featured .item { width: 100%; }
 #blog-list .blog-featured .item figure { height: auto; }
 #blog-list .blog-featured .item .text-box { width: 100%; }
 #blog-list .blog-list-category .blog-category { margin: 32px 0 0; }
 #blog-list .blog-list-category .blog-start { margin: 32px 0 0; }
 /************/
 #blog-search-list { padding: 50px 0; }
 #blog-search-list .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; }
 /************/
 #blog-detail .blog-detail-header h1 { font-size: 42px; line-height: 50px; margin: 1rem 0; }
 #blog-detail .blog-detail-image { width: 100%; height: 260px; }
 /************/
 #contact-detail .contact-form-box { padding: 1.5rem; }
 #contact-detail .contact-form-box .contact-form .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 #contact-detail .row { display: flex; flex-direction: column-reverse; }
 /************/
 #product-category-list { padding: 50px 0; }
 #product-category-list .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #product-head { width: 100%; }
 #product-head .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); display: block; }
 #product-head .grid .col-span-7,
 #product-head .grid .col-span-5 { width: 100%; }
 #product-head .text-box .badge { margin: 1rem 0; }
 #product-head .text-box { width: 100%; }
 #product-head .text-box .title { font-size: 56px; line-height: 1.15; }
 #product-head figure { width: 100%; aspect-ratio: 16/9; margin: 30px 0 0; }
 #product-head .packages .grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
 /************/
 #contract-detail .row { display: flex; flex-direction: column-reverse; }
 /************/
}
