html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 400; color: #1A2540; background: #fff; overflow-x: hidden;}

h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; font-weight: 700;}

.topbar { background: #0B1F4A; padding: 8px 0; font-size: 0.78rem; color: rgba(255,255,255,0.6); font-family: 'DM Sans', sans-serif;}
.topbar a { color: rgba(255,255,255,0.6); text-decoration:none; transition:color .2s; }
.topbar a:hover { color: #fff; }
.sosyal_medya a {  width:26px; height:26px; text-decoration: none; border:1px solid rgba(255,255,255,0.15); color: rgba(255, 255, 255, 0.6); border-radius:4px; display:inline-flex; align-items:center; justify-content: center; font-size: 0.8rem; transition: background .2s, border-color .2s;}
.sosyal_medya a:hover { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.35); }

.navbar { background: #fff; border-bottom: 1px solid #D9E4F5; padding: 0; position: sticky; top:0; z-index:1000; box-shadow: 0 2px 20px rgba(11,31,74,0.07);}
.navbar .navbar-brand { padding: 14px 0;}
.navbar .nav-link { font-family: 'Raleway', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: #1A2540; padding: 1.3rem 1rem !important; position: relative; transition: color .2s;}
.navbar .nav-link::after { content:''; position: absolute; bottom: 0; left: 1rem; right: 1rem; height: 2px; background: #1355C9; transform: scaleX(0); transition: transform .25s ease;}
.navbar .nav-link:hover,
.navbar .nav-link:focus { color: #1355C9 }
.navbar .nav-link:hover::after { transform:scaleX(1); }
.navbar .dropdown-menu { border:none; box-shadow:0 8px 40px rgba(11,31,74,0.12); border-radius:8px; padding:.5rem; min-width:220px;}
.navbar .dropdown-item { font-size:0.83rem; font-weight: 500; padding: .55rem .9rem; border-radius: 5px; color: #1A2540; transition: background .18s, color .18s;}
.navbar .dropdown-item:hover { background: #E8F1FD; color: #1355C9 }
.navbar .btn-nav-cta { background: #1355C9; color: #fff !important; padding: .55rem 1.4rem !important; border-radius: 6px; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.04em; margin-left:.5rem; transition: background .2s, transform .15s;}
.navbar .btn-nav-cta:hover { background:  #0B1F4A !important; transform:translateY(-1px); }
.navbar .btn-nav-cta::after { display:none; }

/* Menü arama (toggle) */
.navbar .nav-search { display: flex; align-items: center; border-radius: 6px; overflow: hidden; }
.navbar .nav-search-input { width: 0; padding: 0; border: 0; background: transparent; outline: none; font-family: 'Raleway', sans-serif; font-size: 0.82rem; color: #1A2540; transition: width .28s ease, padding .28s ease; }
.navbar .nav-search.open .nav-search-input { width: 170px; padding: .5rem .8rem; }
.navbar .nav-search-btn { border: 0; background: transparent; color: #1A2540; padding: .55rem .7rem; cursor: pointer; line-height: 1; transition: color .2s; }
.navbar .nav-search-btn:hover { color: #1355C9; }

.hero { min-height: 92vh; background: linear-gradient(135deg, #0B1F4A 0%, #162D6A 55%, #1355C9 100%); position: relative; overflow: hidden; display: flex; align-items: center;}
.hero::before { content:''; position:absolute; inset:0; background:  radial-gradient(circle at 75% 50%, rgba(46,125,233,0.25) 0%, transparent 60%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.hero-badge { display:inline-flex; align-items:center; gap:.5rem; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); color:rgba(255,255,255,0.85); padding:.4rem 1rem; border-radius:50px; font-size:.75rem; font-weight:500; letter-spacing:.08em; margin-bottom:1.5rem; backdrop-filter:blur(8px); }
.hero-badge span { width:6px; height:6px; background:#4EADE0; border-radius:50%; animation:pulse 2s infinite; }
.hero h1 { font-family:'Raleway', sans-serif; font-weight:800; font-size:clamp(2.6rem, 5.5vw, 5rem); line-height:1.05; color:#fff; letter-spacing:-0.02em; }
.hero h1 .accent { color:#4EADE0; }
.hero-desc { color:rgba(255,255,255,0.65); font-size:1rem; line-height:1.75; font-weight:300; max-width:480px; margin-top:1.25rem; }
.hero-actions { margin-top:2.2rem; display:flex; gap:.75rem; flex-wrap:wrap; }
.btn-hero-primary { background:#fff; color:  #0B1F4A; padding:.85rem 2rem; border-radius:7px; font-weight:700; font-size:.88rem; text-decoration:none; display:inline-flex; align-items:center; gap:.5rem; transition:transform .2s, box-shadow .2s; }
.btn-hero-primary:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(0,0,0,0.2); color: #0B1F4A }
.btn-hero-outline { background:transparent; color:#fff; padding:.85rem 2rem; border-radius:7px; font-weight:600; font-size:.88rem; text-decoration:none; border:1.5px solid rgba(255,255,255,0.35); display:inline-flex; align-items:center; gap:.5rem; transition:background .2s, border-color .2s; }
.btn-hero-outline:hover { background:rgba(255,255,255,0.1); border-color:rgba(255,255,255,.6); color:#fff; }
.hero p { color: #fff}
.hero-stats { display:flex; gap:2.5rem; margin-top:3rem; padding-top:2.5rem; border-top:1px solid rgba(255,255,255,0.12); color: #fff }
.hero-stat strong { display:block; font-family:'Raleway',sans-serif; font-weight:800; font-size:1.9rem; color:#fff; line-height:1; }
.hero-stat span { font-size:.72rem; color:rgba(255,255,255,.5); letter-spacing:.1em; text-transform:uppercase; margin-top:.3rem; display:block; }
.hero-img-col { position:relative; }
.hero-img-stack { position:relative; width:100%; height:580px; }
.hero-img-main { position:absolute; left:0; top: 150px; width: 100%; height: 350px; object-fit:cover; border-radius:16px 16px 0 16px; box-shadow:0 30px 80px rgba(0,0,0,0.35); }
.hero-img-sub { position:absolute; right:0; bottom:0; width:55%; height: 520px; object-fit:cover; border-radius:12px; box-shadow:0 20px 50px rgba(0,0,0,0.3); border:4px solid  #fff; }
.hero-tag-float { position:absolute; right:2rem; bottom:2.5rem; background: #fff; border-radius:10px; padding:.9rem 1.2rem; box-shadow:0 8px 30px rgba(0,0,0,0.2); display:flex; align-items:center; gap:.75rem; min-width:180px; }
.hero-tag-float .icon-wrap { width:40px; height:40px; background: #E8F1FD; border-radius:8px; display:grid; place-items:center; color: #1355C9; font-size:1.2rem; flex-shrink:0; }
.hero-tag-float strong { font-family:'Raleway',sans-serif; font-size:.88rem; color: #0B1F4A; display:block; }
.hero-tag-float span { font-size:.72rem; color: #6B7EA0; }

#carouselBanner .carousel-item.background { height: 65vh; min-height: 300px; background: no-repeat center center scroll; background-size: cover; }
#carouselBanner .carousel-item.background.background-sub { height: 45vh; }
#carouselBanner .carousel-indicators > li { background-color: rgba(0,0,0,.5); }
#carouselBanner .carousel-indicators > li.active{background-color: #000;}
#carouselBanner .carousel-caption { font-size: 22px; background-color: rgba(0,0,0,.7); color: #fff; bottom: 50px; }

/* İç sayfa başlık / breadcrumb hero */
.page-hero { position:relative; overflow:hidden; padding:110px 0 55px; background:linear-gradient(135deg, #0B1F4A 0%, #162D6A 55%, #1355C9 100%); }
.page-hero::before  { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(46, 125, 233, .2) 0%, transparent 60%), url(data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);}
.page-hero .breadcrumb { background:transparent; padding:0; margin-bottom:1.5rem; font-size:.8rem; }
.page-hero .breadcrumb-item a { color:rgba(255,255,255,0.6); text-decoration:none; transition:color .2s; }
.page-hero .breadcrumb-item a:hover { color:#fff; }
.page-hero .breadcrumb-item.active { color:#4EADE0; }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color:rgba(255,255,255,0.35); }
.page-hero-badge { display:inline-flex; align-items:center; gap:.5rem; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); color:rgba(255,255,255,0.85); padding:.4rem 1rem; border-radius:50px; font-size:.75rem; font-weight:500; letter-spacing:.08em; margin-bottom:1.25rem; backdrop-filter:blur(8px); }
.page-hero-badge span { width:6px; height:6px; background:#4EADE0; border-radius:50%; animation:pulse 2s infinite; }
.page-hero h1 { font-family:'Raleway',sans-serif; font-weight:800; font-size:clamp(2rem, 4vw, 3.2rem); line-height:1.08; color:#fff; letter-spacing:-0.02em; margin:0; }
.page-hero h1 .accent { color:#4EADE0; }
.page-hero .lead { color:rgba(255,255,255,0.65); font-size:1rem; line-height:1.7; font-weight:300; max-width:520px; margin-top:1.1rem; margin-bottom:0; }
.hero-stats-bar { display:flex; gap:1rem; }
.hero-stats-bar .hs-item { flex:1; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:12px; padding:1.1rem 1rem; text-align:center; backdrop-filter:blur(6px); }
.hero-stats-bar .hs-item strong { display:block; font-family:'Raleway',sans-serif; font-weight:800; font-size:1.6rem; color:#fff; line-height:1; }
.hero-stats-bar .hs-item span { font-size:.68rem; color:rgba(255,255,255,0.55); letter-spacing:.08em; text-transform:uppercase; margin-top:.35rem; display:block; }
.hero-stats-bar .hs-item i { color: #4EADE0}

.products-section { padding:110px 0 90px; background: #F4F7FC;; position:relative; overflow:hidden; }
.products-section::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg, #1355C9 0%, #2E7DE9 50%, transparent 100%); }
.prod-filter-bar { display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:3rem; }
.prod-filter-btn { background:#fff; border:1.5px solid #D9E4F5; color: #6B7EA0; font-family:'Raleway', sans-serif; font-weight:600; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; padding:.45rem 1.1rem; border-radius:50px; cursor:pointer; transition:all .22s ease; }
.prod-filter-btn:hover, .prod-filter-btn.active { background: #1355C9;; border-color: #1355C9; color:#fff; }
.prod-list { display:flex; flex-direction:column; gap:0; }
.prod-row { display:grid; grid-template-columns:64px 1fr auto; align-items:center; gap:0 2rem; padding:1.6rem 2rem; background:#fff; border-bottom:1px solid #D9E4F5; border-radius:0; cursor:pointer; text-decoration:none; position:relative; transition:background .22s ease; overflow:hidden; }
.prod-row:first-child { border-radius:16px 16px 0 0; }
.prod-row:last-child { border-radius:0 0 16px 16px; border-bottom:none; }
.prod-list--solo .prod-row { border-radius:16px; border-bottom:none; }
.prod-filter-bar.nav { padding-left:0; list-style:none; }
.prod-filter-bar .nav-item { display:flex; }
.prod-row::after { content:''; position:absolute; left:0; top:0; bottom:0; width:0; background: #1355C9; transition:width .3s cubic-bezier(.4,0,.2,1); }
.prod-row:hover::after { width:4px; }
.prod-row:hover { background: #E8F1FD;}
.prod-row-num { font-family:'Raleway', sans-serif; font-weight:900; font-size:.8rem; color: #D9E4F5; letter-spacing:.08em; line-height:1; transition:color .22s; }
.prod-row:hover .prod-row-num { color: #1355C9; }
.prod-row-thumb { width:64px; height:64px; border-radius:10px; object-fit:cover; flex-shrink:0; border:1px solid #D9E4F5; transition:transform .3s ease; }
.prod-row:hover .prod-row-thumb { transform:scale(1.06); }
.prod-row-body { flex:1; min-width:0; }
.prod-row-title { font-family:'Raleway', sans-serif; font-weight:800; font-size:1rem; color: #0B1F4A; margin-bottom:.25rem; transition:color .22s; }
.prod-row:hover .prod-row-title { color: #1355C9; }
.prod-row-desc { font-size:.8rem; color: #6B7EA0; font-weight:400; line-height:1.4; }
.prod-row-tags { display:flex; gap:.3rem; flex-wrap:wrap; margin-top:.45rem; }
.prod-row-tag { background: #E8F1FD; color: #1355C9; font-size:.6rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; padding:.18rem .55rem; border-radius:4px; font-family:'Raleway', sans-serif; }
.prod-row-arrow { width:38px; height:38px; border-radius:50%; border:1.5px solid #D9E4F5; display:grid; place-items:center; color: #6B7EA0; font-size:.9rem; flex-shrink:0; transition:all .22s ease; }
.prod-row:hover .prod-row-arrow { background: #1355C9; border-color: #1355C9; color:#fff; transform:translateX(3px); }
.prod-featured-wrap { position:relative; border-radius:20px; overflow:hidden; margin-bottom:1.5rem; }
.prod-featured-img { width:100%; height:380px; object-fit:cover; display:block; transition:transform .6s ease; }
.prod-featured-wrap:hover .prod-featured-img { transform:scale(1.04); }
.prod-featured-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(11,31,74,.92) 0%, rgba(11,31,74,.35) 50%, transparent 100%); display:flex; flex-direction:column; justify-content:flex-end; padding:2rem 2.5rem; }
.prod-featured-eyebrow { font-family:'Raleway', sans-serif; font-size:.65rem; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:#4EADE0; margin-bottom:.5rem; }
.prod-featured-title { font-family:'Raleway', sans-serif; font-weight:900; font-size:1.75rem; color:#fff; line-height:1.15; margin-bottom:1rem; }
.prod-featured-tags { display:flex; gap:.4rem; flex-wrap:wrap; margin-bottom:1.2rem; }
.prod-featured-tag { background:rgba(78,173,224,.18); border:1px solid rgba(78,173,224,.35); color:#A8D4F0; font-size:.58rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:.22rem .65rem; border-radius:4px; font-family:'Raleway', sans-serif; }
.prod-featured-cta { display:inline-flex; align-items:center; gap:.5rem; background:#fff; color: #0B1F4A; font-family:'Raleway', sans-serif; font-weight:700; font-size:.8rem; padding:.6rem 1.4rem; border-radius:7px; text-decoration:none; transition:background .2s, transform .2s; width:fit-content; }
.prod-featured-cta:hover { background: #E8F1FD; color: #1355C9;; transform:translateX(3px); }
.prod-count-badge { position:absolute; top:1.5rem; right:1.5rem; background:rgba(255,255,255,.15); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.25); border-radius:8px; padding:.6rem 1rem; text-align:center; }
.prod-count-badge strong { display:block; font-family:'Raleway', sans-serif; font-weight:900; font-size:1.5rem; color:#fff; line-height:1; }
.prod-count-badge span { font-size:.62rem; color:rgba(255,255,255,.65); letter-spacing:.1em; text-transform:uppercase; font-weight:500; }
.prod-viewall { display:flex; align-items: center; justify-content: space-between; margin-top:2rem; padding:1.4rem 2rem; background: #0B1F4A; border-radius: 14px; gap: 1rem; }
.prod-viewall-text { font-family:'Raleway', sans-serif; font-weight: 700; font-size: .95rem; color:#fff; }
.prod-viewall-text span { color:#4EADE0; }
.prod-viewall-btn { display:inline-flex; align-items: center; gap:.5rem; background: #1355C9; color:#fff; font-family:'Raleway', sans-serif; font-weight:700; font-size:.8rem; padding:.7rem 1.6rem; border-radius:8px; text-decoration:none; white-space:nowrap; transition:background .2s, transform .15s; flex-shrink:0; }
.prod-viewall-btn:hover { background:#0e47b0; color:#fff; transform:translateY(-1px); }

.why-section { background: #0B1F4A; padding:90px 0; position:relative; overflow:hidden; }
.why-section::before { content:''; position:absolute; top:-200px; right:-200px; width:600px; height:600px; background: radial-gradient(circle, rgba(19,85,201,0.35) 0%, transparent 70%); pointer-events:none; }
.why-section .section-eyebrow { color:#4EADE0; }
.why-section .section-eyebrow::before { background:#4EADE0; }
.why-section .section-title { color:#fff; }
.pillar-card { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:2rem 1.75rem; height:100%; transition:background .3s, border-color .3s, transform .3s; }
.pillar-card:hover { background:rgba(255,255,255,0.09); border-color:rgba(78,173,224,0.4); transform:translateY(-4px); }
.pillar-icon { width:52px; height:52px; background:rgba(19,85,201,0.4); border:1px solid rgba(19,85,201,0.6); border-radius:12px; display:grid; place-items:center; font-size:1.4rem; color:#4EADE0; margin-bottom:1.25rem; }
.pillar-card h5 { font-family:'Raleway',sans-serif; font-weight: 700; font-size: 1rem; color:#fff; margin-bottom:.6rem; }
.pillar-card p { font-size: .85rem; color:rgba(255,255,255,.5); line-height: 1.7; font-weight: 300; }
.why-img-wrap { position:relative; height:100%; }
.why-img-main { width:100%; height:420px; object-fit:cover; border-radius:14px; border:3px solid rgba(255,255,255,0.08); }
.why-stat-card { position:absolute; bottom:-1.5rem; left:-1.5rem; background:#fff; border-radius:12px; padding:1.2rem 1.5rem; box-shadow:0 12px 40px rgba(0,0,0,0.15); }
.why-stat-card strong { font-family:'Raleway',sans-serif; font-weight:800; font-size:2.2rem; color: #1355C9; line-height:1; display:block; }
.why-stat-card span { font-size:.72rem; color: #6B7EA0; letter-spacing:.08em; text-transform:uppercase; }

.process-section { padding:90px 0; background: #F4F7FC; }
.section-eyebrow { font-family: 'Raleway', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #1355C9;; margin-bottom: .75rem; display: flex; align-items: center; gap: .6rem;}
.section-eyebrow::before { content: ''; width: 18px; height: 2px; background: #1355C9; border-radius: 1px;}
.step-card { background:#fff; border:1px solid #D9E4F5; border-radius:14px; padding:2rem 1.75rem; height:100%; position:relative; overflow:hidden; transition:box-shadow .3s, transform .3s; }
.step-card:hover { box-shadow:0 12px 40px rgba(11,31,74,0.1); transform:translateY(-3px); }
.step-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg, #1355C9, #2E7DE9); }
.step-num { font-family:'Raleway',sans-serif; font-weight:800; font-size:3.5rem; color: #D9E4F5; line-height:1; margin-bottom:.75rem; letter-spacing:-0.04em; }
.step-card h5 { font-family:'Raleway',sans-serif; font-weight:700; font-size:1rem; color: #0B1F4A; margin-bottom:.6rem; }
.step-card p { font-size:.83rem; color: #6B7EA0; line-height:1.7; }
.pillar-icon { background: #E8F1FD;; border-color: #D9E4F5;; color: #1355C9;; margin-bottom:1rem}

.video-section { padding:90px 0; background: #0B1F4A; }
.video-section .section-eyebrow { color:#4EADE0; }
.video-section .section-eyebrow::before { background:#4EADE0; }
.video-card { display:block; height:100%; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); background:rgba(255,255,255,0.05); text-decoration:none; transition:background .3s, border-color .3s, transform .3s, box-shadow .3s; }
.video-card:hover { background:rgba(255,255,255,0.09); border-color:rgba(78,173,224,0.4); transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.25); }
.video-card-thumb { position:relative; overflow:hidden; }
.video-card-thumb img { width:100%; height:220px; object-fit:cover; transition:transform .4s; }
.video-card:hover .video-card-thumb img { transform:scale(1.04); }
.video-card-play { position:absolute; inset:0; margin:auto; width:58px; height:58px; border-radius:50%; background:rgba(19,85,201,.9); color:#fff; display:grid; place-items:center; font-size:1.1rem; padding-left:3px; transition:background .3s, transform .3s; }
.video-card:hover .video-card-play { background:#1355C9; transform:scale(1.08); }
.video-card-body { padding:1.4rem; }
.video-card-body h5 { font-family:'Raleway',sans-serif; font-weight:700; font-size:1rem; color:#fff; margin-bottom:.8rem; line-height:1.35; }
.video-card-body span { font-size:.8rem; font-weight:600; color:#4EADE0; display:inline-flex; align-items:center; gap:.35rem; transition:gap .2s; }
.video-card:hover .video-card-body span { gap:.6rem; }

.news-section { padding:90px 0; background: #fff}
.news-card {  border-radius: 14px; overflow:hidden; border:1px solid #D9E4F5; background:#fff; transition:box-shadow .3s, transform .3s;}
.news-card:hover { box-shadow:0 12px 40px rgba(11,31,74,0.1); transform:translateY(-4px); }
.news-card img { width: 100%; height: 220px; object-fit: cover; transition:transform .4s;}
.news-card:hover img { transform: scale(1.04); }
.news-card-body { padding:1.4rem; }
.news-date { font-size:.72rem; color: #6B7EA0; letter-spacing:.06em; margin-bottom:.5rem; display:flex; align-items:center; gap:.4rem;}
.news-card h5 { font-family:'Raleway',sans-serif; font-weight:700; font-size: 1rem; color: #0B1F4A; margin-bottom:.8rem; line-height:1.35;}
.news-card a { font-size:.8rem; font-weight:600; color: #1355C9; text-decoration: none; display: inline-flex; align-items: center; gap: .35rem; transition: gap .2s;}
.news-card a:hover { gap:.6rem; }

.cta-band { background:linear-gradient(135deg,  #1355C9, #2E7DE9); padding:80px 0; position:relative; overflow:hidden;}
.cta-band::after { content:''; position:absolute; inset:0; background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M0 0h40v40H0zm40 40h40v40H40z'/%3E%3C/g%3E%3C/svg%3E"); pointer-events:none;}
.cta-band h2 { font-family:'Raleway',sans-serif; font-weight:800; font-size:clamp(1.8rem,3.5vw,3rem); color:#fff; line-height:1.1; letter-spacing:-0.02em;}
.cta-band p { color:rgba(255,255,255,.75); font-size:1rem; font-weight:300; margin-top:.75rem; }
.btn-cta-white { background:#fff; color: #1355C9; padding:.9rem 2.2rem; border-radius: 8px; font-family:'Raleway',sans-serif; font-weight: 700; font-size:.88rem; text-decoration:none; display:inline-flex; align-items:center; gap:.5rem; transition:transform .2s, box-shadow .2s;}
.btn-cta-white:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(0,0,0,.15); color: #0B1F4A;; }
.btn-cta-outline-w { background:transparent; color:#fff; padding:.9rem 2rem; border-radius:8px; font-family:'Raleway',sans-serif; font-weight:600; font-size:.88rem;  text-decoration:none; border:2px solid rgba(255,255,255,0.45); display:inline-flex; align-items:center; gap:.5rem; transition:background .2s, border-color .2s;}
.btn-cta-outline-w:hover { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.75); color:#fff; }

.story-section { padding: 100px 0 80px; background: #fff}
.story-img-wrap { position:relative; }
.story-img-main { width:100%; height:500px; object-fit: cover; border-radius: 20px; box-shadow:0 30px 80px rgba(11,31,74,.15); }
.story-badge-float { position:absolute; bottom:2rem; left:-2rem; background:#fff; border-radius:14px; padding:1.2rem 1.6rem; box-shadow:0 12px 40px rgba(11,31,74,.15); min-width:190px; }
.story-badge-float strong { font-family: 'Raleway', sans-serif; font-weight:900; font-size:2rem; color: #1355C9; display:block; line-height:1; }
.story-badge-float span { font-size:.72rem; color: #6B7EA0; letter-spacing:.1em; text-transform: uppercase; margin-top:.2rem; display:block; }
.story-img-accent { position:absolute; top:-1.5rem; right:-1.5rem; width:120px; height:120px; background: #E8F1FD; border-radius:20px; display:grid; place-items:center; border:3px solid #D9E4F5; }
.story-img-accent i { font-size:2.5rem; color: #1355C9; }
.story-text p { font-size:.95rem; color: #6B7EA0; line-height: 1.8; font-weight:300; margin-bottom:1rem; }
.story-text p strong { color: #1A2540; font-weight: 600; }
.story-highlights { display: flex; flex-direction: column; gap: .85rem; margin-top:2rem; }
.story-hl { display: flex; align-items: flex-start; gap: 1rem; }
.story-hl-icon { width: 42px; height: 42px; background: #E8F1FD; border:1px solid #D9E4F5; border-radius:10px; display:grid; place-items:center; color: #1355C9; font-size:1.1rem; flex-shrink:0; }
.story-hl-body strong { font-family:'Raleway',sans-serif; font-size:.88rem; font-weight:700; color:#0B1F4A; display:block; margin-bottom:.2rem; }
.story-hl-body span { font-size: .82rem; color: #6B7EA0; }

.timeline-section { padding: 90px 0 80px; background: linear-gradient(180deg, #ffffff 0%, #E8F1FD 40%, #EDF4FE 100%); position: relative;}
.timeline-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #1355C9 0%, #2E7DE9 50%, transparent 100%);}
.timeline-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 12px 0 8px;}
.timeline { display: flex; align-items: flex-start; position: relative; min-width: 900px;}
.timeline::before { content: ''; position: absolute; top: 9px; left: 0; right: 0; height: 2px; background: linear-gradient(to right, #1355C9, #2E7DE9, rgba(46,125,233,.2)); z-index: 0;}
.tl-col { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 0 .6rem; position: relative; z-index: 1;}
.tl-dot { width: 18px; height: 18px; background: #1355C9; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(19,85,201,.18); flex-shrink: 0; position: relative; z-index: 2; margin-bottom: 1rem;}
.tl-col .tl-card { width: 100%; }
.tl-card { background: #fff; border: 1px solid #D9E4F5; border-radius: 14px; padding: 1.25rem 1.1rem; box-shadow: 0 2px 14px rgba(19,85,201,.07); transition: box-shadow .3s, transform .3s; position: relative; overflow: hidden;}
.tl-card:hover { box-shadow: 0 10px 32px rgba(19,85,201,.13); transform: translateY(-3px);}
.tl-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #1355C9, #2E7DE9); border-radius: 14px 14px 0 0;}
.tl-year { display: inline-flex; align-items: center; background: #E8F1FD; border: 1.5px solid #D9E4F5; color: #1355C9; font-family: 'Raleway', sans-serif; font-weight: 900; font-size: .88rem; letter-spacing: .04em; padding: .2rem .75rem; border-radius: 50px; margin-bottom: .7rem;}
.tl-card h5 { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: .92rem; color: #0B1F4A; margin-bottom: .4rem; line-height: 1.25;}
.tl-card p { font-size: .78rem; color: #6B7EA0;; line-height: 1.65; font-weight: 300; margin: 0;}

.values-section { padding: 80px 0; background: #0B1F4A; position:relative; overflow:hidden; }
.values-section::after { content:''; position:absolute; top:-200px; right:-200px; width:600px; height:600px; background:radial-gradient(circle, rgba(19,85,201,.35) 0%, transparent 70%); pointer-events:none; }
.values-section h2 { color: #fff}
.value-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:2rem 1.75rem; height:100%; transition: background .3s,border-color .3s,transform .3s; }
.value-card:hover { background:rgba(255,255,255,.09); border-color:rgba(78,173,224,.4); transform:translateY(-4px); }
.v-icon { width:54px; height:54px; background:rgba(19,85,201,.4); border:1px solid rgba(19,85,201,.6); border-radius:12px; display:grid; place-items:center; font-size:1.4rem; color: #4EADE0; margin-bottom:1.25rem; }
.value-card h5 { font-family:'Raleway',sans-serif; font-weight:700; font-size:1rem; color:#fff; margin-bottom:.6rem; }
.value-card p { font-size:.85rem; color:rgba(255,255,255,.5); line-height:1.7; font-weight:300; margin:0; }

.cert-section { padding: 70px; background: #F4F7FC; }
.cert-card { background:#fff; border:1px solid #D9E4F5 ; border-radius:12px; padding:1.5rem; display:flex; align-items:center; gap:1.25rem; transition:box-shadow .3s,transform .3s; }
.cert-card:hover { box-shadow:0 8px 30px rgba(11,31,74,.1); transform:translateY(-2px); }
.cert-icon { width:52px; height:52px; background: #E8F1FD; border-radius:10px; display:grid; place-items:center; font-size:1.5rem; color: #1355c9; flex-shrink:0; }
.cert-card strong { font-family:'Raleway',sans-serif; font-weight:700; font-size:.88rem; color: #0B1F4A; display:block; }
.cert-card span { font-size:.78rem; color: #6B7EA0}

.contact-section { padding: 70px 0; background: #f4f7fc; }
.info-card { background:#fff; border:1px solid #D9E4F5; border-radius:14px; padding:1.75rem; margin-bottom:1.25rem; transition:box-shadow .3s,transform .3s; }
.info-card:hover { box-shadow:0 8px 30px rgba(11,31,74,.08); transform:translateY(-2px); }
.info-card h5 { font-family:'Raleway',sans-serif; font-weight:800; font-size:.95rem; color:#0B1F4A; margin-bottom:1.25rem; padding-bottom:.75rem; border-bottom:1px solid #D9E4F5; display:flex; align-items:center; gap:.6rem; }
.info-card h5 i { color: #1355C9; }

.info-row { display:flex; align-items:flex-start; gap:.9rem; margin-bottom:1rem; }
.info-row:last-child { margin-bottom:0; }
.info-icon { width:38px; height:38px; background: #E8F1FD; border-radius:8px; display:grid; place-items:center; color: #1355C9; font-size:1rem; flex-shrink:0; border:1px solid #D9E4F5 }
.info-row strong { font-family:'Raleway',sans-serif; font-weight:700; font-size:.82rem; color: #0B1F4A; display:block; margin-bottom:.2rem; }
.info-row p, .info-row a { font-size:.83rem; color: #6B7EA0; text-decoration:none; line-height:1.5; transition:color .2s; }
.info-row a:hover { color: #1355C9; }

.section-title { font-weight: 800; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.02em; color: #0b1f4a;}
.section-title.light { color: #fff}

#return-to-top { position: fixed; bottom: 20px; right: 20px; background:#007bff; width: 40px; height: 40px; text-decoration: none; display: none; border-radius: 10px; z-index : 999; }
#return-to-top i { font-size: 25px; color: #fff; position: relative; margin: 0; left: 9px; top: 7px; }

/* Dropdown Submenu */
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after { display: block; content: ''; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #444; margin-top: 7px; margin-right: -10px; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; border-radius: 6px 0 6px 6px; }
.dropdown-toggle::after { color: #aaa;}
.bg-dark:focus, .bg-dark:hover{ background-color: none!important; box-shadow: none!important;}


/* Sosyal Medya Sayfası */
.sosyal_medya{ display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: row; margin-bottom: 0; padding-left: 0; list-style: none;}
.sosyal_medya li{ padding-right:6px!important;}

/* 404 Sayfa Bulunamadı Sayfası*/
#nopage {background-color: #342643; min-height: 80vh;}
.text-wrapper { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.title {font-size: 6em; font-weight: 700; color: #EE4B5E;}
.subtitle { font-size: 40px; font-weight: 700; color: #1FA9D6;}
.buttons { margin: 30px;}
.buttons a.button { font-weight: 700; border: 2px solid #EE4B5E; text-decoration: none; padding: 15px; text-transform: uppercase; color: #EE4B5E; border-radius: 26px; transition: all 0.2s ease-in-out; }
.buttons a.button:hover { background-color: #EE4B5E; color: #fff; transition: all 0.2s ease-in-out;}

/* Ürün Detay Sayfası */
#categoryMenu ul.list-group { list-style: none; padding: 5px; }
#categoryMenu ul.list-group li.list-group-item { position: relative; padding: 7px; }
#categoryMenu ul.list-group li.list-group-item a { display: block; text-decoration: none; color: #343a40; }
#categoryMenu ul.list-group li.list-group-item a.active { color: #007bff; }
#categoryMenu ul.list-group li.list-group-item a > i { color: #6c757d; font-size: 12px; }
#categoryMenu ul.list-group li.list-group-item a.active > i { color: #007bff; }
#categoryMenu ul.list-group li.list-group-item > i { position: absolute; right: 10px; top: 7px; color: #343a40; }
#carouselProductGallery .carousel-indicators { position: relative; bottom: 0; margin: 10px 5px; }
#carouselProductGallery .carousel-indicators > li { width: inherit; height: inherit; text-indent: initial; opacity: .7; }
#carouselProductGallery .carousel-indicators > li.active { opacity: 1; }
#carouselProductGallery .carousel-inner .carousel-item { height: auto; min-height: auto;}

/* İletişim / teklif formu */
.contact-form-card { background:#fff; border:1px solid #D9E4F5; border-radius:18px; padding:2.5rem; box-shadow:0 20px 60px rgba(11,31,74,0.08); }
.cf-head h3 { font-family:'Raleway',sans-serif; font-weight:800; font-size:1.55rem; color:#0B1F4A; margin-bottom:.4rem; }
.cf-head p { font-size:.88rem; color:#6B7EA0; margin-bottom:1.8rem; }
.cf-head p strong { color:#1355C9; font-weight:700; }
.cf-group { margin-bottom:1.15rem; }
.cf-group > label { display:block; font-family:'Raleway',sans-serif; font-weight:600; font-size:.8rem; color:#0B1F4A; margin-bottom:.4rem; }
.cf-group .req { color:#1355C9; }
.cf-form input[type=text],
.cf-form input[type=email],
.cf-form input[type=tel],
.cf-form select,
.cf-form textarea { width:100%; border:1.5px solid #D9E4F5; border-radius:10px; padding:.72rem 1rem; font-size:.9rem; color:#1A2540; background:#F8FAFD; font-family:'DM Sans',sans-serif; transition:border-color .2s, background .2s, box-shadow .2s; }
.cf-form input::placeholder,
.cf-form textarea::placeholder { color:#9AA8C0; }
.cf-form input:focus,
.cf-form select:focus,
.cf-form textarea:focus { outline:none; border-color:#1355C9; background:#fff; box-shadow:0 0 0 3px rgba(19,85,201,0.1); }
.cf-form textarea { resize:vertical; min-height:130px; }
.cf-chips { display:flex; flex-wrap:wrap; gap:.5rem; }
.cf-chip-input { position:absolute; opacity:0; width:0; height:0; }
.cf-chip { display:inline-flex; align-items:center; gap:.45rem; padding:.5rem 1rem; border:1.5px solid #D9E4F5; border-radius:50px; font-family:'Raleway',sans-serif; font-weight:600; font-size:.7rem; letter-spacing:.05em; text-transform:uppercase; color:#6B7EA0; background:#fff; cursor:pointer; transition:all .2s; }
.cf-chip:hover { border-color:#1355C9; color:#1355C9; }
.cf-chip-input:checked + .cf-chip { background:#1355C9; border-color:#1355C9; color:#fff; }
.cf-chip-input:focus-visible + .cf-chip { box-shadow:0 0 0 3px rgba(19,85,201,0.2); }
.cf-check { display:flex; align-items:flex-start; gap:.6rem; font-size:.82rem; color:#6B7EA0; margin:.4rem 0 1.4rem; cursor:pointer; }
.cf-check input { margin-top:.15rem; width:16px; height:16px; accent-color:#1355C9; flex-shrink:0; }
.cf-check a { color:#1355C9; text-decoration:none; font-weight:600; }
.cf-check a:hover { text-decoration:underline; }
.cf-submit { width:100%; background:#1355C9; color:#fff; border:none; border-radius:10px; padding:1rem; font-family:'Raleway',sans-serif; font-weight:700; font-size:.95rem; display:inline-flex; align-items:center; justify-content:center; gap:.6rem; cursor:pointer; transition:background .2s, transform .15s; }
.cf-submit:hover { background:#0e47b0; transform:translateY(-1px); }

/* Ürün filtre paneli (sidebar) */
.filter-card { background:#fff; border:1px solid #D9E4F5; border-radius:14px; overflow:hidden; }
.filter-card-head { background:#0B1F4A; padding:1.1rem 1.4rem; display:flex; align-items:center; gap:.6rem; }
.filter-card-head h6 { font-family:'Raleway',sans-serif; font-weight:700; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color:#fff; margin:0; }
.filter-card-head i { color:#4EADE0; font-size:1rem; }
.filter-group { padding:1.2rem 1.4rem; border-bottom:1px solid #D9E4F5; }
.filter-group-label { font-family:'Raleway',sans-serif; font-size:.68rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#6B7EA0; margin-bottom:.75rem; }
.filter-check { display:flex; align-items:center; gap:.55rem; padding:.35rem 0; cursor:pointer; margin:0; }
.filter-check input[type=checkbox] { display:none; }
.filter-check-label { display:flex; align-items:center; gap:.55rem; font-size:.84rem; font-weight:500; color:#1A2540; cursor:pointer; flex:1; transition:color .2s; }
.filter-check-label::before { content:''; width:16px; height:16px; border:1.5px solid #D9E4F5; border-radius:4px; flex-shrink:0; transition:background .2s, border-color .2s; }
.filter-check input:checked + .filter-check-label::before { background:#1355C9; border-color:#1355C9; background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:center; }
.filter-check input:checked + .filter-check-label { color:#1355C9; }
.filter-checks-sub { padding-left:1.4rem; }
.filter-btn-reset { display:block; text-align:center; margin:1rem 1.4rem 1.2rem; padding:.6rem; background:#F4F7FC; border:1.5px solid #D9E4F5; border-radius:8px; font-family:'Raleway',sans-serif; font-size:.75rem; font-weight:600; color:#6B7EA0; text-decoration:none; letter-spacing:.06em; transition:background .2s, color .2s; }
.filter-btn-reset:hover { background:#E8F1FD; color:#1355C9; border-color:#1355C9; }

/* Ürünler sayfası */
.hero-search-wrap { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18); border-radius:12px; padding:1.5rem; backdrop-filter:blur(8px); }
.hero-search-wrap .hsw-label { color:rgba(255,255,255,.7); font-size:.8rem; font-family:'Raleway',sans-serif; font-weight:600; letter-spacing:.06em; text-transform:uppercase; margin-bottom:.85rem; }
.hero-search-wrap .form-control { border:1.5px solid rgba(255,255,255,.2); background:rgba(255,255,255,.12); color:#fff; border-radius:8px; font-size:.88rem; padding:.7rem 1rem; }
.hero-search-wrap .form-control::placeholder { color:rgba(255,255,255,.5); }
.hero-search-wrap .form-control:focus { background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.4); box-shadow:none; color:#fff; }
.hero-search-wrap .btn-search { background:#fff; color:#1355C9; font-family:'Raleway',sans-serif; font-weight:700; font-size:.82rem; border-radius:8px; padding:.7rem 1.4rem; border:none; white-space:nowrap; transition:transform .2s, box-shadow .2s; }
.hero-search-wrap .btn-search:hover { transform:translateY(-1px); box-shadow:0 4px 16px rgba(0,0,0,.15); }

.cat-pill-bar { display:flex; gap:.4rem; flex-wrap:wrap; margin-bottom:1.5rem; }
.cat-pill { display:inline-flex; align-items:center; gap:.45rem; padding:.45rem 1rem; border-radius:50px; border:1.5px solid #D9E4F5; background:#fff; font-family:'Raleway',sans-serif; font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#6B7EA0; cursor:pointer; text-decoration:none; transition:all .22s ease; }
.cat-pill i { font-size:.9rem; }
.cat-pill:hover, .cat-pill.active { background:#1355C9; border-color:#1355C9; color:#fff; }

.products-toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.75rem; padding:.85rem 1.4rem; background:#fff; border:1px solid #D9E4F5; border-radius:12px; margin-bottom:1.5rem; }
.toolbar-result-count { font-size:.83rem; color:#6B7EA0; }
.toolbar-result-count strong { color:#0B1F4A; font-weight:700; }
.toolbar-right { display:flex; align-items:center; gap:.75rem; }
.view-toggle { display:flex; gap:.3rem; }
.view-btn { width:34px; height:34px; border:1.5px solid #D9E4F5; border-radius:7px; display:grid; place-items:center; background:#fff; color:#6B7EA0; font-size:.9rem; cursor:pointer; transition:all .2s; }
.view-btn.active, .view-btn:hover { background:#1355C9; border-color:#1355C9; color:#fff; }

/* Görünüm geçişi */
.view-grid .list-only { display:none; }
.view-list .grid-only { display:none; }

/* Ürün kartı (grid) */
.prod-card { background:#fff; border:1px solid #D9E4F5; border-radius:14px; overflow:hidden; transition:box-shadow .3s, transform .3s; height:100%; display:flex; flex-direction:column; text-decoration:none; color:#1A2540; }
.prod-card:hover { box-shadow:0 16px 48px rgba(11,31,74,.12); transform:translateY(-4px); color:#1A2540; }
.prod-card-img-wrap { position:relative; overflow:hidden; height:200px; background:#F4F7FC; }
.prod-card-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.prod-card:hover .prod-card-img-wrap img { transform:scale(1.06); }
.prod-card-body { padding:1.1rem 1.25rem; flex:1; display:flex; flex-direction:column; }
.prod-card-cat { font-size:.65rem; font-weight:700; font-family:'Raleway',sans-serif; letter-spacing:.12em; text-transform:uppercase; color:#1355C9; margin-bottom:.4rem; }
.prod-card-title { font-family:'Raleway',sans-serif; font-weight:800; font-size:.95rem; color:#0B1F4A; line-height:1.3; margin-bottom:.5rem; flex:1; }
.prod-card:hover .prod-card-title { color:#1355C9; }
.prod-card-desc { font-size:.78rem; color:#6B7EA0; line-height:1.55; margin-bottom:.85rem; }
.prod-card-footer { border-top:1px solid #D9E4F5; padding:.75rem 1.25rem; display:flex; align-items:center; justify-content:space-between; background:#F4F7FC; }
.prod-card-cta { font-family:'Raleway',sans-serif; font-size:.75rem; font-weight:700; color:#1355C9; display:inline-flex; align-items:center; gap:.35rem; transition:gap .2s; }
.prod-card:hover .prod-card-cta { gap:.55rem; }
.prod-card-icon { width:30px; height:30px; border:1.5px solid #D9E4F5; border-radius:50%; display:grid; place-items:center; color:#6B7EA0; font-size:.8rem; transition:all .2s; }
.prod-card:hover .prod-card-icon { background:#1355C9; border-color:#1355C9; color:#fff; }

/* Ürün liste satırı (list) */
.pl-list { border:1px solid #D9E4F5; border-radius:12px; overflow:hidden; background:#fff; }
.pl-row { display:grid; grid-template-columns:72px 1fr auto; align-items:center; gap:0 1.5rem; padding:1.3rem 1.5rem; border-bottom:1px solid #D9E4F5; cursor:pointer; text-decoration:none; position:relative; transition:background .22s; overflow:hidden; color:#1A2540; }
.pl-row:last-child { border-bottom:none; }
.pl-row::after { content:''; position:absolute; left:0; top:0; bottom:0; width:0; background:#1355C9; transition:width .3s cubic-bezier(.4,0,.2,1); }
.pl-row:hover::after { width:4px; }
.pl-row:hover { background:#E8F1FD; color:#1A2540; }
.pl-row-thumb { width:72px; height:60px; border-radius:8px; object-fit:cover; border:1px solid #D9E4F5; transition:transform .3s; }
.pl-row:hover .pl-row-thumb { transform:scale(1.05); }
.pl-row-body { min-width:0; }
.pl-row-cat { font-size:.62rem; font-family:'Raleway',sans-serif; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#1355C9; margin-bottom:.18rem; }
.pl-row-title { font-family:'Raleway',sans-serif; font-weight:800; font-size:.92rem; color:#0B1F4A; margin-bottom:.25rem; transition:color .2s; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.pl-row:hover .pl-row-title { color:#1355C9; }
.pl-row-desc { font-size:.76rem; color:#6B7EA0; line-height:1.4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.pl-row-arrow { width:36px; height:36px; border-radius:50%; border:1.5px solid #D9E4F5; display:grid; place-items:center; color:#6B7EA0; font-size:.85rem; flex-shrink:0; transition:all .22s; }
.pl-row:hover .pl-row-arrow { background:#1355C9; border-color:#1355C9; color:#fff; transform:translateX(3px); }

/* ÜRÜN DETAY (urunler/detay) */
.pd-wrap { font-family:'DM Sans',sans-serif; color:#1A2540; }

/* Breadcrumb */
.pd-breadcrumb{ font-size:.78rem; color: #6B7EA0; margin:1.5rem 0 2rem; }
.pd-breadcrumb a{ color: #6B7EA0; text-decoration:none; transition:color .2s; }
.pd-breadcrumb a:hover{ color: #1355C9; }
.pd-breadcrumb .sep{ font-size:.65rem; margin:0 .4rem; }
.pd-breadcrumb .current{ color: #1355C9; font-weight:600; }

/* Hero */
.prod-hero{ background: #F4F7FC; border:1px solid #D9E4F5; border-radius:20px; padding:40px; overflow:hidden; }
.prod-hero-cat{ display:inline-flex; align-items:center; gap:.5rem; background: #E8F1FD; border:1px solid #D9E4F5;
  color:#1355C9; padding:.3rem .9rem; border-radius:50px; font-size:.7rem; font-weight:700; letter-spacing:.1em;
  text-transform:uppercase; font-family:'Raleway',sans-serif; margin-bottom:1rem; }
.prod-hero h1{ font-size:clamp(1.8rem,3.2vw,2.7rem); font-weight:900; color: #0B1F4A; line-height:1.1; letter-spacing:-.02em; margin-bottom:1rem; }
.prod-hero .lead{ font-size:.95rem; color: #6B7EA0; line-height:1.8; font-weight:300; }
.prod-hero .marka-badge{ display:inline-block; background: #0B1F4A; color:#fff; font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:.35rem .85rem; border-radius:6px; font-family:'Raleway',sans-serif; margin-bottom:1rem; }

.prod-hero-actions{ display:flex; gap:.75rem; flex-wrap:wrap; margin-top:1.75rem; }
.btn-prod-primary{ background:#1355C9; color:#fff; padding:.8rem 1.8rem; border-radius:7px; font-family:'Raleway',sans-serif; font-weight:700; font-size:.85rem; text-decoration:none; display:inline-flex; align-items:center; gap:.5rem; transition:background .2s,transform .15s; border:none; cursor:pointer; }
.btn-prod-primary:hover{ background: #0B1F4A; color:#fff; transform:translateY(-1px); }
.btn-prod-outline{ background:transparent; color: #0B1F4A; padding:.8rem 1.8rem; border-radius:7px; font-family:'Raleway',sans-serif;  font-weight:600; font-size:.85rem; text-decoration:none; border:1.5px solid #D9E4F5; display:inline-flex; align-items:center; gap:.5rem; transition:border-color .2s,color .2s,background .2s; }
.btn-prod-outline:hover{ border-color:#1355C9; color:#1355C9; background: #E8F1FD; }

/* Galeri */
.prod-img-main{ width:100%; height:420px; object-fit:cover; border-radius:16px; display:block; border:1px solid #D9E4F5; background:#fff; }
.prod-img-thumbs{ display:flex; gap:.5rem; padding:1rem 0 0; flex-wrap:nowrap; overflow-x:auto; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:thin; }
.prod-img-thumbs::-webkit-scrollbar{ height:6px; }
.prod-img-thumbs::-webkit-scrollbar-thumb{ background:#C3D2EC; border-radius:4px; }
.prod-img-thumbs::-webkit-scrollbar-track{ background:transparent; }
.prod-thumb{ width:80px; height:60px; object-fit:cover; border-radius:8px; cursor:pointer; border:2px solid #D9E4F5; transition:border-color .2s; flex-shrink:0; background:#fff; }
.prod-thumb.active,.prod-thumb:hover{ border-color:#1355C9 }

/* Detay gövdesi */
.prod-detail-section{ padding:50px 0; }
.prod-detail-body h4{ font-family:'Raleway',sans-serif; font-weight:800; font-size:1.35rem; color:#0B1F4A; margin-bottom:1.25rem; }
.prod-detail-body{ font-size:.95rem; color: #1A2540;; line-height:1.85; }
.prod-detail-body img{ max-width:100%; height:auto; border-radius:10px; }
.prod-detail-body p{ margin-bottom:1rem; color: #6B7EA0; }

/* Detay sekmeleri */
.prod-tabs.nav{ list-style:none; padding-left:0; margin-bottom:2.5rem; border-bottom:2px solid #D9E4F5; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; }
.prod-tabs.nav::-webkit-scrollbar{ display:none; }
.prod-tabs .nav-item{ display:flex; }
.prod-tab-btn{ font-family:'Raleway',sans-serif; font-size:.82rem; font-weight:700; letter-spacing:.06em; color:#6B7EA0; padding:1rem 1.5rem; background:none; border:none; border-bottom:2px solid transparent; cursor:pointer; white-space:nowrap; margin-bottom:-2px; transition:color .2s, border-color .2s; }
.prod-tab-btn:hover{ color:#1355C9; }
.prod-tab-btn.active{ color:#1355C9; border-bottom-color:#1355C9; }

/* Avantaj listesi */
.prod-adv-list{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:.6rem; }
.prod-adv-list li{ display:flex; align-items:flex-start; gap:.75rem; font-size:.88rem; color:#1A2540; line-height:1.6; }
.prod-adv-list li i{ color:#1355C9; font-size:1rem; flex-shrink:0; margin-top:.15rem; }

/* Sekme içeriği (editörden gelen HTML) */
.prod-tab-body table{ width:100%; border-collapse:separate; border-spacing:0; margin-bottom:1.25rem; border:1px solid #D9E4F5; border-radius:12px; overflow:hidden; }
.prod-tab-body table td, .prod-tab-body table th{ padding:.9rem 1.25rem; font-size:.88rem; border-bottom:1px solid #D9E4F5; text-align:left; }
.prod-tab-body table tr:nth-child(even) td{ background:#F4F7FC; }
.prod-tab-body table tr:last-child td{ border-bottom:none; }
.prod-tab-body table td:first-child, .prod-tab-body table th{ font-family:'Raleway',sans-serif; font-weight:700; color:#0B1F4A; }
.prod-tab-body table td:last-child{ color:#6B7EA0; }
.prod-tab-body ul, .prod-tab-body ol{ padding-left:1.25rem; margin-bottom:1rem; }
.prod-tab-body li{ font-size:.9rem; color:#6B7EA0; margin-bottom:.4rem; line-height:1.7; }
.prod-tab-body h2, .prod-tab-body h3, .prod-tab-body h4, .prod-tab-body h5{ font-family:'Raleway',sans-serif; font-weight:800; color:#0B1F4A; margin:1.5rem 0 .75rem; }
.prod-tab-body h2{ font-size:1.35rem; } .prod-tab-body h3{ font-size:1.15rem; } .prod-tab-body h4{ font-size:1rem; } .prod-tab-body h5{ font-size:.95rem; }
.prod-tab-body > :first-child{ margin-top:0; }

/* VİDEO GALERİ (galeri/video) - açık zemin kart */
.vg-card { display:block; height:100%; background:#fff; border:1px solid #D9E4F5; border-radius:14px; overflow:hidden; text-decoration:none; color:#1A2540; transition:box-shadow .3s, transform .3s, border-color .3s; }
.vg-card:hover { box-shadow:0 16px 48px rgba(11,31,74,.12); transform:translateY(-4px); border-color:#C3D2EC; color:#1A2540; }
.vg-card-thumb { position:relative; overflow:hidden; height:200px; background:#F4F7FC; }
.vg-card-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.vg-card:hover .vg-card-thumb img { transform:scale(1.06); }
.vg-card-thumb::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,31,74,0) 45%, rgba(11,31,74,.45) 100%); opacity:0; transition:opacity .3s; }
.vg-card:hover .vg-card-thumb::after { opacity:1; }
.vg-card-play { position:absolute; inset:0; margin:auto; width:56px; height:56px; border-radius:50%; background:rgba(19,85,201,.92); color:#fff; display:grid; place-items:center; font-size:1.05rem; padding-left:3px; z-index:2; transition:background .3s, transform .3s; }
.vg-card:hover .vg-card-play { background:#1355C9; transform:scale(1.08); }
.vg-card-yt { position:absolute; top:.7rem; left:.7rem; z-index:2; width:30px; height:30px; border-radius:7px; background:#fff; color:#FF0000; display:grid; place-items:center; font-size:.95rem; box-shadow:0 4px 14px rgba(11,31,74,.18); }
.vg-card-body { padding:1.1rem 1.25rem; }
.vg-card-title { font-family:'Raleway',sans-serif; font-weight:800; font-size:.95rem; color:#0B1F4A; line-height:1.35; margin-bottom:.6rem; transition:color .2s; }
.vg-card:hover .vg-card-title { color:#1355C9; }
.vg-card-cta { font-family:'Raleway',sans-serif; font-size:.75rem; font-weight:700; color:#1355C9; display:inline-flex; align-items:center; gap:.35rem; transition:gap .2s; }
.vg-card:hover .vg-card-cta { gap:.6rem; }

@media (max-width: 767.98px){
  .prod-tab-btn{ padding:.75rem 1rem; font-size:.75rem; }
}

/* Sidebar */
.prod-sidebar{ position:sticky; top:20px; }
.sidebar-card{ background:#fff; border:1px solid #D9E4F5; border-radius:14px; padding:1.75rem; margin-bottom:1.25rem; }
.sidebar-card h5{ font-family:'Raleway',sans-serif; font-weight:800; font-size:1rem; color: #0B1F4A; margin-bottom:1.25rem; padding-bottom:.75rem; border-bottom:1px solid #D9E4F5; }
.sc-contact-item{ display:flex; align-items:center; gap:.75rem; padding:.6rem 0; border-bottom:1px solid #F4F7FC }
.sc-contact-item:last-child{ border-bottom:none; }
.sc-contact-item i{ color:#1355C9; font-size:1rem; width:20px; }
.sc-contact-item a{ font-size:.85rem; color: #1A2540; text-decoration:none; font-weight:500; transition:color .2s; }
.sc-contact-item a:hover{ color:#1355C9; }
.sc-contact-item span{ font-size:.78rem; color: #6B7EA0; }

.sidebar-file{ text-align:center; }
.sidebar-file-icon{ width:52px; height:52px; background: #E8F1FD; border-radius:10px; display:grid; place-items:center; margin:0 auto .75rem; font-size:1.5rem; color: #1355C9; border:1px solid #D9E4F5 }
.sidebar-file h5{ margin-bottom:.4rem; }

.sidebar-cta{ background:linear-gradient(135deg,#0B1F4A,#1355C9); border-radius:14px; padding:1.75rem; text-align:center; margin-bottom:1.25rem; }
.sidebar-cta h5{ font-family:'Raleway',sans-serif; font-weight:800; font-size:1.05rem; color:#fff; margin-bottom:.75rem; }
.sidebar-cta p{ font-size:.82rem; color:rgba(255,255,255,.65); font-weight:300; margin-bottom:1.25rem; line-height:1.55; }
.sidebar-cta .btn-white{ display:block; background:#fff; color: #1355C9; padding:.75rem 1.5rem; border-radius:8px; font-family:'Raleway',sans-serif; font-weight:700; font-size:.82rem; text-decoration:none; text-align:center; transition:transform .2s; margin-bottom:.5rem; }
.sidebar-cta .btn-white:hover{ transform:translateY(-1px); }
.sidebar-cta .btn-outline-w{ display:block; background:transparent; color:rgba(255,255,255,.8); padding:.7rem 1.5rem; border-radius:8px; font-family:'Raleway',sans-serif; font-weight:600; font-size:.82rem; text-decoration:none; text-align:center; border:1.5px solid rgba(255,255,255,.25); transition:background .2s; }
.sidebar-cta .btn-outline-w:hover{ background:rgba(255,255,255,.1); color:#fff; }

/* İlgili ürünler */
.related-section{ padding:50px 0; }
.section-eyebrow{ font-family:'Raleway',sans-serif; font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#1355C9; margin-bottom:.75rem; display:flex; align-items:center; gap:.6rem; }
.section-eyebrow::before{ content:''; width:18px; height:2px; background:#1355C9; border-radius:1px; }
.section-title{ font-family:'Raleway',sans-serif; font-weight:800; font-size:clamp(1.6rem,3vw,2.4rem); line-height:1.08; letter-spacing:-.02em; color: #0B1F4A; }
.rel-card{ background:#fff; border:1px solid #D9E4F5; border-radius:14px; overflow:hidden; transition:box-shadow .3s,transform .3s; text-decoration:none; display:block; height:100%; }
.rel-card:hover{ box-shadow:0 12px 40px rgba(11,31,74,.1); transform:translateY(-4px); }
.rel-card-img{ width:100%; height:200px; object-fit:cover; transition:transform .4s; }
.rel-card:hover .rel-card-img{ transform:scale(1.04); }
.rel-card-body{ padding:1.25rem; }
.rel-card-body span{ font-size:.65rem; font-weight:700; color:#1355C9; letter-spacing:.12em; text-transform:uppercase; font-family:'Raleway',sans-serif; }
.rel-card-body h6{ font-family:'Raleway',sans-serif; font-weight:700; font-size:.95rem; color: #0B1F4A; margin:.3rem 0 .5rem; }
.rel-card-body p{ font-size:.8rem; color: #6B7EA0; margin:0; }

footer { background: #0B1F4A; padding:70px 0 0;}
.footer-brand-desc { font-size:.85rem; color:rgba(255,255,255,.45); line-height:1.75; font-weight:300; margin-top:1rem;}
.footer-logo { height: 38px; filter: brightness(0) invert(1); opacity: .85; }
.footer-heading {  font-weight: 700; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: #4EADE0; margin-bottom: 1.2rem;}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { font-size: .85rem; color:rgba(255,255,255,.45); text-decoration: none; font-weight: 300; transition:color .2s; display:inline-flex; align-items:center; gap:.35rem;}
.footer-links a:hover { color:#fff; }
.footer-links a i { font-size: .7rem; opacity:.6; }
.footer-contact-item { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .9rem; }
.footer-contact-item i { color:#4EADE0; font-size:1rem; margin-top:.1rem; flex-shrink:0;}
.footer-contact-item span { font-size: .85rem; color:rgba(255,255,255,.5); font-weight: 300; line-height: 1.55; }
.footer-contact-item a { color:rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
.footer-contact-item a:hover { color:#fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 3rem; padding: 1.4rem 0;}
.footer-bottom p { font-size: .78rem; color:rgba(255,255,255,.3); margin: 0; }
.footer-socials { display: flex; gap: .5rem; }
.footer-social { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; display: grid; place-items:center; color:rgba(255,255,255,.45); font-size:.95rem; text-decoration:none; transition:background .2s, border-color .2s, color .2s;}
.footer-social:hover { background: #1355C9; border-color: #1355C9; color:#fff; }

@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }


/* REFERANSLAR - SONSUZ KAYDIRMA */
#referansYukleniyor { display:none; padding:2.5rem 0; }
#referansYukleniyor.aktif { display:block; }
.referans-spinner { width:46px; height:46px; margin:0 auto; border:4px solid rgba(78,173,224,.22); border-top-color:#4EADE0; border-radius:50%; animation:referansDonme .75s linear infinite; }
#referansListe .referans-yeni { animation:referansGirisi .45s ease both; }
#referansListe img.img-thumbnail { background-color:#f4f4f5; }

@keyframes referansDonme { to{transform:rotate(360deg)} }
@keyframes referansGirisi { from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:none} }

@media (prefers-reduced-motion: reduce) {
  .referans-spinner { animation-duration:2s; }
  #referansListe .referans-yeni { animation:none; }
}


/* RESPONSIVE UP (min-width) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  	.dropdown-submenu>.dropdown-menu { margin-top: 5px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1920px) {
.hero-img-main { height: 470px; top: 65px;}
.hero-img-sub { height: 600px; width: 50%;}
}

/* RESPONSIVE DOWN (max-width) */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.prod-img-main{ height:280px; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#carouselBanner .carousel-item.background { height: 35vh !important; }
  .pl-row { grid-template-columns:56px 1fr auto; gap:0 .85rem; padding:1rem; }
  .pl-row-thumb { width:56px; height:50px; }
  .pl-row-desc { display:none; }
  .prod-card-img-wrap { height:160px; }
	.icerik img { width: 100% !important; height: auto !important; }
  footer { font-size: 14px; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar .nav-link { padding: 0.8rem 1rem!important}
  .hero-badge { margin-top: 1.5rem}
  .hero-stats { margin-bottom: 3rem}
  .hero-stat strong { font-size: 1.5rem}
  .hero-img-col { display: none}
  .page-hero { padding: 50px 0 55px}
  .prod-hero{ padding:24px; }
  .prod-sidebar{ position:static; margin-top:2rem; }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
