.api{
	position: fixed;
	bottom: 10px;
	left: 5px;
	z-index: 20;
}
.api .whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}
/* Partner growth static block (anasayfa - hizmetler altı) */
.partner-growth-ptb {
	background: #fff;
	padding: 90px 0 100px;
}

.partner-growth-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.partner-growth-heading {
	max-width: 860px;
	margin: 0 auto 64px;
	text-align: center;
}

.partner-growth-title {
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0d0d0d;
	margin: 0 0 22px;
}

.partner-growth-lead {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	margin: 0 0 12px;
}

.partner-growth-lead:last-child {
	margin-bottom: 0;
}

.partner-growth-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px;
	row-gap: 48px;
	align-items: start;
}

.partner-growth-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.partner-growth-icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	color: #1e4fd8;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 0;
}

.partner-growth-icon svg {
	display: block;
	width: 36px;
	height: 36px;
	stroke: currentColor;
	fill: none;
}

.partner-growth-content {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.partner-growth-item-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #0d0d0d;
	margin: 0 0 8px;
}

.partner-growth-item-desc {
	font-size: 14.5px;
	line-height: 1.65;
	color: #555;
	margin: 0;
}

@media (max-width: 1100px) {
	.partner-growth-grid {
		column-gap: 28px;
		row-gap: 40px;
	}
}

@media (max-width: 991px) {
	.partner-growth-ptb {
		padding: 70px 0 80px;
	}

	.partner-growth-inner {
		padding: 0 20px;
	}

	.partner-growth-heading {
		margin-bottom: 48px;
		max-width: 700px;
	}

	.partner-growth-grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 28px;
		row-gap: 36px;
	}
}

@media (max-width: 640px) {
	.partner-growth-ptb {
		padding: 48px 0 56px;
	}

	.partner-growth-inner {
		padding: 0 18px;
	}

	.partner-growth-heading {
		margin-bottom: 36px;
		text-align: left;
	}

	.partner-growth-title {
		font-size: 24px;
		margin-bottom: 16px;
		line-height: 1.25;
	}

	.partner-growth-lead {
		font-size: 14px;
		line-height: 1.65;
		margin-bottom: 10px;
		text-align: left;
	}

	.partner-growth-grid {
		grid-template-columns: 1fr;
		row-gap: 26px;
	}

	.partner-growth-item {
		gap: 14px;
		padding-bottom: 26px;
		border-bottom: 1px solid #eee;
	}

	.partner-growth-item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.partner-growth-icon {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		margin-top: 1px;
	}

	.partner-growth-icon svg {
		width: 32px;
		height: 32px;
	}

	.partner-growth-item-title {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.partner-growth-item-desc {
		font-size: 13.5px;
		line-height: 1.6;
	}
}

/* Performance / a11y: tap targets + contrast (CSS bozmadan) */
.tp-header-search,
.tp-header-cart,
.tp-header-user,
.tp-header-bar,
.tp-offcanvas-close-btn,
.tp-search-close-btn,
.back-to-top-btn {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.tp-header-4-top-social a,
.tp-footer-widget-social a,
.tp-offcanvas-social a {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.tp-section-subtitle,
.partner-growth-lead,
.partner-growth-item-desc {
	color: #444;
}
@media (max-width: 767px) {
	.api a {
		min-height: 48px !important;
		line-height: 48px !important;
	}
}
