/* .textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.autoButton,
.autoButton {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.autoButton,
.autoButton {
  width: auto;
  height: 46px;
  float: left;
  background-color: #f8a51b;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  line-height: 46px;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
a.autoButton:hover,
.autoButton:hover {
  opacity: 0.8;
}
a.autoButton.fullBt,
.autoButton.fullBt {
  width: 100%;
}
a.autoButton.halfBt,
.autoButton.halfBt {
  width: 49%;
}
a.autoButton.bigBt,
.autoButton.bigBt {
  height: 54px;
  line-height: 54px;
}
a.autoButton.passive,
.autoButton.passive {
  background-color: #b2b2b2;
}
a.autoButton.loading:hover,
.autoButton.loading:hover {
  cursor: default;
  opacity: 1;
}
a.autoButton.loading:before,
.autoButton.loading:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  content: " ";
}
a.autoButton.loading:after,
.autoButton.loading:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: #fff;
  content: " ";
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
a.autoButton.small,
.autoButton.small {
  height: 36px;
  padding: 0 15px;
  line-height: 36px;
  font-size: 13px;
}
a.autoButton.xSmall,
.autoButton.xSmall {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
}

.transitionP2 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.transitionP4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.transitionP6 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.redColor,
.darkColor {
  color: #333333 !important;
}

.boldText {
  font-weight: 600 !important;
}

.orangeColor {
  color: orange !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.vm tr td {
  vertical-align: middle !important;
}

.vt tr td {
  vertical-align: top !important;
}

.vb tr td {
  vertical-align: bottom !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.main {
  width: 100%;
  min-height: 100vh;
  float: left;
  background: url("../img/background.jpg") top center;
  background-size: cover;
  font-family: "Montserrat";
}

.centerAligner {
  max-width: 700px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.content {
  width: 100%;
  height: auto;
  float: left;
  margin: 100px 0;
  text-align: center;
}
.content .logo {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.content .logo img {
  max-width: 100%;
}
.content .title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #fff;
}
.content .title span {
  font-size: 40px;
  font-weight: 600;
}
.content .title a {
  color: #fff;
}
.content .title a:hover {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .content .title {
    font-size: 16px;
  }

  .content .title span {
    font-size: 30px;
  }
} */

body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	background-color: #f9f9f9;
}

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

/* Header Stili - Daha koyu ve çarpıcı */
header {
	background-color: #222;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
}

.logo img {
	height: 55px;
	transition: transform 0.3s;
}

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

.mobile-menu-toggle {
	display: none;
	font-size: 28px;
	cursor: pointer;
	color: #f8a51b;
	transition: transform 0.2s;
}

.mobile-menu-toggle:hover {
	transform: rotate(90deg);
}

nav ul {
	list-style: none;
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
}

nav a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	transition: all 0.3s;
	position: relative;
	padding-bottom: 5px;
}

nav a:hover {
	color: #f8a51b;
}

nav a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #f8a51b;
	transition: width 0.3s;
}

nav a:hover::after {
	width: 100%;
}

/* Hero Bölümü - Turuncu tonlarında çarpıcı tasarım */
.hero {
	background: linear-gradient(135deg, #f8a51b 0%, #ff7e00 100%);
	color: white;
	padding: 180px 0 100px;
	text-align: center;
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.hero .button {
	background-color: #222;
	color: white;
	font-weight: 700;
	padding: 20px 40px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border: none;
}

.hero h1 {
	font-size: 52px;
	margin-bottom: 25px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.hero p {
	font-size: 24px;
	max-width: 800px;
	margin: 0 auto 50px;
	font-weight: 500;
	opacity: 0.95;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 35px;
}

.button {
	display: inline-block;
	padding: 18px 38px;
	background-color: #222;
	color: white;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.4s;
	z-index: -1;
}

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

.button:hover::before {
	left: 0;
}

.button.secondary {
	background-color: transparent;
	border: 2px solid #222;
	color: #222;
	font-weight: 700;
}

.button.secondary:hover {
	background-color: #222;
	color: white;
}
/* Counter Bölümü */
.counter-section {
	padding: 60px 0;
	background-color: #f9f9f9;
	position: relative;
}

.counter-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.counter-item {
	flex: 1;
	min-width: 200px;
	padding: 30px 20px;
	text-align: center;
	background-color: #fff;
	margin: 0 10px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.counter-icon {
	font-size: 36px;
	color: #f8a51b;
	margin-bottom: 15px;
}

.counter-number {
	font-size: 42px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}

.counter-title {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}

@media (max-width: 992px) {
	.counter-grid {
		justify-content: center;
	}

	.counter-item {
		flex: 0 0 calc(50% - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.counter-item {
		flex: 0 0 100%;
		margin: 0 0 20px 0;
	}
}

/* Özellikler Bölümü - Daha çarpıcı ve modern */
.features {
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}

.features::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.section-title h2 {
	font-size: 44px;
	font-weight: 800;
	color: #222;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.section-title h2::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: #f8a51b;
	border-radius: 2px;
}

.section-title p {
	color: #555;
	font-size: 20px;
	max-width: 800px;
	margin: 30px auto 0;
	line-height: 1.7;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 0 20px;
}

.feature-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
	transition: all 0.4s;
	border: 1px solid #f0f0f0;
}

.feature-card:hover {
	transform: translateY(-15px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	border-color: #f8a51b;
}

.feature-icon {
	font-size: 48px;
	color: #f8a51b;
	margin-bottom: 25px;
	transition: transform 0.3s;
}

.feature-card:hover .feature-icon {
	transform: scale(1.1);
}

.feature-card h3 {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #222;
}

.feature-card p {
	font-size: 17px;
	line-height: 1.7;
	color: #555;
}

/* Nasıl Çalışır Bölümü - Daha modern ve görsel odaklı */
.how-it-works {
	background-color: #fff8e1;
	padding: 100px 0;
	position: relative;
}

.how-it-works::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="%23f8a51b" opacity="0.1"/></svg>');
	opacity: 0.4;
}

.steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	position: relative;
}

.steps::after {
	content: "";
	position: absolute;
	top: 60px;
	left: calc(12.5% + 35px);
	right: calc(12.5% + 35px);
	height: 3px;
	background: #f8a51b;
	z-index: 0;
}

.step {
	flex: 0 0 calc(25% - 30px);
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.step-number {
	width: 80px;
	height: 80px;
	background-color: #f8a51b;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 800;
	margin: 0 auto 25px;
	box-shadow: 0 8px 20px rgba(248, 165, 27, 0.3);
	position: relative;
	transition: transform 0.3s;
}

.step:hover .step-number {
	transform: scale(1.1);
}

.step::before {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 180px;
	background-color: rgba(248, 165, 27, 0.03);
	border-radius: 50%;
	z-index: -1;
}

.step h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
	color: #222;
}

.step p {
	font-size: 17px;
	color: #555;
	max-width: 200px;
	margin: 0 auto;
}

/* Kullanıcı Grupları - Modern tab tasarımı */
.user-groups {
	padding: 100px 0;
	background-color: #fff;
}

.tab-buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.tab-buttons::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 1px;
	background-color: #eee;
	z-index: -1;
}

.tab-button {
	padding: 18px 40px;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	transition: all 0.3s;
	color: #777;
	margin: 0 5px;
}

.tab-button:hover {
	color: #f8a51b;
}

.tab-button.active {
	border-bottom-color: #f8a51b;
	color: #222;
}

.tab-content {
	display: none;
	animation: fadeIn 0.7s ease-in-out;
}

.tab-content.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.benefit-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	padding: 20px;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	background-color: white;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	transition: all 0.3s;
	border: 1px solid #f0f0f0;
}

.benefit-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
	border-color: #f8a51b;
}

.benefit-icon {
	color: #f8a51b;
	font-size: 30px;
	margin-right: 20px;
	min-width: 30px;
	transition: transform 0.3s;
}

.benefit-item:hover .benefit-icon {
	transform: scale(1.2);
}

.benefit-text h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
	color: #222;
}

.benefit-text p {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
}

/* CTA Bölümü - Daha çarpıcı ve dikkat çekici */
.cta-section {
	background: linear-gradient(135deg, #f8a51b 0%, #ff7e00 100%);
	padding: 100px 0;
	text-align: center;
	color: white;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.cta-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
	opacity: 0.7;
}
.inclusive-ecommerce {
	padding: 80px 0;
	background-color: #fff;
	position: relative;
}

.inclusive-ecommerce::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.inclusive-content {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.inclusive-text {
	max-width: 800px;
	text-align: center;
}

.inclusive-text p {
	font-size: 18px;
	line-height: 1.7;
	color: #444;
	margin-bottom: 25px;
}

.inclusive-text h3 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin: 30px 0 20px;
}

.inclusive-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
}

.inclusive-list li {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	padding: 12px 25px;
	border-radius: 50px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.inclusive-list li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	background-color: #f8a51b;
	color: white;
}

.inclusive-list li i {
	color: #f8a51b;
	margin-right: 10px;
	font-size: 16px;
}

.inclusive-list li:hover i {
	color: white;
}

.inclusive-cta {
	margin-top: 40px;
	padding: 30px;
	background: linear-gradient(135deg, #f8a51b 0%, #ff7e00 100%);
	border-radius: 10px;
	color: white;
	box-shadow: 0 10px 30px rgba(248, 165, 27, 0.3);
}

.inclusive-cta .tagline {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.inclusive-cta .slogan {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.inclusive-cta .button {
	background-color: white;
	color: #f8a51b;
	border: none;
	font-weight: 600;
}

.inclusive-cta .button:hover {
	background-color: #222;
	color: white;
}

@media (max-width: 768px) {
	.inclusive-list {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.inclusive-list li {
		width: 100%;
		max-width: 300px;
	}

	.inclusive-text p {
		font-size: 16px;
	}
}

.cta-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.1), transparent);
}

.cta-section h2 {
	font-size: 48px;
	margin-bottom: 25px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
}

.cta-section p {
	font-size: 20px;
	max-width: 700px;
	margin: 0 auto 40px;
	opacity: 0.9;
	position: relative;
	z-index: 2;
}

.cta-section .button {
	background-color: #222;
	color: white;
	font-weight: 700;
	padding: 20px 40px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border: none;
}

.cta-section .button:hover {
	background-color: #333;
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cta-section .button.secondary {
	background-color: transparent;
	border: 2px solid #222;
	color: #222;
}

.cta-section .button.secondary:hover {
	background-color: rgba(34, 34, 34, 0.1);
}
/* Footer - Daha profesyonel görünüm */
footer {
	background-color: #222;
	color: white;
	padding: 80px 0 40px;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}

.footer-column h3 {
	color: #f8a51b;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-bottom: 12px;
}

.footer-column h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #f8a51b;
	border-radius: 2px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column li {
	margin-bottom: 15px;
}

.footer-column a {
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 16px;
	display: inline-block;
	padding-left: 0;
}

.footer-column a:hover {
	color: #f8a51b;
	padding-left: 5px;
}

.footer-bottom {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #444;
	font-size: 16px;
}

/* Mobil Uyumluluk Güncellemeleri */
@media (max-width: 992px) {
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.step {
		flex: 0 0 calc(50% - 30px);
		margin-bottom: 40px;
	}

	.steps::after {
		display: none;
	}

	.benefit-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.mobile-menu-toggle {
		display: block;
	}

	nav {
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		background-color: #222;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		padding: 20px;
		display: none;
	}

	nav.active {
		display: block;
	}

	nav ul {
		flex-direction: column;
		gap: 25px;
	}

	nav a {
		display: block;
		padding: 10px 0;
	}

	nav a::after {
		display: none;
	}

	.hero {
		padding: 150px 0 70px;
	}

	.hero h1 {
		font-size: 36px;
	}

	.hero p {
		font-size: 20px;
	}

	.cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.button {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.footer-links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.hero h1 {
		font-size: 30px;
	}

	.hero p {
		font-size: 18px;
	}

	.section-title h2 {
		font-size: 30px;
	}

	.section-title p {
		font-size: 17px;
	}

	.step {
		flex: 0 0 100%;
	}

	.tab-buttons {
		flex-direction: column;
		width: 100%;
	}

	.tab-button {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 10px;
		border: 1px solid #eee;
	}

	.tab-button.active {
		background-color: #f8a51b;
		color: white;
		border-color: #f8a51b;
	}

	.benefit-item {
		padding: 20px;
	}

	.footer-links {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}
/* Carousel stilleri */
.carousel-inner {
	position: relative;
	width: 100%;

	overflow: hidden;
}
.carousel-section {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-item {
	height: 90%;
	background-color: #f05a3c; /* Kırmızı/turuncu arka plan rengi */
	position: relative;
	overflow: hidden;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center; /* Üst tarafı ortalıyoruz */
}

/* Metinler için overlay (isteğe bağlı) */
.carousel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 20px;
	text-align: center;
}

.carousel-overlay h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.carousel-overlay p {
	font-size: 1.1rem;
	margin-bottom: 0;
}

/* Carousel kontrolleri */
.carousel-control-prev,
.carousel-control-next {
	width: 10%;
	opacity: 0.8;
}

/* Carousel göstergeleri */
.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: white;
	margin: 0 5px;
}

/* Responsive ayarlar */
@media (max-width: 992px) {
	.carousel-item {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.carousel-item {
		height: 300px;
	}

	.carousel-overlay h2 {
		font-size: 1.5rem;
	}

	.carousel-overlay p {
		font-size: 0.9rem;
	}
}

@media (max-width: 576px) {
	.carousel-item {
		height: 250px;
	}
}
.hero-main {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.hero-main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23f8a51b" opacity="0.03"><polygon points="0,0 1000,100 1000,0"/></svg>');
	pointer-events: none;
}

.hero-main .container {
	position: relative;
	z-index: 1;
}

.hero-main h1 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #212529;
	margin-bottom: 25px;
	line-height: 1.2;
	font-family: "Inter", sans-serif;
}

.hero-main h1 .highlight {
	color: #f8a51b;
	display: block;
	font-size: 2.8rem;
	margin-bottom: 10px;
	font-weight: 800;
}

.hero-main .subtext {
	font-size: 1.3rem;
	color: #6c757d;
	margin-bottom: 40px;
	line-height: 1.6;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.hero-main .button {
	background: #f8a51b;
	color: white;
	padding: 18px 45px;
	border: none;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-transform: none;
	box-shadow: 0 4px 15px rgba(248, 165, 27, 0.3);
	position: relative;
	overflow: hidden;
}

.hero-main .button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.hero-main .button:hover {
	background: #e6941a;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(248, 165, 27, 0.4);
}

.hero-main .button:hover::before {
	left: 100%;
}

.hero-main .button:active {
	transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 992px) {
	.hero-main {
		padding: 60px 0;
	}

	.hero-main h1 {
		font-size: 2.8rem;
	}

	.hero-main h1 .highlight {
		font-size: 2.4rem;
	}

	.hero-main .subtext {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	.hero-main {
		padding: 50px 0;
	}

	.hero-main h1 {
		font-size: 2.4rem;
	}

	.hero-main h1 .highlight {
		font-size: 2.1rem;
	}

	.hero-main .subtext {
		font-size: 1.1rem;
		padding: 0 15px;
	}

	.hero-main .button {
		padding: 16px 35px;
		font-size: 1.1rem;
	}
}

@media (max-width: 576px) {
	.hero-main {
		padding: 40px 0;
	}

	.hero-main h1 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.hero-main h1 .highlight {
		font-size: 1.8rem;
	}

	.hero-main .subtext {
		font-size: 1rem;
		margin-bottom: 30px;
	}

	.hero-main .button {
		padding: 14px 30px;
		font-size: 1rem;
		width: 100%;
		max-width: 300px;
	}
}

/* Animasyon efektleri */

.video-section {
	background: white;
	padding: 80px 0;
	position: relative;
}

.video-section::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.video-container {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.video-container video {
	width: 100%;
	height: auto;
}

.ecommerce-explanation {
	background: #f8f9fa;
	padding: 80px 0;
}

.explanation-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-top: 40px;
}

.explanation-text h2 {
	font-size: 2.5rem;
	font-weight: 800;
	color: #222;
	margin-bottom: 25px;
	line-height: 1.3;
}

.explanation-text p {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.7;
	margin-bottom: 20px;
}

.explanation-text .highlight {
	background: #f8a51b;
	color: white;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: 700;
}

.ecommerce-features {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.ecommerce-features li {
	padding: 12px 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
}

.ecommerce-features li i {
	color: #f8a51b;
	margin-right: 15px;
	font-size: 1.2rem;
}

.marketplace-showcase {
	background: white;
	padding: 40px 30px;
	border-radius: 15px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.marketplace-showcase h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 25px;
}

.marketplace-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	margin: 20px 0;
}

.marketplace-logo:hover {
	background: #f8a51b;
	color: white;
	transform: scale(1.05);
}

.guarantee-section {
	background: linear-gradient(135deg, #222 0%, #333 100%);
	color: white;
	padding: 80px 0;
	text-align: center;
}

.guarantee-section h2 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 30px;
	color: #ffd700;
}

.guarantee-points {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 50px 0;
}

.guarantee-point {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 35px 25px;
	border-radius: 15px;
	border: 2px solid rgba(248, 165, 27, 0.3);
	transition: all 0.3s ease;
}

.guarantee-point:hover {
	transform: translateY(-10px);
	border-color: #f8a51b;
	box-shadow: 0 20px 40px rgba(248, 165, 27, 0.2);
}

.guarantee-point h3 {
	font-size: 1.5rem;
	font-weight: 800;
	color: #ffd700;
	margin-bottom: 15px;
}

.guarantee-point p {
	font-size: 1.1rem;
	line-height: 1.6;
}

.process-section {
	background: #fff8e1;
	padding: 80px 0;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.process-step {
	background: white;
	padding: 35px 25px;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: all 0.3s ease;
}

.process-step:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.process-number {
	background: #f8a51b;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 auto 20px;
}

.process-step h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px;
}

.process-step p {
	color: #555;
	font-size: 1rem;
	line-height: 1.6;
}

.final-cta {
	background: linear-gradient(135deg, #f8a51b 0%, #ff7e00 100%);
	color: white;
	padding: 80px 0;
	text-align: center;
}

.final-cta h2 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.final-cta p {
	font-size: 1.3rem;
	margin-bottom: 40px;
	opacity: 0.95;
}

.cta-button {
	background: #222;
	color: white;
	padding: 20px 50px;
	font-size: 1.3rem;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cta-button:hover {
	background: #333;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	color: white;
}

.supplier-note {
	background: #f8f9fa;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #eee;
}

@media (max-width: 992px) {
	.explanation-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.hero-main h1 {
		font-size: 2.5rem;
	}

	.hero-slogans {
		grid-template-columns: 1fr;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.guarantee-section h2 {
		font-size: 2rem;
	}

	.final-cta h2 {
		font-size: 2rem;
	}
}
button.button,
button.cta-button {
	border: none;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	transition: all 0.3s ease;
}

button.button:hover,
button.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.marketplace-showcase {
	background: #f8f9fa;
	padding: 40px 30px;
	border-radius: 15px;
	border: 1px solid #e9ecef;
}

.marketplace-showcase h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #212529;
	margin-bottom: 30px;
	text-align: center;
}

.platform-active {
	background: white;
	padding: 25px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 25px;
	border-left: 4px solid #f8a51b;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.marketplace-logo {
	background: #f8a51b;
	color: white;
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 1.1rem;
	display: inline-block;
	margin-bottom: 15px;
}

.status-active {
	color: #28a745;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 10px;
}

.platform-desc {
	color: #6c757d;
	font-size: 0.9rem;
	margin: 0;
}

.platform-coming {
	background: white;
	padding: 25px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 25px;
	border-left: 4px solid #dee2e6;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.platform-coming h4 {
	color: #495057;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.coming-platforms {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}

.platform-tag {
	background: #e9ecef;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	color: #6c757d;
	font-weight: 500;
}

.platform-note {
	color: #6c757d;
	font-size: 0.9rem;
	margin: 0;
}

.special-highlight {
	background: linear-gradient(135deg, #f8a51b, #e6941a);
	color: white;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
}

.special-highlight h4 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.special-highlight p {
	font-size: 0.9rem;
	margin: 0;
	opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 992px) {
	.explanation-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.explanation-text {
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.ecommerce-explanation {
		padding: 60px 0;
	}

	.explanation-text h3 {
		font-size: 1.7rem;
	}

	.marketplace-showcase {
		padding: 30px 20px;
	}

	.coming-platforms {
		flex-direction: column;
		align-items: center;
	}

	.platform-tag {
		width: 100%;
		max-width: 200px;
	}
}
.login-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 60px 0;
	border-top: 1px solid #eee;
}

.login-buttons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	max-width: 800px;
	margin: 0 auto;
}

.login-card {
	background: white;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.login-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.login-card h3 {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.login-card p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.login-button {
	background: #f8a51b;
	color: white;
	padding: 18px 45px;
	border: none;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-transform: none;
	box-shadow: 0 4px 15px rgba(248, 165, 27, 0.3);
	position: relative;
	overflow: hidden;
}

.login-button i {
	font-size: 18px;
}

@media (max-width: 768px) {
	.login-section {
		padding: 40px 0;
	}

	.login-buttons {
		grid-template-columns: 1fr;
		gap: 30px;
		max-width: 100%;
	}

	.login-card {
		padding: 30px 20px;
	}

	.login-card h3 {
		font-size: 20px;
	}

	.login-button {
		min-width: auto;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.login-buttons {
		gap: 20px;
	}

	.login-card {
		padding: 25px 15px;
	}

	.login-card h3 {
		font-size: 18px;
	}

	.login-card p {
		font-size: 14px;
	}
}
