.elementor-3080 .elementor-element.elementor-element-d458641{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a9fb516 */@keyframes slideUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideIn {
            from { opacity: 0; transform: translateX(-20px); }
            to { opacity: 1; transform: translateX(0); }
        }
        .why-choose-us-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        .why-choose-us-card {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s;
        }
        .why-choose-us-card:hover {
            transform: translateY(-5px);
        }
        .why-choose-us-card i {
            font-size: 40px;
            color: #e53935;
            margin-bottom: 10px;
        }
        .why-choose-us-card h4 {
            font-size: 18px;
            color: #1a2a4a;
            margin-bottom: 10px;
        }
        .why-choose-us-card p {
            font-size: 15px;
            color: #495057;
        }/* End custom CSS */