/*
Theme name: Nothing But The Best
Theme URI: http://github.com/salvadorryes/nothingbutthebest
Description: Nothing But The Best
Author: Ryan Salvador
Author URI: http://inv0ke.me
Version: 1.0.2
*/
.gradient-bg {
    background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%);
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.nav-link {
    position: relative;
}
.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #3b82f6;
    transition: width 0.3s ease;
}
.nav-link:hover:after {
    width: 100%;
}
.animate-float {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}
.sumrek-testi .elementor-testimonial-wrapper {
	display: flex;
	flex-direction: column-reverse;
}