.api{
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 20;
}

.api .whatsapp,
.api .telefon{
    position: relative;
    margin-top: 10px;
    transition: all .35s ease-in-out;
    z-index: 999;
}

.api .whatsapp a,
.api .telefon a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    overflow: visible;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    transition: all .35s ease;
}

.api .whatsapp a{
    background: linear-gradient(135deg, #4dc247, #2fae38);
}

.api .telefon a{
    background: linear-gradient(135deg, #337ab7, #225d8c);
}

.api .whatsapp a::after,
.api .telefon a::after{
    position: absolute;
    left: 68px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: rgba(34, 34, 34, 0.92);
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    opacity: 1;
    visibility: visible;
}

.api .whatsapp a::after{
    content: "Whatsapp Sipariş";
}

.api .telefon a::after{
    content: "Sipariş Hattı";
}

.api .whatsapp .tooltiptext,
.api .telefon .tooltiptext{
    display: none;
}

.api .whatsapp:hover a,
.api .telefon:hover a{
    transform: scale(1.08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

/* Mobil görünüm */
@media (max-width: 768px){
    .api{
        left: 10px;
        bottom: 10px;
    }

    .api .whatsapp,
    .api .telefon{
        margin-top: 8px;
    }

    .api .whatsapp a,
    .api .telefon a{
        width: auto;
        min-width: 56px;
        height: 48px;
        border-radius: 30px;
        padding: 0 16px 0 14px;
        justify-content: flex-start;
        gap: 10px;
        font-size: 20px;
    }

    .api .whatsapp a::after,
    .api .telefon a::after{
        position: static;
        transform: none;
        padding: 0;
        background: transparent;
        box-shadow: none;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }

    .api .whatsapp a::after{
        content: "Whatsapp Sipariş";
    }

    .api .telefon a::after{
        content: "Sipariş Hattı";
    }
}
.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: 9999999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
.api a {
    height: 44px !important;
    line-height: 40px !important;
    font-size: 28px !important;
    border-radius: 0 !important;
    width: 100% !important;
}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}