/*wp icon*/
.wp-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    background-color: #38c138;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
    font-size: 24px;
    text-align: center;
    padding: 3px;
    line-height: 45px;
    -webkit-box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
}

.wp-icon:visited{color:white;}

.wp-pulse:before,
.wp-pulse:after
{
    content: '';
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.wp-pulse:after {
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }

}

/*wp-icon*/


/* Çerez Politikası Sabit Footer */
.custom-cookie-policy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.custom-cookie-policy-text {
    font-size: 14px;
    color: #333;
    margin: 0;
    display: inline-block;
}

.custom-cookie-policy-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
    transition: color 0.3s ease-in-out;
}

.custom-cookie-policy-link:hover {
    color: #0056b3;
}

.custom-cookie-policy-close {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.custom-cookie-policy-close:hover {
    color: #555;
}

.custom-cookie-policy-accept-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.custom-cookie-policy-accept-button:hover {
    background-color: #0056b3;
}
/* Çerez Politikası Sonu */

@media only screen and (max-width: 768px) {

  .ltn__feature-item-8 .ltn__feature-info p{
    font-size:13px !important;


}
