
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: rgb(0, 225, 255);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.checkbox-inline{color:#333;padding: 5px;margin-top: 10px;display: inline-table;}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #eee;
  margin-top: 25px;
  padding: 0;
  list-style: none;
  gap: 0px;
  margin-bottom: 8px;
}

.nav-tabs > li {
  margin-bottom: -2px;
  flex: 1 1 auto;
  text-align: center;
}

.nav-tabs > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-tabs > li > a:hover {
  background: #10818b;
  color: #fff;
}

.nav-tabs > li.active > a {
  background: #ffffff;
  border-bottom: 2px solid #fff;
  color: #10818b;
  font-weight: 600;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .nav-tabs {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 50px;
  }

  .nav-tabs > li {
    flex: 1 1 100%;
  }

  .nav-tabs > li > a {
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .nav-tabs > li.active > a {
    border-bottom: 1px solid #007bff;
  }
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
/* top */
#top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 4px 0px 6px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 8px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
@media (max-width: 991px) {
#logo {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 17px;
	width: 100%;
	/* margin-left: 40px; */
}
@media (max-width: 768px) {
	#search {
	margin-bottom: 10px;
	margin-top: 17px;
	width: 90%;
	
	margin-left: 7px;
}
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#cart {
	margin-bottom: 10px;
	float: inline-end;
}

#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin-top: 11px;
	float: inline-end;
}
@media (max-width: 768px) {
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin-top: 11px;
	
}
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border-radius: 8px;
    text-shadow: none;
    transition: all 0.3s ease;
}

#cart.open > .btn:hover {
    color: #000;
}

#cart .dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
width: 40vw; 
	max-width: 420px;
    height: 100vh;
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
    padding: 25px -11px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: -6px 0 25px rgba(0,0,0,0.15);
    border-left: 1px solid #e6e6e6;
    border-radius: 0 0 0 12px;     transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(100%);
    opacity: 0;
    /* left: 0; */
}

#cart.open .dropdown-menu {
    transform: translateX(0);
    opacity: 1;
}

#cart .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

#cart .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}

#cart .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}





/* Mobilde full ekran */
@media (max-width: 768px) {
    #cart .dropdown-menu {
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        padding-top: 60px;
        box-shadow: none;
        border-left: none;
    }
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
		padding: 0 10px;
		position: relative;
		/* bottom: 68%; */
	}
}
/* menu */
/* menu */
#menu {
	background-color: #fff;
	height: auto;
	border:1px solid #ebebeb;

}
.menu-arrow {
	float:right;
	color:ab3b77;
	}
#menu .nav > li > a {
	color: #333;
	font-weight:normal;
	min-height: 15px;
	background-color: transparent;
	width: 297px;
	font-family: open sans;
	font-size: 13px;
	border-bottom:1px solid #ebebeb;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;




}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 15px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
}
#menu .dropdown-inner li a:hover {
	color: #1cb6c0;

	
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333, #333);
	background-repeat: repeat-x;
	border-color: #555 #555 #555;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	

	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
/* ============================= */
/* PREMIUM FOOTER */
/* ============================= */

footer {
    margin-top: 80px;
    padding: 60px 0 30px;
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #cbd5e1;
    font-size: 14px;
}

/* Divider */
footer hr {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin: 30px 0;
}

/* BaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±klar */
footer h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Linkler */
footer a {
    color: #cbd5e1;
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer a:hover {
    color: rgb(0, 225, 255);
    transform: translateX(4px);
}

/* Liste boÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸luklarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 5px;
}

/* Alt copyright alanÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
    color: #94a3b8;
}

/* Sosyal ikonlar */
.footer-social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    color: #38bdf8;
    transform: translateY(-3px);
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	
background:transparent;
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;



}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	  width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
	  background: linear-gradient(135deg,#111,#000);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

.btn-default:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0,0,0,.45);
    color:#fff;
    text-decoration: none;
}
.btn-primary {
	background: linear-gradient(135deg,rgb(0, 225, 255),rgb(0, 225, 255));
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 225, 255,.35);
	width: 100%;
	border: none;
	border-radius: 12px;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .35s ease;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	 transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 225, 255,.55);
	
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.product-thumb {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  margin-bottom:20px;
  overflow:hidden;
}
.product-thumb:hover {
	border: 1px solid #00e1ff;
	margin-bottom: 20px;
	overflow: auto;
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
	  object-fit: contain;
	  overflow:hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;

}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;


}
}
.product-thumb h4 {
	font-weight: bold;
	height: 45px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	
}
.product-thumb h4 a {
	font-weight: bold;
	padding:0px 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
}
@media (max-width: 767px) {
	.product-thumb h4 {
-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	}
}

.product-thumb .caption {
	
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
	float: revert;
	margin-left: 15px;
	font-size: 22px;
	margin-top: 24px;
	text-align: center;
}

@media (max-width: 767px) {
.product-thumb .price {
	color: #333;
	
	margin-left: 0;
	font-size: 17px;
	margin-top: 15px;
	text-align: center;
}
}

.product-thumb .price-new {
	font-weight: 600;
}
@media (max-width: 767px) {
.product-thumb .price-new {
	margin-left:15px
}
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	margin-left: 27px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}


.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group svg{
	width: 20px;height: 19px;
}
.product-thumb .button-group .bquickv{
	display: inline-block;vertical-align: middle
}

/* BUTTON GROUP */
.product-thumb .button-group {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #eee;
}

/* BASE BUTTON */
.button-new,
.button-new2,
.product-thumb .button-group button {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}


.button-new img,
.button-new2 img,
.product-thumb .button-group button img {
    width: 18px !important;
    margin: 0 !important;
    transition: transform .35s ease;
}


.button-new {
    background: linear-gradient(135deg,#111,#000);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}
.button-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0,0,0,.45);
}
.button-new:hover span {
    transform: rotate(-8deg) scale(1.15);
}

/* WHATSAPP */
.button-new2 {
    background: linear-gradient(135deg,rgb(0, 225, 255),rgb(0, 225, 255));
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 225, 255,.35);
}
.button-new2:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 225, 255,.55);
}
.button-new2:hover span {
    transform: rotate(8deg) scale(1.15);
}

.button-new3 {
    background-image: linear-gradient(135deg,#25D366);
    color: #fff;
    box-shadow: 0 2px 20px #25D366;
    background-color: #25D366;
}
.button-new3:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px #25D366;
    color:#fff
}
.button-new3:hover span {
    transform: rotate(8deg) scale(1.15);
}
* BUTTON GROUP */
.product-thumb .button-group {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #eee;
}

/* BASE BUTTON */
.button-new,
.button-new2,.button-new3,
.product-thumb .button-group button {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}





.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #f7f7f7;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.giris-yap-opco{
    	text-align: center;
    	font-size: 22px;
    	margin-bottom: 16px;
    	font-weight: 700;
    }
.parola-unuttum {
    display: block;
    font-size: 14px;
    letter-spacing: 1.1px;
    margin-top: 15px;
    text-decoration:underline;
    width: 98%;

    float: left;
    text-align: right;
    margin-bottom: 15px;
}
.giris-yap-button{
    width: 100%;
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
.uye-ol-opco{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #1d1d1d;
    letter-spacing: 1.1px;
    margin-top: 15px;

    }
	
	  .border-none-hesabim{
	border: none;
	border-radius: 0px 0px 5px 5px;
	width: 310px;
	padding: 17px 1px;
	padding-bottom: 23px;
	top: 100%;
	}
	@media (max-width:1024px)
	{
		.border-none-hesabim{
		/* left:-180px; */}
	}

.yada{display: block;text-align: center;font-size: 15px;color: #1d1d1d;letter-spacing: 1.1px;margin-top: 15px;}
.hesabim{margin-top: 17px;text-align: center;/display: inline-block;float: inline-end;}
@media (max-width:768px){
.hesabim{margin-top: 14px;text-align: center;display: inline-block;float: inline-start;}
}

.pozisyon-bersa{ display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center}
	 .footer-telefon-bersa{
    font-size: 16px;
    font-family: 'barlow';
    font-weight: 500;
    }
	.footer-telefon-bersa:hover{
    font-size: 16px;
    font-family: 'barlow';
    font-weight: 500;
	color:#00e1ff;
    }
     .footer-takip-bersa{
    font-size: 16px;
    font-family: 'barlow';
    margin-bottom: 9px;
    color: #fff;
    }

	
.sosyal-medya{color: #00e1ff;border-radius:100px;border: 1px solid #00e1ff;padding: 10px 11px;font-size: 14px;text-align: center;/* gap: 5px; *//* display: inline-block; */margin: 5px;}

.sosyal-medya:hover{color: #fff;border: 1px solid #fff;}
.linkedin{

 color:#666;
 border-radius:100px;
 border:1px solid #666;

 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.linkedin:hover{

    color: #dc7c56;;
   
    border: 1px solid #dc7c56;;
    

}

.instgram{color: #00e1ff;border-radius:100px;border: 1px solid #00e1ff;padding: 8px 8px;font-size:16px;text-align: center;margin: 5px;}


.instgram:hover{color: #fff;border: 1px solid #fff;}

.twitter{



 color:#666;
 border-radius:100px;
 border:1px solid #666;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;


}

.twitter:hover{

    color: #333;;
   
    border: 1px solid #333;;
    

}

.whatsapp{
 color: #fff;
 border-radius:100px;
 border: 1px solid #fff;
 padding: 8px 8px;
 font-size: 16px;
 text-align: center;
 margin: 5px;
}

.whatsapp:hover{

    color: #00e1ff;
   
    border: 1px solid #00e1ff;;
    

}
.footer-pozisyon{margin-top:15px;text-align:center;margin-bottom: 18px;}
.goster{display:block}

@media (max-width:768px){
	.goster{display:none}
}

.goster-mobil{display:none}

@media (max-width:768px){
	.goster-mobil{display:block}
}
.bottom-footer{background-color:#333;padding: 4px;}
.bottom-footer p{ font-size:13px;color:#fff; padding:5px 5px}
.bottom-footer a{ font-size:13px;color:#1fa2a2; padding:5px 5px}
.bottom-footer a:hover{ font-size:13px;color:#fff; padding:5px 5px}

.baslik-kategori{text-transform: uppercase;font-family: open sans;background: linear-gradient( rgb(39 183 185) 40%, rgba(15,180,199,1) 100%);padding:14px 12px;margin:-1px;}
.baslik-kategori-isim{font-size: 13px;color: #fff;font-weight: 600;}
.product-tasarim{border:1px solid #ebebeb;padding:10px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);margin-bottom: 10px;transition: all 0.3s ease;display: flow-root;}

 .image img {
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  .image img:hover {
    transform: scale(1.05);
  }

  .active_none {
    opacity: 0.9;
    border: 2px solid transparent;
  }

  .active_link {
    border: 2px solid #00e1ff;
    padding: 2px;
  }


	/* The container */
.containera {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
	margin-left:5px;
}

/* Hide the browser's default radio button */
.containera input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
 
}

/* Create a custom radio button */
.checkmarka {
  position: absolute;
  top: -4px;
  left: 8px;
  height: 26px;
  width: 100%;
  border: 1px solid #666;
}

/* On mouse-over, add a grey background color */
.containera:hover input ~ .checkmarka {

}

/* When the radio button is checked, add a blue background */
.containera input:checked ~ .checkmarka {border: 1px solid #28b7b9;}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarka:after {

  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containera input:checked ~ .checkmarka:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
		
		
		.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.quantity {
  position: relative;
  padding-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius:0px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {

width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.btn-primary2 {
	color: #333;
	background-color: #ebebeb;
	border-color: #ebebeb #ebebeb #ebebeb;
	border-radius: 0px;
}
.btn-primary2:hover, .btn-primary2:active, .btn-primary2.active, .btn-primary2.disabled, .btn-primary2[disabled] {
	background-color: #27b7ba;
border-color: #27b7ba #27b7ba #27b7ba;
color:#fff;
}
.sepet-konum{
    margin-bottom: 13px;
    margin-top: 24px;

}
.trwpwhatsappballon {font-size: 14px;border-radius: 12px;border: 1px solid #fff;max-width: 250px;}

.trwpwhatsapptitle {background-color: #0C6431;color: white;padding: 14px;border-radius: 12px 12px 0px 0px;text-align: center;}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "open sans";
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {background-color: #0C6431;border-radius: 100px;padding: 15px 17px;cursor: pointer;color: #fff;margin-top: 10px;margin-bottom: 10px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;float: left;}

.trwpwhatsappall {position: fixed;z-index: 9999999999999999999;bottom: 0;left: 13px;font-family: open sans;font-weight: 300;font-size: 15px;}

.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor:pointer;
}
.opco-button {border: none;}
.opco-button i {
float: left;
position: absolute;
z-index: 999999999999;


right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 7px 2px 8px;
color: white;
font-size: 10px;
cursor: pointer;
}
.whatsaap-goster{ display:block; }
@media(max-width:768px){
  .whatsaap-goster{
    display:none;
  }
}


.whatsaap-goster-mobil{ display:none; }
@media(max-width:768px){
  .whatsaap-goster-mobil{
    display:block;
  }
}


.scrollup {

    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 28px;
    display: none;
    text-indent: -9999px;
    background: url(/image/icon_top.png) no-repeat;
    background-color: #1bb6c2;
    background-position: center;

    cursor: pointer;
}

.scrollup:hover {

    
    
    background-color: #333;
   

}
.our-location{font-size:15px;padding: 20px;}
.hesabim-bersa{margin-top: 3px;list-style:none}
@media(max-width:766px){
.hesabim-bersa{margin-top:9px; list-style:none}
}

header{padding: 20px 0px;background-color: #000;}
.hover{color: #C0C0C0;  font-size:18px}
.hover:hover{color:#10818b}

.hikaye{border: 1px solid #c0c0c0;border-radius: 100px;}
.hikaye:hover{border:1px solid #10818b }
.hikaye-yazi{
 margin-right: 26px;
 margin-top: 6px;
 }
@media (max-width: 768px) {
 .hikaye-yazi{
 margin-right: 6px;
 margin-top: 6px;
 }
}
/* Genel kutu stili */
.kategori-bersa {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kategori-bersa:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.kategori-bersa img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.kategori-bersa:hover img {
  transform: scale(1.05);
}

.kategori-basliklar {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0;
}

/* Mobil uyumlu hale getir */
@media (max-width: 768px) {
  .kategori-basliklar {
    font-size: 1rem;
    padding: 6px 10px;
  }
}
.sider-bersasoft {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
}

.section-bersasoft {
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sider-bersasoft img {
  width: 100%;
  border-radius: 8px;
}

.section-bersasoft h2 {
  font-size: 30px;
  margin: 15px 0;
  font-weight: bold;
}

.section-bersasoft p {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.btn-bersasoft {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #c0c0c0;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 15px;
}

.btn-bersasoft:hover {
  background-color: #333;
  transform: translateY(-2px);
}
.blog-section-title {
      font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #38bdf8, rgb(0, 225, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	

}

.fancy-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.fancy-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.fancy-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.fancy-image-wrapper {
  position: relative;
  overflow: hidden;
}

.fancy-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;

}

.fancy-blog-card:hover .fancy-image-wrapper img {
  transform: scale(1.05);
}

.fancy-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
  color: #fff;
  padding: 20px;
  opacity: 1;
  transition: 0.4s ease;
}

.fancy-overlay h4 {
  font-size: 18px;
  margin-bottom: 1px;
  font-weight:bold;
  color: rgb(0, 225, 255);
}

.fancy-overlay p {
  font-size: 14px;
  margin: 0;
}

.fancy-image-wrapper:hover .fancy-overlay {
  opacity: 1;
  bottom: 0;
}

.fancy-meta {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #eee;
}

.fancy-read-more {
  color: #444444;
  text-decoration: none;
  font-weight: 500;
}


.fancy-read-more:hover {
  text-decoration: underline;
}

.blog-more-link {
  text-align: center;
  margin-top: 30px;
}

.btn-modern {
  display: inline-block;
  border: 2px solid #C0C0C0;
  background: transparent;
  color: #444444;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s ease;
  text-decoration: none;
  font-weight: 600;
}

.btn-modern:hover {
  background: #4444;
  color: #fff;
}


.blog-more-link {
  text-align: center;
  margin-top: 40px;
}

.category-section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}

.category-grid-wrapper {
  position: relative;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  max-height: 9999px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.category-grid.collapsed {
  max-height: 440px; /
  overflow: hidden;
}

.category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  font-size: 14px;
}

.category-card:hover {
  background: #10818b;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.btn-show-more {
  margin-top: 15px;
  background-color: transparent;
  border: 2px solid #10818b;
  color: #333333;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-show-more:hover {
  background-color: #10818b;
  color: white;
}
.blog-detail-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-detail-preview {
  font-size: 16px;
  font-style: italic;
  color: #666;
  margin-bottom: 25px;
}

.blog-detail-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.blog-detail-gallery ul.thumbnails {
  list-style: none;
  padding: 0;
}

.blog-detail-gallery ul.thumbnails li {
  margin-bottom: 15px;
}

.blog-detail-attributes h5 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog-detail-attributes ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.subcategories-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.subcategories-list:has(> li:nth-child(2)) li {
  grid-column: span 1 !important;
}

.subcategories-list:has(> li:only-child) {
  grid-template-columns: 1fr;
}

.subcategories-list li:only-child {
  max-width: 600px;
  margin: 0 auto;
}

.subcategory-list {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease;
}

.subcategory-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.subcategory-image {
  width: 100%;

  background-color: #f9f9f9;
 
  justify-content: center;
}

.subcategory-image img {
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.subcategory-name {
  display: block;
  font-size: 15px;

  font-weight: 500;
  padding: 10px;
  text-align: center;
  color: #333;
}

.subcategory-list a {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media (max-width: 1024px) {
  .subcategories-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .subcategories-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .subcategories-list {
    grid-template-columns: 1fr;
  }
}
.urun-ismi{font-size: 20px;color: #000;font-weight: 900;}
.discount-section {
  margin: 20px 0;
}

.discount-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  border-left: 4px solid #10818b;
  padding-left: 10px;
}

.quantity-discount {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.discount-box {
  flex: 1 1 140px;
  background: #f9f9f9;
  border-left: 5px solid #10818b;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-align: center;
}

@media (max-width: 768px) {
.discount-box {
  flex: 1 1 40px;
  background: #f9f9f9;
  border-left: 5px solid #10818b;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-align: center;
}
}

.discount-box:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.discount-qty {
  font-size: 14px;
  font-weight: 600;
  color: #10818b;
  margin-bottom: 4px;
}

.discount-price {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.discount-box.highlight {
  background: #ebebeb;
  border-left-color: #333;
}

.discount-box.highlight .discount-qty {
  color: #10818b;
}

@media screen and (max-width: 600px) {
  .quantity-discount {
    flex-direction: column;
  }

}

.services {
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Her Hizmet Kutusunun Stili */
.service-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 297px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Hover Efekti */
.service-box:hover {
    background-color: #10818b;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.service-box:hover h3,
.service-box:hover p,
.service-box:hover i {
    color: #fff;
}


.service-box i {
    font-size: 50px;
    color: #10818b;
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s ease;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .services {
        flex-direction: column;
        align-items: center;
    }
}



.strong-css{color:#000; font-size:13px}


:root {
  --iam-green: #08894b;
  --iam-light: #f5f5f5;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
.indirim-fiyat{text-decoration: line-through;margin-top:10px;margin-bottom:0px;font-weight:bold;color: #00e1ff;}


.quantity-input {
  display: flex;
  align-items: center;
  /* border: 1px solid #ccc; */
  /* border-radius: 6px; */
  overflow: hidden;
  width: 100%;
  max-width: 160px;
  background-color: #0f0f0f;
}

.qty-box {
  text-align: center;
  border: none;
  height: 42px;
  width:60px;
}

.qty-btn {
  background-color: #00e1ff;
  border: none;
  width: 50px;
  height: 46px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  color:#000
}

.qty-btn:hover {
  background-color: #0f0f0f;
	color:#fff
}

.button-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 17px;
}

.btn-wrap {
  flex: 1 1 48%;
}

.extra-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 26px;
}

.extra-buttons .btn {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  background: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
}

.extra-buttons .btn:hover {
  background: #e9e9e9;
  color: #000;
}

@media (max-width: 576px) {
  .btn-wrap {
    flex: 1 1 100%;
  }

  .extra-buttons {
    justify-content: center;
  }

  .quantity-input {
    max-width: 100%;
  }
}

/* LIST */
.list-bullet {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.list-bullet li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}
.list-bullet li::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  position: absolute;
  left: 0;
  color: #10818b;
  font-weight: bold;
}

/* GRID */
.product-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
}

/* CARD */
.feature-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* IMAGE */
.feature-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* CAPTION */
.feature-card .caption {
  flex: 1;
  padding: 14px;
  background: #fafafa;
  text-align: center;
}
.feature-card h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.feature-card p {
  font-size: 14px;
  color: #444;
}

/* TABLET */
@media (max-width: 992px) {
  .product-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .product-features {
    grid-template-columns: repeat(2, 1fr);
  }
}


.table.table-bordered {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 13px;
  background-color: #1982ea;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.table.table-bordered thead td {
  background-color: #10818b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  border: none;
}

.table.table-bordered tbody td {
  padding: 10px 15px;
  border: 1px solid #eee;
  vertical-align: middle;
  font-weight: 600;
}

td {}

td {}

.table.table-bordered tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table.table-bordered tbody tr:hover {
  background-color: #f1f7ff;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .table.table-bordered {
    font-size: 14px;
  }
  .table.table-bordered tbody td {
 
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border-bottom: none;
  }
  .table.table-bordered tbody tr {
  
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
  }
  .table.table-bordered tbody tr td:first-child {
    background: #f5f5f5;
    font-weight: bold;
  }
}

.manufacturer-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.manufacturer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.manufacturer-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 8px;

  padding: 5px;
}

.manufacturer-card a {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.manufacturer-card a span {
  display: block;
  margin-top: 5px;
}

.manufacturer-card a:hover {
  text-decoration: underline;
}

/* Yuvarlak Rozet */
.badge-round{
  position: absolute;
  top: 10px;
  right: 15px;
  width: 65px;
  height: 65px;
  background: #333;
  border-radius: 50%;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  color: #fff;
}

.round-number{
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  margin-top: -5px;
}

.round-text{
  margin-top: 1px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 3px;
}

.round-sub{
  font-size: 7px;
  font-weight: 700;
  margin-top: -2px;
}

/* Mobil uyum */
@media (max-width: 760px){
  .badge-round{
    width: 65px;
    height: 65px;
    top: 8px;
    right: 20px;
  }
  .round-number{  font-size: 21px;   margin-top: -8px;}
  .round-text{   font-size: 11px; }
  .round-sub{  font-size: 8px;}
}

/* HEADER RIGHT FLEX */
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 991px) {
.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}


.header-item {
    display: flex;
    align-items: center;
}

/* ICON STYLE */
.header-item span {
	color:#fff;
	font-size: 29px;
	transition: 0.3s ease;
	cursor: pointer;
}

/* Hover Efekt */
.header-item span:hover {
    color: rgb(0, 225, 255);
    transform: scale(1.1);
}
.ocx-section{
    background:#000;
    padding: 12px 20px;
    color:#fff;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.ocx-header{
    text-align:center;
    max-width:900px;
    margin: 0 auto 100px;
}

.ocx-header h2{
    font-size:46px;
    margin-bottom:20px;
   
	font-weight: 700;
    color: rgb(0, 225, 255);
   
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.ocx-header p{
	 
    color:#fff;
    line-height:1.8;
	font-size:16px;
}

/* GRID */

.ocx-grid{
    display:grid;
    grid-template-columns: minmax(300px,1fr) 700px minmax(300px,1fr);
    align-items:center;
    gap:0; /* gap kaldÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
    max-width:1500px;
    margin:0 auto;
}

/* CENTER IMAGE */

.ocx-center{
    position:relative;
}

.ocx-center img{
    width:100%;
    display:block;
    filter: drop-shadow(0 0 60px rgba(0,225,255,0.15));
}

/* COLUMNS */

.ocx-column{
    display:flex;
    flex-direction:column;
    gap: 64px;
}

.feature{
    position:relative;
    /* margin-left: 13px; */
}

.feature h3{
    color:rgb(0,225,255);
    margin-bottom:12px;
    margin-left: 10px;
    margin-top: 11px;
}

.feature p{
    color:#fff;
    margin-bottom:12px;
    margin-left: 10px;
    font-size: 16px;
}
/* ====================== */
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LER TAM OTURAN */
/* ====================== */

/* LEFT */
.left .feature::after{
    content:"";
    position:absolute;
    top:24px;
    right:-100%;
    width:100%;
    height:2px;
    background:linear-gradient(to right, rgba(0,225,255,0.9), rgba(0,225,255,0));
}

.left .feature::before{
    content:"";
    position:absolute;
    top:20px;
    right:-8px;
    width:8px;
    height:8px;
    background:rgb(0,225,255);
    border-radius:50%;
    box-shadow:0 0 15px rgba(0,225,255,0.9);
}

/* RIGHT */
.right .feature::before{
    content:"";
    position:absolute;
    top:24px;
    left:-100%;
    width:100%;
    height:2px;
    background:linear-gradient(to left, rgba(0,225,255,0.9), rgba(0,225,255,0));
}

.right .feature::after{
    content:"";
    position:absolute;
    top:20px;
    left:-8px;
    width:8px;
    height:8px;
    background:rgb(0,225,255);
    border-radius:50%;
    box-shadow:0 0 15px rgba(0,225,255,0.9);
}

/* MOBILE */

@media(max-width:1300px){

    .ocx-grid{
        grid-template-columns:1fr;
        text-align:center;
        gap:80px;
    }

    .ocx-column{
        gap:60px;
    }

    .left .feature::after,
    .left .feature::before,
    .right .feature::after,
    .right .feature::before{
        display:none;
    }
}
.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 36px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg,#111,#000);
    border-radius: 14px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
    text-decoration: none;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
   
    margin-top: 35px;
}

/* HOVER */
.read-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0,0,0,.5);
    color: #fff;
}

/* SHINE EFFECT */
.read-more::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);
    transition: .6s;
}

.read-more:hover::after {
    left: 120%;
}

/* ACTIVE (CLICK) */
.read-more:active {
    transform: scale(.96);
}

/* MOBILE */
@media (max-width: 767px) {
    .read-more {
        padding: 13px 28px;
        font-size: 12px;
        border-radius: 12px;
    }
}

/* ============================= */
/* VOLTIE INVERTER HERO */
/* ============================= */

#voltie-inverter-hero {
    position: relative;
    padding: 120px 0;
    background: url('/image/catalog/hakkimizda/voltie-inverter-backgorund.webp?width=1308&height=450') right center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#voltie-inverter-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,23,42,0.95) 30%, rgba(15,23,42,0.6) 60%, rgba(15,23,42,0.2) 100%);
}

#voltie-inverter-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

#voltie-inverter-hero h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg,#38bdf8,rgb(0, 225, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#voltie-inverter-hero p {
    font-size: 18px;
    line-height: 1.8;
    color: #e2e8f0;
    margin-bottom: 30px;
}

.inverter-hero-btn {
    display: inline-block;
    padding: 15px 32px;
    border-radius: 50px;
    background: linear-gradient(90deg,#38bdf8,rgb(0, 225, 255,0.5));
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
   
}

.inverter-hero-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 5px 10px rgb(0, 225, 255,0.5);
}

/* MOBILE */

@media (max-width:768px){

    #voltie-inverter-hero {
        padding: 80px 20px;
        text-align: center;
        background-position: center;
    }

    #voltie-inverter-hero::before {
        background: rgba(15,23,42,0.85);
    }

    #voltie-inverter-hero .hero-content {
        max-width: 100%;
    }

    #voltie-inverter-hero h2 {
        font-size: 26px;
    }

    #voltie-inverter-hero p {
        font-size: 16px;
    }
}


/* ============================= */
/* VOLTIE PREMIUM GALLERY */
/* ============================= */

#voltie-gallery {
    padding: 80px 0;
    background: linear-gradient(135deg,#0f172a,#1e293b);
}

#voltie-gallery h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    background: linear-gradient(90deg,#38bdf8,rgb(0, 225, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.voltie-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
    transition: 0.4s ease;
}

.voltie-gallery-item img {
    width: 100%;
    transition: 0.5s ease;
}

.voltie-gallery-item:hover img {
    transform: scale(1.1);
}

.voltie-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    opacity: 0;
    transition: 0.4s ease;
}

.voltie-gallery-item:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    #voltie-gallery {
        padding: 50px 15px;
    }
    #voltie-gallery h2 {
        font-size: 24px;
    }
}



/* ============================= */
/* VOLTIE PREMIUM EU SECTION */
/* ============================= */

#voltie-eu-premium {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#voltie-eu-premium .voltie-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    transition: all 0.4s ease;
}

#voltie-eu-premium .voltie-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

#voltie-eu-premium h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg,#38bdf8,rgb(0, 225, 255,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#voltie-eu-premium p {
    font-size: 16px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 18px;
}

#voltie-eu-premium .voltie-image img {
    max-width: 100%;
    transition: all 0.4s ease;
}

#voltie-eu-premium .voltie-image:hover img {
    transform: scale(1.05);
}

.voltie-btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(90deg,rgb(0, 225, 255,0.5),#38bdf8);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
  
}

.voltie-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgb(0, 225, 255,0.5);
}

/* MOBILE */

@media (max-width: 768px) {

    #voltie-eu-premium {
        padding: 50px 15px;
    }

    #voltie-eu-premium .voltie-card {
        padding: 30px;
    }

    #voltie-eu-premium h2 {
        font-size: 24px;
    }

    #voltie-eu-premium .voltie-image {
        margin-bottom: 30px;
        text-align: center;
    }
}

.awards-section {
    margin-top:60px;
    padding:70px 35px;
    background:#000;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    position:relative;
    overflow:hidden;
}

/* Neon arka glow */
.awards-section:before {
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:radial-gradient(circle, rgba(0,225,255,0.25) 0%, transparent 70%);
    top:-150px;
    right:-150px;
    z-index:0;
}

.awards-title {
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:rgb(0,225,255);
    margin-bottom:60px;
    letter-spacing:1px;
    position:relative;
    z-index:2;
}

.awards-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
    position:relative;
    z-index:2;
}

.award-card {
    background:#0a0a0a;
    border:1px solid rgba(0,225,255,0.2);
    border-radius:20px;
    padding:35px;
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
}

.award-card:hover {
    transform:translateY(-12px);
    border:1px solid rgb(0,225,255);
    box-shadow:0 0 25px rgba(0,225,255,0.5);
}

.award-logo {
    height:120px;              /* Sabit yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼kseklik */
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.award-logo img {
    max-height:100px;          /* Hepsi eÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸it hizalanÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±r */
    max-width:160px;
    object-fit:contain;
    transition:all .4s ease;
}

.award-card:hover .award-logo img {
    transform:scale(1.1);
    filter:brightness(1.1);
}

.award-card h3 {
    color:#fff;
    font-size:19px;
    margin-bottom:15px;
}

.award-card p {
    color:#bfbfbf;
    font-size:14px;
    line-height:1.7;
    text-align:justify;
}

.award-link {
    margin-top:22px;
    display:inline-block;
    color:rgb(0,225,255);
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}

.award-link:hover {
    text-shadow:0 0 10px rgb(0,225,255);
}

@media(max-width:768px){
    .awards-section{
        padding:45px 20px;
    }
}

/* ============================= */
/* VOLTIE APP SECTION */
/* ============================= */

#voltie-app {
    padding: 100px 0;
    background: linear-gradient(135deg,#f8fafc,#ebebeb);
    margin-top: 27px;
    border-radius: 20px;
}

#voltie-app h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111827;
}

#voltie-app p {
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px;
}

.app-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg,rgb(0, 225, 255,0.5),#38bdf8);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 15px 35px rgba(56,189,248,0.3);
}

.app-btn :hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 20px 45px rgb(0, 225, 255,0.5);
	color:red
}

.store-badges img {
    height: 50px;
    margin-right: 15px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.store-badges img:hover {
    transform: scale(1.05);
}

.app-screen img {
    max-width: 100%;
    transition: 0.5s ease;
}

.app-screen img:hover {
    transform: scale(1.03);
}

/* MOBILE */

@media(max-width:768px){
    #voltie-app {
        padding: 60px 15px;
        text-align: center;
    }

    #voltie-app h2 {
        font-size: 26px;
    }

    .store-badges img {
        margin: 10px;
    }
}

/* ============================= */
/* PREMIUM FOOTER PAYMENT AREA  */
/* ============================= */

.footer-payment-wrapper {
    margin-top: 50px;
    padding: 30px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    text-align: center;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Logolar */
.footer-payments img {
    height: 26px;
    opacity: 0.6;
    filter: grayscale(100%) brightness(1.1);
    transition: all 0.4s ease;
}

/* Hover efekti */
.footer-payments img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-4px);
}

/* Mobil */
@media (max-width: 768px) {
    .footer-payment-wrapper {
        padding: 20px;
    }

    .footer-payments {
        gap: 20px;
    }

    .footer-payments img {
        height: 22px;
    }
}
.footer-bottom-links {
    margin-top: 40px;
    text-align: center;
}
.footer-bottom-links a {
   padding: 0px 10px;
    text-align: center;
}

.product-sections {
    margin-top: 30px;
}

.section-block {
    background: #141414;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
}

.section-title {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(0, 225, 255);
    border-bottom: 1px solid #fff;
    line-height: 32px;
}

.section-content {
    color: #fff;
    font-size: 14px;
}

.section-content h2 {
    color: rgb(0, 225, 255);
	font-weight:bold;
  
}
.section-content h3 {
    color: rgb(0, 225, 255);
	font-weight:bold;
  
}
.section-content a:hover{
    color: #fff;
	font-weight:bold;
  
}

.section-content a {
    color: rgb(0, 225, 255);
	font-weight:bold;
  
}

@media (max-width:768px) {
    .section-block {
        padding: 18px;
    }

    .section-title {
        font-size: 16px;
    }
}

.teklifModal {
    display: none;
    position: fixed;
    inset: 0;
    /* background: rgba(0,0,0,.65); */
    z-index: 9999;
    /* backdrop-filter: blur(4px); */
    background: rgb(255 255 255 / 2%) !important;
    /* backdrop-filter: blur(1px); */
}

/* MODAL BOX */
.teklifBox {
    width: 380px;
    max-width: calc(100% - 30px);
    background: #fff;
    padding: 25px;
    margin: 80px auto;
    border-radius: 18px;
    position: relative;
    animation: teklifFade .35s ease;
    box-shadow: 0 2px 13px rgba(0,0,0,.08);
}

/* CLOSE */
.teklifClose {
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    background: #f1f1f1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: .25s;
}
.teklifClose:hover {
    background: #111;
    color: #fff;
}

/* HEADER */
.teklifHeader {
    text-align: center;
    margin-bottom: 20px;
}
.teklifBadge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg,#111,#000);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}
.teklifHeader h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
}
.teklifHeader p {
    font-size: 14px;
    color: #666;
}

/* FORM */
.formGroup {
    margin-bottom: 14px;
}
.formGroup label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}
.formGroup input,
.formGroup textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    transition: .25s;
}
.formGroup input:focus,
.formGroup textarea:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* SUBMIT */
.teklifSubmit {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 14px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #fff;
    background: linear-gradient(135deg,#111,#000);
    cursor: pointer;
    transition: .3s;
    /* box-shadow: 0 10px 25px rgba(37,211,102,.4); */
}
.teklifSubmit:hover {
   transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0,0,0,.45);
}

/* ANIMATION */
@keyframes teklifFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .teklifBox {
        margin: 50px auto;
        padding: 20px;
    }
}
.contact-name{    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #38bdf8, rgb(0, 225, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

/* ============================= */
/* VOLTIE AWARD SECTION STYLES   */
/* ============================= */

#voltie-award-section {
    padding: 80px 0;
    background: #0f172a; /* Senin koyu lacivert tonun */
    color: #fff;
    overflow: hidden;
    border-top-left-radius: 20px;
}

.voltie-flex-container {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap; /* Mobilde alt alta dÃƒÆ’Ã‚Â¼Ãƒâ€¦Ã…Â¸mesi iÃƒÆ’Ã‚Â§in */
}

/* GÃƒÆ’Ã‚Â¶rsel TarafÃƒâ€žÃ‚Â± */
.voltie-image-side {
    flex: 1;
    min-width: 350px;
}

.voltie-image-side .image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.voltie-image-side img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.voltie-image-side:hover img {
    transform: scale(1.03);
}

.voltie-text-side {
    flex: 1.2;
    min-width: 350px;
}

.voltie-icon-box {
    font-size: 45px;
    color: #38bdf8;
    margin-bottom: 20px;
}

.voltie-gradient-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #38bdf8, #00e1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.voltie-lead {
    font-size: 22px;
    line-height: 1.5;
    color: #f1f5f9;
    margin-bottom: 20px;
    font-weight: 600;
}

.voltie-description {
    font-size: 17px;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 30px;
}

/* MOBÃƒâ€žÃ‚Â°L AYARLAR */
@media (max-width: 992px) {
    .voltie-flex-container {
        flex-direction: column; /* GÃƒÆ’Ã‚Â¶rsel ÃƒÆ’Ã‚Â¼ste, metin alta */
        gap: 40px;
        text-align: center;
    }

    .voltie-gradient-title {
        font-size: 32px;
    }

    .voltie-lead {
        font-size: 18px;
    }

    .voltie-image-side, .voltie-text-side {
        width: 100%;
        min-width: 100%;
    }
}

/* ============================= */
/* REVERSE SECTION EKLEMELERÃƒâ€žÃ‚Â°    */
/* ============================= */

#voltie-feature-reverse {
    padding: 80px 0;
    background: #0f172a; /* AynÃƒâ€žÃ‚Â± zemin rengi */
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* BÃƒÆ’Ã‚Â¶lÃƒÆ’Ã‚Â¼mleri ayÃƒâ€žÃ‚Â±rmak iÃƒÆ’Ã‚Â§in ince bir ÃƒÆ’Ã‚Â§izgi */
}

/* MasaÃƒÆ’Ã‚Â¼stÃƒÆ’Ã‚Â¼nde sÃƒâ€žÃ‚Â±rayÃƒâ€žÃ‚Â± deÃƒâ€žÃ…Â¸iÃƒâ€¦Ã…Â¸tirir */
.reverse-row {
    flex-direction: row; /* Normal akÃƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸: YazÃƒâ€žÃ‚Â±-GÃƒÆ’Ã‚Â¶rsel */
}

/* MOBÃƒâ€žÃ‚Â°L AYARLAR */
@media (max-width: 992px) {
    .reverse-row {
        flex-direction: column-reverse; /* Mobilde GÃƒÆ’Ã¢â‚¬â€œRSEL ÃƒÆ’Ã…â€œSTTE, yazÃƒâ€žÃ‚Â± altta kalsÃƒâ€žÃ‚Â±n diye */
    }
    
    #voltie-feature-reverse {
        padding: 40px 0;
    }
}

/* ============================= */
/* VOLTIE PREMIUM GRID STYLES    */
/* ============================= */

#voltie-premium-grid {
    padding: 100px 0;
    background: #0f172a; /* Derin gece mavisi */
    font-family: 'Inter', sans-serif;
}

.voltie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.voltie-flex-row {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* KART TASARIMI (GLASSMORPHISM) */
.voltie-glass-card {
    position: relative;
    flex: 1;
    background: rgba(30, 41, 59, 0.4); /* Ãƒâ€¦Ã…Â¾effaf lacivert */
    border: 1px solid rgba(56, 189, 248, 0.15); /* ÃƒÆ’Ã¢â‚¬Â¡ok ince mavi kenar */
    border-radius: 24px;
    padding: 40px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ÃƒÆ’Ã…â€œzerine gelince parlama ve yÃƒÆ’Ã‚Â¼kselme */
.voltie-glass-card:hover {
    transform: translateY(-12px);
    background: rgba(30, 41, 59, 0.6);
    border-color: #38bdf8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(56, 189, 248, 0.2);
}

/* Arka plandaki gizli Ãƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸Ãƒâ€žÃ‚Â±k efekti */
.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* Ãƒâ€žÃ‚Â°kon AlanÃƒâ€žÃ‚Â± */
.icon-circle {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #38bdf8 0%, #00e1ff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3);
}

.icon-circle i {
    color: #fff;
    font-size: 28px;
}

/* YazÃƒâ€žÃ‚Â± Stilleri */
.voltie-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.voltie-glass-card p {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 25px;
}

/* Liste */
.card-features {
    list-style: none;
    padding: 0;
}

.card-features li {
    color: #e2e8f0;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-features li i {
    color: #38bdf8;
}

/* MOBÃƒâ€žÃ‚Â°L AYARLAR */
@media (max-width: 991px) {
    .voltie-flex-row {
        flex-direction: column;
    }
    .voltie-glass-card {
        width: 100%;
    }
}

/* ========================================= */
/* VOLTIE APARTMENT SOLUTIONS CUSTOM STYLES  */
/* ========================================= */

#voltie-apartment-solutions {
    padding: 100px 0;
    background: #0f172a;
    color: #fff;
    overflow: hidden;
}

.v-header-group { margin-bottom: 80px; }
.v-lead-text { color: #94a3b8; font-size: 20px; margin-top: 15px; }

/* AkÃ„Â±Ã…Å¸ DÃƒÂ¼zeni */
.v-management-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

/* Kart TasarÃ„Â±mlarÃ„Â± */
.v-flow-card {
    flex: 1;
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(56, 189, 248, 0.1);
    border-radius: 35px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.v-flow-card:hover {
    transform: translateY(-10px);
    border-color: #38bdf8;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Resim AlanlarÃ„Â± */
.v-image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.5);
    overflow: hidden;
}

.v-image-wrapper img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: 0.5s;
}

/* Rozetler (Badges) */
.v-badge {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.v-badge.blue { background: #2563eb; box-shadow: 0 0 15px rgba(37, 99, 235, 0.4); }
.v-badge.cyan { background: #0891b2; box-shadow: 0 0 15px rgba(8, 145, 178, 0.4); }

/* Orta Dinamik Merkez */
.v-flow-center {
    flex: 0.8;
    display: flex;
    justify-content: center;
    position: relative;
}

.v-dynamic-circle {
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.v-circle-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(56, 189, 248, 0.3);
    border-radius: 50%;
    animation: rotateCircle 30s linear infinite;
}

.v-circle-inner {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.v-main-device img {
    height: 180px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.v-status-tag {
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, #38bdf8, #00e1ff);
    color: #0f172a;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 16px;
    white-space: nowrap;
}

.v-floating-text {
    margin-top: 40px;
    font-weight: 700;
    color: #38bdf8;
    font-size: 18px;
}

.v-small-info {font-size: 15px;color: #64748b;margin-top: 10px;text-align: center;}

@keyframes rotateCircle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Alt Slogan */
.v-bottom-slogan {
    margin-top: 80px;
    text-align: center;
    padding: 25px;
    background: rgba(56, 189, 248, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.1);
    font-size: 15px;
}
/* ========================================= */
/* VOLTIE PREMIUM FINISHING TOUCHES          */
/* ========================================= */

/* Kartlara Derinlik Katma */
.v-flow-card {
    background: rgba(30, 41, 59, 0.4); /* Senin body renginle harmanlanÃ„Â±r */
    backdrop-filter: blur(12px); /* Cam efekti */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(56, 189, 248, 0.15); /* Ãƒâ€¡ok ince mavi sÃ„Â±zÃ„Â±ntÃ„Â± */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Orta Dairenin Daha CanlÃ„Â± DurmasÃ„Â± Ã„Â°ÃƒÂ§in */
.v-circle-outer {
    border: 2px dashed rgba(56, 189, 248, 0.4);
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.2));
}

/* "KONTROL SÃ„Â°ZDE" Butonuna Parlama */
.v-status-tag {
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
    transition: 0.3s ease;
    cursor: pointer;
}

.v-status-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.6);
}

/* Metinlerin OkunabilirliÃ„Å¸ini ArtÃ„Â±r (Contrast) */
.v-card-content h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.v-card-content p {
   font-size:15px;
	color: #cbd5e1 !important; /* Biraz daha aÃƒÂ§Ã„Â±k bir gri */
}

/* GÃƒÂ¶rsel Yer TutucularÃ„Â±na Hafif Bir Animasyon */
.v-image-wrapper {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.v-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
    transition: 0.5s;
}

.v-flow-card:hover .v-image-wrapper::after {
    left: 100%; /* KartÃ„Â±n ÃƒÂ¼zerine gelince resim ÃƒÂ¼zerinde bir parÃ„Â±ltÃ„Â± geÃƒÂ§er */
}

/* MOBÃ„Â°L AYARLAR */
@media (max-width: 1100px) {
    .v-management-flow { flex-direction: column; gap: 50px; }
    .v-flow-card { width: 100%; max-width: 500px; }
    .v-flow-center { order: -1; }
}

/* TEKNIK Ãƒâ€“ZELLÃ„Â°KLER BÃƒâ€“LÃƒÅ“MÃƒÅ“ */
#voltie-pro-specs {
    padding: 50px 0;
    background: #0f172a;
}

.v-specs-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}

.v-mini-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(30, 41, 59, 0.4);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #38bdf8;
    transition: 0.3s;
}

.v-mini-card:hover { background: rgba(56, 189, 248, 0.05); transform: translateX(10px); }
.v-mini-card i { font-size: 30px; color: #38bdf8; }
.v-mini-card h5 { color: #fff; font-weight: 700; margin-bottom: 5px; font-size: 18px; }
.v-mini-card p { color: #94a3b8; font-size: 14px; margin: 0; line-height: 1.5; }

/* SaÃ„Å¸ Taraf GÃƒÂ¶rsel AlanÃ„Â± */
.v-specs-feature-img {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 40px;
    padding: 50px;
    border: 1px solid rgba(56, 189, 248, 0.1);
}

.v-feature-text-box { margin-top: 30px; }
.v-feature-text-box h4 { color: #fff; font-size: 28px; font-weight: 800; margin-bottom: 15px; }
.v-feature-text-box p {color: #94a3b8;line-height: 1.7;font-size: 18px;}

/* Kurulum AdÃ„Â±mlarÃ„Â± */
.v-installation-section { margin-top: 100px; }
.v-install-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.v-install-item {
    background: rgba(15, 23, 42, 0.5);
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
}

.v-install-icon {
    font-size: 40px;
    font-weight: 900;
    color: rgba(56, 189, 248, 0.2);
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.v-install-item h6 { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 15px; }

/* YÃƒÂ¶netici Notu */
.v-faq-box {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.1), transparent);
    padding: 40px;
    border-radius: 30px;
    border-right: 4px solid #38bdf8;
    margin-top: 80px;
}

.v-faq-box h4 { color: #38bdf8; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.v-faq-box p { color: #cbd5e1; font-size: 16px; margin: 0; }

@media (max-width: 991px) {
    .v-specs-main-grid, .v-install-grid { grid-template-columns: 1fr; }
}

/* ========================================= */
/* VOLTIE COMPREHENSIVE ABOUT PAGE CSS       */
/* ========================================= */

#voltie-about-page {
    background: #0f172a;
    color: #fff;
    overflow: hidden;
}


/* Hero Section */
.v-about-hero {
    padding: 140px 0 100px;
    text-align: center;
    background: radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.15) 0%, transparent 60%);
}

.v-badge-premium {
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
}

/* Story Grid */
.v-about-story { padding: 80px 0; }
.v-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.v-sub-title { font-size: 32px; font-weight: 800; margin-bottom: 25px; color: #fff; }
.v-story-content p { color: #94a3b8; font-size: 18px; line-height: 1.8; margin-bottom: 20px; }

.v-image-card {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.05);
}

/* Awards Section */
.v-awards-section { padding: 100px 0; background: #020617; }
.v-center-header { text-align: center; margin-bottom: 60px; }
.v-center-header h3 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 15px; }
.v-center-header p { color: #64748b; font-size: 18px; }

.v-awards-flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.v-award-box {
    flex: 1;
    background: rgba(30, 41, 59, 0.3);
    padding: 50px 30px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.4s;
    text-align: center;
}

.v-award-box:hover { transform: translateY(-10px); border-color: #38bdf8; }

.v-award-icon { width: 120px; height: 120px; margin: 0 auto 30px; }
.v-award-icon img { max-width: 100%; height: auto; }

.v-year { color: #38bdf8; font-weight: 800; font-size: 14px; display: block; margin-bottom: 10px; }
.v-award-detail h4 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 15px; }
.v-award-detail p { color: #94a3b8; font-size: 15px; line-height: 1.6; }

/* Gold Featured Award */
.v-award-box.featured-gold {
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.05);
}
.v-award-box.featured-gold .v-year { color: #ffd700; }
.v-award-box.featured-gold:hover { border-color: #ffd700; }

/* Trust Bar */
.v-trust-bar {
    background: #38bdf8;
    padding: 40px 0;
    color: #020617;
}

.v-trust-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.v-trust-item { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; }
.v-trust-item i { font-size: 20px; }

/* Responsive */
@media (max-width: 991px) {
    .v-story-grid { grid-template-columns: 1fr; gap: 40px; }
    .v-awards-flex { flex-direction: column; }
}

/* VOLTIE MODES SECTION */
#voltie-charging-modes {
    padding: 100px 0;
    background: #0f172a; /* Antrasit zemin */
    color: #fff;
}

.v-mode-header {
    text-align: center;
    margin-bottom: 60px;
}

.v-main-mode-img {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.v-img-fluid {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

/* Kartlar Grid */
.v-mode-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.v-mode-card {
    background: rgba(30, 41, 59, 0.4);
    border-radius: 35px;
    padding: 45px 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.v-mode-card:hover {
    transform: translateY(-15px);
    background: rgba(30, 41, 59, 0.7);
    border-color: #38bdf8;
}

/* Ã„Â°kon AlanÃ„Â± */
.v-card-icon {
    width: 53%;
    /* height: 120px; */
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-card-icon img {
    max-width: 100%;
    height: auto;
}

/* BaÃ…Å¸lÃ„Â±k Renkleri */
.v-blue-title {
    color: #38bdf8;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.v-green-title {
    color: #4ade80; /* YeÃ…Å¸il mod iÃƒÂ§in canlÃ„Â± yeÃ…Å¸il */
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.v-mode-card p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* YeÃ…Å¸il Mod Ãƒâ€“zel Parlama */
.featured-green:hover {
    border-color: #4ade80;
    box-shadow: 0 10px 40px rgba(74, 222, 128, 0.1);
}

@media (max-width: 991px) {
    .v-mode-cards-grid {
        grid-template-columns: 1fr;
    }
}



#voltie-header-bersa {
    position: relative;
    height: 85vh;
    min-height: 550px;
    overflow: hidden;
    
    background: #000; 
    margin-bottom: 30px;
}


#voltie-header-bersa .voltie-header-bg-bersa {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#voltie-header-bersa .voltie-header-bg-bersa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.35) contrast(1.1); 
    transition: transform 0.8s ease;
}

/* Ã„Â°ÃƒÂ§erik AlanÃ„Â± */
#voltie-header-bersa .voltie-header-content-bersa {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 8%; 
    transform: translateY(-50%);
    max-width: 850px;
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5); 
}

/* BaÃ…Å¸lÃ„Â±k AyarlarÃ„Â± */
#voltie-header-bersa h1 {
    font-size: 52px; 
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
color:#ffff
}

.highlight-blue {
    color: #38bdf8; /* Senin imza rengin */
    display: inline-block;
}


#voltie-header-bersa p {
    font-size: 20px;
    line-height: 1.7;
    color: #f1f5f9; 
    max-width: 700px;
    margin-bottom: 35px;
}





@media (max-width: 768px) {
    #voltie-header-bersa {
        height: 70vh;
        min-height: 450px;
        /* margin: 10px; */
    }

    #voltie-header-bersa .voltie-header-content-bersa {
        left: 0;
        padding: 0 25px;
        text-align: center;
        width: 100%;
    }

    #voltie-header-bersa h1 {
        font-size: 32px; 
        line-height: 1.2;
color:#fff
    }

    #voltie-header-bersa p {
        font-size: 16px;
        padding: 0 10px;
    }
}