/* Button Hover Effects Fix */
.butn-style01:hover,
.butn-style02:hover,
.butn-style03:hover {
    background-color: #1e3e55 !important;
    color: #fff !important;
    border-color: #1e3e55 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(30, 62, 85, 0.3);
}

.butn-style01:hover span,
.butn-style02:hover span,
.butn-style03:hover span {
    color: #fff !important;
}

/* Service Card "Detaylı Bilgi" Link Hover - White Color */
.card-style03 a.font-weight-700:hover,
.card.card-style03 .card-body a.font-weight-700:hover,
.service-style05 a:hover,
a.butn-style04:hover {
    color: #fff !important;
    text-decoration: none;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

/* Hover for arrow icon */
.card-style03 a.font-weight-700:hover i,
.card.card-style03 .card-body a.font-weight-700:hover i {
    color: #fff !important;
    transform: translateX(3px);
    transition: all 0.3s ease;
}

/* Default state for service card links */
.card-style03 a.font-weight-700,
.card.card-style03 .card-body a.font-weight-700 {
    transition: all 0.3s ease;
    display: inline-block;
}

.card-style03 a.font-weight-700 i,
.card.card-style03 .card-body a.font-weight-700 i {
    transition: all 0.3s ease;
}