/* Ust Kisim (Navigation Bar) Stilleri */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	padding-bottom: 80px;
}

a,
a:hover,
a:focus {
	text-decoration: none !important;
}

.ust-kisim {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

.ust-kisim .logo {
	height: 30px;
	/* Logo boyutu */
	width: auto;
}

.ust-kisim .language-switcher {
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 13px;
}

section {
	margin-bottom:25px;
}

section.kapak {
	margin-bottom:0px !important;
}

.cover-item {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	/* İçerik taşmasını önlemek için */
}

.gradient-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.19091386554621848) 5%, rgba(5, 5, 5, 0) 20%, rgba(0, 0, 0, 1) 100%);
}


.ust-kisim .language-switcher i {
	margin-right: 5px;
	/* İkon ile metin arasındaki boşluk */
}

.logo {
	display: block;
	width: 80px;
	height: auto;
}

.btn-stil {
	font-size: 12px;
	font-weight: 600;
}

.modal-title {
	font-size: 15px;
}

.one-cikan-butonlar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f0f0f0;
	padding: 8px 4px;
	overflow-x: auto;
	white-space: nowrap;
}

.one-cikan-butonlar a {
	text-decoration: none;
	color: #333;
	text-align: center;
	flex: 0 0 auto;
	padding: 10px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
}

.one-cikan-butonlar a:last-child {
	margin-right: 0;
}

.one-cikan-butonlar a:hover {
	background-color: #ddd;
}

.one-cikan-butonlar a i {
	margin-right: 5px;
}

.magaza-title {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.magaza-aciklama {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	font-size: 14px;
}


/* Kutu Container */
.kutu {
	width: 100%;
	background-color: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 12px;
	padding-bottom: 10px;
}

/* Resim Alanı */
.kutu-resim {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.kutu-resim .fiyat {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
}

.kutu-resim.vertical {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


.kutu-baslik {
	padding: 10px 10px 4px;
	cursor: pointer;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	display: block;
	font-size: 15px;
}

/* Açıklama */
.kutu-aciklama {
	padding: 4px 10px 6px;
	height: 49px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.baslik {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0px 10px;
}

.paylasbtn {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 10px;
}

.logo-alani {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-section .logo-alani {
	margin: 20px auto 10px;
}
.logo-section .magaza-title {
    text-align: center;
    position: relative !important;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    font-weight: 500;
}
.logo-section .magaza-aciklama {
    text-align: center;
    position: relative !important;
    bottom: 0px;
    left: 0px;
}

.sosyal-medyalar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    justify-content: center;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 10px;
    padding: 0px;
}


.sosyal-medyalar a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 80px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sosyal-medyalar a:hover {
	background-color: #fff;
	color: #000;
}

.sosyal-medyalar a i {
	font-size: 24px;
	color: #000;
}


.icerik-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}


.iletisim .icerik-box {
	padding: 0px;
	border: 0px solid #fff;
}

.iletisim .icerik-box .items {
	margin-bottom: 10px;
}

.iletisim .icerik-box .items i {
	width: 20px;
}

.degerlendirmeler .yorum-yapan {
	display: flex;
	justify-content: center;
}

.degerlendirmeler .yorum {
	display: flex;
	justify-content: center;
	text-align: center;
}

.referanslar-carousel .item a { 
	text-align: center;
    display: block;
}
.referanslar-carousel .item a img {
	border-radius:8px;
	width:auto;
	margin:0 auto;
	height:150px;
	padding-bottom: 4px; 
}

.degerlendirmeler .star-rating {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.degerlendirmeler .star-rating i {
	font-size: 18px;
	color: #ccc;
	margin: 0 2px;
}

.degerlendirmeler .star-rating .filled {
	color: #FFD700;
}

.pdf-download-button {
	display: block;
	text-align: center;
	padding: 12px 8px !important;
	border-radius: 6px;
	margin-top: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 14px;
}

.pdf-download-button:hover {
	filter: brightness(0.85);
}

.pdf-container {
	width: 100%;
	height: 100vh;
	/* Sayfanın tamamını kaplayacak şekilde */
	overflow: auto;
	border: 1px solid #ccc;
}

canvas {
	display: block;
	margin: auto;
}

.sosyal-medyalar .svg-icon {
	width: 24px;
	height: 24px;
}

.sosyal-medyalar a:hover .svg-icon {
	fill: #fff;
}

.scroll-to-top {
	display: none;
	/* Başlangıçta gizli */
	position: fixed;
	bottom: 60px;
	right: 15px;
	background-color: #000000bf;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 6px 12px;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index:999;
}

.scroll-to-top:hover {
	opacity: 0.8;
}

.iban-container {
    display: block;
    border: 0px solid #ccc;
    padding: 10px 0px;
    border-radius: 5px;
    width: 100%;
}

input {
	font-size:11px;
}

.copy-btn {
	margin-top:0px !important;
	display:inline-block !important;
	width:auto !important;
	padding: 2px 8px !important;
	float: right;
}

.muhasebe .item {
    font-size: 11px;
}

.copy-btn:hover {
    background-color: #0056b3;
}

.copy-status {
    margin-top: 10px;
    font-size: 14px;
    color: green;
}

.muhasebe .item {
	margin-bottom:15px;
}

.muhasebe .item-baslik {
	width:100%;
	display:block;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:3px;
	margin-bottom:4px;
	font-weight:500;
	font-size:13px;
}

.copy-inp {
	border: none;
    width: 80%;
    background-color: transparent;
    margin-right: 0px;
    text-align: left;
}

.list-multi .card {
    margin-bottom:10px;
}

.list-multi button {
    background-color: #fff;
    border: 0px solid #fff;
    width: 100%;
    text-align: left;
	font-size:14px;
	font-weight:500;
	padding:10px 15px;
}

.list-multi .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid #fff;
	border-radius: 4px;
}


.subeler .card {
    margin-bottom:10px;
}

.subeler button {
    background-color: #fff;
    border: 0px solid #fff;
    width: 100%;
    text-align: left;
	font-size:14px;
	font-weight:500;
	padding:10px 15px;
}

.subeler .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid #fff;
	border-radius: 4px;
}

.box-container {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 0;
    display: flex;
    justify-content: center;
	z-index:99999;
}

.footer-buttons {
    display: flex;
    width: 100%;
}

.footer-button {
    flex: 1;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
}

.footer-button:hover {
    opacity: 0.8;
}

.footer .icon {
    display: block;
    font-size: 18px;
}

.footer .text {
    display: block;
    font-size: 11px;
    margin-top: 1px;
}