:root {
  --bolkar-blue: #5FA8D3;
  --bolkar-blue-dark: #245A78;
  --bolkar-blue-deep: #123A52;
  --bolkar-sky: #EAF7FC;
  --bolkar-ink: #0E2333;
  --bolkar-muted: #657482;
}

body { color: var(--bolkar-ink); }
a { transition: .2s ease; }

.top-strip {
  background: var(--bolkar-blue-deep);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.top-strip span { opacity: .95; }
.top-strip i { color: var(--bolkar-blue); margin-right: 6px; }

.header-logo img, .res-log img {
  max-height: 74px;
  width: auto;
  object-fit: contain;
}
.preloader figure img { max-width: 230px; }
.nav-bar ul li.active > a,
.nav-bar ul li a:hover { color: var(--bolkar-blue-dark) !important; }
.desktop-nav .nav-bar .extras .theme-btn.simple { background: var(--bolkar-blue-dark); color: #fff; }
.desktop-nav .nav-bar .extras .theme-btn.simple:hover { background: var(--bolkar-blue-deep); }

.bolkar-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(234,247,252,.96), rgba(255,255,255,.92)), url('../images/pattren-4.png') center/cover no-repeat;
  padding: 130px 0 110px;
}
.bolkar-hero:before {
  content: '';
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(95,168,211,.2);
}
.bolkar-hero:after {
  content: '';
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(36,90,120,.12);
}
.bolkar-hero .container { position: relative; z-index: 1; }
.bolkar-hero .eyebrow,
.bolkar-badge {
  display:inline-block;
  padding:8px 15px;
  border-radius:999px;
  background:rgba(95,168,211,.16);
  color:var(--bolkar-blue-dark);
  font-weight:800;
  margin-bottom:18px;
  letter-spacing: .02em;
}
.bolkar-hero h1 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--bolkar-ink);
}
.bolkar-hero p {
  font-size: 19px;
  line-height: 1.75;
  max-width: 640px;
  color: #425466;
  margin-bottom: 30px;
}
.bolkar-hero-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(18,58,82,.14);
  padding: 38px;
  border: 1px solid rgba(95,168,211,.25);
}
.bolkar-hero-card img { max-width: 100%; margin-bottom: 24px; }
.bolkar-hero-card ul { list-style:none; padding:0; margin:0; }
.bolkar-hero-card li { padding:12px 0; border-bottom:1px solid #edf3f6; display:flex; gap:10px; align-items:center; }
.bolkar-hero-card li:last-child { border-bottom:0; }
.bolkar-hero-card i { color: var(--bolkar-blue-dark); }

.bolkar-page-hero {
  background: linear-gradient(135deg, rgba(18,58,82,.90), rgba(36,90,120,.84)), url('../images/pattren-3.png') center/cover no-repeat;
  padding: 95px 0;
  color: #fff;
  text-align: center;
}
.bolkar-page-hero h1,
.bolkar-page-hero h2 { color:#fff; font-size: clamp(34px,4vw,58px); margin-bottom: 12px; }
.bolkar-page-hero p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.9); font-size: 18px; }

.heading span { color: var(--bolkar-blue-dark); font-weight: 800; }
.heading h2 { color: var(--bolkar-ink); }
.light-bg-color, .bolkar-soft-bg { background: var(--bolkar-sky); }
.theme-btn { background: var(--bolkar-blue-dark); border-color: var(--bolkar-blue-dark); color: #fff; }
.theme-btn:hover { background: var(--bolkar-blue-deep); border-color: var(--bolkar-blue-deep); color:#fff; }

.bolkar-card {
  height: 100%;
  padding: 34px;
  background:#fff;
  border-radius: 22px;
  border: 1px solid rgba(95,168,211,.24);
  box-shadow: 0 18px 45px rgba(14,35,51,.07);
}
.bolkar-card .icon-round {
  width: 64px;
  height:64px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: var(--bolkar-sky);
  color: var(--bolkar-blue-dark);
  font-size: 28px;
  margin-bottom: 22px;
}
.bolkar-card h3 { font-size: 24px; margin-bottom: 14px; }
.bolkar-card p { color: var(--bolkar-muted); line-height: 1.7; }
.bolkar-list { list-style:none; padding:0; margin: 20px 0 0; }
.bolkar-list li { position:relative; padding: 9px 0 9px 30px; color: #4f5d67; }
.bolkar-list li:before { content:'\f00c'; font-family:'Font Awesome 6 Free'; font-weight:900; position:absolute; left:0; color:var(--bolkar-blue-dark); }

.bolkar-info-box {
  padding: 26px;
  border-left: 5px solid var(--bolkar-blue-dark);
  background: rgba(95,168,211,.12);
  border-radius: 0 18px 18px 0;
  margin: 24px 0;
}
.bolkar-stat {
  text-align:center;
  padding: 30px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.2);
  box-shadow: 0 12px 35px rgba(14,35,51,.06);
}
.bolkar-stat strong { display:block; font-size: 40px; color: var(--bolkar-blue-dark); line-height:1; margin-bottom:8px; }
.bolkar-stat span { color: var(--bolkar-muted); font-weight: 700; }

.bolkar-process {
  counter-reset: step;
}
.bolkar-process .bolkar-card { position:relative; }
.bolkar-process .bolkar-card:before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position:absolute;
  right: 26px;
  top: 22px;
  font-size: 42px;
  font-weight: 900;
  color: rgba(95,168,211,.18);
}

.project-pill {
  display:inline-flex;
  align-items:center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.28);
  margin: 6px;
  color: var(--bolkar-ink);
  font-weight: 700;
}
.project-pill i { color: var(--bolkar-blue-dark); }

.legal-table {
  width: 100%;
  border-collapse: collapse;
  background:#fff;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 14px 40px rgba(14,35,51,.06);
}
.legal-table th, .legal-table td { padding: 16px 18px; border-bottom: 1px solid #eef4f7; vertical-align: top; }
.legal-table th { width: 36%; background: var(--bolkar-sky); color: var(--bolkar-blue-deep); }
.legal-table tr:last-child th, .legal-table tr:last-child td { border-bottom:0; }

.contact-clean .form-control,
.contact-clean textarea {
  background: #fff;
  border: 1px solid #dcebf2;
  border-radius: 12px;
  padding: 15px 18px;
  margin-bottom: 14px;
  width: 100%;
}
.contact-clean textarea { min-height: 150px; }
.contact-info-list { list-style:none; padding:0; margin:0; }
.contact-info-list li { display:flex; gap:16px; padding:18px 0; border-bottom:1px solid #edf3f6; }
.contact-info-list li:last-child { border-bottom:0; }
.contact-info-list i { width:46px; height:46px; border-radius:14px; display:flex; align-items:center; justify-content:center; background:var(--bolkar-sky); color:var(--bolkar-blue-dark); flex: 0 0 auto; }
.contact-info-list h4 { margin:0 0 4px; font-size: 18px; }
.contact-info-list p { margin:0; color:var(--bolkar-muted); line-height:1.5; }

.footer-contact { list-style: none; padding-left: 0; margin: 0; }
.footer-contact li { margin-bottom: 12px; line-height: 1.55; }
.footer-menu { list-style: none; padding-left: 0; margin-top: 20px; }
.footer-menu li { margin: 6px 0; }
.footer-link-button { display:inline-flex; color:#fff; background:var(--bolkar-blue-dark); padding: 12px 18px; border-radius: 12px; font-weight:800; margin-top: 8px; }
.footer-link-button:hover { color:#fff; background:var(--bolkar-blue-deep); }
.small code { color: inherit; }
.footer-style-one .footer-first h2 { font-size: 38px; }
.bolkar-side-info span { display:block; margin: 8px 0; color: rgba(255,255,255,.9); }

@media(max-width:991px){
  .bolkar-hero { padding: 80px 0; }
  .bolkar-hero-card { margin-top: 30px; }
  .footer-style-one .footer-first h2 { font-size: 28px; }
}
@media(max-width:768px){
  .bolkar-hero h1 { font-size: 38px; }
  .bolkar-card { padding: 26px; }
  .legal-table th, .legal-table td { display:block; width:100%; }
}

/* Footer Patch v2 - kurumsal Bolkar düzeni */
.bolkar-footer-v2 {
  background: #05090d;
  color: #dceaf1;
}
.bolkar-footer-v2 .bolkar-footer-cta {
  background: #202326;
  padding: 34px 0;
  border-bottom: 1px solid rgba(95, 168, 211, .18);
}
.bolkar-footer-v2 .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.bolkar-footer-v2 .footer-brand:hover { color: #fff; }
.bolkar-footer-v2 .footer-brand img {
  width: 84px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}
.bolkar-footer-v2 .footer-support-line {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.bolkar-footer-v2 .support-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(95,168,211,.18);
  color: #8fc8e6;
  font-size: 23px;
  border: 1px solid rgba(143,200,230,.35);
}
.bolkar-footer-v2 .footer-support-line small {
  display: block;
  color: #9fb8c6;
  font-weight: 700;
  margin-bottom: 3px;
}
.bolkar-footer-v2 .footer-support-line strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}
.bolkar-footer-v2 .footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--bolkar-blue), var(--bolkar-blue-dark));
  font-weight: 900;
  border-radius: 0;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  box-shadow: 0 15px 36px rgba(95,168,211,.22);
}
.bolkar-footer-v2 .footer-cta-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--bolkar-blue-dark), var(--bolkar-blue-deep));
}
.bolkar-footer-v2 .bolkar-footer-main {
  background: radial-gradient(circle at 20% 0%, rgba(95,168,211,.12), transparent 36%), #05090d;
  padding: 82px 0 72px;
}
.bolkar-footer-v2 .footer-widget h3,
.footer-style-one.bolkar-footer-v2 .footer-p-2 .footer-col h3 {
  color: #fff !important;
  font-size: 22px;
  margin-bottom: 24px;
}
.bolkar-footer-v2 .footer-widget p {
  color: #c9d7df;
  line-height: 1.75;
  margin: 0;
  max-width: 360px;
}
.bolkar-footer-v2 .footer-about p { margin-bottom: 22px; }
.bolkar-footer-v2 .footer-legal-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bolkar-footer-v2 .footer-legal-mini span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  background: rgba(95,168,211,.13);
  border: 1px solid rgba(95,168,211,.24);
  color: #dfeef5;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
}
.bolkar-footer-v2 .footer-clean-menu,
.bolkar-footer-v2 .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bolkar-footer-v2 .footer-clean-menu li {
  margin-bottom: 12px !important;
  display: block !important;
}
.bolkar-footer-v2 .footer-clean-menu a {
  color: #c9d7df;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bolkar-footer-v2 .footer-clean-menu a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #8fc8e6;
  font-size: 13px;
}
.bolkar-footer-v2 .footer-clean-menu a:hover { color: #8fc8e6; }
.bolkar-footer-v2 .footer-contact-list li {
  display: flex !important;
  align-items: flex-start;
  gap: 13px;
  color: #c9d7df;
  line-height: 1.6;
  margin-bottom: 16px !important;
}
.bolkar-footer-v2 .footer-contact-list i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(95,168,211,.15);
  color: #8fc8e6;
}
.bolkar-footer-v2 .footer-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--bolkar-blue-dark);
  color: #fff;
  font-weight: 900;
}
.bolkar-footer-v2 .footer-small-btn:hover {
  background: var(--bolkar-blue);
  color: #fff;
}
.bolkar-footer-v2 .bolkar-footer-bottom {
  background: #05090d;
  border-top: 1px solid rgba(95,168,211,.18);
  padding: 26px 0;
}
.bolkar-footer-v2 .bolkar-footer-bottom p {
  color: #aebfc9;
  margin: 0;
  font-size: 15px;
}
.bolkar-footer-v2 .footer-registry { color: #8fa7b4 !important; }
.bolkar-footer-v2 .footer-p-1,
.bolkar-footer-v2 .footer-p-2,
.bolkar-footer-v2 .footer-p-3 { display: none !important; }
.bolkar-footer-v2 .scrollTopStick { border-color: rgba(143,200,230,.5); }

@media(max-width:991px){
  .bolkar-footer-v2 .footer-brand { font-size: 24px; }
  .bolkar-footer-v2 .footer-cta-btn { width: 100%; }
  .bolkar-footer-v2 .footer-support-line { justify-content: flex-start; }
  .bolkar-footer-v2 .bolkar-footer-main { padding: 58px 0; }
}
@media(max-width:575px){
  .bolkar-footer-v2 .footer-brand { align-items: flex-start; font-size: 22px; }
  .bolkar-footer-v2 .footer-brand img { width: 72px; height: 56px; }
  .bolkar-footer-v2 .footer-support-line strong { font-size: 16px; }
  .bolkar-footer-v2 .footer-cta-btn { clip-path: none; border-radius: 14px; min-height: 56px; }
}

/* Homepage Patch v3 - Header ve hero duzenlemeleri */
.header-style-one.bolkar-header {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14, 35, 51, .06);
}
.bolkar-header .top-strip {
  padding: 7px 0;
  font-size: 13px;
  background: var(--bolkar-blue-deep);
}
.bolkar-header .desktop-nav,
.bolkar-header .desktop-nav.slideDown,
.bolkar-header .desktop-nav.slideUp {
  background: rgba(255,255,255,.96) !important;
  border-bottom: 1px solid rgba(95,168,211,.16);
  box-shadow: 0 14px 34px rgba(14,35,51,.08);
}
.bolkar-header .desktop-nav.slideDown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.bolkar-header .header-logo img,
.bolkar-header .res-log img {
  max-height: 68px;
}
.bolkar-header .nav-bar > ul > li {
  padding: 32px 0;
}
.header-style-one.bolkar-header .nav-bar ul li a,
.bolkar-header .desktop-nav .nav-bar > ul > li > a {
  color: var(--bolkar-blue-deep) !important;
  font-weight: 800;
  letter-spacing: -.01em;
}
.header-style-one.bolkar-header .nav-bar ul li.active > a,
.header-style-one.bolkar-header .nav-bar ul li a:hover {
  color: var(--bolkar-blue) !important;
}
.bolkar-header .desktop-nav .nav-bar > ul > li.menu-item-has-children > a:before {
  background-image: none !important;
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
  right: -16px;
  top: 50%;
  opacity: .75;
}
.bolkar-header .desktop-nav ul.sub-menu {
  border: 1px solid rgba(95,168,211,.16);
  border-left: 4px solid var(--bolkar-blue) !important;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.bolkar-header .desktop-nav .nav-bar ul > li ul.sub-menu li a {
  color: var(--bolkar-blue-deep) !important;
  background: #fff;
}
.bolkar-header .desktop-nav .nav-bar ul > li ul.sub-menu li a:hover {
  background: var(--bolkar-sky) !important;
  color: var(--bolkar-blue-dark) !important;
}
.bolkar-header .desktop-nav .nav-bar .extras {
  gap: 14px;
}
.bolkar-header .theme-color,
.bolkar-header #desktop-menu {
  display: none !important;
}
.bolkar-header .bolkar-mobile-toggle {
  display: none !important;
}
.bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta,
.bolkar-header .desktop-nav .nav-bar .extras .theme-btn.simple.bolkar-nav-cta {
  padding: 14px 25px !important;
  border-radius: 14px;
  background: var(--bolkar-blue-dark) !important;
  color: #fff !important;
  border: 2px solid var(--bolkar-blue-dark) !important;
  box-shadow: 0 12px 24px rgba(36,90,120,.18);
}
.bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta:after {
  display: none !important;
}
.bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta:hover {
  background: var(--bolkar-blue-deep) !important;
  border-color: var(--bolkar-blue-deep) !important;
}

.bolkar-hero-v2 {
  background: linear-gradient(135deg, rgba(234,247,252,.88), rgba(255,255,255,.98));
  padding: 96px 0 102px;
}
.bolkar-hero-v2:before,
.bolkar-hero-v2:after {
  opacity: .42;
  transform: scale(.72);
}
.bolkar-hero-v2 .eyebrow {
  background: rgba(95,168,211,.18);
  border: 1px solid rgba(95,168,211,.25);
  color: var(--bolkar-blue-deep);
  margin-bottom: 22px;
}
.bolkar-hero-v2 h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.25vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
  margin-bottom: 22px;
}
.bolkar-hero-v2 p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.78;
  color: #405565;
}
.bolkar-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bolkar-hero-actions .theme-btn,
.theme-btn.bolkar-btn-primary,
.theme-btn.bolkar-btn-outline {
  min-height: 58px;
  padding: 0 26px !important;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--bolkar-blue-dark) !important;
  font-weight: 900;
  letter-spacing: -.01em;
  text-decoration: none;
}
.bolkar-hero-actions .theme-btn:after,
.theme-btn.bolkar-btn-primary:after,
.theme-btn.bolkar-btn-outline:after,
.bolkar-hero-actions .theme-btn i:after {
  display: none !important;
}
.bolkar-hero-actions .theme-btn i {
  position: static;
  width: auto;
  height: auto;
  color: inherit;
  font-size: 14px;
}
.theme-btn.bolkar-btn-primary {
  background: var(--bolkar-blue-dark) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(36,90,120,.22);
}
.theme-btn.bolkar-btn-primary:hover {
  background: var(--bolkar-blue-deep) !important;
  color: #fff !important;
}
.theme-btn.bolkar-btn-outline {
  background: #fff !important;
  color: var(--bolkar-blue-dark) !important;
}
.theme-btn.bolkar-btn-outline:hover {
  background: var(--bolkar-sky) !important;
  color: var(--bolkar-blue-deep) !important;
}
.bolkar-hero-service-card {
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #f8fcfe);
  border: 1px solid rgba(95,168,211,.28);
  box-shadow: 0 24px 65px rgba(18,58,82,.12);
}
.bolkar-hero-service-card .card-label {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--bolkar-blue-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}
.bolkar-hero-service-card h2 {
  color: var(--bolkar-ink);
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: -.035em;
  margin-bottom: 14px;
}
.bolkar-hero-service-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #5d6f7d;
  margin-bottom: 24px;
}
.service-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.service-check-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e4f0f5;
  color: var(--bolkar-blue-deep);
  font-weight: 800;
}
.service-check-grid i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bolkar-blue-dark);
  background: var(--bolkar-sky);
}
.hero-mini-address {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e4f0f5;
  color: #526879;
  line-height: 1.55;
  font-weight: 700;
}
.hero-mini-address i {
  color: var(--bolkar-blue-dark);
  margin-top: 4px;
}

@media(max-width:1199px){
  .bolkar-header .header-style-one .nav-bar > ul > li:not(:last-child),
  .header-style-one.bolkar-header .nav-bar > ul > li:not(:last-child) { margin-right: 25px; }
}
@media(max-width:991px){
  .bolkar-header .desktop-nav .nav-bar > ul,
  .bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta { display: none !important; }
  .bolkar-header .bolkar-mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .bolkar-header .desktop-nav .nav-bar .extras .bolkar-mobile-toggle svg {
    fill: var(--bolkar-blue-deep) !important;
    margin: 0 !important;
  }
  .bolkar-header .desktop-nav { padding: 12px 0; }
  .bolkar-hero-v2 { padding: 70px 0 76px; }
}
@media(max-width:575px){
  .bolkar-hero-v2 h1 { font-size: 36px; }
  .bolkar-hero-actions .theme-btn { width: 100%; }
  .bolkar-hero-service-card { padding: 28px; }
  .bolkar-hero-service-card h2 { font-size: 25px; }
}


/* Homepage Patch v4 - hero denge, header toparlama ve preloader guvenli cikis */
body.page-loaded .preloader,
.preloader.loaded {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .35s ease, visibility .35s ease !important;
}

.bolkar-header .top-strip {
  padding: 9px 0;
  font-size: 14px;
}
.bolkar-header .desktop-nav,
.bolkar-header .desktop-nav.slideDown,
.bolkar-header .desktop-nav.slideUp {
  box-shadow: 0 10px 28px rgba(14,35,51,.055);
}
.bolkar-header .header-logo img,
.bolkar-header .res-log img {
  max-height: 78px;
}
.header-style-one.bolkar-header .nav-bar > ul > li:not(:last-child) {
  margin-right: 34px;
}
.bolkar-header .nav-bar > ul > li {
  padding: 29px 0;
}
.bolkar-header .desktop-nav .nav-bar .extras {
  margin-left: 30px;
}
.bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta,
.bolkar-header .desktop-nav .nav-bar .extras .theme-btn.simple.bolkar-nav-cta {
  border-radius: 8px !important;
  padding: 13px 24px !important;
  box-shadow: none;
}

.bolkar-hero-v2 {
  padding: 82px 0 88px;
  background: linear-gradient(135deg, rgba(241,250,253,.92), rgba(255,255,255,.98));
}
.bolkar-hero-v2 .row {
  --bs-gutter-x: 3.25rem;
}
.bolkar-hero-v2:before {
  opacity: .22;
  transform: scale(.56);
  right: -165px;
  top: -165px;
}
.bolkar-hero-v2:after {
  opacity: .13;
  transform: scale(.54);
  left: -185px;
  bottom: -185px;
}
.bolkar-hero-v2 .eyebrow {
  padding: 7px 13px;
  font-size: 14px;
  margin-bottom: 18px;
  background: rgba(95,168,211,.13);
}
.bolkar-hero-v2 h1 {
  max-width: 690px;
  font-size: clamp(37px, 3.55vw, 58px);
  line-height: 1.13;
  letter-spacing: -.045em;
  margin-bottom: 20px;
}
.bolkar-hero-v2 p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.72;
  margin-bottom: 26px;
}
.bolkar-hero-actions .theme-btn,
.theme-btn.bolkar-btn-primary,
.theme-btn.bolkar-btn-outline {
  min-height: 54px;
  border-radius: 9px;
  box-shadow: none !important;
}
.bolkar-hero-service-card {
  padding: 34px 36px;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(18,58,82,.10);
  background: #fff;
}
.bolkar-hero-service-card .card-label {
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: .02em;
  margin-bottom: 18px;
}
.bolkar-hero-service-card h2 {
  font-size: 27px;
  line-height: 1.24;
  margin-bottom: 13px;
}
.bolkar-hero-service-card p {
  font-size: 15.5px;
  line-height: 1.62;
  margin-bottom: 22px;
}
.service-check-grid {
  gap: 0;
  border: 1px solid #dfeef5;
  border-radius: 14px;
  overflow: hidden;
}
.service-check-grid div {
  border: 0;
  border-bottom: 1px solid #e6f1f6;
  border-radius: 0;
  padding: 14px 2px;
  background: transparent;
  font-weight: 800;
}
.service-check-grid div:last-child {
  border-bottom: 0;
}
.service-check-grid i {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 8px;
  background: rgba(95,168,211,.13);
  font-size: 14px;
}
.hero-mini-address {
  margin-top: 18px;
  padding-top: 17px;
}

@media(max-width:1199px){
  .header-style-one.bolkar-header .nav-bar > ul > li:not(:last-child) { margin-right: 25px; }
  .bolkar-header .desktop-nav .nav-bar .extras { margin-left: 22px; }
  .bolkar-hero-v2 h1 { max-width: 650px; }
}
@media(max-width:991px){
  .bolkar-header .top-strip { display: none !important; }
  .bolkar-header .header-logo img,
  .bolkar-header .res-log img { max-height: 68px; }
  .bolkar-header .desktop-nav .nav-bar .extras { margin-left: 0; }
  .bolkar-hero-v2 { padding: 64px 0 72px; }
  .bolkar-hero-v2 h1 { max-width: none; }
  .bolkar-hero-service-card { margin-top: 18px; }
}
@media(max-width:575px){
  .bolkar-hero-v2 h1 { font-size: 33px; letter-spacing: -.035em; }
  .bolkar-hero-v2 p { font-size: 16px; }
  .bolkar-hero-service-card { padding: 26px; }
}


/* Services Button Patch v5 - demo sari/siyah buton etkisini kaldirir */
.bolkar-card .theme-btn.bolkar-clean-btn,
.theme-btn.bolkar-clean-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px !important;
  border-radius: 9px !important;
  background: var(--bolkar-blue-dark) !important;
  border: 2px solid var(--bolkar-blue-dark) !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.01em;
  box-shadow: none !important;
  overflow: hidden;
}
.bolkar-card .theme-btn.bolkar-clean-btn:before,
.bolkar-card .theme-btn.bolkar-clean-btn:after,
.theme-btn.bolkar-clean-btn:before,
.theme-btn.bolkar-clean-btn:after,
.theme-btn.bolkar-clean-btn i:after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: transparent !important;
}
.theme-btn.bolkar-clean-btn i {
  position: static !important;
  width: auto !important;
  height: auto !important;
  color: currentColor !important;
  background: transparent !important;
  font-size: 13px;
  transform: none !important;
}
.theme-btn.bolkar-clean-btn:hover {
  background: var(--bolkar-blue-deep) !important;
  border-color: var(--bolkar-blue-deep) !important;
  color: #fff !important;
}

.bolkar-card .bolkar-list + .theme-btn.bolkar-clean-btn {
  margin-top: 24px !important;
}

@media(max-width:575px){
  .theme-btn.bolkar-clean-btn {
    width: 100%;
  }
}

/* Project Gallery Patch v7 */
.bolkar-header .nav-bar ul li.menu-item-has-children > a:after {
  border-color: var(--bolkar-blue-dark) !important;
}
.bolkar-header .nav-bar ul li .sub-menu li a {
  color: var(--bolkar-ink) !important;
}
.bolkar-header .nav-bar ul li .sub-menu li a:hover {
  color: var(--bolkar-blue-dark) !important;
}
.bolkar-projects-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(18,58,82,.93), rgba(36,90,120,.82)), url('../images/pattren-4.png') center/cover no-repeat;
}
.bolkar-projects-hero .bolkar-badge,
.bolkar-project-detail-hero .bolkar-badge {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}
.bolkar-project-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.bolkar-project-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.08);
  font-weight: 800;
}
.bolkar-project-tabs a:hover,
.bolkar-project-tabs a.active {
  color: var(--bolkar-blue-deep);
  background: #fff;
  border-color: #fff;
}
.bolkar-project-gallery-section {
  background: linear-gradient(180deg, #fff 0%, rgba(234,247,252,.58) 100%);
}
.bolkar-project-card {
  position: relative;
  display: block;
  color: var(--bolkar-ink);
  border-radius: 28px;
  overflow: visible;
  height: 100%;
  transform: translateY(0);
  transition: .28s ease;
}
.bolkar-project-card figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 4 / 5;
  background: var(--bolkar-sky);
  margin: 0;
  box-shadow: 0 18px 50px rgba(18,58,82,.14);
  border: 1px solid rgba(95,168,211,.20);
}
.bolkar-project-card figure:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(14,35,51,0) 45%, rgba(14,35,51,.42) 100%);
  opacity: .55;
  transition: .28s ease;
}
.bolkar-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: .45s ease;
}
.bolkar-project-card:hover {
  transform: translateY(-8px);
  color: var(--bolkar-ink);
}
.bolkar-project-card:hover img {
  transform: scale(1.08);
}
.bolkar-project-card:hover figure:before {
  opacity: .85;
  background: linear-gradient(180deg, rgba(14,35,51,.08) 0%, rgba(14,35,51,.86) 100%);
}
.bolkar-project-hover {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 62px;
  z-index: 3;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(18,58,82,.94), rgba(14,35,51,.88));
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(18px);
  transition: .28s ease;
}
.bolkar-project-card:hover .bolkar-project-hover {
  opacity: 1;
  transform: translateY(0);
}
.bolkar-project-hover span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #bfe4f5;
  margin-bottom: 12px;
}
.bolkar-project-hover span:after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
}
.bolkar-project-hover h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bolkar-project-hover p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  line-height: 1.45;
}
.bolkar-project-caption {
  position: relative;
  z-index: 2;
  padding: 16px 10px 0;
}
.bolkar-project-caption strong {
  display: block;
  color: var(--bolkar-ink);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
}
.bolkar-project-caption span {
  display: block;
  margin-top: 6px;
  color: var(--bolkar-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.bolkar-project-card.is-ongoing .bolkar-project-hover {
  background: linear-gradient(135deg, rgba(36,90,120,.95), rgba(18,58,82,.90));
}
.bolkar-project-cta-wrap {
  background: rgba(234,247,252,.58);
}
.bolkar-project-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.22);
  box-shadow: 0 20px 55px rgba(18,58,82,.08);
}
.bolkar-project-cta h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  margin-bottom: 10px;
}
.bolkar-project-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--bolkar-muted);
}
.bolkar-project-detail-section {
  background: linear-gradient(180deg, #fff, rgba(234,247,252,.55));
}
.bolkar-project-detail-image {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(95,168,211,.25);
  box-shadow: 0 24px 70px rgba(18,58,82,.15);
  aspect-ratio: 4 / 3;
  background: var(--bolkar-sky);
}
.bolkar-project-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bolkar-project-detail-card {
  padding: 34px;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(95,168,211,.24);
  box-shadow: 0 20px 60px rgba(18,58,82,.10);
}
.bolkar-project-detail-card h2 {
  font-size: 32px;
  line-height: 1.16;
  margin-bottom: 14px;
}
.bolkar-project-detail-card > p {
  color: var(--bolkar-muted);
  line-height: 1.7;
}
.bolkar-project-meta {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  border: 1px solid #e3eef4;
  border-radius: 16px;
  overflow: hidden;
}
.bolkar-project-meta li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-bottom: 1px solid #e3eef4;
}
.bolkar-project-meta li:last-child { border-bottom: 0; }
.bolkar-project-meta strong { color: var(--bolkar-ink); }
.bolkar-project-meta span { color: var(--bolkar-blue-dark); font-weight: 800; text-align: right; }
.bolkar-scope-list li:before { color: var(--bolkar-blue-dark) !important; }
.bolkar-project-nav-box {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.bolkar-project-nav-box a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #fff;
  color: var(--bolkar-blue-deep);
  border: 1px solid rgba(95,168,211,.25);
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(18,58,82,.06);
}
.bolkar-project-nav-box a:hover {
  background: var(--bolkar-blue-dark);
  color: #fff;
}
@media(max-width:1199px){
  .bolkar-project-hover { left: 18px; right: 18px; bottom: 58px; padding: 20px; }
  .bolkar-project-hover h3 { font-size: 21px; }
}
@media(max-width:991px){
  .bolkar-project-cta { align-items: flex-start; flex-direction: column; }
  .bolkar-project-card figure { aspect-ratio: 5 / 6; }
}
@media(max-width:575px){
  .bolkar-project-tabs a { width: 100%; }
  .bolkar-project-card figure { border-radius: 22px; aspect-ratio: 4 / 5; }
  .bolkar-project-hover {
    left: 14px;
    right: 14px;
    bottom: 70px;
    padding: 18px;
    opacity: 1;
    transform: none;
  }
  .bolkar-project-hover h3 { font-size: 19px; }
  .bolkar-project-caption { padding-left: 2px; padding-right: 2px; }
  .bolkar-project-cta,
  .bolkar-project-detail-card { padding: 26px; }
  .bolkar-project-meta li { flex-direction: column; gap: 4px; }
  .bolkar-project-meta span { text-align: left; }
}

.bolkar-empty-state {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.24);
  box-shadow: 0 20px 55px rgba(18,58,82,.08);
}
.bolkar-empty-state h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 10px;
}
.bolkar-empty-state p {
  color: var(--bolkar-muted);
  margin-bottom: 22px;
}
.bolkar-project-content-box {
  margin-top: 28px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.24);
  box-shadow: 0 18px 45px rgba(18,58,82,.08);
  color: var(--bolkar-muted);
  line-height: 1.8;
  font-weight: 600;
}
.bolkar-project-content-box h2 {
  color: var(--bolkar-ink);
  font-size: 28px;
  margin-bottom: 12px;
}
.bolkar-project-detail-gallery {
  margin-top: 70px;
}
.bolkar-project-detail-gallery .heading-style-2 {
  margin-bottom: 34px;
}
.bolkar-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  background: var(--bolkar-sky);
  border: 1px solid rgba(95,168,211,.24);
  box-shadow: 0 18px 45px rgba(18,58,82,.10);
}
.bolkar-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}
.bolkar-gallery-item:hover img {
  transform: scale(1.06);
}

/* Patch v10 - mobil menü, hizmetler menüden kaldırma ve İK başvuru sayfası */
@media (max-width: 991px) {
  .header-style-one.bolkar-header .desktop-nav .d-flex-all,
  .bolkar-header .desktop-nav .d-flex-all {
    min-height: 86px;
  }
  .bolkar-header .desktop-nav .nav-bar {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
  }
  .bolkar-header .desktop-nav .nav-bar > ul,
  .bolkar-header .desktop-nav .nav-bar .extras .bolkar-nav-cta {
    display: none !important;
  }
  .bolkar-header .desktop-nav .nav-bar .extras {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0 !important;
    min-width: 54px;
  }
  .bolkar-header .bolkar-mobile-toggle,
  .bolkar-header .desktop-nav .nav-bar .extras .bolkar-mobile-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: var(--bolkar-blue-dark) !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 10001 !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 10px 24px rgba(18,58,82,.16) !important;
  }
  .bolkar-header .bolkar-mobile-toggle i {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    position: static !important;
  }
}

.bolkar-job-hero .bolkar-badge {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}
.bolkar-job-section {
  background: linear-gradient(180deg, #fff 0%, rgba(234,247,252,.72) 100%);
}
.bolkar-job-form-card {
  padding: 38px;
  background: #fff;
  border: 1px solid rgba(95,168,211,.24);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(14,35,51,.08);
}
.bolkar-job-form-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 12px;
  color: var(--bolkar-ink);
}
.bolkar-job-form-card > p {
  color: var(--bolkar-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.bolkar-application-form label {
  display: block;
  color: var(--bolkar-blue-deep);
  font-weight: 800;
  margin: 12px 0 8px;
}
.bolkar-application-form .form-control,
.bolkar-application-form textarea,
.bolkar-application-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #dcebf2;
  border-radius: 12px;
  background: #fff;
  color: var(--bolkar-ink);
  padding: 13px 16px;
  margin-bottom: 10px;
  outline: none;
  box-shadow: none;
}
.bolkar-application-form textarea {
  min-height: 140px;
  resize: vertical;
}
.bolkar-application-form .form-control:focus,
.bolkar-application-form textarea:focus,
.bolkar-application-form select:focus {
  border-color: rgba(36,90,120,.55);
  box-shadow: 0 0 0 4px rgba(95,168,211,.13);
}
.bolkar-form-note {
  display: block;
  margin: -2px 0 10px;
  color: var(--bolkar-muted);
  font-size: 13px;
}
.bolkar-application-form .bolkar-checkline {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 20px !important;
  padding: 15px 16px !important;
  border: 1px solid #dcebf2 !important;
  border-radius: 14px !important;
  background: rgba(234,247,252,.55) !important;
  color: var(--bolkar-blue-deep) !important;
  line-height: 1.55 !important;
  cursor: pointer;
}
.bolkar-application-form .bolkar-checkline input[type="checkbox"],
.bolkar-application-form .bolkar-checkline .bolkar-kvkk-input {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  display: inline-block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  flex: 0 0 18px !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 4px !important;
}
.bolkar-application-form .bolkar-checkline span,
.bolkar-application-form .bolkar-checkline .bolkar-kvkk-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  color: var(--bolkar-blue-deep) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}
.bolkar-application-submit {
  margin-top: 4px !important;
}
.bolkar-form-alert {
  padding: 14px 16px;
  border-radius: 12px;
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.5;
}
.bolkar-form-alert.success {
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
}
.bolkar-form-alert.warning {
  color: #664d03;
  background: #fff3cd;
  border: 1px solid #ffecb5;
}
.bolkar-form-alert.error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}
.bolkar-job-info-card {
  position: sticky;
  top: 110px;
}
.bolkar-job-info-card .bolkar-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-left: 0;
}
.bolkar-job-info-card .bolkar-list li:before {
  display: none;
}
.bolkar-job-info-card .bolkar-list li i {
  color: var(--bolkar-blue-dark);
  margin-top: 4px;
}
.bolkar-job-note {
  margin-top: 24px;
  padding: 18px;
  border-radius: 16px;
  background: var(--bolkar-sky);
  color: var(--bolkar-blue-deep);
  line-height: 1.6;
}
@media (max-width: 991px) {
  .bolkar-job-info-card { position: static; }
  .bolkar-job-form-card { padding: 28px; }
}
@media (max-width: 575px) {
  .bolkar-job-form-card { padding: 22px; border-radius: 18px; }
}

@media (max-width: 575px) {
  .bolkar-application-form .bolkar-checkline {
    padding: 14px !important;
    gap: 10px !important;
  }
  .bolkar-application-form .bolkar-checkline span,
  .bolkar-application-form .bolkar-checkline .bolkar-kvkk-text {
    font-size: 14px !important;
  }
  .bolkar-application-submit {
    width: 100%;
    justify-content: center;
  }
}

/* Referanslar patch v13 */
.bolkar-page-hero-light {
  background: linear-gradient(180deg, #f4fbfe 0%, #eef8fc 100%);
  color: var(--bolkar-ink);
  border-bottom: 1px solid rgba(95,168,211,.18);
}
.bolkar-page-hero-light h1,
.bolkar-page-hero-light h2 {
  color: var(--bolkar-blue-deep);
}
.bolkar-page-hero-light p {
  color: #587082;
}
.bolkar-references-hero {
  position: relative;
  overflow: hidden;
}
.bolkar-references-hero:before,
.bolkar-references-hero:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.bolkar-references-hero:before {
  width: 280px;
  height: 280px;
  left: -110px;
  top: 40px;
  background: rgba(95,168,211,.10);
}
.bolkar-references-hero:after {
  width: 240px;
  height: 240px;
  right: -60px;
  top: -40px;
  background: rgba(36,90,120,.07);
}
.bolkar-references-hero .container {
  position: relative;
  z-index: 2;
}
.bolkar-references-section .row {
  --bs-gutter-y: 1.5rem;
}
.bolkar-reference-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(95,168,211,.18);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(14,35,51,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bolkar-reference-card:hover {
  transform: translateY(-6px);
  border-color: rgba(36,90,120,.28);
  box-shadow: 0 24px 60px rgba(14,35,51,.12);
}
.bolkar-reference-media {
  position: relative;
  height: 230px;
  background: linear-gradient(135deg, #eaf7fc 0%, #d8edf7 100%);
  overflow: hidden;
}
.bolkar-reference-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.bolkar-reference-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--bolkar-blue-deep);
  background: linear-gradient(135deg, rgba(95,168,211,.15), rgba(36,90,120,.08));
}
.bolkar-reference-placeholder span {
  width: 86px;
  height: 86px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  color: var(--bolkar-blue-deep);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 26px rgba(18,58,82,.10);
}
.bolkar-reference-placeholder small {
  font-size: 13px;
  font-weight: 700;
  color: #547384;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.bolkar-reference-chip {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(95,168,211,.18);
  color: var(--bolkar-blue-deep);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.bolkar-reference-content {
  padding: 26px 26px 24px;
}
.bolkar-reference-content h2 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--bolkar-blue-deep);
}
.bolkar-reference-content p {
  margin: 0;
  color: #556c7a;
  line-height: 1.72;
  min-height: 84px;
}
.bolkar-reference-actions {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf3f6;
}
.bolkar-reference-actions a,
.bolkar-reference-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bolkar-blue-dark);
  font-weight: 800;
}
.bolkar-reference-actions a:hover {
  color: var(--bolkar-blue-deep);
}
.bolkar-reference-note {
  color: #627a88;
}
@media (max-width: 991px) {
  .bolkar-reference-media { height: 210px; }
  .bolkar-reference-content h2 { font-size: 26px; }
}
@media (max-width: 575px) {
  .bolkar-reference-media { height: 185px; }
  .bolkar-reference-content { padding: 22px 20px 20px; }
  .bolkar-reference-content h2 { font-size: 24px; }
  .bolkar-reference-content p { min-height: auto; }
}

/* Galeri görünüm düzeltme patch v14 */
.bolkar-gallery-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(18,58,82,.94), rgba(36,90,120,.88)), url('../images/pattren-4.png') center/cover no-repeat;
}
.bolkar-gallery-hero .bolkar-badge {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}
.bolkar-gallery-hero h1,
.bolkar-gallery-hero p {
  color: #fff;
}
.bolkar-site-gallery-section {
  background: linear-gradient(180deg, #fff 0%, rgba(234,247,252,.55) 100%);
}
.bolkar-site-gallery-grid {
  align-items: stretch;
}
.bolkar-site-gallery-card {
  position: relative;
  display: block;
  height: 100%;
  color: var(--bolkar-ink);
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(95,168,211,.20);
  box-shadow: 0 18px 48px rgba(18,58,82,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.bolkar-site-gallery-card:hover {
  transform: translateY(-8px);
  color: var(--bolkar-ink);
  border-color: rgba(36,90,120,.28);
  box-shadow: 0 26px 68px rgba(18,58,82,.16);
}
.bolkar-site-gallery-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bolkar-sky);
}
.bolkar-site-gallery-card figure:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(14,35,51,0) 42%, rgba(14,35,51,.62) 100%);
  opacity: .55;
  transition: opacity .28s ease;
}
.bolkar-site-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .45s ease;
}
.bolkar-site-gallery-card:hover img {
  transform: scale(1.08);
}
.bolkar-site-gallery-card:hover figure:before {
  opacity: .90;
  background: linear-gradient(180deg, rgba(14,35,51,.10) 0%, rgba(14,35,51,.84) 100%);
}
.bolkar-gallery-view {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18,58,82,.86);
  border: 1px solid rgba(255,255,255,.28);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}
.bolkar-site-gallery-card:hover .bolkar-gallery-view {
  opacity: 1;
  transform: translateY(0);
}
.bolkar-site-gallery-caption {
  padding: 24px 24px 26px;
  background: #fff;
}
.bolkar-site-gallery-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(95,168,211,.14);
  color: var(--bolkar-blue-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 13px;
}
.bolkar-site-gallery-caption h2 {
  color: var(--bolkar-blue-deep);
  font-size: 28px;
  line-height: 1.12;
  margin: 0 0 10px;
}
.bolkar-site-gallery-caption p {
  margin: 0;
  color: #617482;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bolkar-site-gallery-card figure { aspect-ratio: 5 / 4; }
  .bolkar-site-gallery-caption h2 { font-size: 24px; }
  .bolkar-gallery-view { opacity: 1; transform: none; }
}
@media (max-width: 575px) {
  .bolkar-site-gallery-card { border-radius: 22px; }
  .bolkar-site-gallery-card figure { aspect-ratio: 4 / 3; }
  .bolkar-site-gallery-caption { padding: 20px; }
  .bolkar-site-gallery-caption h2 { font-size: 22px; }
}

/* Homepage hero visual patch v15 */
.bolkar-hero-visual {
  position: relative;
  padding: 12px 0 72px 28px;
  min-height: 620px;
}
.bolkar-hero-photo {
  position: relative;
  width: min(100%, 430px);
  margin-left: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(15,40,58,.18);
  animation: bolkarFloatMain 7.5s ease-in-out infinite;
  background: #dfeef5;
}
.bolkar-hero-photo img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.bolkar-hero-photo:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,27,41,0) 45%, rgba(9,27,41,.16) 100%);
  pointer-events: none;
}
.bolkar-hero-photo-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: 280px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(10,33,50,.76);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(7,22,34,.18);
}
.bolkar-hero-photo-badge strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.bolkar-hero-photo-badge span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.bolkar-hero-floating-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 315px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(95,168,211,.18);
  box-shadow: 0 22px 54px rgba(14,35,51,.12);
  animation: bolkarFloatCard 6.5s ease-in-out infinite;
}
.bolkar-hero-floating-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.bolkar-hero-floating-content {
  padding: 16px 18px 18px;
}
.bolkar-hero-floating-content .mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(95,168,211,.14);
  color: var(--bolkar-blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.bolkar-hero-floating-content h3 {
  font-size: 22px;
  line-height: 1.18;
  color: var(--bolkar-blue-deep);
  margin-bottom: 8px;
}
.bolkar-hero-floating-content p {
  margin: 0;
  color: #627786;
  font-size: 14px;
  line-height: 1.62;
}
.bolkar-hero-stats {
  position: absolute;
  right: 12px;
  top: 34px;
  z-index: 3;
  display: grid;
  gap: 12px;
  width: 210px;
}
.bolkar-hero-stats .stat-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(95,168,211,.2);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(20,51,73,.08);
}
.bolkar-hero-stats .stat-item strong {
  display: block;
  color: var(--bolkar-blue-deep);
  font-size: 16px;
  line-height: 1.22;
  margin-bottom: 5px;
}
.bolkar-hero-stats .stat-item span {
  display: block;
  color: #667b88;
  font-size: 13px;
  line-height: 1.5;
}
@keyframes bolkarFloatMain {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes bolkarFloatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@media (max-width: 1399px) {
  .bolkar-hero-visual { padding-left: 12px; }
  .bolkar-hero-floating-card { width: 295px; }
}
@media (max-width: 1199px) {
  .bolkar-hero-visual {
    padding-left: 0;
    min-height: 580px;
  }
  .bolkar-hero-photo { width: min(100%, 400px); }
  .bolkar-hero-photo img { height: 540px; }
  .bolkar-hero-stats { width: 190px; right: 0; }
  .bolkar-hero-floating-card { width: 275px; }
}
@media (max-width: 991px) {
  .bolkar-hero-visual {
    max-width: 560px;
    margin: 0 auto;
    min-height: auto;
    padding: 8px 0 0;
  }
  .bolkar-hero-photo {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .bolkar-hero-photo img { height: 440px; }
  .bolkar-hero-stats {
    right: 16px;
    top: 20px;
    width: 190px;
  }
  .bolkar-hero-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 30px);
    margin: -66px auto 0;
    z-index: 2;
  }
}
@media (max-width: 575px) {
  .bolkar-hero-visual { padding-top: 4px; }
  .bolkar-hero-photo {
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15,40,58,.14);
  }
  .bolkar-hero-photo img { height: 340px; }
  .bolkar-hero-photo-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 14px 15px;
    border-radius: 16px;
  }
  .bolkar-hero-photo-badge strong { font-size: 19px; }
  .bolkar-hero-photo-badge span { font-size: 13px; }
  .bolkar-hero-stats {
    position: static;
    width: 100%;
    margin-top: 14px;
    grid-template-columns: 1fr;
  }
  .bolkar-hero-floating-card {
    width: 100%;
    margin-top: 14px;
    border-radius: 18px;
  }
  .bolkar-hero-floating-image img { height: 170px; }
  .bolkar-hero-floating-content h3 { font-size: 20px; }
}
