.breadcrumb {
    height: 516px;
    background-size: cover;
	
}

.breadcrumb-kurumsal .title {
    height: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.breadcrumb-kurumsal h1 {
    font-size: 96px;
    color: white;
    margin-bottom: 37px;
    text-align: center;
}

.breadcrumb-kurumsal p {
    font-size: 32px;
    color: white;
    text-align: center;
    width: 80%;
}


.breadcrumb .title {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 40px;
}

.breadcrumb h1 {
    font-size: 64px;
    color: white;
    margin-bottom: 37px;
    align-self: flex-start;
}

.breadcrumb .page-bread {
    align-self: flex-end;
    display: flex;
    color: white;
    gap: 7px;
}

.breadcrumb .page-bread a {
	
    font-size: 14px;
	
    color: white;
}


@media (max-width: 1000px) {
	.breadcrumb .title{
	justify-content: center;
    padding-bottom: 0;
	}
	
    .breadcrumb-kurumsal h1 {
        font-size: 65px;
	}
	
    .breadcrumb-kurumsal p {
        font-size: 26px;
	}
	
    .kurumsal-page {
        padding-left: 20px;
        padding-right: 20px;
	}
	
    .breadcrumb h1 {
        align-self: center;
        font-size: 50px;
		margin-bottom: 5px;
	}
	
    .breadcrumb .page-bread {
        align-self: center;
	}
}




.kurumsal-sayfa {
    padding-top: 50px;
    padding-bottom: 70px;
}

.kurumsal-sayfa h2 {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}

.kurumsal-sayfa p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.kurumsal-sayfa img {
    width: 100%;
    border-radius: 12px;
}

.kurumsal-sayfa .hakkimizda-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.kurumsal-sayfa .hakkimizda-bottom .vizyon {
    max-width: 695px;
    width: 100%;
    padding: 30px;
    background: var(--primary-color);
    border-radius: 15px;
}

.kurumsal-sayfa .hakkimizda-bottom .misyon {
    max-width: 695px;
    width: 100%;
    padding: 30px;
    background: var(--primary-color);
    border-radius: 15px;
}

.kurumsal-sayfa .hakkimizda-bottom h3 {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.kurumsal-sayfa .hakkimizda-bottom p {
    color: white;
}



@media (max-width: 1024px) {
    .kurumsal-sayfa{
        margin: 10px;
	}
	
    .vizyon{
        margin-bottom: 15px;
	}
	
}




.haberler-list {
    padding-top: 85px;
    padding-bottom: 90px;
}

.haberler-list img {
    width: 100%;
    border-radius: 12px;
	    height: 297px;
    object-fit: cover;
}

.haberler-list .date {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 15px;
}

.haberler-list h2 {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.haberler-list p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    margin-top: 0;
}



.haber-detay {
    padding-top: 85px;
    padding-bottom: 90px;
}


.haber-detay img {
	width: 70%;
    border-radius: 12px;
}


.haber-detay .date {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 15px;
}


.haber-detay h2 {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}


.haber-detay .detay {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    margin-top: 0;
}




@media (max-width: 1024px) {
	.haberler-list{
		margin: 15px;
	}
	
	.haber-detay {
		margin: 15px;
		
	}
	.haber-detay img{
	width: 100%;
	}
}



.iletisim-sayfa {
	padding-top: 80px;
	padding-bottom: 100px;
}

.iletisim-sayfa .item {
	padding: 30px;
	background: var(--primary-color);
	min-height: 229px;
	border-radius: 15px;
}

.iletisim-sayfa .item h3 {
	font-size: 35px;
	line-height: 41px;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 25px;
}

.iletisim-sayfa .item a {
	font-size: 23px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.iletisim-sayfa .item a:hover {
	color: black;
	transition: all 0.3s ease;
}

.iletisim-sayfa .item p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.iletisim-sayfa .item p:hover {
	color: black;
	transition: all 0.3s ease;
}


@media (max-width: 1024px) {
	.iletisim-sayfa {
		margin: 15px;
	}
	.iletisim-sayfa .item {
		margin-bottom: 15px;
		
	}
}






.sayfa-bayi-bul {
	background: var(--sbb-bg);
	padding: 0 0 80px;
	font-family: var(--sbb-font);
}

.sbb-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}


.sbb-map-wrap {
	position: relative;
	width: 100%;
	height: 460px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

#sbb-map {
	width: 100%;
	height: 100%;
}


.sbb-loading {
	position: absolute;
	inset: 0;
	background: rgba(10,12,20,0.78);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	backdrop-filter: blur(4px);
}

.sbb-loading.active {
	opacity: 1;
	pointer-events: all;
}

.sbb-loading p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	opacity: 0.85;
}

.sbb-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid rgba(255,255,255,0.15);
	border-top-color: var(--sbb-accent);
	border-radius: 50%;
	animation: sbb-spin 0.8s linear infinite;
}

@keyframes sbb-spin {
	to { transform: rotate(360deg); }
}


.sbb-denied {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.sbb-denied svg {
	color: var(--sbb-accent);
	opacity: 0.8;
}

.sbb-denied p {
	color: var(--sbb-muted);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	max-width: 260px;
}

.sbb-denied strong {
	color: var(--sbb-text);
}


.sbb-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--sbb-surface);
	border: 1px solid var(--sbb-border);
	border-top: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	min-height: 200px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}

.sbb-panel-card {
	padding: 28px 32px;
	transition: background 0.2s ease;
}

.sbb-panel-nearest {
	border-right: 1px solid var(--sbb-border);
	position: relative;
}

.sbb-panel-nearest::before {
	content: 'EN YAKIN BAYİ';
	position: absolute;
	top: 35px;
	left: 32px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: var(--sbb-accent);
	opacity: 0.9;
	font-family: var(--sbb-font);
}

.sbb-panel-selected {
	position: relative;
}

.sbb-panel-selected::before {
	content: 'SEÇİLEN BAYİ';
	position: absolute;
	top: 35px;
	left: 32px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: var(--sbb-muted);
	opacity: 0.9;
	font-family: var(--sbb-font);
}


.sbb-panel-empty {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding-top: 20px;
	text-align: center;
}

.sbb-panel-empty svg {
	opacity: 0.2;
	color: var(--sbb-muted);
}

.sbb-panel-empty p {
	color: var(--sbb-muted);
	font-size: 13.5px;
	line-height: 1.6;
	margin: 0;
}

.sbb-panel-empty strong {
	color: var(--sbb-text);
	font-weight: 600;
}


.sbb-dealer-info {
	padding-top: 45px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	animation: sbb-fadein 0.3s ease;
}

@keyframes sbb-fadein {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0); }
}

.sbb-dealer-header {
	display: flex;
	align-items: center;
	gap: 14px;
}

.sbb-dealer-logo {
    width: 64px;
    height: 64px;
	object-fit: contain;
	border-radius: 10px;
	background: rgba(255,255,255,0.05);
	padding: 6px;
	border: 1px solid var(--sbb-border);
}

.sbb-dealer-name {
	font-size: 22px;
	font-weight: 700;
	color: var(--sbb-text);
	margin: 0;
	line-height: 1.2;
}

.sbb-dealer-sub {
	font-size: 12px;
	color: var(--sbb-muted);
	font-weight: 400;
}

.sbb-dealer-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(232,71,10,0.14);
	color: var(--sbb-accent2);
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	letter-spacing: 0.5px;
	border: 1px solid rgba(232,71,10,0.25);
	align-self: flex-start;
}

.sbb-dealer-divider {
	width: 100%;
	height: 1px;
	background: var(--sbb-border);
}

.sbb-dealer-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sbb-dealer-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	color: var(--sbb-muted);
}

.sbb-dealer-row svg {
	flex-shrink: 0;
	color: var(--sbb-accent);
	opacity: 0.85;
}

.sbb-dealer-row span {
	color: var(--sbb-text);
	font-weight: 500;
}

.sbb-distance-tag {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--sbb-accent2);
	display: flex;
	align-items: center;
	gap: 6px;
}


.sbb-marker-icon {
	background: transparent !important;
	border: none !important;
}

.sbb-marker-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.sbb-marker-inner img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
	transition: transform 0.18s ease, filter 0.18s ease;
}

.sbb-marker-inner:hover img,
.sbb-marker-inner.active img {
	transform: scale(1.2);
	filter: drop-shadow(0 4px 12px rgba(232,71,10,0.6));
}


.sbb-user-pulse {
	width: 16px;
	height: 16px;
	background: #3b82f6;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 0 0 rgba(59,130,246,0.6);
	animation: sbb-pulse 2s ease-out infinite;
}

@keyframes sbb-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(59,130,246,0.6); }
	70%  { box-shadow: 0 0 0 14px rgba(59,130,246,0); }
	100% { box-shadow: 0 0 0 0 rgba(59,130,246,0); }
}


.leaflet-tooltip.sbb-tooltip {
	background: #0f1117;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 8px;
	font-family: var(--sbb-font);
	font-size: 12px;
	font-weight: 600;
	padding: 5px 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.35);
	white-space: nowrap;
	letter-spacing: 0.3px;
}

.leaflet-tooltip.sbb-tooltip::before {
	border-top-color: #0f1117;
}


@media (max-width: 680px) {
	.sbb-map-wrap { height: 340px; }
	
	.sbb-panel {
		grid-template-columns: 1fr;
	}
	
	.sbb-panel-nearest {
		        border-bottom: 1px solid #00000061;
        margin-bottom: 15px;
	}
}


.sbb-route-btn {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    width: max-content;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
	border:1px solid var(--primary-color);
    transition: all 0.2s ease;
	
}

.sbb-route-btn:hover {
	background: white;
	transform: translateY(-1px);
	
	color: var(--primary-color);
	border:1px solid var(--primary-color);
}

.sbb-route-btn:active {
	transform: translateY(0);
}

.sbb-route-btn svg {
	flex-shrink: 0;
}


#sbbSelectedContent{
	height: 100%;
}



.sbb-selected-header {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 10;
}

.sbb-custom-dropdown {
  position: relative;
  min-width: 200px;
}


.sbb-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--primary-color);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.sbb-dropdown-btn:hover {
  background: #b81f1d;
  box-shadow: 0 4px 12px rgba(217, 35, 33, 0.3);
}

.sbb-dropdown-text {
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
}

.sbb-dropdown-arrow {
  flex-shrink: 0;
  color: white;
  stroke: white;
  transition: transform 0.3s ease;
}


.sbb-custom-dropdown.open .sbb-dropdown-arrow {
  transform: rotate(180deg);
}


.sbb-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fefefe;
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}


.sbb-custom-dropdown.open .sbb-dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  opacity: 1;
  transform: translateY(0);
}


.sbb-dropdown-item {
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #d92321;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(217, 35, 33, 0.1);
}

.sbb-dropdown-item:last-child {
  border-bottom: none;
}

.sbb-dropdown-item:hover {
  background: linear-gradient(90deg, rgba(217, 35, 33, 0.08) 0%, rgba(217, 35, 33, 0.04) 100%);
  padding-left: 20px;
  color: #b81f1d;
}

.sbb-dropdown-item:active {
  background: rgba(217, 35, 33, 0.15);
}


.sbb-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.sbb-dropdown-menu::-webkit-scrollbar-track {
  background: rgba(217, 35, 33, 0.05);
  border-radius: 0 12px 12px 0;
}

.sbb-dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.sbb-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #b81f1d;
}


#sbbSelectedContent {
  
}

#sbbSelectedContent .sbb-panel-empty {
  padding: 40px 24px;
}


@media (max-width: 768px) {
  .sbb-selected-header {
    right: 5px;
    top: 5px;
  }
  
  .sbb-custom-dropdown {
    min-width: 160px;
  }
  
  .sbb-dropdown-btn {
    padding: 8px 12px;
  }
  
  .sbb-dropdown-text {
    font-size: 13px;
  }
  
  .sbb-dropdown-item {
    padding: 11px 14px;
    font-size: 13px;
  }
}




.form{

}

.form input{
    width: 100%;
    height: 65px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius: 15px;
    border: 2px solid #c8c8c8;
}

.form input::placeholder{
    font-family: "StackSansHeadline";
	font-size:15px;
}

.form textarea{
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius: 15px;
    border: 2px solid #c8c8c8;
	    padding-top: 7px;
}

.form textarea::placeholder{
    font-family: "StackSansHeadline";
	font-size:15px;
}

.form .btn{
    width: 150px;
    font-size: 15px;
    font-weight: 600;
    background: var(--primary-color);
    color: white;
    padding: 0;
    border: 1px solid var(--primary-color);
    height: 50px;
	cursor: pointer;
	    transition: all 0.3s ease;
}

.form .btn:hover{
background: white;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	    transition: all 0.3s ease;
}

@media (max-width: 1024px) {

	.bayi-basvuru{
	margin: 15px;
	}
	.form{
	    margin-top: 25px;
	}
	.form .btn{
	    width: 100%;
	}
}