
/* 
    Created on : 30 Ağu 2025, 07:18:13
    Author     : 1640
*/

.header-right {
    padding: 0px 20px 0px 0px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.yesilrenkyap {
    background: green !important;
}

.sariustubuton:hover , .sariustubuton:after {
    background: orange !important;
}

.ortala {
    display: flex !important;
    justify-content: center;
    align-items: center;

}

@media only screen and (max-width: 499px) {
    .banner-content-box .big-title {
        font-size: 65px;
        line-height: 65px;
        margin-top: -50px;
    }
}