/* Hero section background image */
.hero-bg {
    min-height: 400px;
    background-color: #27439e;
    position: relative;
    z-index: 1;
}
/* Orange background for Nossos Serviços button */
span[data-lang-key="hero-btn-services"] {
    background-color: #ff6b00;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    display: inline-block;
}
/* Smaller service cards and larger images */
.service-card .p-8 {
    padding: 1rem !important;
}
.service-card .icon-wrapper {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 1rem !important;
}
.service-card i {
    font-size: 2rem !important;
}
/* Orange background for Servicos button */
a[href="#servicos"].bg-white {
    background-color: #ff6b00 !important;
    color: #fff !important;
    border: none;
}
/* Make all text inside #inicio.hero-bg blue */

footer {
    background-color: #000 !important;
}
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        
        html {
            scroll-behavior: smooth;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, rgba(0,86,179,0.95) 0%, rgba(0,46,97,0.95) 100%),
                        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .service-card {
            transition: all 0.4s ease;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-card .icon-wrapper {
            transition: all 0.3s ease;
        }
        
        .service-card:hover .icon-wrapper {
            transform: scale(1.1);
            background-color: #e6f7ff;
        }
        
        .section-divider {
            height: 5px;
            background: linear-gradient(90deg, #0056b3, #ff6b00);
            width: 80px;
            margin: 0 auto;
            border-radius: 5px;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #0056b3, #0077cc);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,86,179,0.2);
        }
        
        .btn-primary::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }
        
        .btn-primary:hover::after {
            left: 100%;
        }
        
        .btn-secondary {
            background: linear-gradient(135deg, #ff6b00, #ff8c00);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .btn-secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(255,107,0,0.2);
        }
        
        .btn-secondary::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(117, 48, 48, 0.2), transparent);
            transition: 0.5s;
        }
        
        .btn-secondary:hover::after {
            left: 100%;
        }
        
        .feature-box {
            transition: all 0.3s ease;
            border-radius: 12px;
        }
        
        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .testimonial-card {
            transition: all 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: scale(1.03);
        }
        
        /* WhatsApp Button */
        .whatsapp-btn {
            position: fixed;
            bottom: 25px;
            left: 25px;
            background: linear-gradient(135deg, #25d366, #128C7E);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            box-shadow: 0 6px 16px rgba(37,211,102,0.4);
            z-index: 1000;
            transition: all 0.3s ease;
        }
        
        .whatsapp-btn:hover {
            transform: scale(1.1) rotate(10deg);
            box-shadow: 0 8px 25px rgba(37,211,102,0.5);
        }
        
        .whatsapp-tooltip {
            position: absolute;
            left: 75px;
            background-color: #333;
            color: white;
            padding: 8px 15px;
            border-radius: 8px;
            font-size: 14px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            white-space: nowrap;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
        .whatsapp-btn:hover .whatsapp-tooltip {
            opacity: 1;
            visibility: visible;
        }
        
        
        
        /* Animated elements */
        .animate-float {
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        
        /* Custom form styling */
        .form-input {
            transition: all 0.3s ease;
            border: 2px solid #e2e8f0;
        }
        
        .form-input:focus {
            border-color: #0056b3;
            box-shadow: 0 0 0 3px rgba(0,86,179,0.1);
        }
        
        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        ::-webkit-scrollbar-thumb {
            background: #0056b3; 
            border-radius: 5px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: #004494;
        }
        
        /* Footer styling */
        .footer-link {
            transition: all 0.3s ease;
            position: relative;
        }
        
        .footer-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            left: 0;
            background-color: #ff6b00;
            transition: width 0.3s ease;
        }
        
        .footer-link:hover::after {
            width: 100%;
        }
        
        /* Back to top button animation */
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255,107,0,0.7); }
            70% { box-shadow: 0 0 0 10px rgba(255,107,0,0); }
            100% { box-shadow: 0 0 0 0 rgba(255,107,0,0); }
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
/* Preloader pulse animation */
@keyframes preloader-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}