@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../animate/animate.min.css";
@import "../aos/aos.css";
@import "fontsize.css";
@import "button.css";
@import "../preloader/preloader.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	box-sizing: border-box;
}

:root {
	/* Normal Durum Renkleri */
	--stoper-def-bg: #ffffff;
	--stoper-def-border: #e4e8eb;
	--stoper-def-text: #5c6c7a; /* Okunabilir bir gri tonu */

	/* Hover & Aktif Durum Renkleri */
	--stoper-act-bg: #f6f8fd;
	--stoper-act-border: #005095;
	--stoper-act-text: #005095; /* Kenarlık ile aynı renk, okunabilir */
	--stoper-act-border-rgb: 0, 80, 149; /* #005095'in RGB hali (gölge için) */
	
	/* Mavi Temaya Özel Renkler */
    --stoper-blue-default: var(--stoper-act-border); /* #005095 */
    --stoper-blue-hover: #0077b6; /* #005095'ten biraz daha açık mavi */
    --stoper-blue-fill: #005095; /* Hover'da dolgu rengi */
}

html {
	margin: 0!important;
	padding: 0!important;
}

body {
	font-family: 'Inter', Segoe UI, sans-serif;
	/*background-color: #f0f0f8 !important;*/
	background-color: #ffffff !important;
	color: #1d2939 !important;
	font-size: 1rem;
	font-weight: 400 !important;
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	z-index: -999;
}

.line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(0, 80, 149, 0.1);
	overflow: hidden;
}

.line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 80, 149, 0) 0%, #005095 75%, #005095 100%);
	-webkit-animation: drop 7s 0s infinite;
		  animation: drop 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
		  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
	margin-left: -25%;
}

.line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
		  animation-delay: 2s;
}

.line:nth-child(3) {
	margin-left: 25%;
}

.line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
		  animation-delay: 2.5s;
}

@-webkit-keyframes drop {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

@keyframes drop {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

.navbar-brand {
	position: relative;
	display: flex;
	align-items: middle;
	img {
		width: 136px;
		height: auto;
		margin-right: 6px;
	}
	span {
		font-size: 26px;
		line-height: 26px;
		padding: 0;
		margin-top: -4px;
		span {
			font-weight: 700;
			color: #005095;
		}
	}
}

.nav-item {
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #005095 !important;
}
.nav-item .nav-link {
	color: #005095 !important;
}
.nav-item:nth-child(1),
.nav-item:nth-child(2),
.nav-item:nth-child(3),
.nav-item:nth-child(4),
.nav-item:nth-child(5) {
	margin-right: 15px !important;
}

.nav-item:last-child {
	margin-right: 0px !important;
}

.nav-item a::after {
	content: "";
	display: block;
	margin: auto;
	height: 2px;
	width: 0;
	top: 3px;
	background: transparent;
	transition: all 0.3s;
}

.nav-item a:hover::after {
	width: 100%;
	background: rgb(0, 80, 149);
}

.dropdown-toggle::after {
	font-family: "FontAwesome";
	content: "\f107";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-left: .280em;
	vertical-align: -.100em;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #005095;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.125rem;
    display: none;
}

@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{
		background-color: #f1f1f1;
	}
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	

@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu{
		margin-left:0.7rem;
		margin-right:0.7rem;
		margin-bottom: .5rem;
	}

}

#navbarOverlay {
    position: fixed;
    top: 70px; /* navbar yüksekliği kadar boşluk bırak */
    left: 0;
    width: 100%;
    height: calc(100% - 70px); /* üstten boşluk bıraktık */
    background: rgba(0,80,140,0.4);
    z-index: 999;
    display: none;
}

.icon-cart {
	width: 26px;
    height: 26px;
    background-image: url('svg/cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-user {
	width: 26px;
    height: 26px;
    background-image: url('svg/user.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-globe {
	width: 18px;
    height: 18px;
    background-image: url('svg/globe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.icon-question {
	width: 25px;
    height: 25px;
    background-image: url('svg/question.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
}

.icon-question-modal {
	width: 22px;
    height: 22px;
    background-image: url('svg/question.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
}

.icon-eye-closed {
	width: 26px;
    height: 26px;
    background-image: url('svg/eye-closed.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-eye-open {
	width: 26px;
    height: 26px;
    background-image: url('svg/eye-open.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sepet {
	width: 320px;
    height: 320px;
    background-image: url('svg/sepet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-check {
	width: 18px;
    height: 18px;
    background-image: url('svg/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.bg-stoper {
	background-color: #005095 !important;
}

.text-stoper {
	color: #005095 !important;
}

.text-justify {
	text-align: justify;
}

.cursor-pointer {
	cursor: pointer!important;
}

.stoperLogo {
	width: 136px !important;
}

.gradient-stoper {
	background: rgb(59,120,174);
	background: -moz-linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	background: linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b78ae",endColorstr="#005095",GradientType=1); 
}

.header-background {
	height: calc(100vh - 140px);
}

#header-list {
	background: transparent;
}

#header-list li {
	background: transparent;
	display: flex;
    align-items: center;
	cursor: pointer;
}

#header-list li:hover {
	background: #ffffff;
	border-radius: 10px;
}

/*#header-list li::before {
    content: "";
    display: inline-block;
    width: 25px; 
    height: 26px;
    background-image: url('../../image/index/header_banner_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}*/

#header-list li:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/rocket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

#header-list li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../../image/svg/check-circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/zap.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(4)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/puzzle.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(5)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/store-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

.form-alani {
	position: relative; 
	border: 2px dashed #005095; 
}

.fa-p {
	padding-top: 70px!important; 
	padding-bottom: 70px!important;
}

.none-file-upload {
	background-color: #005095; 
	color: #ffffff; 
	padding: 10px 20px; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px; 
	display: inline-block; 
	text-align: center; 
	position: relative; 
	padding-left: 46px; 
	font-size: 15px;
}

.none-file-upload::before {
	content: ""; 
	position: absolute; 
	left: 20px; 
	top: 50%; 
	transform: translateY(-50%); 
	width: 20px; 
	height: 16px; 
	background-image: url('../../image/page/upload-icon.png'); 
	background-size: contain; 
	background-repeat: no-repeat;
}

.none-file-upload:hover {
	background-color: #316cbe;
}

input[type="file"] {
	display: none;
}

.form-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 80, 149, 0.4);
	backdrop-filter: blur(3px);
	z-index: 10;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.spinner {
	border: 5px solid #fff;
	border-top: 5px solid #005095;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0%	{
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.profil-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #000; 
}

.profil-ad {
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-weight: 600;
	color: #212529;
}

.profil-eposta {
	font-size: 1rem;
	color: #6c757d;
}

ul.list-unstyled a {
  color: #000000; /* Açık renkli footer için */
  transition: color 0.3s;
}

ul.list-unstyled a:hover {
  color: #005095; /* Link üzerine gelince #f8b400 */
}

.carousel-item img {
	max-height: 460px;
	width: 100%;
	object-fit: cover;
}

.carousel-control-prev, 
.carousel-control-next {
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-control-prev {
	margin-left: 20px;
}

.carousel-control-next {
	margin-right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 20px;
	height: 20px;
}

.carousel-indicators {
	position: absolute;
	top: 50%;
	margin-top: 140px;
	text-align: center;
	z-index: 15;
}

.carousel-inner {
	overflow: visible;
}

.carousel-item {
	position: relative;
}

.carousel-caption {
	position: absolute;
	bottom: 0;
	transform: translateY(50%); 
	text-align: center;
	z-index: 10;
}

.footer-links a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	padding: 8px 0;
	transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
	color: #005095;
}

.social-links a {
	text-decoration: none;
	color: #f0f0f8;
	font-weight: 500;
	margin: 0 10px;
	transition: color 0.3s ease-in-out;
}

.social-links a:hover {
	color: #ffffff;
}

.list-group-item a {
	color: black; /* Yazı rengi siyah */
	text-decoration: none; /* Alt çizgi kaldırıldı */
	transition: color 0.3s ease-in-out; /* Yumuşak geçiş efekti */
}

.list-group-item a:hover {
	color: #005095; /* Hover rengini ayarla */
	text-decoration: none; /* Alt çizgi olmasın */
}

.btn-close:focus {
	box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
	outline: 0 none;
}

.form-control:focus {   
	border-color: rgba(0, 80, 149, 0.8);
	box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
	outline: 0 none;
}

.form-select:focus {   
	border-color: rgba(0, 80, 149, 0.8);
	box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
	outline: 0 none;
}

.form-floating > label::after {
	color: #000 !important;
	font-size: 14px !important;
	background-color: transparent !important;
}

.form-floating > label {
	color: #000 !important;
}

.form-floating input:focus + label {
    color: #000 !important;
	font-size: 14px !important;
}

.form-floating input:not(:placeholder-shown) + label {
    color: #000 !important;
}

/* Checkbox renkleri */
.form-check-input:focus {
    border-color: rgba(0, 80, 149, 0.8);
    box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
    outline: 0 none;
}

/* Checkbox işaretlendiğinde iç dolgu rengi */
.form-check-input:checked {
    background-color: rgba(0, 80, 149, 1);
    border-color: rgba(0, 80, 149, 1);
}

/* Hover efekti */
.form-check-input:hover {
    border-color: rgba(0, 80, 149, 0.9);
}

.modal-backdrop {
	/*background: url('../../image/cogs-bg.png') no-repeat center center;*/
	background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    opacity: 0.9;
    background-color: rgba(0, 80, 149);
}

.list-group-numbered {
    counter-reset: section;
    list-style: none;
    padding-left: 0;
}

.list-group-numbered > .list-group-item::before {
    counter-increment: section;
    content: "0" counter(section) ". "; /* Burada sayıya sıfır ekliyoruz */
    font-weight: normal;
    font-size: 24px!important; /* Numara büyüklüğü */
    color: #00000; /* Numara rengi */
    margin-right: 10px;
}

.maxw-1110 {
	max-width: 1170px !important;
}

.minw-60 {
  min-width: 60px !important;
}

.minh-58 {
  min-height: 58px !important;
}

.minh-125 {
  min-height: 125px !important;
}

.lh-30 {
	line-height: 30px !important;
}

.lh-40 {
	line-height: 40px !important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mt-100 {
	margin-top: 100px!important;
}

.mt-150 {
	margin-top: 150px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

.my-200 {
	margin-top: 200px!important;
	margin-bottom: 200px!important;
}

.a-link {
    color: #005095 !important;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.a-link:hover {
    color: #3b78ae !important;
    text-decoration: none;
}

.bg-none {
	background-color: #f0f0f8!important;
}

.h-100 {
	height: 100px!important;
}

.h-150 {
	height: 150px!important;
}

@media (min-width: 768px) {
	.md-mt-150 {
		margin-top: 150px!important;
	}
    .h-md-100 {
        height: 100%;
    }
}

.mb-120 {
	margin-bottom: 120px!important;
}

.my-60 {
	margin-top: 60px!important;
	margin-bottom: 60px!important;
}

.my-120 {
	margin-top: 120px!important;
	margin-bottom: 120px!important;
}

.mw-120 {
	max-width: 120px!important;
}

.mw-240 {
	max-width: 240px!important;
}

.sss {
	--sss-animation-duration: 0.3s;
	--sss-border-color: #ccc;
	/*width: clamp(300px, 50%, 800px);*/
	width: 100%;
	margin: 8px auto;
}
.sss__item {
	margin: -1px 0 0;
	/*border: 1px solid var(--sss-border-color);*/
	border: none;
	transition: var(--sss-animation-duration);
}
.sss__item:not(.js-details)[open], .sss__item.is-open {
	--sss-border-color: #777;
	position: relative;
}
.sss__question {
	position: relative;
	padding: 8px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}
.sss__question::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	width: 12px;
	height: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	transition: var(--sss-animation-duration);
}
.sss__item:not(.js-details)[open] .sss__question::after, .sss__item.is-open .sss__question::after {
	transform: rotate(-180deg);
}
.sss__question::-webkit-details-marker {
	display: none;
}
.js-details .sss__answer {
	max-height: 0;
	overflow: hidden;
	animation: slideUp var(--sss-animation-duration);
}
.js-details.is-open .sss__answer {
	max-height: none;
	animation: slideDown var(--sss-animation-duration);
}
.js-details.is-open.is-animating .sss__answer {
	max-height: var(--sss-details-height);
}
.sss__text {
	padding: 0 20px 20px;
}

@keyframes slideUp {
	0% {
		max-height: var(--sss-details-height);
		opacity: 1;
	}
	100% {
		max-height: 0;
		opacity: 0;
	}
}
@keyframes slideDown {
	0% {
		max-height: 0;
		opacity: 0;
	}
	100% {
		max-height: var(--sss-details-height);
		opacity: 1;
	}
}

.card-hover {
  transition: all 0.3s ease-in-out;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.text-table-header {
	color: #747892 !important;
}

.text-table {
	color: #1d2939 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

ul.ozellikler {
  list-style: none;
  padding-left: 0; /* varsa boşlukları da siler */
  margin: 0; /* istersen */
}

ul.bitis {
  list-style: none;
  padding-left: 0; /* varsa boşlukları da siler */
  margin: 0; /* istersen */
}

.malzeme-square-110 {
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
}

.malzeme-detay-link {
	color: #005096;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.malzeme-detay-link:hover {
	text-decoration: underline;
}

.image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.image-slot {
	position: relative;
	width: 100%;
	padding-top: 180px;
	overflow: hidden;
}

.image-slot img {
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 180px;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.image-slot img.active {
	opacity: 1;
}

.w-460 {
	width: 460px!important;
}

.soft-badge {
  background-color: #eff1f7;
  color: #000000;
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
  border-radius: 0.375rem;
  font-weight: 500;
}

.minw-468 {
	min-width: 468px!important;
}

.lkdetay {
	color: #005096;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.lkdetay:hover {
	text-decoration: underline;
}

/* CSS */
.forgot-link{
  position: relative;
  color: #005095;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 2px; /* çizgi için boşluk */
  transition: color .18s ease;
  outline: none;
}

/* merkezden iki yana yayılan alt çizgi (başlangıçta görünmez) */
.forgot-link::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;               /* çizgi kalınlığı */
  width: 100%;
  background: linear-gradient(90deg, rgba(0,80,149,1) 0%, rgba(0,80,149,0.9) 100%);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
  border-radius: 2px;
  pointer-events: none;
}

/* hover ve focus ile çizgiyi ortadan aç */
.forgot-link:hover,
.forgot-link:focus{
  color: #003f73; /* biraz koyu ton (isteğe göre kaldır) */
}

.forgot-link:hover::after,
.forgot-link:focus::after{
  transform: translateX(-50%) scaleX(1);
}

/* fareyle üzerine gelince hafif yukarı hareket efekti (opsiyonel) */
.forgot-link:hover{
  transform: translateY(-2px);
  transition: transform .18s ease, color .18s ease;
}

.link-style-stoper-one {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-style-stoper-one::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.link-style-stoper-one:hover::after {
  width: 100%;
}

.link-style-stoper {
  position: relative;
  color: #000; /* normal renk */
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-style-stoper::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease, left 0.3s ease;
}

.link-style-stoper:hover {
  color: #6c757d; /* hover'da biraz açılmış siyah */
}

.link-style-stoper:hover::after {
  width: 100%;
  left: 0;
}

.link-style-stoper-reverse {
  position: relative;
  color: #6c757d; /* normal renk */
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-style-stoper-reverse::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease, left 0.3s ease;
}

.link-style-stoper-reverse:hover {
  color: #000; /* hover'da biraz açılmış siyah */
}

.link-style-stoper-reverse:hover::after {
  width: 100%;
  left: 0;
}

.link-style-stoper-blue {
  position: relative;
  color: #005095; /* normal renk */
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-style-stoper-blue::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #588cb9;
  transition: width 0.3s ease, left 0.3s ease;
}

.link-style-stoper-blue:hover {
  color: #588cb9; /* hover'da biraz açılmış siyah */
}

.link-style-stoper-blue:hover::after {
  width: 100%;
  left: 0;
}

.toggle-password {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
    font-size: 1rem;
    z-index: 2;
}

.toggle-password:hover {
    color: #005095;
}

.btn-outline-stoper-blue {
    /* Varsayılan Stil: Koyu Mavi Border ve Yazı */
    background-color: var(--stoper-def-bg); /* Beyaz arka plan */
    color: var(--stoper-blue-default); /* #005095 yazı */
    
    /* İstenen Varsayılan Border Rengi: #005095 */
    border: 2px solid var(--stoper-blue-default);
    
    /* Temel Stil */
    transition: all 0.2s ease-in-out;
    cursor: pointer; 
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
}

/* Hover, Focus ve Active Durumları */
.btn-outline-stoper-blue:hover,
.btn-outline-stoper-blue:focus,
.btn-outline-stoper-blue:active {
    /* Hover'da Border Rengi Açılıyor (Daha Canlı Mavi) */
    border-color: var(--stoper-blue-hover); 
    
    /* Arka plan dolusu efekti için */
    background-color: var(--stoper-blue-fill); /* #005095 dolgu */
    color: #ffffff; /* Beyaz yazı */
}

.btn-fill-stoper-blue {
    /* Varsayılan Stil: Dolu Mavi Arka Plan ve Beyaz Yazı */
    background-color: var(--stoper-blue-default); /* #005095 dolgu */
    color: #ffffff; /* Beyaz yazı */
    
    /* Border aynı mavi */
    border: 2px solid var(--stoper-blue-default);
    
    /* Temel Stil */
    transition: all 0.2s ease-in-out;
    cursor: pointer; 
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
}

/* Hover, Focus ve Active Durumları */
.btn-fill-stoper-blue:hover,
.btn-fill-stoper-blue:focus,
.btn-fill-stoper-blue:active {
    /* Hover'da Arka Plan Beyaz, Yazı Mavi ve Border Mavi */
    background-color: var(--stoper-def-bg); /* Beyaz dolgu */
    color: var(--stoper-blue-default); /* #005095 yazı */
    border-color: var(--stoper-blue-default);
}

.discoverbox {
    width: auto;
    height: 300px;
    padding: 20px 15px; /* üstten padding biraz azalttım */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
                rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;

    display: flex;
    flex-direction: column;  /* başlık üstte, img altta */
    align-items: center;     /* yatay ortalama */
    justify-content: flex-start; /* üstten başlar, img alt kısma yaklaşmaz */
    overflow: hidden;        /* taşmaları engelle */
	
	 cursor: pointer; /* tıklanabilir */
    transition: all 0.25s ease-in-out;
    border: 2px solid transparent; /* normalde görünmez */
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 4px 8px -2px, rgba(0, 0, 0, 0.15) 0px 2px 4px -1px;
}

.discoverbox img {
    max-width: 100%;      /* container’i aşmasın */
    max-height: 84%;      /* yükseklik sınırlaması, başlığı taşırsa küçülür */
    object-fit: contain;  /* oranı bozmadan sığdır */
    margin-top: auto;     /* başlığın altına itilmiş gibi görünür */
    display: block;
}

.discoverbox:hover {
    transform: scale(1.02);
    box-shadow: rgba(0, 80, 149, 0.2) 0px 6px 15px -3px;
}


.discoverbox.selected {
    border-color: var(--stoper-blue-default); /* mavi border */
    box-shadow: 0 0 20px rgba(0, 80, 149, 0.4); /* glow efekti */
    transform: scale(1.03); /* hafif büyüme */
    background-color: rgba(0, 80, 149, 0.05); /* çok hafif arka plan */
}

#cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 18px;
	display: flex;
	justify-content: center;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-20px); /* yukarıdan başlat */
	animation: slideDown 0.5s forwards; /* animasyon */
}

#cookie-banner .cb-inner {
	pointer-events: auto;
	max-width: 1170px;
	background: rgba(248, 249, 250, 0.95); /* soluk beyaz */
	color: #005095; /* yazı rengi */
	padding: 14px 18px;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	align-items: center;
	box-shadow: 0 6px 20px rgba(0, 80, 149,0.3);
	border: 2px solid #005095; /* border */
	font-size: 14px;
}

/* linkler */
#cookie-banner a { 
    color: #005095; 
    text-decoration: underline; 
    font-weight: 400;
    transition: color 0.25s ease, font-weight 0.25s ease;
}

#cookie-banner a:hover { 
    color: #003a70; 
    font-weight: 600;
}

/* butonlar */
.cb-actions {
	display: flex;
	gap: 8px;
}

.cb-actions button {
	padding: 8px 12px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	min-height: 40px;
	transition: all 0.25s ease;
}

/* Kabul Et */
#cb-accept {
	background: rgba(0, 80, 149, 0.1); /* soluk mavi ton */
	color: #005095;
	border: 1px solid #005095;
}

#cb-accept:hover {
	background: rgba(0, 80, 149, 0.2);
	color: #003a70;
	border-color: #003a70;
	transform: translateY(-1px);
}

/* Kapat */
#cb-close {
	background: transparent;
	color: #005095;
	border: 1px solid #005095;
}

#cb-close:hover {
	background: rgba(0, 80, 149, 0.2);
	color: #003a70;
	border-color: #003a70;
	transform: translateY(-1px);
}

/* responsive */
@media (max-width:600px){
	#cookie-banner .cb-inner { flex-direction: column; text-align:center; gap:10px; }
}

/* slide down animasyonu */
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mb-100 {
	margin-bottom: 100px!important;
}

@media (max-width:768px){
  .header-background{
    height:100dvh !important;
    margin-top: 0 !important;
  }
  
  #mobile-stats{
    height:100dvh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  #mobile-stats .col-md-12{
    margin-bottom:20px !important;
  }
}