.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	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%;
}


/* Arama Sonuçları Sayfalama */
.pagination .page-link {
    color: #9e6b26;
    border: 1px solid #9e6b26;
    padding: 10px 15px;
    margin: 0 2px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: #9e6b26;
    color: white;
    border-color: #9e6b26;
}

.pagination .page-item.active .page-link {
    background: #282828;
    border-color: #282828;
    color: white;
}

/* Ana Sayfa Arama Bölümü */
.search-hero-section {
    background: linear-gradient(135deg, #efdac7 0%, #f5e6d3 100%);
    padding: 80px 0;
    margin-bottom: 0;
}

.search-hero-container {
    max-width: 900px;
    margin: 0 auto;
}

.search-hero-content {
    margin-bottom: 40px;
}

.search-hero-title {
    color: #282828;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.search-hero-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.search-hero-form {
    margin-bottom: 40px;
}

.hero-search-form {
    display: flex;
    justify-content: center;
}

.hero-search-input-group {
    display: flex;
    background: white;
    border: 3px solid #9e6b26;
    border-radius: 50px;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(40, 40, 40, 0.1);
    transition: all 0.3s ease;
}

.hero-search-input-group:hover {
    border-color: #282828;
    box-shadow: 0 15px 40px rgba(40, 40, 40, 0.15);
}

.hero-search-input {
    border: none;
    outline: none;
    padding: 20px 25px;
    font-size: 16px;
    flex: 1;
    background: transparent;
    color: #282828;
    min-width: 0;
}

.hero-search-input::placeholder {
    color: #999;
}

.hero-search-btn {
    border: none;
    background: linear-gradient(135deg, #9e6b26 0%, #b8792e 100%);
    color: white;
    padding: 20px 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: center;
}

.hero-search-btn:hover {
    background: linear-gradient(135deg, #282828 0%, #3a3a3a 100%);
    transform: translateY(-2px);
}

.search-suggestions {
    text-align: center;
}

.suggestions-title {
    color: #666;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.suggestions-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.suggestion-tag {
    background: white;
    color: #9e6b26;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border: 2px solid #9e6b26;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(158, 107, 38, 0.1);
}

.suggestion-tag:hover {
    background: #9e6b26;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(158, 107, 38, 0.2);
}

/* Mobil Arama Butonu */
.mobil-arama {
    background: linear-gradient(135deg, #9e6b26 0%, #b8792e 100%);
    margin: 8px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobil-arama:hover {
    background: linear-gradient(135deg, #282828 0%, #3a3a3a 100%);
    transform: translateY(-2px);
}

.arama-mobil-btn {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.arama-mobil-btn:hover {
    color: white !important;
    text-decoration: none;
}

.arama-mobil-btn i {
    margin-right: 10px;
    font-size: 16px;
}

/* Responsive Arama Hero */
@media only screen and (max-width: 767px) {
    .search-hero-section {
        padding: 60px 0;
    }
    
    .search-hero-title {
        font-size: 2rem;
    }
    
    .search-hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-search-input-group {
        flex-direction: column;
        border-radius: 20px;
    }
    
    .hero-search-input {
        padding: 16px 20px;
        font-size: 15px;
        border-radius: 20px 20px 0 0;
    }
    
    .hero-search-btn {
        padding: 16px 20px;
        border-radius: 0 0 20px 20px;
        min-width: auto;
    }
    
    .suggestions-tags {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .suggestion-tag {
        width: 200px;
        text-align: center;
    }
}

/* Responsive */

@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;
	}
}